[ Feb 26 17:10:12 Enabled. ] [ Feb 26 17:10:12 Rereading configuration. ] [ Feb 26 17:10:14 Rereading configuration. ] [ Feb 26 17:10:25 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 26 17:10:25 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.26 17:10:27.779343 [ 1 ] {} Application: Will watch for the process with pid 24308 2026.02.26 17:10:27.779670 [ 1 ] {} Application: Forked a child process to watch 2026.02.26 17:10:28.254462 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24308 2026.02.26 17:10:28.256667 [ 1 ] {} Application: starting up 2026.02.26 17:10:28.256837 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.02.26 17:10:28.505705 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.02.26 17:10:28.545349 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.02.26 17:10:28.545428 [ 1 ] {} Application: Initializing DateLUT. 2026.02.26 17:10:28.545445 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.02.26 17:10:28.545503 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.02.26 17:10:28.546273 [ 1 ] {} Application: Initializing interserver credentials. 2026.02.26 17:10:28.551345 [ 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.26 17:10:28.552142 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.26 17:10:28.553004 [ 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.26 17:10:28.553056 [ 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.26 17:10:28.553095 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.02.26 17:10:28.555190 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.26 17:10:28.556146 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.02.26 17:10:28.564228 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.26 17:10:28.565010 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.26 17:10:28.567741 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.26 17:10:28.567832 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.26 17:10:28.568898 [ 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.26 17:10:28.570091 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.26 17:10:28.580725 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.26 17:10:28.581241 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.02.26 17:10:28.585920 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.02.26 17:10:28.586370 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.02.26 17:10:28.586841 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.02.26 17:10:28.587184 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.02.26 17:10:28.588628 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.02.26 17:10:28.588656 [ 1 ] {} Application: Loading metadata from /data/ 2026.02.26 17:10:28.588760 [ 42 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:10:28.588855 [ 42 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:10:28.623649 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.02.26 17:10:28.623681 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000179514 sec 2026.02.26 17:10:28.623726 [ 1 ] {} ReferentialDeps: No tables 2026.02.26 17:10:28.623826 [ 1 ] {} LoadingDeps: No tables 2026.02.26 17:10:28.624529 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.02.26 17:10:28.625125 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.02.26 17:10:28.645543 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.02.26 17:10:28.645587 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.02.26 17:10:28.645683 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.02.26 17:10:28.645697 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.02.26 17:10:28.645735 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.02.26 17:10:28.645828 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.02.26 17:10:28.649837 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.02.26 17:10:28.649893 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.02.26 17:10:28.649943 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.02.26 17:10:28.650121 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.02.26 17:10:28.650164 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.02.26 17:10:28.650176 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.02.26 17:10:28.650248 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.02.26 17:10:28.650261 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.02.26 17:10:28.650291 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.02.26 17:10:28.650376 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.02.26 17:10:28.686563 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.02.26 17:10:28.688693 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.02.26 17:10:28.688774 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000102183 sec 2026.02.26 17:10:28.688789 [ 1 ] {} ReferentialDeps: No tables 2026.02.26 17:10:28.688800 [ 1 ] {} LoadingDeps: No tables 2026.02.26 17:10:28.688825 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.02.26 17:10:28.689037 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.02.26 17:10:28.689138 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.02.26 17:10:28.689154 [ 1 ] {} Application: Loaded metadata. 2026.02.26 17:10:28.689164 [ 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.26 17:10:28.689174 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.02.26 17:10:28.694609 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.26 17:10:28.694832 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.98 MiB (RSS), difference: 92.21 MiB 2026.02.26 17:10:28.696284 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.442e-05 sec. 2026.02.26 17:10:28.696806 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.02.26 17:10:28.698085 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.02.26 17:10:28.698106 [ 1 ] {} Application: Ready for connections. 2026.02.26 17:10:29.000160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 117.00 MiB, peak 117.00 MiB, free memory in arenas 0.00 B, will set to 118.52 MiB (RSS), difference: 1.52 MiB 2026.02.26 17:10:29.402124 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52661 2026.02.26 17:10:29.404447 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.404509 [ 4 ] {} TCP-Session: a0b68cf5-d383-41d0-a28c-e66defa7d20b Authenticating user 'default' from [fd00:1122:3344:101::b]:52661 2026.02.26 17:10:29.404607 [ 4 ] {} TCP-Session: a0b68cf5-d383-41d0-a28c-e66defa7d20b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.404623 [ 4 ] {} TCP-Session: a0b68cf5-d383-41d0-a28c-e66defa7d20b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.404717 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.26 17:10:29.404871 [ 4 ] {} 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.26 17:10:29.404891 [ 4 ] {} 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.26 17:10:29.407350 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56959 2026.02.26 17:10:29.407461 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59433 2026.02.26 17:10:29.407480 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59126 2026.02.26 17:10:29.407583 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.407643 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.407673 [ 5 ] {} TCP-Session: d89a5cd0-9ba7-4dba-ac6f-64542d0ea2cd Authenticating user 'default' from [fd00:1122:3344:101::b]:56959 2026.02.26 17:10:29.407718 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63918 2026.02.26 17:10:29.407684 [ 254 ] {} TCP-Session: 77696841-ae01-4113-bb1a-ee34c72f6747 Authenticating user 'default' from [fd00:1122:3344:101::b]:59433 2026.02.26 17:10:29.407778 [ 5 ] {} TCP-Session: d89a5cd0-9ba7-4dba-ac6f-64542d0ea2cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.407794 [ 254 ] {} TCP-Session: 77696841-ae01-4113-bb1a-ee34c72f6747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.407823 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47919 2026.02.26 17:10:29.407801 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.407800 [ 5 ] {} TCP-Session: d89a5cd0-9ba7-4dba-ac6f-64542d0ea2cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.407916 [ 6 ] {} TCP-Session: c9b11b71-e7bf-4de3-9a41-f7fa43b2e4c8 Authenticating user 'default' from [fd00:1122:3344:101::b]:59126 2026.02.26 17:10:29.407945 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44822 2026.02.26 17:10:29.407892 [ 254 ] {} TCP-Session: 77696841-ae01-4113-bb1a-ee34c72f6747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408014 [ 6 ] {} TCP-Session: c9b11b71-e7bf-4de3-9a41-f7fa43b2e4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408033 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.407907 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.408092 [ 6 ] {} TCP-Session: c9b11b71-e7bf-4de3-9a41-f7fa43b2e4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408122 [ 256 ] {} TCP-Session: a845ba2b-0822-4960-b50b-196bbbd11ce9 Authenticating user 'default' from [fd00:1122:3344:101::b]:47919 2026.02.26 17:10:29.408117 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.408114 [ 255 ] {} TCP-Session: 9b0312d0-9070-47bd-b274-62cff04b58b4 Authenticating user 'default' from [fd00:1122:3344:101::b]:63918 2026.02.26 17:10:29.408202 [ 256 ] {} TCP-Session: a845ba2b-0822-4960-b50b-196bbbd11ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408197 [ 257 ] {} TCP-Session: 3ec22064-5b9c-4eb5-abe8-c14ee9e987e2 Authenticating user 'default' from [fd00:1122:3344:101::b]:44822 2026.02.26 17:10:29.408093 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64349 2026.02.26 17:10:29.408290 [ 256 ] {} TCP-Session: a845ba2b-0822-4960-b50b-196bbbd11ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408281 [ 257 ] {} TCP-Session: 3ec22064-5b9c-4eb5-abe8-c14ee9e987e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408277 [ 255 ] {} TCP-Session: 9b0312d0-9070-47bd-b274-62cff04b58b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408376 [ 257 ] {} TCP-Session: 3ec22064-5b9c-4eb5-abe8-c14ee9e987e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408435 [ 255 ] {} TCP-Session: 9b0312d0-9070-47bd-b274-62cff04b58b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408463 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.408533 [ 258 ] {} TCP-Session: e13a5162-51d3-4ec2-b5d8-a8200a8d0890 Authenticating user 'default' from [fd00:1122:3344:101::b]:64349 2026.02.26 17:10:29.408581 [ 258 ] {} TCP-Session: e13a5162-51d3-4ec2-b5d8-a8200a8d0890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.408594 [ 258 ] {} TCP-Session: e13a5162-51d3-4ec2-b5d8-a8200a8d0890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.983401 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39310 2026.02.26 17:10:29.985310 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.985361 [ 259 ] {} TCP-Session: 70439040-f388-4785-9271-5101d332e5d6 Authenticating user 'default' from [fd00:1122:3344:101::a]:39310 2026.02.26 17:10:29.985383 [ 259 ] {} TCP-Session: 70439040-f388-4785-9271-5101d332e5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.985459 [ 259 ] {} TCP-Session: 70439040-f388-4785-9271-5101d332e5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.985538 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.26 17:10:29.985568 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.26 17:10:29.985649 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.26 17:10:29.986855 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64162 2026.02.26 17:10:29.986921 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50025 2026.02.26 17:10:29.986950 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42889 2026.02.26 17:10:29.987037 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35178 2026.02.26 17:10:29.987208 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.987343 [ 260 ] {} TCP-Session: 4c174a4b-876e-4f4f-a239-27e1ac99822c Authenticating user 'default' from [fd00:1122:3344:101::a]:64162 2026.02.26 17:10:29.987364 [ 260 ] {} TCP-Session: 4c174a4b-876e-4f4f-a239-27e1ac99822c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.987442 [ 260 ] {} TCP-Session: 4c174a4b-876e-4f4f-a239-27e1ac99822c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.987567 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.987585 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.987618 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.987672 [ 263 ] {} TCP-Session: 66812e5b-7787-44e9-9fe7-f29c53fd75e6 Authenticating user 'default' from [fd00:1122:3344:101::a]:35178 2026.02.26 17:10:29.987680 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40022 2026.02.26 17:10:29.987615 [ 262 ] {} TCP-Session: 7d5555c3-99b8-4140-89a4-cc58cb56a828 Authenticating user 'default' from [fd00:1122:3344:101::a]:50025 2026.02.26 17:10:29.987737 [ 261 ] {} TCP-Session: be1c13fe-184c-4711-bcf2-877571f2c789 Authenticating user 'default' from [fd00:1122:3344:101::a]:42889 2026.02.26 17:10:29.987777 [ 263 ] {} TCP-Session: 66812e5b-7787-44e9-9fe7-f29c53fd75e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.987725 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44130 2026.02.26 17:10:29.987839 [ 261 ] {} TCP-Session: be1c13fe-184c-4711-bcf2-877571f2c789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.987834 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50000 2026.02.26 17:10:29.987833 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.987931 [ 261 ] {} TCP-Session: be1c13fe-184c-4711-bcf2-877571f2c789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.987831 [ 262 ] {} TCP-Session: 7d5555c3-99b8-4140-89a4-cc58cb56a828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.988015 [ 264 ] {} TCP-Session: 208ec9a1-8cd0-44d0-8165-82657a9edb2d Authenticating user 'default' from [fd00:1122:3344:101::a]:40022 2026.02.26 17:10:29.987826 [ 263 ] {} TCP-Session: 66812e5b-7787-44e9-9fe7-f29c53fd75e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.988078 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.988054 [ 264 ] {} TCP-Session: 208ec9a1-8cd0-44d0-8165-82657a9edb2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.988130 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:29.988183 [ 265 ] {} TCP-Session: 379c965e-e3ae-401b-bf2b-add50fbc0460 Authenticating user 'default' from [fd00:1122:3344:101::a]:44130 2026.02.26 17:10:29.988151 [ 264 ] {} TCP-Session: 208ec9a1-8cd0-44d0-8165-82657a9edb2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.988065 [ 262 ] {} TCP-Session: 7d5555c3-99b8-4140-89a4-cc58cb56a828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.988270 [ 265 ] {} TCP-Session: 379c965e-e3ae-401b-bf2b-add50fbc0460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.988246 [ 266 ] {} TCP-Session: ce34be7b-b9af-4ccb-a8ae-3ceaec899dba Authenticating user 'default' from [fd00:1122:3344:101::a]:50000 2026.02.26 17:10:29.988335 [ 265 ] {} TCP-Session: 379c965e-e3ae-401b-bf2b-add50fbc0460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.988354 [ 266 ] {} TCP-Session: ce34be7b-b9af-4ccb-a8ae-3ceaec899dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:29.988464 [ 266 ] {} TCP-Session: ce34be7b-b9af-4ccb-a8ae-3ceaec899dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.000148 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 118.61 MiB, peak 118.61 MiB, free memory in arenas 0.00 B, will set to 119.71 MiB (RSS), difference: 1.10 MiB 2026.02.26 17:10:30.048461 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63067 2026.02.26 17:10:30.050362 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.050400 [ 267 ] {} TCP-Session: 8a7e5cdb-cded-45ec-a7b3-e35ad7995445 Authenticating user 'default' from [fd00:1122:3344:101::c]:63067 2026.02.26 17:10:30.050458 [ 267 ] {} TCP-Session: 8a7e5cdb-cded-45ec-a7b3-e35ad7995445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.050564 [ 267 ] {} TCP-Session: 8a7e5cdb-cded-45ec-a7b3-e35ad7995445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.050629 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.26 17:10:30.050667 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.26 17:10:30.050747 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.26 17:10:30.051298 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33280 2026.02.26 17:10:30.051510 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59237 2026.02.26 17:10:30.051542 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.051550 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58477 2026.02.26 17:10:30.051645 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39444 2026.02.26 17:10:30.051679 [ 268 ] {} TCP-Session: d1331afc-6bfb-48ba-b35d-4a17f3366c23 Authenticating user 'default' from [fd00:1122:3344:101::c]:33280 2026.02.26 17:10:30.051710 [ 268 ] {} TCP-Session: d1331afc-6bfb-48ba-b35d-4a17f3366c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.051717 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.051809 [ 268 ] {} TCP-Session: d1331afc-6bfb-48ba-b35d-4a17f3366c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.051898 [ 269 ] {} TCP-Session: e79a87c5-ecfd-4a21-94c2-78c80306cbc0 Authenticating user 'default' from [fd00:1122:3344:101::c]:59237 2026.02.26 17:10:30.051953 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.051925 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.051923 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42393 2026.02.26 17:10:30.052046 [ 270 ] {} TCP-Session: 389df9ce-92f0-4161-84b0-11605daa38cf Authenticating user 'default' from [fd00:1122:3344:101::c]:58477 2026.02.26 17:10:30.052033 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55750 2026.02.26 17:10:30.052033 [ 271 ] {} TCP-Session: e1de2410-d286-43a0-a575-eb641c369276 Authenticating user 'default' from [fd00:1122:3344:101::c]:39444 2026.02.26 17:10:30.052115 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35209 2026.02.26 17:10:30.052144 [ 271 ] {} TCP-Session: e1de2410-d286-43a0-a575-eb641c369276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052131 [ 270 ] {} TCP-Session: 389df9ce-92f0-4161-84b0-11605daa38cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052236 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.052288 [ 270 ] {} TCP-Session: 389df9ce-92f0-4161-84b0-11605daa38cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052302 [ 271 ] {} TCP-Session: e1de2410-d286-43a0-a575-eb641c369276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052305 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.052372 [ 272 ] {} TCP-Session: 1624512c-174c-4519-9866-8fd34aa72fa6 Authenticating user 'default' from [fd00:1122:3344:101::c]:42393 2026.02.26 17:10:30.052425 [ 273 ] {} TCP-Session: 527de196-611e-4a45-8858-c33b489e3c78 Authenticating user 'default' from [fd00:1122:3344:101::c]:55750 2026.02.26 17:10:30.052022 [ 269 ] {} TCP-Session: e79a87c5-ecfd-4a21-94c2-78c80306cbc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052491 [ 273 ] {} TCP-Session: 527de196-611e-4a45-8858-c33b489e3c78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052497 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.052507 [ 269 ] {} TCP-Session: e79a87c5-ecfd-4a21-94c2-78c80306cbc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052475 [ 272 ] {} TCP-Session: 1624512c-174c-4519-9866-8fd34aa72fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052601 [ 274 ] {} TCP-Session: 13e4ed7e-bab5-4d0b-89a4-660c581eb67d Authenticating user 'default' from [fd00:1122:3344:101::c]:35209 2026.02.26 17:10:30.052557 [ 273 ] {} TCP-Session: 527de196-611e-4a45-8858-c33b489e3c78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052670 [ 272 ] {} TCP-Session: 1624512c-174c-4519-9866-8fd34aa72fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052695 [ 274 ] {} TCP-Session: 13e4ed7e-bab5-4d0b-89a4-660c581eb67d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.052802 [ 274 ] {} TCP-Session: 13e4ed7e-bab5-4d0b-89a4-660c581eb67d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.727180 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57868 2026.02.26 17:10:30.731865 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.731910 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:57868 2026.02.26 17:10:30.731933 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.732015 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.732097 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.26 17:10:30.732135 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.26 17:10:30.732216 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.26 17:10:30.732875 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52805 2026.02.26 17:10:30.732984 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55736 2026.02.26 17:10:30.733090 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.733121 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46886 2026.02.26 17:10:30.733201 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.733128 [ 276 ] {} TCP-Session: b2717deb-cc45-49ff-a4e1-7de3e806199a Authenticating user 'default' from [fd00:1122:3344:101::d]:52805 2026.02.26 17:10:30.733246 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42299 2026.02.26 17:10:30.733297 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Authenticating user 'default' from [fd00:1122:3344:101::d]:55736 2026.02.26 17:10:30.733279 [ 276 ] {} TCP-Session: b2717deb-cc45-49ff-a4e1-7de3e806199a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733341 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54573 2026.02.26 17:10:30.733376 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733390 [ 276 ] {} TCP-Session: b2717deb-cc45-49ff-a4e1-7de3e806199a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733469 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733520 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.733571 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47855 2026.02.26 17:10:30.733586 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.733633 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.733671 [ 278 ] {} TCP-Session: 7840efd8-d3d9-4bc6-b90e-4870cdb00d38 Authenticating user 'default' from [fd00:1122:3344:101::d]:46886 2026.02.26 17:10:30.733701 [ 279 ] {} TCP-Session: bc8e7567-9aa2-40e8-adc8-1b5cffb358c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42299 2026.02.26 17:10:30.733698 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50713 2026.02.26 17:10:30.733682 [ 280 ] {} TCP-Session: 541e1192-b668-4310-9e31-fe988098462f Authenticating user 'default' from [fd00:1122:3344:101::d]:54573 2026.02.26 17:10:30.733779 [ 278 ] {} TCP-Session: 7840efd8-d3d9-4bc6-b90e-4870cdb00d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733786 [ 279 ] {} TCP-Session: bc8e7567-9aa2-40e8-adc8-1b5cffb358c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733888 [ 280 ] {} TCP-Session: 541e1192-b668-4310-9e31-fe988098462f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733906 [ 278 ] {} TCP-Session: 7840efd8-d3d9-4bc6-b90e-4870cdb00d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733893 [ 279 ] {} TCP-Session: bc8e7567-9aa2-40e8-adc8-1b5cffb358c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.733980 [ 280 ] {} TCP-Session: 541e1192-b668-4310-9e31-fe988098462f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.734708 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.734753 [ 282 ] {} TCP-Session: cecbe13d-84b8-4847-939a-2d2499735d4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50713 2026.02.26 17:10:30.734711 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.734771 [ 282 ] {} TCP-Session: cecbe13d-84b8-4847-939a-2d2499735d4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.734918 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65410 2026.02.26 17:10:30.734924 [ 282 ] {} TCP-Session: cecbe13d-84b8-4847-939a-2d2499735d4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.734924 [ 281 ] {} TCP-Session: 418a8724-5145-4f96-bd16-b666921c1372 Authenticating user 'default' from [fd00:1122:3344:101::d]:47855 2026.02.26 17:10:30.735072 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:30.735086 [ 281 ] {} TCP-Session: 418a8724-5145-4f96-bd16-b666921c1372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.735107 [ 283 ] {} TCP-Session: e167a199-41e1-4edc-b7bc-04365b94eeed Authenticating user 'default' from [fd00:1122:3344:101::d]:65410 2026.02.26 17:10:30.735114 [ 281 ] {} TCP-Session: 418a8724-5145-4f96-bd16-b666921c1372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.735289 [ 283 ] {} TCP-Session: e167a199-41e1-4edc-b7bc-04365b94eeed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.735310 [ 283 ] {} TCP-Session: e167a199-41e1-4edc-b7bc-04365b94eeed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:30.747009 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.752729 [ 275 ] {c65fa16a-b062-435f-aafc-4dad3127205d} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:10:30.876986 [ 275 ] {c65fa16a-b062-435f-aafc-4dad3127205d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57868) (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.26 17:10:30.878051 [ 275 ] {c65fa16a-b062-435f-aafc-4dad3127205d} 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.26 17:10:30.878264 [ 275 ] {c65fa16a-b062-435f-aafc-4dad3127205d} TCPHandler: Processed in 0.136760978 sec. 2026.02.26 17:10:30.880299 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.880599 [ 277 ] {a846bad1-c070-4fef-a163-d6d118d3f172} executeQuery: (from [fd00:1122:3344:101::d]:55736) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:10:30.880970 [ 277 ] {a846bad1-c070-4fef-a163-d6d118d3f172} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55736) (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.26 17:10:30.881236 [ 277 ] {a846bad1-c070-4fef-a163-d6d118d3f172} 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.26 17:10:30.881446 [ 277 ] {a846bad1-c070-4fef-a163-d6d118d3f172} TCPHandler: Processed in 0.002846529 sec. 2026.02.26 17:10:30.884102 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.884871 [ 275 ] {47ed9562-7cf6-44e7-86d2-b71f7c31cc6e} executeQuery: (from [fd00:1122:3344:101::d]:57868) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.02.26 17:10:30.885490 [ 275 ] {47ed9562-7cf6-44e7-86d2-b71f7c31cc6e} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.02.26 17:10:30.886887 [ 275 ] {47ed9562-7cf6-44e7-86d2-b71f7c31cc6e} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.02.26 17:10:30.886908 [ 275 ] {47ed9562-7cf6-44e7-86d2-b71f7c31cc6e} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7151e-05 sec 2026.02.26 17:10:30.886922 [ 275 ] {47ed9562-7cf6-44e7-86d2-b71f7c31cc6e} ReferentialDeps: No tables 2026.02.26 17:10:30.887004 [ 275 ] {47ed9562-7cf6-44e7-86d2-b71f7c31cc6e} LoadingDeps: No tables 2026.02.26 17:10:30.887029 [ 275 ] {47ed9562-7cf6-44e7-86d2-b71f7c31cc6e} DatabaseAtomic (oximeter): Starting up tables. 2026.02.26 17:10:30.887720 [ 275 ] {47ed9562-7cf6-44e7-86d2-b71f7c31cc6e} TCPHandler: Processed in 0.003732343 sec. 2026.02.26 17:10:30.887879 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.888104 [ 275 ] {ea4f83c3-b276-4eaa-9b4b-871c1e9608bb} executeQuery: (from [fd00:1122:3344:101::d]:57868) /* 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.26 17:10:30.888223 [ 275 ] {ea4f83c3-b276-4eaa-9b4b-871c1e9608bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.02.26 17:10:30.900419 [ 275 ] {ea4f83c3-b276-4eaa-9b4b-871c1e9608bb} StoragePolicy (default): Storage policy default created, total volumes 1 2026.02.26 17:10:30.901856 [ 275 ] {ea4f83c3-b276-4eaa-9b4b-871c1e9608bb} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260): Loading data parts 2026.02.26 17:10:30.904272 [ 275 ] {ea4f83c3-b276-4eaa-9b4b-871c1e9608bb} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260): There are no data parts 2026.02.26 17:10:30.908341 [ 275 ] {ea4f83c3-b276-4eaa-9b4b-871c1e9608bb} TCPHandler: Processed in 0.020511628 sec. 2026.02.26 17:10:30.908517 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.908698 [ 275 ] {e5eff9c2-e7f2-4de3-9fc5-efe932cbc6e1} executeQuery: (from [fd00:1122:3344:101::d]:57868) /* 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.26 17:10:30.908831 [ 275 ] {e5eff9c2-e7f2-4de3-9fc5-efe932cbc6e1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.02.26 17:10:30.927261 [ 275 ] {e5eff9c2-e7f2-4de3-9fc5-efe932cbc6e1} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Loading data parts 2026.02.26 17:10:30.927465 [ 275 ] {e5eff9c2-e7f2-4de3-9fc5-efe932cbc6e1} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): There are no data parts 2026.02.26 17:10:30.929079 [ 275 ] {e5eff9c2-e7f2-4de3-9fc5-efe932cbc6e1} TCPHandler: Processed in 0.020617311 sec. 2026.02.26 17:10:30.929294 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.929498 [ 275 ] {aeb96d9b-484a-442e-8cf0-42d230a3c0c2} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.929610 [ 275 ] {aeb96d9b-484a-442e-8cf0-42d230a3c0c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.02.26 17:10:30.931364 [ 275 ] {aeb96d9b-484a-442e-8cf0-42d230a3c0c2} oximeter.measurements_i8 (0ecb6584-7a87-44dc-a965-4da20ee6f0db): Loading data parts 2026.02.26 17:10:30.931505 [ 275 ] {aeb96d9b-484a-442e-8cf0-42d230a3c0c2} oximeter.measurements_i8 (0ecb6584-7a87-44dc-a965-4da20ee6f0db): There are no data parts 2026.02.26 17:10:30.933072 [ 275 ] {aeb96d9b-484a-442e-8cf0-42d230a3c0c2} TCPHandler: Processed in 0.003832536 sec. 2026.02.26 17:10:30.933217 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.933371 [ 275 ] {2a3ea7fc-82f2-4e7e-9cb0-758e00f3379e} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.933483 [ 275 ] {2a3ea7fc-82f2-4e7e-9cb0-758e00f3379e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.02.26 17:10:30.935303 [ 275 ] {2a3ea7fc-82f2-4e7e-9cb0-758e00f3379e} oximeter.measurements_u8 (ac210099-bb71-46fb-a327-e91e0014d258): Loading data parts 2026.02.26 17:10:30.935446 [ 275 ] {2a3ea7fc-82f2-4e7e-9cb0-758e00f3379e} oximeter.measurements_u8 (ac210099-bb71-46fb-a327-e91e0014d258): There are no data parts 2026.02.26 17:10:30.936989 [ 275 ] {2a3ea7fc-82f2-4e7e-9cb0-758e00f3379e} TCPHandler: Processed in 0.003819676 sec. 2026.02.26 17:10:30.937169 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.937362 [ 275 ] {90961fb2-0edf-4fd5-8e13-068f0a2b0191} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.937466 [ 275 ] {90961fb2-0edf-4fd5-8e13-068f0a2b0191} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.02.26 17:10:30.939198 [ 275 ] {90961fb2-0edf-4fd5-8e13-068f0a2b0191} oximeter.measurements_i16 (7791d526-0088-4f3c-90cb-6517a2de8abe): Loading data parts 2026.02.26 17:10:30.939345 [ 275 ] {90961fb2-0edf-4fd5-8e13-068f0a2b0191} oximeter.measurements_i16 (7791d526-0088-4f3c-90cb-6517a2de8abe): There are no data parts 2026.02.26 17:10:30.940907 [ 275 ] {90961fb2-0edf-4fd5-8e13-068f0a2b0191} TCPHandler: Processed in 0.003786474 sec. 2026.02.26 17:10:30.941046 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.941199 [ 275 ] {35f0b311-b95c-4887-98c0-41bef1a2334d} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.941308 [ 275 ] {35f0b311-b95c-4887-98c0-41bef1a2334d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.02.26 17:10:30.943264 [ 275 ] {35f0b311-b95c-4887-98c0-41bef1a2334d} oximeter.measurements_u16 (8d1e8e44-86fa-4e93-8b8f-379ca7531fa6): Loading data parts 2026.02.26 17:10:30.943399 [ 275 ] {35f0b311-b95c-4887-98c0-41bef1a2334d} oximeter.measurements_u16 (8d1e8e44-86fa-4e93-8b8f-379ca7531fa6): There are no data parts 2026.02.26 17:10:30.944568 [ 275 ] {35f0b311-b95c-4887-98c0-41bef1a2334d} TCPHandler: Processed in 0.003570209 sec. 2026.02.26 17:10:30.944711 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.944962 [ 275 ] {0e8f0009-bbb5-453c-9452-65e67d06ab45} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.945076 [ 275 ] {0e8f0009-bbb5-453c-9452-65e67d06ab45} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.02.26 17:10:30.947683 [ 275 ] {0e8f0009-bbb5-453c-9452-65e67d06ab45} oximeter.measurements_i32 (77843701-e37b-40cb-94b7-ad0a660f1b46): Loading data parts 2026.02.26 17:10:30.947835 [ 275 ] {0e8f0009-bbb5-453c-9452-65e67d06ab45} oximeter.measurements_i32 (77843701-e37b-40cb-94b7-ad0a660f1b46): There are no data parts 2026.02.26 17:10:30.949477 [ 275 ] {0e8f0009-bbb5-453c-9452-65e67d06ab45} TCPHandler: Processed in 0.004813473 sec. 2026.02.26 17:10:30.949624 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.949810 [ 275 ] {04906e35-a781-4d94-9463-8c1bacc42aeb} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.949938 [ 275 ] {04906e35-a781-4d94-9463-8c1bacc42aeb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.02.26 17:10:30.952058 [ 275 ] {04906e35-a781-4d94-9463-8c1bacc42aeb} oximeter.measurements_u32 (3fd64534-ff10-4630-8d79-884fad7f23f1): Loading data parts 2026.02.26 17:10:30.952206 [ 275 ] {04906e35-a781-4d94-9463-8c1bacc42aeb} oximeter.measurements_u32 (3fd64534-ff10-4630-8d79-884fad7f23f1): There are no data parts 2026.02.26 17:10:30.953627 [ 275 ] {04906e35-a781-4d94-9463-8c1bacc42aeb} TCPHandler: Processed in 0.004051352 sec. 2026.02.26 17:10:30.953779 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.954032 [ 275 ] {c546f093-b14f-4432-8867-3e11d1b70142} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.954140 [ 275 ] {c546f093-b14f-4432-8867-3e11d1b70142} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.02.26 17:10:30.956269 [ 275 ] {c546f093-b14f-4432-8867-3e11d1b70142} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): Loading data parts 2026.02.26 17:10:30.956426 [ 275 ] {c546f093-b14f-4432-8867-3e11d1b70142} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): There are no data parts 2026.02.26 17:10:30.958596 [ 275 ] {c546f093-b14f-4432-8867-3e11d1b70142} TCPHandler: Processed in 0.004866505 sec. 2026.02.26 17:10:30.958741 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.958895 [ 275 ] {9340bf82-9dd4-487c-85d5-8b16f4f4ae36} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.959001 [ 275 ] {9340bf82-9dd4-487c-85d5-8b16f4f4ae36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.02.26 17:10:30.961313 [ 275 ] {9340bf82-9dd4-487c-85d5-8b16f4f4ae36} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Loading data parts 2026.02.26 17:10:30.961499 [ 275 ] {9340bf82-9dd4-487c-85d5-8b16f4f4ae36} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): There are no data parts 2026.02.26 17:10:30.962948 [ 275 ] {9340bf82-9dd4-487c-85d5-8b16f4f4ae36} TCPHandler: Processed in 0.004255818 sec. 2026.02.26 17:10:30.963094 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.963316 [ 275 ] {40866f87-dcdf-4925-bc6c-15f8b9cc1f2e} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.963425 [ 275 ] {40866f87-dcdf-4925-bc6c-15f8b9cc1f2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.02.26 17:10:30.965412 [ 275 ] {40866f87-dcdf-4925-bc6c-15f8b9cc1f2e} oximeter.measurements_f32 (c3832b27-3009-4ffc-b8f4-feecf175bfa1): Loading data parts 2026.02.26 17:10:30.965551 [ 275 ] {40866f87-dcdf-4925-bc6c-15f8b9cc1f2e} oximeter.measurements_f32 (c3832b27-3009-4ffc-b8f4-feecf175bfa1): There are no data parts 2026.02.26 17:10:30.967371 [ 275 ] {40866f87-dcdf-4925-bc6c-15f8b9cc1f2e} TCPHandler: Processed in 0.004325539 sec. 2026.02.26 17:10:30.967520 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.967676 [ 275 ] {9ba897b0-2dc3-4ecd-a217-8c3eab8f86bc} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.967849 [ 275 ] {9ba897b0-2dc3-4ecd-a217-8c3eab8f86bc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.02.26 17:10:30.969839 [ 275 ] {9ba897b0-2dc3-4ecd-a217-8c3eab8f86bc} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Loading data parts 2026.02.26 17:10:30.970029 [ 275 ] {9ba897b0-2dc3-4ecd-a217-8c3eab8f86bc} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): There are no data parts 2026.02.26 17:10:30.971613 [ 275 ] {9ba897b0-2dc3-4ecd-a217-8c3eab8f86bc} TCPHandler: Processed in 0.004144685 sec. 2026.02.26 17:10:30.971752 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.972047 [ 275 ] {f01161c9-1e74-4ab2-9861-24cf135d9e7d} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.972162 [ 275 ] {f01161c9-1e74-4ab2-9861-24cf135d9e7d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.02.26 17:10:30.974704 [ 275 ] {f01161c9-1e74-4ab2-9861-24cf135d9e7d} oximeter.measurements_string (3a229a3f-b481-49f4-8f85-fec4c4e2ec1a): Loading data parts 2026.02.26 17:10:30.974854 [ 275 ] {f01161c9-1e74-4ab2-9861-24cf135d9e7d} oximeter.measurements_string (3a229a3f-b481-49f4-8f85-fec4c4e2ec1a): There are no data parts 2026.02.26 17:10:30.977221 [ 275 ] {f01161c9-1e74-4ab2-9861-24cf135d9e7d} TCPHandler: Processed in 0.005519803 sec. 2026.02.26 17:10:30.977372 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.977534 [ 275 ] {c85e6078-3546-478c-8684-aad1f056d206} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.977663 [ 275 ] {c85e6078-3546-478c-8684-aad1f056d206} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.02.26 17:10:30.980519 [ 275 ] {c85e6078-3546-478c-8684-aad1f056d206} oximeter.measurements_bytes (e9e9fd7b-d1be-4629-afed-3cafd5e2e989): Loading data parts 2026.02.26 17:10:30.980676 [ 275 ] {c85e6078-3546-478c-8684-aad1f056d206} oximeter.measurements_bytes (e9e9fd7b-d1be-4629-afed-3cafd5e2e989): There are no data parts 2026.02.26 17:10:30.983198 [ 275 ] {c85e6078-3546-478c-8684-aad1f056d206} TCPHandler: Processed in 0.005876493 sec. 2026.02.26 17:10:30.983349 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.983511 [ 275 ] {e1a21490-1187-4d8d-b0d5-6b6277d399b8} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.983632 [ 275 ] {e1a21490-1187-4d8d-b0d5-6b6277d399b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.02.26 17:10:30.986015 [ 275 ] {e1a21490-1187-4d8d-b0d5-6b6277d399b8} oximeter.measurements_cumulativei64 (42b13b0a-730a-4e56-aa64-e1f2a62c652d): Loading data parts 2026.02.26 17:10:30.986169 [ 275 ] {e1a21490-1187-4d8d-b0d5-6b6277d399b8} oximeter.measurements_cumulativei64 (42b13b0a-730a-4e56-aa64-e1f2a62c652d): There are no data parts 2026.02.26 17:10:30.987422 [ 275 ] {e1a21490-1187-4d8d-b0d5-6b6277d399b8} TCPHandler: Processed in 0.004120734 sec. 2026.02.26 17:10:30.987641 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.987800 [ 275 ] {c53faa24-a70f-4914-92e8-9614ba2933e2} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.987920 [ 275 ] {c53faa24-a70f-4914-92e8-9614ba2933e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.02.26 17:10:30.989787 [ 275 ] {c53faa24-a70f-4914-92e8-9614ba2933e2} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Loading data parts 2026.02.26 17:10:30.990002 [ 275 ] {c53faa24-a70f-4914-92e8-9614ba2933e2} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): There are no data parts 2026.02.26 17:10:30.991199 [ 275 ] {c53faa24-a70f-4914-92e8-9614ba2933e2} TCPHandler: Processed in 0.00360625 sec. 2026.02.26 17:10:30.991341 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.991574 [ 275 ] {9fb36624-620e-4e85-a3ce-92037aeecfdb} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.991691 [ 275 ] {9fb36624-620e-4e85-a3ce-92037aeecfdb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.02.26 17:10:30.993952 [ 275 ] {9fb36624-620e-4e85-a3ce-92037aeecfdb} oximeter.measurements_cumulativef32 (22a2c4d6-145e-457b-96b9-8d6c2becd4ab): Loading data parts 2026.02.26 17:10:30.994099 [ 275 ] {9fb36624-620e-4e85-a3ce-92037aeecfdb} oximeter.measurements_cumulativef32 (22a2c4d6-145e-457b-96b9-8d6c2becd4ab): There are no data parts 2026.02.26 17:10:30.995622 [ 275 ] {9fb36624-620e-4e85-a3ce-92037aeecfdb} TCPHandler: Processed in 0.00432998 sec. 2026.02.26 17:10:30.995767 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:30.995930 [ 275 ] {30fe9c9c-efd4-45be-a71b-1eff8c779689} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:30.996062 [ 275 ] {30fe9c9c-efd4-45be-a71b-1eff8c779689} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.02.26 17:10:30.998266 [ 275 ] {30fe9c9c-efd4-45be-a71b-1eff8c779689} oximeter.measurements_cumulativef64 (d05e46e2-7855-44b6-b08f-d44e38bb5d79): Loading data parts 2026.02.26 17:10:30.998492 [ 275 ] {30fe9c9c-efd4-45be-a71b-1eff8c779689} oximeter.measurements_cumulativef64 (d05e46e2-7855-44b6-b08f-d44e38bb5d79): There are no data parts 2026.02.26 17:10:30.999656 [ 275 ] {30fe9c9c-efd4-45be-a71b-1eff8c779689} TCPHandler: Processed in 0.003936458 sec. 2026.02.26 17:10:30.999876 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.000104 [ 275 ] {83e43c21-209e-4a9e-bc85-42d50f0a7f6d} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.000240 [ 275 ] {83e43c21-209e-4a9e-bc85-42d50f0a7f6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.02.26 17:10:31.001103 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.23 MiB, peak 125.23 MiB, free memory in arenas 0.00 B, will set to 134.01 MiB (RSS), difference: 8.78 MiB 2026.02.26 17:10:31.002512 [ 275 ] {83e43c21-209e-4a9e-bc85-42d50f0a7f6d} oximeter.measurements_histogrami8 (56bfd1c2-cd47-4095-8512-9804cb64a899): Loading data parts 2026.02.26 17:10:31.002727 [ 275 ] {83e43c21-209e-4a9e-bc85-42d50f0a7f6d} oximeter.measurements_histogrami8 (56bfd1c2-cd47-4095-8512-9804cb64a899): There are no data parts 2026.02.26 17:10:31.004250 [ 275 ] {83e43c21-209e-4a9e-bc85-42d50f0a7f6d} TCPHandler: Processed in 0.004424793 sec. 2026.02.26 17:10:31.004403 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.004689 [ 275 ] {8429f207-0297-4c93-b000-b6ca9983365c} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.004816 [ 275 ] {8429f207-0297-4c93-b000-b6ca9983365c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.02.26 17:10:31.007054 [ 275 ] {8429f207-0297-4c93-b000-b6ca9983365c} oximeter.measurements_histogramu8 (244fabcf-79ed-4884-be8b-5df39e62fba3): Loading data parts 2026.02.26 17:10:31.007201 [ 275 ] {8429f207-0297-4c93-b000-b6ca9983365c} oximeter.measurements_histogramu8 (244fabcf-79ed-4884-be8b-5df39e62fba3): There are no data parts 2026.02.26 17:10:31.008527 [ 275 ] {8429f207-0297-4c93-b000-b6ca9983365c} TCPHandler: Processed in 0.004172375 sec. 2026.02.26 17:10:31.008679 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.008889 [ 275 ] {1518de24-cd7b-4924-9e4a-cd7d0cc3b02c} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.009021 [ 275 ] {1518de24-cd7b-4924-9e4a-cd7d0cc3b02c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.02.26 17:10:31.011190 [ 275 ] {1518de24-cd7b-4924-9e4a-cd7d0cc3b02c} oximeter.measurements_histogrami16 (ed77ce79-6df9-430e-999e-f96dd3846aaf): Loading data parts 2026.02.26 17:10:31.011422 [ 275 ] {1518de24-cd7b-4924-9e4a-cd7d0cc3b02c} oximeter.measurements_histogrami16 (ed77ce79-6df9-430e-999e-f96dd3846aaf): There are no data parts 2026.02.26 17:10:31.012767 [ 275 ] {1518de24-cd7b-4924-9e4a-cd7d0cc3b02c} TCPHandler: Processed in 0.004140495 sec. 2026.02.26 17:10:31.012917 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.013221 [ 275 ] {8967ee37-72e6-4d1a-b00d-a3aaf6d8d17b} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.013352 [ 275 ] {8967ee37-72e6-4d1a-b00d-a3aaf6d8d17b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.02.26 17:10:31.015609 [ 275 ] {8967ee37-72e6-4d1a-b00d-a3aaf6d8d17b} oximeter.measurements_histogramu16 (3d013419-9e73-4b2c-af9b-f0cdf5367286): Loading data parts 2026.02.26 17:10:31.015760 [ 275 ] {8967ee37-72e6-4d1a-b00d-a3aaf6d8d17b} oximeter.measurements_histogramu16 (3d013419-9e73-4b2c-af9b-f0cdf5367286): There are no data parts 2026.02.26 17:10:31.017385 [ 275 ] {8967ee37-72e6-4d1a-b00d-a3aaf6d8d17b} TCPHandler: Processed in 0.004518715 sec. 2026.02.26 17:10:31.017538 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.017776 [ 275 ] {66f8b8f2-2c8d-474a-a9d0-30f4bb0079fb} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.017918 [ 275 ] {66f8b8f2-2c8d-474a-a9d0-30f4bb0079fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.02.26 17:10:31.019970 [ 275 ] {66f8b8f2-2c8d-474a-a9d0-30f4bb0079fb} oximeter.measurements_histogrami32 (08bcf597-a751-4bef-bf73-8c745abb353b): Loading data parts 2026.02.26 17:10:31.020251 [ 275 ] {66f8b8f2-2c8d-474a-a9d0-30f4bb0079fb} oximeter.measurements_histogrami32 (08bcf597-a751-4bef-bf73-8c745abb353b): There are no data parts 2026.02.26 17:10:31.022112 [ 275 ] {66f8b8f2-2c8d-474a-a9d0-30f4bb0079fb} TCPHandler: Processed in 0.004624777 sec. 2026.02.26 17:10:31.022258 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.022546 [ 275 ] {714a155a-af3d-486a-9ae2-66c54c6c3fc5} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.022671 [ 275 ] {714a155a-af3d-486a-9ae2-66c54c6c3fc5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.02.26 17:10:31.024483 [ 275 ] {714a155a-af3d-486a-9ae2-66c54c6c3fc5} oximeter.measurements_histogramu32 (c4b43a75-8b83-427c-bf9d-e29c2d5e1622): Loading data parts 2026.02.26 17:10:31.024624 [ 275 ] {714a155a-af3d-486a-9ae2-66c54c6c3fc5} oximeter.measurements_histogramu32 (c4b43a75-8b83-427c-bf9d-e29c2d5e1622): There are no data parts 2026.02.26 17:10:31.026106 [ 275 ] {714a155a-af3d-486a-9ae2-66c54c6c3fc5} TCPHandler: Processed in 0.003897978 sec. 2026.02.26 17:10:31.026254 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.026466 [ 275 ] {b3ba5526-7245-4f6c-915e-dac3318ec885} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.026700 [ 275 ] {b3ba5526-7245-4f6c-915e-dac3318ec885} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.02.26 17:10:31.028974 [ 275 ] {b3ba5526-7245-4f6c-915e-dac3318ec885} oximeter.measurements_histogrami64 (a152274c-1d13-4098-9407-4b843757efc4): Loading data parts 2026.02.26 17:10:31.029186 [ 275 ] {b3ba5526-7245-4f6c-915e-dac3318ec885} oximeter.measurements_histogrami64 (a152274c-1d13-4098-9407-4b843757efc4): There are no data parts 2026.02.26 17:10:31.031589 [ 275 ] {b3ba5526-7245-4f6c-915e-dac3318ec885} TCPHandler: Processed in 0.005383709 sec. 2026.02.26 17:10:31.031736 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.032035 [ 275 ] {d8c3e106-7dfb-4de9-bfd6-40db13b8ce2c} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.032165 [ 275 ] {d8c3e106-7dfb-4de9-bfd6-40db13b8ce2c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.02.26 17:10:31.034621 [ 275 ] {d8c3e106-7dfb-4de9-bfd6-40db13b8ce2c} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Loading data parts 2026.02.26 17:10:31.034757 [ 275 ] {d8c3e106-7dfb-4de9-bfd6-40db13b8ce2c} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): There are no data parts 2026.02.26 17:10:31.036173 [ 275 ] {d8c3e106-7dfb-4de9-bfd6-40db13b8ce2c} TCPHandler: Processed in 0.004486544 sec. 2026.02.26 17:10:31.036332 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.036593 [ 275 ] {cf8d688f-842c-4a95-86a8-3ea8f427d97b} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.036730 [ 275 ] {cf8d688f-842c-4a95-86a8-3ea8f427d97b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.02.26 17:10:31.038577 [ 275 ] {cf8d688f-842c-4a95-86a8-3ea8f427d97b} oximeter.measurements_histogramf32 (d88b9cf5-c456-4d2d-936f-6cf39ef3ab1f): Loading data parts 2026.02.26 17:10:31.038794 [ 275 ] {cf8d688f-842c-4a95-86a8-3ea8f427d97b} oximeter.measurements_histogramf32 (d88b9cf5-c456-4d2d-936f-6cf39ef3ab1f): There are no data parts 2026.02.26 17:10:31.040189 [ 275 ] {cf8d688f-842c-4a95-86a8-3ea8f427d97b} TCPHandler: Processed in 0.003915098 sec. 2026.02.26 17:10:31.040332 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.040625 [ 275 ] {a29aa277-6af0-4c5a-9472-dcfde8f836a4} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.040755 [ 275 ] {a29aa277-6af0-4c5a-9472-dcfde8f836a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.02.26 17:10:31.042585 [ 275 ] {a29aa277-6af0-4c5a-9472-dcfde8f836a4} oximeter.measurements_histogramf64 (63b038a7-1e91-4b37-b5b1-57530121953b): Loading data parts 2026.02.26 17:10:31.042731 [ 275 ] {a29aa277-6af0-4c5a-9472-dcfde8f836a4} oximeter.measurements_histogramf64 (63b038a7-1e91-4b37-b5b1-57530121953b): There are no data parts 2026.02.26 17:10:31.044291 [ 275 ] {a29aa277-6af0-4c5a-9472-dcfde8f836a4} TCPHandler: Processed in 0.004007961 sec. 2026.02.26 17:10:31.044441 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.044620 [ 275 ] {24dcee86-c36b-4159-82cd-fec8045a0d46} executeQuery: (from [fd00:1122:3344:101::d]:57868) /* 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.26 17:10:31.044755 [ 275 ] {24dcee86-c36b-4159-82cd-fec8045a0d46} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.02.26 17:10:31.046813 [ 275 ] {24dcee86-c36b-4159-82cd-fec8045a0d46} oximeter.fields_bool (720df26e-e45a-41c6-a5be-7c31938cb42d): Loading data parts 2026.02.26 17:10:31.047041 [ 275 ] {24dcee86-c36b-4159-82cd-fec8045a0d46} oximeter.fields_bool (720df26e-e45a-41c6-a5be-7c31938cb42d): There are no data parts 2026.02.26 17:10:31.048189 [ 275 ] {24dcee86-c36b-4159-82cd-fec8045a0d46} TCPHandler: Processed in 0.003797765 sec. 2026.02.26 17:10:31.048335 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.048568 [ 275 ] {e4d37599-9881-4f54-8b01-8ec2257847f5} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.048653 [ 275 ] {e4d37599-9881-4f54-8b01-8ec2257847f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.02.26 17:10:31.050315 [ 275 ] {e4d37599-9881-4f54-8b01-8ec2257847f5} oximeter.fields_i8 (aa9e7be2-6da3-4393-8d5d-0e0777fd91dd): Loading data parts 2026.02.26 17:10:31.050443 [ 275 ] {e4d37599-9881-4f54-8b01-8ec2257847f5} oximeter.fields_i8 (aa9e7be2-6da3-4393-8d5d-0e0777fd91dd): There are no data parts 2026.02.26 17:10:31.051795 [ 275 ] {e4d37599-9881-4f54-8b01-8ec2257847f5} TCPHandler: Processed in 0.003509308 sec. 2026.02.26 17:10:31.052028 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.052183 [ 275 ] {3d681825-487d-435d-8bb0-7ba287686f60} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.052303 [ 275 ] {3d681825-487d-435d-8bb0-7ba287686f60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.02.26 17:10:31.053953 [ 275 ] {3d681825-487d-435d-8bb0-7ba287686f60} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Loading data parts 2026.02.26 17:10:31.054178 [ 275 ] {3d681825-487d-435d-8bb0-7ba287686f60} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): There are no data parts 2026.02.26 17:10:31.055531 [ 275 ] {3d681825-487d-435d-8bb0-7ba287686f60} TCPHandler: Processed in 0.003552088 sec. 2026.02.26 17:10:31.055674 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.055917 [ 275 ] {2f224427-a10c-427b-8f34-d8f1301e5fec} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.056055 [ 275 ] {2f224427-a10c-427b-8f34-d8f1301e5fec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.02.26 17:10:31.058254 [ 275 ] {2f224427-a10c-427b-8f34-d8f1301e5fec} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Loading data parts 2026.02.26 17:10:31.058450 [ 275 ] {2f224427-a10c-427b-8f34-d8f1301e5fec} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): There are no data parts 2026.02.26 17:10:31.060299 [ 275 ] {2f224427-a10c-427b-8f34-d8f1301e5fec} TCPHandler: Processed in 0.004675149 sec. 2026.02.26 17:10:31.060481 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.060641 [ 275 ] {fd365376-8505-4f53-a098-ae197b8f6b55} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.060760 [ 275 ] {fd365376-8505-4f53-a098-ae197b8f6b55} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.02.26 17:10:31.062572 [ 275 ] {fd365376-8505-4f53-a098-ae197b8f6b55} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Loading data parts 2026.02.26 17:10:31.062787 [ 275 ] {fd365376-8505-4f53-a098-ae197b8f6b55} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): There are no data parts 2026.02.26 17:10:31.064755 [ 275 ] {fd365376-8505-4f53-a098-ae197b8f6b55} TCPHandler: Processed in 0.00432398 sec. 2026.02.26 17:10:31.064902 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.065143 [ 275 ] {0403e2be-b238-40a5-90ab-10a898659d92} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.065265 [ 275 ] {0403e2be-b238-40a5-90ab-10a898659d92} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.02.26 17:10:31.067844 [ 275 ] {0403e2be-b238-40a5-90ab-10a898659d92} oximeter.fields_i32 (f69e211d-ddb4-4479-889b-8c275699384b): Loading data parts 2026.02.26 17:10:31.068025 [ 275 ] {0403e2be-b238-40a5-90ab-10a898659d92} oximeter.fields_i32 (f69e211d-ddb4-4479-889b-8c275699384b): There are no data parts 2026.02.26 17:10:31.070540 [ 275 ] {0403e2be-b238-40a5-90ab-10a898659d92} TCPHandler: Processed in 0.005687818 sec. 2026.02.26 17:10:31.070691 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.070852 [ 275 ] {90eb3b17-f7dc-4d68-bd7b-ef9419edbc21} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.070992 [ 275 ] {90eb3b17-f7dc-4d68-bd7b-ef9419edbc21} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.02.26 17:10:31.073565 [ 275 ] {90eb3b17-f7dc-4d68-bd7b-ef9419edbc21} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Loading data parts 2026.02.26 17:10:31.073792 [ 275 ] {90eb3b17-f7dc-4d68-bd7b-ef9419edbc21} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): There are no data parts 2026.02.26 17:10:31.075441 [ 275 ] {90eb3b17-f7dc-4d68-bd7b-ef9419edbc21} TCPHandler: Processed in 0.004801023 sec. 2026.02.26 17:10:31.075592 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.075842 [ 275 ] {643e7cc4-7528-49a9-8d4c-eb8f29363220} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.075972 [ 275 ] {643e7cc4-7528-49a9-8d4c-eb8f29363220} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.02.26 17:10:31.078329 [ 275 ] {643e7cc4-7528-49a9-8d4c-eb8f29363220} oximeter.fields_i64 (ab1ecf94-fc8f-4014-82f9-771e34c2301c): Loading data parts 2026.02.26 17:10:31.078476 [ 275 ] {643e7cc4-7528-49a9-8d4c-eb8f29363220} oximeter.fields_i64 (ab1ecf94-fc8f-4014-82f9-771e34c2301c): There are no data parts 2026.02.26 17:10:31.079997 [ 275 ] {643e7cc4-7528-49a9-8d4c-eb8f29363220} TCPHandler: Processed in 0.004459494 sec. 2026.02.26 17:10:31.080163 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.080322 [ 275 ] {26294aa3-df2c-4eca-8763-6546bf7a29ee} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.080465 [ 275 ] {26294aa3-df2c-4eca-8763-6546bf7a29ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.02.26 17:10:31.082878 [ 275 ] {26294aa3-df2c-4eca-8763-6546bf7a29ee} oximeter.fields_u64 (bcb34153-5e14-4d79-871e-31a9d21fbc73): Loading data parts 2026.02.26 17:10:31.083085 [ 275 ] {26294aa3-df2c-4eca-8763-6546bf7a29ee} oximeter.fields_u64 (bcb34153-5e14-4d79-871e-31a9d21fbc73): There are no data parts 2026.02.26 17:10:31.084495 [ 275 ] {26294aa3-df2c-4eca-8763-6546bf7a29ee} TCPHandler: Processed in 0.004383511 sec. 2026.02.26 17:10:31.084646 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.084901 [ 275 ] {508f422a-72fb-4421-9cc2-34840bd9b7e0} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.085038 [ 275 ] {508f422a-72fb-4421-9cc2-34840bd9b7e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.02.26 17:10:31.086892 [ 275 ] {508f422a-72fb-4421-9cc2-34840bd9b7e0} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Loading data parts 2026.02.26 17:10:31.087042 [ 275 ] {508f422a-72fb-4421-9cc2-34840bd9b7e0} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): There are no data parts 2026.02.26 17:10:31.088550 [ 275 ] {508f422a-72fb-4421-9cc2-34840bd9b7e0} TCPHandler: Processed in 0.00395445 sec. 2026.02.26 17:10:31.088754 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.088928 [ 275 ] {3f8b3c25-c150-4718-87d0-f28d168509a6} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.089059 [ 275 ] {3f8b3c25-c150-4718-87d0-f28d168509a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.02.26 17:10:31.091426 [ 275 ] {3f8b3c25-c150-4718-87d0-f28d168509a6} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Loading data parts 2026.02.26 17:10:31.091591 [ 275 ] {3f8b3c25-c150-4718-87d0-f28d168509a6} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): There are no data parts 2026.02.26 17:10:31.092828 [ 275 ] {3f8b3c25-c150-4718-87d0-f28d168509a6} TCPHandler: Processed in 0.004124984 sec. 2026.02.26 17:10:31.093019 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.093222 [ 275 ] {bfa0e6bb-b37e-4f53-9159-5fb2f07d5865} executeQuery: (from [fd00:1122:3344:101::d]:57868) 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.26 17:10:31.093345 [ 275 ] {bfa0e6bb-b37e-4f53-9159-5fb2f07d5865} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.02.26 17:10:31.095459 [ 275 ] {bfa0e6bb-b37e-4f53-9159-5fb2f07d5865} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Loading data parts 2026.02.26 17:10:31.095614 [ 275 ] {bfa0e6bb-b37e-4f53-9159-5fb2f07d5865} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): There are no data parts 2026.02.26 17:10:31.097127 [ 275 ] {bfa0e6bb-b37e-4f53-9159-5fb2f07d5865} TCPHandler: Processed in 0.004157155 sec. 2026.02.26 17:10:31.097299 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.097551 [ 275 ] {700dbe37-4e81-4888-9da7-6e6ff869265e} executeQuery: (from [fd00:1122:3344:101::d]:57868) /* 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.26 17:10:31.097767 [ 275 ] {700dbe37-4e81-4888-9da7-6e6ff869265e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.02.26 17:10:31.099779 [ 275 ] {700dbe37-4e81-4888-9da7-6e6ff869265e} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749): Loading data parts 2026.02.26 17:10:31.099932 [ 275 ] {700dbe37-4e81-4888-9da7-6e6ff869265e} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749): There are no data parts 2026.02.26 17:10:31.101537 [ 275 ] {700dbe37-4e81-4888-9da7-6e6ff869265e} TCPHandler: Processed in 0.004287198 sec. 2026.02.26 17:10:31.101799 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:31.102108 [ 277 ] {d3ad8389-3500-49e5-8431-53fa4494b78f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.02.26 17:10:31.104882 [ 277 ] {d3ad8389-3500-49e5-8431-53fa4494b78f} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.02.26 17:10:31.125963 [ 284 ] {d3ad8389-3500-49e5-8431-53fa4494b78f} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:31.126028 [ 284 ] {d3ad8389-3500-49e5-8431-53fa4494b78f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:31.135275 [ 284 ] {d3ad8389-3500-49e5-8431-53fa4494b78f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:31.135873 [ 284 ] {d3ad8389-3500-49e5-8431-53fa4494b78f} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260): 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.26 17:10:31.136283 [ 277 ] {d3ad8389-3500-49e5-8431-53fa4494b78f} executeQuery: Read 1 rows, 16.00 B in 0.034317 sec., 29.14007634700003 rows/sec., 466.24 B/sec. 2026.02.26 17:10:31.136581 [ 277 ] {d3ad8389-3500-49e5-8431-53fa4494b78f} TCPHandler: Processed in 0.034912007 sec. 2026.02.26 17:10:32.001103 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.89 MiB, peak 135.89 MiB, free memory in arenas 0.00 B, will set to 139.85 MiB (RSS), difference: 3.97 MiB 2026.02.26 17:10:36.150693 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.02.26 17:10:36.150763 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.02.26 17:10:36.150945 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.02.26 17:10:36.150969 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.02.26 17:10:36.170667 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Loading data parts 2026.02.26 17:10:36.170874 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): There are no data parts 2026.02.26 17:10:36.184516 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Loading data parts 2026.02.26 17:10:36.184690 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): There are no data parts 2026.02.26 17:10:36.199670 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:36.199712 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:36.210321 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:36.211038 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:10:36.211257 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.02.26 17:10:36.229412 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:36.229551 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:36.235711 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:36.236916 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:10:36.239988 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.02.26 17:10:37.000156 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 145.00 MiB, peak 149.00 MiB, free memory in arenas 0.00 B, will set to 154.06 MiB (RSS), difference: 9.07 MiB 2026.02.26 17:10:38.650638 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.02.26 17:10:38.650738 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.02.26 17:10:38.795506 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Loading data parts 2026.02.26 17:10:38.795818 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): There are no data parts 2026.02.26 17:10:38.851684 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:38.851725 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:38.853417 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:38.853952 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:10:38.854177 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.02.26 17:10:39.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.43 MiB, peak 158.43 MiB, free memory in arenas 0.00 B, will set to 154.71 MiB (RSS), difference: -3.72 MiB 2026.02.26 17:10:43.589088 [ 140 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:10:43.589152 [ 140 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:10:43.711469 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.02.26 17:10:43.712531 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:43.712662 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:43.713306 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:10:43.713722 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:10:43.713943 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.02.26 17:10:43.740456 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.02.26 17:10:43.758566 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:43.758709 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:43.765124 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:10:43.766181 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:10:43.768965 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.02.26 17:10:44.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.39 MiB, peak 159.39 MiB, free memory in arenas 0.00 B, will set to 158.15 MiB (RSS), difference: 2.76 MiB 2026.02.26 17:10:49.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 154.17 MiB, peak 159.39 MiB, free memory in arenas 0.00 B, will set to 158.18 MiB (RSS), difference: 4.01 MiB 2026.02.26 17:10:51.159130 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.159381 [ 275 ] {02442b03-63f3-4264-9bce-e83a2946c42f} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.159774 [ 275 ] {02442b03-63f3-4264-9bce-e83a2946c42f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.160084 [ 275 ] {02442b03-63f3-4264-9bce-e83a2946c42f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.160754 [ 275 ] {02442b03-63f3-4264-9bce-e83a2946c42f} TCPHandler: Processed in 0.001752288 sec. 2026.02.26 17:10:51.168764 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.168918 [ 275 ] {d05e18a7-17e6-45b6-a1c5-aed306725931} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.174231 [ 275 ] {d05e18a7-17e6-45b6-a1c5-aed306725931} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.174280 [ 275 ] {d05e18a7-17e6-45b6-a1c5-aed306725931} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.174697 [ 275 ] {d05e18a7-17e6-45b6-a1c5-aed306725931} TCPHandler: Processed in 0.005993557 sec. 2026.02.26 17:10:51.175443 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.175562 [ 275 ] {d219aa3e-81d2-48a8-abc4-adbd58f268e7} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.175854 [ 275 ] {d219aa3e-81d2-48a8-abc4-adbd58f268e7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.175899 [ 275 ] {d219aa3e-81d2-48a8-abc4-adbd58f268e7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.176226 [ 275 ] {d219aa3e-81d2-48a8-abc4-adbd58f268e7} TCPHandler: Processed in 0.000833573 sec. 2026.02.26 17:10:51.176425 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.176541 [ 275 ] {eaeff555-e515-4044-951c-d3250e92bb04} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.176785 [ 275 ] {eaeff555-e515-4044-951c-d3250e92bb04} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.176828 [ 275 ] {eaeff555-e515-4044-951c-d3250e92bb04} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.177168 [ 275 ] {eaeff555-e515-4044-951c-d3250e92bb04} TCPHandler: Processed in 0.000791702 sec. 2026.02.26 17:10:51.177364 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.177480 [ 275 ] {8ff49bcc-1da6-4baf-8d20-60af4f093b04} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.177719 [ 275 ] {8ff49bcc-1da6-4baf-8d20-60af4f093b04} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.177762 [ 275 ] {8ff49bcc-1da6-4baf-8d20-60af4f093b04} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.178127 [ 275 ] {8ff49bcc-1da6-4baf-8d20-60af4f093b04} TCPHandler: Processed in 0.000811562 sec. 2026.02.26 17:10:51.178321 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.178437 [ 275 ] {98382e88-5b34-47fe-9716-877ebb98c2d1} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.178672 [ 275 ] {98382e88-5b34-47fe-9716-877ebb98c2d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.178716 [ 275 ] {98382e88-5b34-47fe-9716-877ebb98c2d1} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.179040 [ 275 ] {98382e88-5b34-47fe-9716-877ebb98c2d1} TCPHandler: Processed in 0.000766341 sec. 2026.02.26 17:10:51.179228 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.179341 [ 275 ] {bdd5ff41-7d3f-42d5-ad30-4d2747edaaf5} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.179575 [ 275 ] {bdd5ff41-7d3f-42d5-ad30-4d2747edaaf5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.179617 [ 275 ] {bdd5ff41-7d3f-42d5-ad30-4d2747edaaf5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.179916 [ 275 ] {bdd5ff41-7d3f-42d5-ad30-4d2747edaaf5} TCPHandler: Processed in 0.00073677 sec. 2026.02.26 17:10:51.180107 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.180221 [ 275 ] {f586b1f8-24b7-4817-891c-adb3a7de557d} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.180472 [ 275 ] {f586b1f8-24b7-4817-891c-adb3a7de557d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.180516 [ 275 ] {f586b1f8-24b7-4817-891c-adb3a7de557d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.180821 [ 275 ] {f586b1f8-24b7-4817-891c-adb3a7de557d} TCPHandler: Processed in 0.000761761 sec. 2026.02.26 17:10:51.181029 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.181145 [ 275 ] {e3424e8b-d8b7-403d-85d0-f88ca1a6d4ee} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.181389 [ 275 ] {e3424e8b-d8b7-403d-85d0-f88ca1a6d4ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.181431 [ 275 ] {e3424e8b-d8b7-403d-85d0-f88ca1a6d4ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.181759 [ 275 ] {e3424e8b-d8b7-403d-85d0-f88ca1a6d4ee} TCPHandler: Processed in 0.000783162 sec. 2026.02.26 17:10:51.181955 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.182078 [ 275 ] {6e556fb2-00cd-41d3-b5f1-55bd6eac7939} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.182322 [ 275 ] {6e556fb2-00cd-41d3-b5f1-55bd6eac7939} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.182363 [ 275 ] {6e556fb2-00cd-41d3-b5f1-55bd6eac7939} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.182684 [ 275 ] {6e556fb2-00cd-41d3-b5f1-55bd6eac7939} TCPHandler: Processed in 0.000778182 sec. 2026.02.26 17:10:51.182888 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.183005 [ 275 ] {ea52ad7c-c744-47cb-8965-8341617f0a93} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.183246 [ 275 ] {ea52ad7c-c744-47cb-8965-8341617f0a93} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.183289 [ 275 ] {ea52ad7c-c744-47cb-8965-8341617f0a93} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.183620 [ 275 ] {ea52ad7c-c744-47cb-8965-8341617f0a93} TCPHandler: Processed in 0.000779901 sec. 2026.02.26 17:10:51.183844 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.183961 [ 275 ] {0af5b863-761e-4552-9199-7a10f471732b} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.184208 [ 275 ] {0af5b863-761e-4552-9199-7a10f471732b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.184251 [ 275 ] {0af5b863-761e-4552-9199-7a10f471732b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.184592 [ 275 ] {0af5b863-761e-4552-9199-7a10f471732b} TCPHandler: Processed in 0.000797062 sec. 2026.02.26 17:10:51.184800 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.184918 [ 275 ] {5d02da3e-25c6-4e64-b131-32359f8ac22c} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.185162 [ 275 ] {5d02da3e-25c6-4e64-b131-32359f8ac22c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.185208 [ 275 ] {5d02da3e-25c6-4e64-b131-32359f8ac22c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.185536 [ 275 ] {5d02da3e-25c6-4e64-b131-32359f8ac22c} TCPHandler: Processed in 0.000784332 sec. 2026.02.26 17:10:51.185733 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.185850 [ 275 ] {240ebc7b-f30d-4095-823d-6d56c5b094e4} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.186096 [ 275 ] {240ebc7b-f30d-4095-823d-6d56c5b094e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.186139 [ 275 ] {240ebc7b-f30d-4095-823d-6d56c5b094e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.186454 [ 275 ] {240ebc7b-f30d-4095-823d-6d56c5b094e4} TCPHandler: Processed in 0.000769641 sec. 2026.02.26 17:10:51.186646 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.186765 [ 275 ] {ec3e5904-1c47-42a5-ad96-150ccbcb8a8f} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.187025 [ 275 ] {ec3e5904-1c47-42a5-ad96-150ccbcb8a8f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.187069 [ 275 ] {ec3e5904-1c47-42a5-ad96-150ccbcb8a8f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.187377 [ 275 ] {ec3e5904-1c47-42a5-ad96-150ccbcb8a8f} TCPHandler: Processed in 0.000778832 sec. 2026.02.26 17:10:51.187571 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.187689 [ 275 ] {22d507bc-b204-4ac6-885d-d1149141100e} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.187943 [ 275 ] {22d507bc-b204-4ac6-885d-d1149141100e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.187989 [ 275 ] {22d507bc-b204-4ac6-885d-d1149141100e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.188315 [ 275 ] {22d507bc-b204-4ac6-885d-d1149141100e} TCPHandler: Processed in 0.000792272 sec. 2026.02.26 17:10:51.188509 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.188629 [ 275 ] {978b69de-8f15-4a90-ab7c-221d784024c6} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.188888 [ 275 ] {978b69de-8f15-4a90-ab7c-221d784024c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.188930 [ 275 ] {978b69de-8f15-4a90-ab7c-221d784024c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.189267 [ 275 ] {978b69de-8f15-4a90-ab7c-221d784024c6} TCPHandler: Processed in 0.000809402 sec. 2026.02.26 17:10:51.189464 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.189585 [ 275 ] {a0179025-d2d6-4b8c-a10e-f0d8dc334f3d} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.189844 [ 275 ] {a0179025-d2d6-4b8c-a10e-f0d8dc334f3d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.189887 [ 275 ] {a0179025-d2d6-4b8c-a10e-f0d8dc334f3d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.190212 [ 275 ] {a0179025-d2d6-4b8c-a10e-f0d8dc334f3d} TCPHandler: Processed in 0.000796282 sec. 2026.02.26 17:10:51.190412 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.190535 [ 275 ] {053294bc-a544-4a79-a9bc-81c83f0075c6} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.190792 [ 275 ] {053294bc-a544-4a79-a9bc-81c83f0075c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.190835 [ 275 ] {053294bc-a544-4a79-a9bc-81c83f0075c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.191167 [ 275 ] {053294bc-a544-4a79-a9bc-81c83f0075c6} TCPHandler: Processed in 0.000801743 sec. 2026.02.26 17:10:51.191359 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.191479 [ 275 ] {cda15ff6-051b-4b47-bc38-89ba1eda20e5} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.191737 [ 275 ] {cda15ff6-051b-4b47-bc38-89ba1eda20e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.191781 [ 275 ] {cda15ff6-051b-4b47-bc38-89ba1eda20e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.192104 [ 275 ] {cda15ff6-051b-4b47-bc38-89ba1eda20e5} TCPHandler: Processed in 0.000793311 sec. 2026.02.26 17:10:51.192753 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.192876 [ 275 ] {8b14bd63-d5b7-422b-b2a3-705d82d8fc5b} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.193152 [ 275 ] {8b14bd63-d5b7-422b-b2a3-705d82d8fc5b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.193196 [ 275 ] {8b14bd63-d5b7-422b-b2a3-705d82d8fc5b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.193537 [ 275 ] {8b14bd63-d5b7-422b-b2a3-705d82d8fc5b} TCPHandler: Processed in 0.000832323 sec. 2026.02.26 17:10:51.193799 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.193920 [ 275 ] {0b54473f-5887-44cb-a19d-cce01b0216ef} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.194180 [ 275 ] {0b54473f-5887-44cb-a19d-cce01b0216ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.194221 [ 275 ] {0b54473f-5887-44cb-a19d-cce01b0216ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.194551 [ 275 ] {0b54473f-5887-44cb-a19d-cce01b0216ef} TCPHandler: Processed in 0.000801552 sec. 2026.02.26 17:10:51.194808 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.194930 [ 275 ] {8cc02bb4-49ee-4edb-80b4-ba7f2268cc4c} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.195190 [ 275 ] {8cc02bb4-49ee-4edb-80b4-ba7f2268cc4c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.195231 [ 275 ] {8cc02bb4-49ee-4edb-80b4-ba7f2268cc4c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.195558 [ 275 ] {8cc02bb4-49ee-4edb-80b4-ba7f2268cc4c} TCPHandler: Processed in 0.000798782 sec. 2026.02.26 17:10:51.195811 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.195933 [ 275 ] {f222ab56-665a-475f-8ea3-94d09f7a8cc4} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.196202 [ 275 ] {f222ab56-665a-475f-8ea3-94d09f7a8cc4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.196247 [ 275 ] {f222ab56-665a-475f-8ea3-94d09f7a8cc4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.196576 [ 275 ] {f222ab56-665a-475f-8ea3-94d09f7a8cc4} TCPHandler: Processed in 0.000813412 sec. 2026.02.26 17:10:51.196821 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.196943 [ 275 ] {592ed684-47a6-4572-9071-14864e7d87e6} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.197207 [ 275 ] {592ed684-47a6-4572-9071-14864e7d87e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.197249 [ 275 ] {592ed684-47a6-4572-9071-14864e7d87e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.197576 [ 275 ] {592ed684-47a6-4572-9071-14864e7d87e6} TCPHandler: Processed in 0.000803742 sec. 2026.02.26 17:10:51.197814 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.197938 [ 275 ] {ce02cb8f-e504-4341-a6af-a6d7fb6bde52} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:10:51.198204 [ 275 ] {ce02cb8f-e504-4341-a6af-a6d7fb6bde52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.198246 [ 275 ] {ce02cb8f-e504-4341-a6af-a6d7fb6bde52} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:51.198557 [ 275 ] {ce02cb8f-e504-4341-a6af-a6d7fb6bde52} TCPHandler: Processed in 0.000792602 sec. 2026.02.26 17:10:51.210054 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.210167 [ 275 ] {2f08a1eb-ded3-4db9-89e2-dee1d71fb90f} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.26 17:10:51.210209 [ 275 ] {2f08a1eb-ded3-4db9-89e2-dee1d71fb90f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:10:51.210834 [ 275 ] {2f08a1eb-ded3-4db9-89e2-dee1d71fb90f} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.210878 [ 275 ] {2f08a1eb-ded3-4db9-89e2-dee1d71fb90f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.211494 [ 275 ] {2f08a1eb-ded3-4db9-89e2-dee1d71fb90f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.211879 [ 275 ] {2f08a1eb-ded3-4db9-89e2-dee1d71fb90f} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749): 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.26 17:10:51.212025 [ 275 ] {2f08a1eb-ded3-4db9-89e2-dee1d71fb90f} executeQuery: Read 26 rows, 5.74 KiB in 0.00189 sec., 13756.613756613757 rows/sec., 2.96 MiB/sec. 2026.02.26 17:10:51.212062 [ 275 ] {2f08a1eb-ded3-4db9-89e2-dee1d71fb90f} TCPHandler: Processed in 0.002060387 sec. 2026.02.26 17:10:51.212201 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.212298 [ 275 ] {e34a7000-314a-40a4-8052-5904119a8568} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:10:51.212337 [ 275 ] {e34a7000-314a-40a4-8052-5904119a8568} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:10:51.214037 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.02.26 17:10:51.214543 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.214593 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.214803 [ 275 ] {e34a7000-314a-40a4-8052-5904119a8568} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.214842 [ 275 ] {e34a7000-314a-40a4-8052-5904119a8568} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:10:51.215458 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:10:51.215493 [ 275 ] {e34a7000-314a-40a4-8052-5904119a8568} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.216031 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:10:51.216061 [ 275 ] {e34a7000-314a-40a4-8052-5904119a8568} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:10:51.216190 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.02.26 17:10:51.216204 [ 275 ] {e34a7000-314a-40a4-8052-5904119a8568} executeQuery: Read 24 rows, 2.04 KiB in 0.003928 sec., 6109.979633401222 rows/sec., 519.11 KiB/sec. 2026.02.26 17:10:51.216246 [ 275 ] {e34a7000-314a-40a4-8052-5904119a8568} TCPHandler: Processed in 0.004095223 sec. 2026.02.26 17:10:51.216360 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.216454 [ 275 ] {7e14247c-d141-48dc-9854-08f943378bc6} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:10:51.216494 [ 275 ] {7e14247c-d141-48dc-9854-08f943378bc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:10:51.216887 [ 275 ] {7e14247c-d141-48dc-9854-08f943378bc6} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.216929 [ 275 ] {7e14247c-d141-48dc-9854-08f943378bc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.217394 [ 275 ] {7e14247c-d141-48dc-9854-08f943378bc6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.217873 [ 275 ] {7e14247c-d141-48dc-9854-08f943378bc6} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:10:51.218003 [ 275 ] {7e14247c-d141-48dc-9854-08f943378bc6} executeQuery: Read 8 rows, 668.00 B in 0.001566 sec., 5108.556832694764 rows/sec., 416.57 KiB/sec. 2026.02.26 17:10:51.218039 [ 275 ] {7e14247c-d141-48dc-9854-08f943378bc6} TCPHandler: Processed in 0.001728118 sec. 2026.02.26 17:10:51.218148 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.218241 [ 275 ] {47f22c2d-eb03-4ce0-aa86-df498fde8524} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:10:51.218279 [ 275 ] {47f22c2d-eb03-4ce0-aa86-df498fde8524} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:10:51.218774 [ 275 ] {47f22c2d-eb03-4ce0-aa86-df498fde8524} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.218811 [ 275 ] {47f22c2d-eb03-4ce0-aa86-df498fde8524} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.219244 [ 275 ] {47f22c2d-eb03-4ce0-aa86-df498fde8524} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.219906 [ 275 ] {47f22c2d-eb03-4ce0-aa86-df498fde8524} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:10:51.220057 [ 275 ] {47f22c2d-eb03-4ce0-aa86-df498fde8524} executeQuery: Read 174 rows, 16.11 KiB in 0.001833 sec., 94926.35024549918 rows/sec., 8.58 MiB/sec. 2026.02.26 17:10:51.220099 [ 275 ] {47f22c2d-eb03-4ce0-aa86-df498fde8524} TCPHandler: Processed in 0.002001215 sec. 2026.02.26 17:10:51.220213 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.220312 [ 275 ] {64ea6010-b1f0-4aa4-a0fe-4d23f2e80dd5} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:10:51.220352 [ 275 ] {64ea6010-b1f0-4aa4-a0fe-4d23f2e80dd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:10:51.220774 [ 275 ] {64ea6010-b1f0-4aa4-a0fe-4d23f2e80dd5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.220810 [ 275 ] {64ea6010-b1f0-4aa4-a0fe-4d23f2e80dd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.221279 [ 275 ] {64ea6010-b1f0-4aa4-a0fe-4d23f2e80dd5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.221967 [ 275 ] {64ea6010-b1f0-4aa4-a0fe-4d23f2e80dd5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:10:51.222112 [ 275 ] {64ea6010-b1f0-4aa4-a0fe-4d23f2e80dd5} executeQuery: Read 30 rows, 2.27 KiB in 0.00182 sec., 16483.516483516483 rows/sec., 1.22 MiB/sec. 2026.02.26 17:10:51.222151 [ 275 ] {64ea6010-b1f0-4aa4-a0fe-4d23f2e80dd5} TCPHandler: Processed in 0.001987975 sec. 2026.02.26 17:10:51.222264 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.222363 [ 275 ] {6b701aa6-ee00-4636-93b8-bca25d61569f} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:10:51.222407 [ 275 ] {6b701aa6-ee00-4636-93b8-bca25d61569f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:10:51.222883 [ 275 ] {6b701aa6-ee00-4636-93b8-bca25d61569f} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.222921 [ 275 ] {6b701aa6-ee00-4636-93b8-bca25d61569f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.223362 [ 275 ] {6b701aa6-ee00-4636-93b8-bca25d61569f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.223842 [ 275 ] {6b701aa6-ee00-4636-93b8-bca25d61569f} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:10:51.223974 [ 275 ] {6b701aa6-ee00-4636-93b8-bca25d61569f} executeQuery: Read 24 rows, 2.04 KiB in 0.001631 sec., 14714.898835070508 rows/sec., 1.22 MiB/sec. 2026.02.26 17:10:51.224013 [ 275 ] {6b701aa6-ee00-4636-93b8-bca25d61569f} TCPHandler: Processed in 0.001799049 sec. 2026.02.26 17:10:51.224132 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.224229 [ 275 ] {9460e7cd-bfa8-42f6-9880-7d5b2d0b30b5} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:10:51.224270 [ 275 ] {9460e7cd-bfa8-42f6-9880-7d5b2d0b30b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:10:51.224672 [ 275 ] {9460e7cd-bfa8-42f6-9880-7d5b2d0b30b5} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.224707 [ 275 ] {9460e7cd-bfa8-42f6-9880-7d5b2d0b30b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.225153 [ 275 ] {9460e7cd-bfa8-42f6-9880-7d5b2d0b30b5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.225639 [ 275 ] {9460e7cd-bfa8-42f6-9880-7d5b2d0b30b5} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:10:51.225767 [ 275 ] {9460e7cd-bfa8-42f6-9880-7d5b2d0b30b5} executeQuery: Read 12 rows, 960.00 B in 0.001556 sec., 7712.082262210796 rows/sec., 602.51 KiB/sec. 2026.02.26 17:10:51.225806 [ 275 ] {9460e7cd-bfa8-42f6-9880-7d5b2d0b30b5} TCPHandler: Processed in 0.001723348 sec. 2026.02.26 17:10:51.225920 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.226018 [ 275 ] {aadeb677-4250-44eb-94d7-eb0e7f656e0c} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:10:51.226058 [ 275 ] {aadeb677-4250-44eb-94d7-eb0e7f656e0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:10:51.226472 [ 275 ] {aadeb677-4250-44eb-94d7-eb0e7f656e0c} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.226511 [ 275 ] {aadeb677-4250-44eb-94d7-eb0e7f656e0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.226953 [ 275 ] {aadeb677-4250-44eb-94d7-eb0e7f656e0c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.227422 [ 275 ] {aadeb677-4250-44eb-94d7-eb0e7f656e0c} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:10:51.227547 [ 275 ] {aadeb677-4250-44eb-94d7-eb0e7f656e0c} executeQuery: Read 90 rows, 7.59 KiB in 0.001548 sec., 58139.53488372093 rows/sec., 4.79 MiB/sec. 2026.02.26 17:10:51.227582 [ 275 ] {aadeb677-4250-44eb-94d7-eb0e7f656e0c} TCPHandler: Processed in 0.001711777 sec. 2026.02.26 17:10:51.227697 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.227793 [ 275 ] {911c515e-a979-4e1e-8d04-376559bf6b2d} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:10:51.227835 [ 275 ] {911c515e-a979-4e1e-8d04-376559bf6b2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:10:51.228314 [ 275 ] {911c515e-a979-4e1e-8d04-376559bf6b2d} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.228355 [ 275 ] {911c515e-a979-4e1e-8d04-376559bf6b2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.228937 [ 275 ] {911c515e-a979-4e1e-8d04-376559bf6b2d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.229420 [ 275 ] {911c515e-a979-4e1e-8d04-376559bf6b2d} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:10:51.229547 [ 275 ] {911c515e-a979-4e1e-8d04-376559bf6b2d} executeQuery: Read 270 rows, 21.09 KiB in 0.001773 sec., 152284.26395939087 rows/sec., 11.62 MiB/sec. 2026.02.26 17:10:51.229583 [ 275 ] {911c515e-a979-4e1e-8d04-376559bf6b2d} TCPHandler: Processed in 0.001935674 sec. 2026.02.26 17:10:51.229697 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.229793 [ 275 ] {295772fb-981f-4e06-9ac4-4b93aa883228} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:10:51.229845 [ 275 ] {295772fb-981f-4e06-9ac4-4b93aa883228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:10:51.230592 [ 275 ] {295772fb-981f-4e06-9ac4-4b93aa883228} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.230627 [ 275 ] {295772fb-981f-4e06-9ac4-4b93aa883228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.233194 [ 275 ] {295772fb-981f-4e06-9ac4-4b93aa883228} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.233681 [ 275 ] {295772fb-981f-4e06-9ac4-4b93aa883228} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:10:51.233818 [ 275 ] {295772fb-981f-4e06-9ac4-4b93aa883228} executeQuery: Read 10 rows, 18.35 KiB in 0.004044 sec., 2472.7992087042535 rows/sec., 4.43 MiB/sec. 2026.02.26 17:10:51.233868 [ 275 ] {295772fb-981f-4e06-9ac4-4b93aa883228} TCPHandler: Processed in 0.004222137 sec. 2026.02.26 17:10:51.233986 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:51.234085 [ 275 ] {363f4c50-353a-4f5a-95fa-101e3166b212} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:10:51.234128 [ 275 ] {363f4c50-353a-4f5a-95fa-101e3166b212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:10:51.234461 [ 275 ] {363f4c50-353a-4f5a-95fa-101e3166b212} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.234496 [ 275 ] {363f4c50-353a-4f5a-95fa-101e3166b212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.234948 [ 275 ] {363f4c50-353a-4f5a-95fa-101e3166b212} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:10:51.235492 [ 275 ] {363f4c50-353a-4f5a-95fa-101e3166b212} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:10:51.235636 [ 275 ] {363f4c50-353a-4f5a-95fa-101e3166b212} executeQuery: Read 40 rows, 2.73 KiB in 0.00157 sec., 25477.707006369426 rows/sec., 1.70 MiB/sec. 2026.02.26 17:10:51.235673 [ 275 ] {363f4c50-353a-4f5a-95fa-101e3166b212} TCPHandler: Processed in 0.001737518 sec. 2026.02.26 17:10:51.269050 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.02.26 17:10:51.285159 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:51.285217 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.02.26 17:10:51.291687 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:10:51.293169 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:10:51.296184 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.02.26 17:10:52.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.44 MiB, peak 164.44 MiB, free memory in arenas 0.00 B, will set to 161.71 MiB (RSS), difference: 1.28 MiB 2026.02.26 17:10:55.287553 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62716 2026.02.26 17:10:55.289534 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.289571 [ 286 ] {} TCP-Session: 7b6797fd-af2f-44ca-a71d-4636837837b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:62716 2026.02.26 17:10:55.289593 [ 286 ] {} TCP-Session: 7b6797fd-af2f-44ca-a71d-4636837837b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.289606 [ 286 ] {} TCP-Session: 7b6797fd-af2f-44ca-a71d-4636837837b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.289656 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.26 17:10:55.289678 [ 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.26 17:10:55.289713 [ 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.26 17:10:55.292144 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49259 2026.02.26 17:10:55.292240 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.292268 [ 287 ] {} TCP-Session: b6ed8dcb-d771-4d3d-af92-dd2678a2f78e Authenticating user 'default' from [fd00:1122:3344:101::e]:49259 2026.02.26 17:10:55.292291 [ 287 ] {} TCP-Session: b6ed8dcb-d771-4d3d-af92-dd2678a2f78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292301 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44418 2026.02.26 17:10:55.292310 [ 287 ] {} TCP-Session: b6ed8dcb-d771-4d3d-af92-dd2678a2f78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292370 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37390 2026.02.26 17:10:55.292445 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.292475 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50976 2026.02.26 17:10:55.292506 [ 286 ] {} TCP-Session: 7b6797fd-af2f-44ca-a71d-4636837837b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:55.292483 [ 288 ] {} TCP-Session: de4db300-9e1a-44c6-9a7c-8e08fd7c91e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:44418 2026.02.26 17:10:55.292566 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.292570 [ 288 ] {} TCP-Session: de4db300-9e1a-44c6-9a7c-8e08fd7c91e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292605 [ 288 ] {} TCP-Session: de4db300-9e1a-44c6-9a7c-8e08fd7c91e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292604 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44744 2026.02.26 17:10:55.292606 [ 289 ] {} TCP-Session: b00920de-7684-41ee-a265-7c88409379d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37390 2026.02.26 17:10:55.292678 [ 289 ] {} TCP-Session: b00920de-7684-41ee-a265-7c88409379d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292688 [ 286 ] {157852df-8385-4fb7-891f-10d90eb91b67} executeQuery: (from [fd00:1122:3344:101::e]:62716) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:10:55.292693 [ 289 ] {} TCP-Session: b00920de-7684-41ee-a265-7c88409379d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292718 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.292755 [ 290 ] {} TCP-Session: e088a86a-ece0-4c36-b75c-9e302a88cf8d Authenticating user 'default' from [fd00:1122:3344:101::e]:50976 2026.02.26 17:10:55.292780 [ 290 ] {} TCP-Session: e088a86a-ece0-4c36-b75c-9e302a88cf8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292795 [ 290 ] {} TCP-Session: e088a86a-ece0-4c36-b75c-9e302a88cf8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292856 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.292865 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54704 2026.02.26 17:10:55.292912 [ 291 ] {} TCP-Session: 4a59e3ae-dfca-4b78-bbd0-25aa7f473df4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44744 2026.02.26 17:10:55.292936 [ 291 ] {} TCP-Session: 4a59e3ae-dfca-4b78-bbd0-25aa7f473df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292950 [ 291 ] {} TCP-Session: 4a59e3ae-dfca-4b78-bbd0-25aa7f473df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.292949 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55405 2026.02.26 17:10:55.293074 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.293096 [ 286 ] {157852df-8385-4fb7-891f-10d90eb91b67} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:10:55.293103 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54024 2026.02.26 17:10:55.293138 [ 292 ] {} TCP-Session: 5364fd96-243c-464b-ba3b-f9f3ffc2a787 Authenticating user 'default' from [fd00:1122:3344:101::e]:54704 2026.02.26 17:10:55.293164 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.293169 [ 292 ] {} TCP-Session: 5364fd96-243c-464b-ba3b-f9f3ffc2a787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.293204 [ 293 ] {} TCP-Session: 92a0606d-086e-4098-aa6c-4223a176e15e Authenticating user 'default' from [fd00:1122:3344:101::e]:55405 2026.02.26 17:10:55.293206 [ 292 ] {} TCP-Session: 5364fd96-243c-464b-ba3b-f9f3ffc2a787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.293230 [ 293 ] {} TCP-Session: 92a0606d-086e-4098-aa6c-4223a176e15e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.293249 [ 293 ] {} TCP-Session: 92a0606d-086e-4098-aa6c-4223a176e15e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.293303 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:10:55.293335 [ 294 ] {} TCP-Session: d26267ad-7556-4238-8b92-1bec59ad71cc Authenticating user 'default' from [fd00:1122:3344:101::e]:54024 2026.02.26 17:10:55.293350 [ 294 ] {} TCP-Session: d26267ad-7556-4238-8b92-1bec59ad71cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.293364 [ 294 ] {} TCP-Session: d26267ad-7556-4238-8b92-1bec59ad71cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.293419 [ 286 ] {157852df-8385-4fb7-891f-10d90eb91b67} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:10:55.293970 [ 286 ] {157852df-8385-4fb7-891f-10d90eb91b67} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:10:55.303235 [ 296 ] {157852df-8385-4fb7-891f-10d90eb91b67} AggregatingTransform: Aggregating 2026.02.26 17:10:55.303309 [ 296 ] {157852df-8385-4fb7-891f-10d90eb91b67} Aggregator: Aggregation method: without_key 2026.02.26 17:10:55.305381 [ 296 ] {157852df-8385-4fb7-891f-10d90eb91b67} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005338268 sec. (187.327 rows/sec., 7.32 KiB/sec.) 2026.02.26 17:10:55.305412 [ 296 ] {157852df-8385-4fb7-891f-10d90eb91b67} Aggregator: Merging aggregated data 2026.02.26 17:10:55.305439 [ 296 ] {157852df-8385-4fb7-891f-10d90eb91b67} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.02.26 17:10:55.306809 [ 286 ] {157852df-8385-4fb7-891f-10d90eb91b67} executeQuery: Read 1 rows, 40.00 B in 0.014181 sec., 70.51688879486638 rows/sec., 2.75 KiB/sec. 2026.02.26 17:10:55.306961 [ 286 ] {157852df-8385-4fb7-891f-10d90eb91b67} TCPHandler: Processed in 0.014595364 sec. 2026.02.26 17:10:55.311189 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311222 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311240 [ 286 ] {} TCP-Session: 7b6797fd-af2f-44ca-a71d-4636837837b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.311241 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311263 [ 287 ] {} TCP-Session: b6ed8dcb-d771-4d3d-af92-dd2678a2f78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.311263 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311284 [ 291 ] {} TCP-Session: 4a59e3ae-dfca-4b78-bbd0-25aa7f473df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.311307 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311332 [ 293 ] {} TCP-Session: 92a0606d-086e-4098-aa6c-4223a176e15e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.311325 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311357 [ 289 ] {} TCP-Session: b00920de-7684-41ee-a265-7c88409379d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.311343 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311393 [ 290 ] {} TCP-Session: e088a86a-ece0-4c36-b75c-9e302a88cf8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.311306 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311424 [ 294 ] {} TCP-Session: d26267ad-7556-4238-8b92-1bec59ad71cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.311278 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.26 17:10:55.311464 [ 292 ] {} TCP-Session: 5364fd96-243c-464b-ba3b-f9f3ffc2a787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:55.311498 [ 288 ] {} TCP-Session: de4db300-9e1a-44c6-9a7c-8e08fd7c91e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:10:56.000388 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.99 MiB, peak 172.09 MiB, free memory in arenas 0.00 B, will set to 164.96 MiB (RSS), difference: 2.97 MiB 2026.02.26 17:10:56.158857 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:56.159042 [ 275 ] {c86cf548-ae02-4ae7-ab0b-af5015dd955c} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:10:56.159109 [ 275 ] {c86cf548-ae02-4ae7-ab0b-af5015dd955c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:10:56.159750 [ 275 ] {c86cf548-ae02-4ae7-ab0b-af5015dd955c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:56.159802 [ 275 ] {c86cf548-ae02-4ae7-ab0b-af5015dd955c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:10:56.160334 [ 275 ] {c86cf548-ae02-4ae7-ab0b-af5015dd955c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:10:56.160774 [ 275 ] {c86cf548-ae02-4ae7-ab0b-af5015dd955c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:10:56.160936 [ 275 ] {c86cf548-ae02-4ae7-ab0b-af5015dd955c} executeQuery: Read 30 rows, 2.34 KiB in 0.001945 sec., 15424.164524421594 rows/sec., 1.18 MiB/sec. 2026.02.26 17:10:56.160979 [ 275 ] {c86cf548-ae02-4ae7-ab0b-af5015dd955c} TCPHandler: Processed in 0.002256552 sec. 2026.02.26 17:10:56.161104 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:56.161206 [ 275 ] {3cd6c561-39f5-49c2-9d16-683113a7110e} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:10:56.161246 [ 275 ] {3cd6c561-39f5-49c2-9d16-683113a7110e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:10:56.161678 [ 275 ] {3cd6c561-39f5-49c2-9d16-683113a7110e} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:56.161714 [ 275 ] {3cd6c561-39f5-49c2-9d16-683113a7110e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:10:56.162138 [ 275 ] {3cd6c561-39f5-49c2-9d16-683113a7110e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:10:56.162593 [ 275 ] {3cd6c561-39f5-49c2-9d16-683113a7110e} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:10:56.162735 [ 275 ] {3cd6c561-39f5-49c2-9d16-683113a7110e} executeQuery: Read 36 rows, 2.88 KiB in 0.00155 sec., 23225.806451612905 rows/sec., 1.81 MiB/sec. 2026.02.26 17:10:56.162774 [ 275 ] {3cd6c561-39f5-49c2-9d16-683113a7110e} TCPHandler: Processed in 0.001720128 sec. 2026.02.26 17:10:56.162889 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:56.162986 [ 275 ] {4cc7dc14-c541-4738-8f93-d02281068c08} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:10:56.163030 [ 275 ] {4cc7dc14-c541-4738-8f93-d02281068c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:10:56.163430 [ 275 ] {4cc7dc14-c541-4738-8f93-d02281068c08} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:56.163467 [ 275 ] {4cc7dc14-c541-4738-8f93-d02281068c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:10:56.163935 [ 275 ] {4cc7dc14-c541-4738-8f93-d02281068c08} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:10:56.164451 [ 275 ] {4cc7dc14-c541-4738-8f93-d02281068c08} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:10:56.164589 [ 275 ] {4cc7dc14-c541-4738-8f93-d02281068c08} executeQuery: Read 110 rows, 7.86 KiB in 0.001622 sec., 67817.50924784217 rows/sec., 4.73 MiB/sec. 2026.02.26 17:10:56.164626 [ 275 ] {4cc7dc14-c541-4738-8f93-d02281068c08} TCPHandler: Processed in 0.001786879 sec. 2026.02.26 17:10:56.164740 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:10:56.164837 [ 275 ] {a9264b6d-e6c4-46e4-b04c-abd6dd77872b} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:10:56.164877 [ 275 ] {a9264b6d-e6c4-46e4-b04c-abd6dd77872b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:10:56.165219 [ 275 ] {a9264b6d-e6c4-46e4-b04c-abd6dd77872b} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:56.165255 [ 275 ] {a9264b6d-e6c4-46e4-b04c-abd6dd77872b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:10:56.165664 [ 275 ] {a9264b6d-e6c4-46e4-b04c-abd6dd77872b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:10:56.166117 [ 275 ] {a9264b6d-e6c4-46e4-b04c-abd6dd77872b} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:10:56.166257 [ 275 ] {a9264b6d-e6c4-46e4-b04c-abd6dd77872b} executeQuery: Read 40 rows, 2.73 KiB in 0.001439 sec., 27797.081306462824 rows/sec., 1.86 MiB/sec. 2026.02.26 17:10:56.166295 [ 275 ] {a9264b6d-e6c4-46e4-b04c-abd6dd77872b} TCPHandler: Processed in 0.001603174 sec. 2026.02.26 17:10:58.589203 [ 109 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:10:58.589281 [ 109 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:10:58.716332 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 436 entries to flush up to offset 1900 2026.02.26 17:10:58.716833 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:58.716867 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:10:58.717444 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:10:58.717872 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:10:58.717993 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1900 2026.02.26 17:10:58.796314 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.02.26 17:10:58.813439 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:58.813495 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:10:58.819266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:10:58.820458 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:10:58.823362 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.02.26 17:10:58.854683 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 84 entries to flush up to offset 172 2026.02.26 17:10:58.858639 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:10:58.858696 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:10:58.860090 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:10:58.860611 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:10:58.860915 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 172 2026.02.26 17:10:59.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.58 MiB, peak 172.09 MiB, free memory in arenas 0.00 B, will set to 166.60 MiB (RSS), difference: 1.02 MiB 2026.02.26 17:11:01.159117 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:01.159312 [ 275 ] {d1d3baec-85de-441b-a735-442341c94d3c} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:01.159385 [ 275 ] {d1d3baec-85de-441b-a735-442341c94d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:01.160083 [ 275 ] {d1d3baec-85de-441b-a735-442341c94d3c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:01.160132 [ 275 ] {d1d3baec-85de-441b-a735-442341c94d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:01.160545 [ 275 ] {d1d3baec-85de-441b-a735-442341c94d3c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:01.160789 [ 275 ] {d1d3baec-85de-441b-a735-442341c94d3c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:01.160946 [ 275 ] {d1d3baec-85de-441b-a735-442341c94d3c} executeQuery: Read 50 rows, 4.35 KiB in 0.001683 sec., 29708.853238265 rows/sec., 2.52 MiB/sec. 2026.02.26 17:11:01.160992 [ 275 ] {d1d3baec-85de-441b-a735-442341c94d3c} TCPHandler: Processed in 0.002011926 sec. 2026.02.26 17:11:01.161133 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:01.161256 [ 275 ] {6547d996-ac41-4974-8d2b-b4818cb73c3f} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:01.161307 [ 275 ] {6547d996-ac41-4974-8d2b-b4818cb73c3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:01.161812 [ 275 ] {6547d996-ac41-4974-8d2b-b4818cb73c3f} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:01.161849 [ 275 ] {6547d996-ac41-4974-8d2b-b4818cb73c3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:01.162162 [ 275 ] {6547d996-ac41-4974-8d2b-b4818cb73c3f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:01.162378 [ 275 ] {6547d996-ac41-4974-8d2b-b4818cb73c3f} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:01.162507 [ 275 ] {6547d996-ac41-4974-8d2b-b4818cb73c3f} executeQuery: Read 10 rows, 770.00 B in 0.001276 sec., 7836.990595611285 rows/sec., 589.30 KiB/sec. 2026.02.26 17:11:01.162544 [ 275 ] {6547d996-ac41-4974-8d2b-b4818cb73c3f} TCPHandler: Processed in 0.001472691 sec. 2026.02.26 17:11:01.162667 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:01.162763 [ 275 ] {71cd5eaf-496e-4708-bb44-473656a32d0e} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:01.162803 [ 275 ] {71cd5eaf-496e-4708-bb44-473656a32d0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:01.163274 [ 275 ] {71cd5eaf-496e-4708-bb44-473656a32d0e} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:01.163310 [ 275 ] {71cd5eaf-496e-4708-bb44-473656a32d0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:01.163610 [ 275 ] {71cd5eaf-496e-4708-bb44-473656a32d0e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:01.163814 [ 275 ] {71cd5eaf-496e-4708-bb44-473656a32d0e} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:01.163958 [ 275 ] {71cd5eaf-496e-4708-bb44-473656a32d0e} executeQuery: Read 46 rows, 3.68 KiB in 0.001214 sec., 37891.26853377265 rows/sec., 2.96 MiB/sec. 2026.02.26 17:11:01.163996 [ 275 ] {71cd5eaf-496e-4708-bb44-473656a32d0e} TCPHandler: Processed in 0.001377228 sec. 2026.02.26 17:11:01.164114 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:01.164208 [ 275 ] {a88cfc3d-20d4-4f92-9295-b02d09299a45} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:01.164251 [ 275 ] {a88cfc3d-20d4-4f92-9295-b02d09299a45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:01.164649 [ 275 ] {a88cfc3d-20d4-4f92-9295-b02d09299a45} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:01.164687 [ 275 ] {a88cfc3d-20d4-4f92-9295-b02d09299a45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:01.165009 [ 275 ] {a88cfc3d-20d4-4f92-9295-b02d09299a45} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:01.165217 [ 275 ] {a88cfc3d-20d4-4f92-9295-b02d09299a45} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:01.165341 [ 275 ] {a88cfc3d-20d4-4f92-9295-b02d09299a45} executeQuery: Read 110 rows, 7.86 KiB in 0.001151 sec., 95569.0703735882 rows/sec., 6.67 MiB/sec. 2026.02.26 17:11:01.165376 [ 275 ] {a88cfc3d-20d4-4f92-9295-b02d09299a45} TCPHandler: Processed in 0.001310296 sec. 2026.02.26 17:11:01.165490 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:01.165583 [ 275 ] {a4853a91-1ec8-4404-b142-e03815ebfbb1} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:01.165638 [ 275 ] {a4853a91-1ec8-4404-b142-e03815ebfbb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:01.166447 [ 275 ] {a4853a91-1ec8-4404-b142-e03815ebfbb1} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:01.166485 [ 275 ] {a4853a91-1ec8-4404-b142-e03815ebfbb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:01.167017 [ 275 ] {a4853a91-1ec8-4404-b142-e03815ebfbb1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:01.167237 [ 275 ] {a4853a91-1ec8-4404-b142-e03815ebfbb1} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:01.167370 [ 275 ] {a4853a91-1ec8-4404-b142-e03815ebfbb1} executeQuery: Read 10 rows, 18.35 KiB in 0.001804 sec., 5543.2372505543235 rows/sec., 9.93 MiB/sec. 2026.02.26 17:11:01.167426 [ 275 ] {a4853a91-1ec8-4404-b142-e03815ebfbb1} TCPHandler: Processed in 0.001984855 sec. 2026.02.26 17:11:01.167538 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:01.167632 [ 275 ] {3bf01b6e-9012-4cac-a0a9-c68182f5378b} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:01.167673 [ 275 ] {3bf01b6e-9012-4cac-a0a9-c68182f5378b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:01.168024 [ 275 ] {3bf01b6e-9012-4cac-a0a9-c68182f5378b} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:01.168060 [ 275 ] {3bf01b6e-9012-4cac-a0a9-c68182f5378b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:01.168356 [ 275 ] {3bf01b6e-9012-4cac-a0a9-c68182f5378b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:01.168565 [ 275 ] {3bf01b6e-9012-4cac-a0a9-c68182f5378b} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:01.168687 [ 275 ] {3bf01b6e-9012-4cac-a0a9-c68182f5378b} executeQuery: Read 40 rows, 2.73 KiB in 0.001073 sec., 37278.65796831314 rows/sec., 2.49 MiB/sec. 2026.02.26 17:11:01.168722 [ 275 ] {3bf01b6e-9012-4cac-a0a9-c68182f5378b} TCPHandler: Processed in 0.001232044 sec. 2026.02.26 17:11:04.116184 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51803 2026.02.26 17:11:04.116290 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.116316 [ 286 ] {} TCP-Session: 338d0bb1-a73f-4463-9769-d657ed177068 Authenticating user 'default' from [fd00:1122:3344:101::e]:51803 2026.02.26 17:11:04.116337 [ 286 ] {} TCP-Session: 338d0bb1-a73f-4463-9769-d657ed177068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116349 [ 286 ] {} TCP-Session: 338d0bb1-a73f-4463-9769-d657ed177068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116587 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54599 2026.02.26 17:11:04.116613 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49030 2026.02.26 17:11:04.116648 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62656 2026.02.26 17:11:04.116672 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.116670 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50911 2026.02.26 17:11:04.116699 [ 287 ] {} TCP-Session: 24a94a56-03d0-431a-8af9-49e504bcf544 Authenticating user 'default' from [fd00:1122:3344:101::e]:54599 2026.02.26 17:11:04.116686 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51341 2026.02.26 17:11:04.116741 [ 287 ] {} TCP-Session: 24a94a56-03d0-431a-8af9-49e504bcf544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116760 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.116773 [ 286 ] {} TCP-Session: 338d0bb1-a73f-4463-9769-d657ed177068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:04.116789 [ 287 ] {} TCP-Session: 24a94a56-03d0-431a-8af9-49e504bcf544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116803 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.116811 [ 288 ] {} TCP-Session: 8aaff55b-1bb7-4c71-93f0-e5abc973079b Authenticating user 'default' from [fd00:1122:3344:101::e]:49030 2026.02.26 17:11:04.116851 [ 293 ] {} TCP-Session: 596ac52e-d618-43d4-839c-b61d4d4caa09 Authenticating user 'default' from [fd00:1122:3344:101::e]:50911 2026.02.26 17:11:04.116748 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.116879 [ 288 ] {} TCP-Session: 8aaff55b-1bb7-4c71-93f0-e5abc973079b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116886 [ 293 ] {} TCP-Session: 596ac52e-d618-43d4-839c-b61d4d4caa09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116899 [ 291 ] {} TCP-Session: 3e8d4b01-2e0c-4d24-b125-bcc6cfebe827 Authenticating user 'default' from [fd00:1122:3344:101::e]:62656 2026.02.26 17:11:04.116920 [ 293 ] {} TCP-Session: 596ac52e-d618-43d4-839c-b61d4d4caa09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116936 [ 291 ] {} TCP-Session: 3e8d4b01-2e0c-4d24-b125-bcc6cfebe827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116907 [ 288 ] {} TCP-Session: 8aaff55b-1bb7-4c71-93f0-e5abc973079b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116954 [ 286 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} executeQuery: (from [fd00:1122:3344:101::e]:51803) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:11:04.116959 [ 291 ] {} TCP-Session: 3e8d4b01-2e0c-4d24-b125-bcc6cfebe827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116856 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.116665 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44706 2026.02.26 17:11:04.117075 [ 294 ] {} TCP-Session: 0605c319-e9a8-4c05-8684-ee3ef6fe5e9f Authenticating user 'default' from [fd00:1122:3344:101::e]:51341 2026.02.26 17:11:04.116618 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57170 2026.02.26 17:11:04.117116 [ 294 ] {} TCP-Session: 0605c319-e9a8-4c05-8684-ee3ef6fe5e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.116643 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42892 2026.02.26 17:11:04.117148 [ 294 ] {} TCP-Session: 0605c319-e9a8-4c05-8684-ee3ef6fe5e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.117148 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.117211 [ 292 ] {} TCP-Session: 08cf1178-9a05-4a7a-a90e-d0dc5a7f9108 Authenticating user 'default' from [fd00:1122:3344:101::e]:44706 2026.02.26 17:11:04.117229 [ 292 ] {} TCP-Session: 08cf1178-9a05-4a7a-a90e-d0dc5a7f9108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.117241 [ 292 ] {} TCP-Session: 08cf1178-9a05-4a7a-a90e-d0dc5a7f9108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.117268 [ 286 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:11:04.117324 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.117327 [ 286 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:04.117356 [ 290 ] {} TCP-Session: 3d3c9983-4e23-413a-9948-5fe8a92bacd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42892 2026.02.26 17:11:04.117325 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.117387 [ 290 ] {} TCP-Session: 3d3c9983-4e23-413a-9948-5fe8a92bacd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.117412 [ 289 ] {} TCP-Session: 01aeb553-6cc0-4017-8e9f-0d58396e9b50 Authenticating user 'default' from [fd00:1122:3344:101::e]:57170 2026.02.26 17:11:04.117413 [ 290 ] {} TCP-Session: 3d3c9983-4e23-413a-9948-5fe8a92bacd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.117437 [ 289 ] {} TCP-Session: 01aeb553-6cc0-4017-8e9f-0d58396e9b50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.117458 [ 289 ] {} TCP-Session: 01aeb553-6cc0-4017-8e9f-0d58396e9b50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.117644 [ 286 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:11:04.118564 [ 308 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} AggregatingTransform: Aggregating 2026.02.26 17:11:04.118604 [ 308 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} Aggregator: Aggregation method: without_key 2026.02.26 17:11:04.118633 [ 308 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000891245 sec. (1122.026 rows/sec., 43.83 KiB/sec.) 2026.02.26 17:11:04.118648 [ 308 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} Aggregator: Merging aggregated data 2026.02.26 17:11:04.119818 [ 286 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} executeQuery: Read 1 rows, 40.00 B in 0.002918 sec., 342.7004797806717 rows/sec., 13.39 KiB/sec. 2026.02.26 17:11:04.119970 [ 286 ] {b436318a-8787-4e4c-9c4b-99c0be60facd} TCPHandler: Processed in 0.003307051 sec. 2026.02.26 17:11:04.120099 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120127 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120131 [ 286 ] {} TCP-Session: 338d0bb1-a73f-4463-9769-d657ed177068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.120149 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120163 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120184 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120200 [ 287 ] {} TCP-Session: 24a94a56-03d0-431a-8af9-49e504bcf544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.120219 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120238 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120253 [ 289 ] {} TCP-Session: 01aeb553-6cc0-4017-8e9f-0d58396e9b50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.120274 [ 290 ] {} TCP-Session: 3d3c9983-4e23-413a-9948-5fe8a92bacd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.120288 [ 291 ] {} TCP-Session: 3e8d4b01-2e0c-4d24-b125-bcc6cfebe827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.120223 [ 294 ] {} TCP-Session: 0605c319-e9a8-4c05-8684-ee3ef6fe5e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.120204 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120178 [ 288 ] {} TCP-Session: 8aaff55b-1bb7-4c71-93f0-e5abc973079b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.120256 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.120381 [ 292 ] {} TCP-Session: 08cf1178-9a05-4a7a-a90e-d0dc5a7f9108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.120420 [ 293 ] {} TCP-Session: 596ac52e-d618-43d4-839c-b61d4d4caa09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.157891 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62283 2026.02.26 17:11:04.157996 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.158024 [ 286 ] {} TCP-Session: 508f6d81-074d-4c01-bb51-1262649bf62d Authenticating user 'default' from [fd00:1122:3344:101::e]:62283 2026.02.26 17:11:04.158046 [ 286 ] {} TCP-Session: 508f6d81-074d-4c01-bb51-1262649bf62d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158059 [ 286 ] {} TCP-Session: 508f6d81-074d-4c01-bb51-1262649bf62d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158263 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51920 2026.02.26 17:11:04.158287 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56505 2026.02.26 17:11:04.158300 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56018 2026.02.26 17:11:04.158336 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57313 2026.02.26 17:11:04.158350 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.158367 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58200 2026.02.26 17:11:04.158389 [ 287 ] {} TCP-Session: f07dd7bb-6ca2-426e-b254-31ed298c5578 Authenticating user 'default' from [fd00:1122:3344:101::e]:51920 2026.02.26 17:11:04.158390 [ 286 ] {} TCP-Session: 508f6d81-074d-4c01-bb51-1262649bf62d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:04.158412 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.158421 [ 287 ] {} TCP-Session: f07dd7bb-6ca2-426e-b254-31ed298c5578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158442 [ 291 ] {} TCP-Session: ca8ae1ed-f787-4b7d-9281-81293e6122a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:57313 2026.02.26 17:11:04.158453 [ 287 ] {} TCP-Session: f07dd7bb-6ca2-426e-b254-31ed298c5578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158464 [ 291 ] {} TCP-Session: ca8ae1ed-f787-4b7d-9281-81293e6122a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158467 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.158480 [ 291 ] {} TCP-Session: ca8ae1ed-f787-4b7d-9281-81293e6122a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158502 [ 294 ] {} TCP-Session: 6b5277ad-effe-46d1-9baa-c9e438598090 Authenticating user 'default' from [fd00:1122:3344:101::e]:58200 2026.02.26 17:11:04.158388 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.158533 [ 294 ] {} TCP-Session: 6b5277ad-effe-46d1-9baa-c9e438598090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158347 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52531 2026.02.26 17:11:04.158568 [ 288 ] {} TCP-Session: b180083d-5ad9-4443-a777-2627f4a8648e Authenticating user 'default' from [fd00:1122:3344:101::e]:56505 2026.02.26 17:11:04.158569 [ 286 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} executeQuery: (from [fd00:1122:3344:101::e]:62283) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:11:04.158605 [ 288 ] {} TCP-Session: b180083d-5ad9-4443-a777-2627f4a8648e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158565 [ 294 ] {} TCP-Session: 6b5277ad-effe-46d1-9baa-c9e438598090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158636 [ 288 ] {} TCP-Session: b180083d-5ad9-4443-a777-2627f4a8648e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158628 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.158337 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47473 2026.02.26 17:11:04.158691 [ 292 ] {} TCP-Session: d1f0b1ae-32ac-48b2-8ef9-6061e4712ba4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52531 2026.02.26 17:11:04.158400 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.158733 [ 292 ] {} TCP-Session: d1f0b1ae-32ac-48b2-8ef9-6061e4712ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158755 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.158759 [ 289 ] {} TCP-Session: c0d3bf96-bc12-484d-bd6b-09907710d54c Authenticating user 'default' from [fd00:1122:3344:101::e]:56018 2026.02.26 17:11:04.158788 [ 290 ] {} TCP-Session: e0209b5a-53c9-4cbc-896a-8bd926a64fd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47473 2026.02.26 17:11:04.158806 [ 289 ] {} TCP-Session: c0d3bf96-bc12-484d-bd6b-09907710d54c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158822 [ 290 ] {} TCP-Session: e0209b5a-53c9-4cbc-896a-8bd926a64fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158834 [ 289 ] {} TCP-Session: c0d3bf96-bc12-484d-bd6b-09907710d54c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158846 [ 290 ] {} TCP-Session: e0209b5a-53c9-4cbc-896a-8bd926a64fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158853 [ 286 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:11:04.158765 [ 292 ] {} TCP-Session: d1f0b1ae-32ac-48b2-8ef9-6061e4712ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.158351 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61897 2026.02.26 17:11:04.158926 [ 286 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:04.158993 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:04.159026 [ 293 ] {} TCP-Session: 0cca4949-bd92-4096-941a-1fc3307d1989 Authenticating user 'default' from [fd00:1122:3344:101::e]:61897 2026.02.26 17:11:04.159042 [ 293 ] {} TCP-Session: 0cca4949-bd92-4096-941a-1fc3307d1989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.159054 [ 293 ] {} TCP-Session: 0cca4949-bd92-4096-941a-1fc3307d1989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.159234 [ 286 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:11:04.160127 [ 302 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} AggregatingTransform: Aggregating 2026.02.26 17:11:04.160173 [ 302 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} Aggregator: Aggregation method: without_key 2026.02.26 17:11:04.160209 [ 302 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000877634 sec. (1139.427 rows/sec., 44.51 KiB/sec.) 2026.02.26 17:11:04.160227 [ 302 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} Aggregator: Merging aggregated data 2026.02.26 17:11:04.161741 [ 286 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} executeQuery: Read 1 rows, 40.00 B in 0.003228 sec., 309.7893432465923 rows/sec., 12.10 KiB/sec. 2026.02.26 17:11:04.161915 [ 286 ] {4cd5a546-33f3-4e1c-ab7a-f581490d4103} TCPHandler: Processed in 0.003635651 sec. 2026.02.26 17:11:04.162017 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162045 [ 286 ] {} TCP-Session: 508f6d81-074d-4c01-bb51-1262649bf62d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.162049 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162083 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162090 [ 294 ] {} TCP-Session: 6b5277ad-effe-46d1-9baa-c9e438598090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.162103 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162141 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162162 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162169 [ 287 ] {} TCP-Session: f07dd7bb-6ca2-426e-b254-31ed298c5578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.162188 [ 291 ] {} TCP-Session: ca8ae1ed-f787-4b7d-9281-81293e6122a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.162182 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162210 [ 292 ] {} TCP-Session: d1f0b1ae-32ac-48b2-8ef9-6061e4712ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.162128 [ 288 ] {} TCP-Session: b180083d-5ad9-4443-a777-2627f4a8648e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.162259 [ 290 ] {} TCP-Session: e0209b5a-53c9-4cbc-896a-8bd926a64fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.162123 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162203 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:04.162329 [ 289 ] {} TCP-Session: c0d3bf96-bc12-484d-bd6b-09907710d54c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:04.162345 [ 293 ] {} TCP-Session: 0cca4949-bd92-4096-941a-1fc3307d1989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:06.154778 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.155021 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.155353 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.157336 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.26 17:11:06.157590 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.157663 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.157876 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.02.26 17:11:06.157946 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.157978 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.157996 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.158106 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.26 17:11:06.158133 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.176660 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} executeQuery: Read 26 rows, 1.13 KiB in 0.021735 sec., 1196.227283183805 rows/sec., 51.76 KiB/sec. 2026.02.26 17:11:06.176760 [ 275 ] {2480e879-d67b-4b7f-8893-79f63dc6cb17} TCPHandler: Processed in 0.022116883 sec. 2026.02.26 17:11:06.176996 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.177144 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.177382 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.177420 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.26 17:11:06.177622 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.177680 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.177788 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.02.26 17:11:06.177818 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.177838 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.177852 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.177886 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.26 17:11:06.177905 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.178370 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} executeQuery: Read 26 rows, 1.13 KiB in 0.001289 sec., 20170.67494181536 rows/sec., 872.77 KiB/sec. 2026.02.26 17:11:06.178453 [ 275 ] {d906ed42-237a-4282-9142-c8e4be4b56fa} TCPHandler: Processed in 0.001516162 sec. 2026.02.26 17:11:06.178664 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.178801 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.179018 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.179054 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.26 17:11:06.179258 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.179319 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.179421 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.02.26 17:11:06.179451 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.179471 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.179485 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.179519 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.26 17:11:06.179563 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.180036 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} executeQuery: Read 26 rows, 1.13 KiB in 0.001288 sec., 20186.335403726705 rows/sec., 873.45 KiB/sec. 2026.02.26 17:11:06.180117 [ 275 ] {dadd3516-7d93-470d-a8ca-fb677637e0fb} TCPHandler: Processed in 0.001503792 sec. 2026.02.26 17:11:06.180455 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.180587 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.180824 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.180859 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.26 17:11:06.181052 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.181104 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.181201 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.02.26 17:11:06.181228 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.181246 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.181261 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.181295 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.26 17:11:06.181313 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.181769 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} executeQuery: Read 26 rows, 1.13 KiB in 0.001234 sec., 21069.692058346838 rows/sec., 911.67 KiB/sec. 2026.02.26 17:11:06.181848 [ 275 ] {2c18b11f-7a4b-4c80-a989-abd23bb8d4e8} TCPHandler: Processed in 0.00144381 sec. 2026.02.26 17:11:06.182105 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.182236 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.182442 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.182476 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.26 17:11:06.182664 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.182716 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.182810 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.02.26 17:11:06.182838 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.182856 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.182870 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.182902 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.26 17:11:06.182919 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.183356 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} executeQuery: Read 26 rows, 1.13 KiB in 0.001172 sec., 22184.300341296926 rows/sec., 959.90 KiB/sec. 2026.02.26 17:11:06.183438 [ 275 ] {73846b75-d745-4176-b4a1-9a09db66f592} TCPHandler: Processed in 0.001383699 sec. 2026.02.26 17:11:06.183941 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.184077 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.184285 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.184320 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.02.26 17:11:06.184512 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.184564 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.184661 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.02.26 17:11:06.184688 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.184705 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.184719 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.184752 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.02.26 17:11:06.184769 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.185215 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} executeQuery: Read 26 rows, 1.13 KiB in 0.001195 sec., 21757.322175732217 rows/sec., 941.42 KiB/sec. 2026.02.26 17:11:06.185296 [ 275 ] {f485758f-f74d-483e-999a-e2dbf46952c0} TCPHandler: Processed in 0.001403759 sec. 2026.02.26 17:11:06.185514 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.185645 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.185856 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.185889 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.02.26 17:11:06.186079 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.186131 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.186228 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.02.26 17:11:06.186256 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.186273 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.186288 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.186320 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.02.26 17:11:06.186338 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.186760 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} executeQuery: Read 26 rows, 1.13 KiB in 0.001167 sec., 22279.348757497857 rows/sec., 964.01 KiB/sec. 2026.02.26 17:11:06.186840 [ 275 ] {c70e4f5e-d45c-4b70-be6a-b2be2ffdea63} TCPHandler: Processed in 0.001376048 sec. 2026.02.26 17:11:06.187069 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.187204 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.187417 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.187453 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.02.26 17:11:06.187644 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.187696 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.187790 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.02.26 17:11:06.187818 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.187837 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.187852 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.187884 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.02.26 17:11:06.187903 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.188314 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} executeQuery: Read 26 rows, 1.13 KiB in 0.001164 sec., 22336.76975945017 rows/sec., 966.49 KiB/sec. 2026.02.26 17:11:06.188395 [ 275 ] {5bdfc7fe-990e-4799-bc0b-a9e191cd2146} TCPHandler: Processed in 0.001384289 sec. 2026.02.26 17:11:06.188615 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.188747 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.188953 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.188989 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.02.26 17:11:06.189181 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.189232 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.189329 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.02.26 17:11:06.189356 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.189374 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.189388 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.189420 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.02.26 17:11:06.189437 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.190040 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} executeQuery: Read 26 rows, 1.13 KiB in 0.001346 sec., 19316.493313521547 rows/sec., 835.81 KiB/sec. 2026.02.26 17:11:06.190122 [ 275 ] {1ce80ca5-2f0a-4e7a-af08-72f5c3e21838} TCPHandler: Processed in 0.001556283 sec. 2026.02.26 17:11:06.190402 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.190535 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.190742 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.190777 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.02.26 17:11:06.190976 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.191034 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.191133 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.02.26 17:11:06.191162 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.191181 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.191195 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.191229 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.02.26 17:11:06.191246 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.191721 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} executeQuery: Read 26 rows, 1.13 KiB in 0.001241 sec., 20950.846091861404 rows/sec., 906.53 KiB/sec. 2026.02.26 17:11:06.191802 [ 275 ] {c2a00bd7-de5e-44bb-90cd-e89cde9189fe} TCPHandler: Processed in 0.00145048 sec. 2026.02.26 17:11:06.192025 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.192158 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.192365 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.192400 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:11:06.192595 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.192647 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.192743 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.02.26 17:11:06.192771 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.192790 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.192805 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.192837 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.02.26 17:11:06.192856 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.193503 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} executeQuery: Read 26 rows, 1.13 KiB in 0.0014 sec., 18571.428571428572 rows/sec., 803.57 KiB/sec. 2026.02.26 17:11:06.193587 [ 275 ] {23efaa4c-6d55-4a91-aaab-676c22ef2159} TCPHandler: Processed in 0.001611085 sec. 2026.02.26 17:11:06.193802 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.193936 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.194144 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.194178 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:11:06.194374 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.194425 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.194520 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.02.26 17:11:06.194547 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.194566 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.194580 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.194612 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.02.26 17:11:06.194629 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.195158 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} executeQuery: Read 26 rows, 1.13 KiB in 0.001277 sec., 20360.219263899766 rows/sec., 880.97 KiB/sec. 2026.02.26 17:11:06.195250 [ 275 ] {03a40ce2-221f-4ac8-b441-1b294ae1471f} TCPHandler: Processed in 0.001497132 sec. 2026.02.26 17:11:06.195459 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.195594 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.195807 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.195842 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:11:06.196043 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.196096 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.196194 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.02.26 17:11:06.196223 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.196242 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.196258 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.196292 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:11:06.196309 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.196774 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} executeQuery: Read 26 rows, 1.13 KiB in 0.001236 sec., 21035.59870550162 rows/sec., 910.19 KiB/sec. 2026.02.26 17:11:06.196869 [ 275 ] {b14e1f57-364d-4fa6-adef-2feff8e7f285} TCPHandler: Processed in 0.001458821 sec. 2026.02.26 17:11:06.197115 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.197257 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.197470 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.197506 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:11:06.197705 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.197757 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.197852 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.02.26 17:11:06.197879 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.197897 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.197911 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.197942 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:11:06.197959 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.198389 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} executeQuery: Read 26 rows, 1.13 KiB in 0.001188 sec., 21885.521885521885 rows/sec., 946.97 KiB/sec. 2026.02.26 17:11:06.198481 [ 275 ] {7b8777ce-ea82-46bd-b7a0-d476726fcadd} TCPHandler: Processed in 0.001415799 sec. 2026.02.26 17:11:06.205893 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.206043 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} executeQuery: (from [fd00:1122:3344:101::d]:57868) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:11:06.206260 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:11:06.206296 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:11:06.206502 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.206555 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:06.206653 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.02.26 17:11:06.206686 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:11:06.206707 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:11:06.206722 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:11:06.206756 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:11:06.206774 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.02.26 17:11:06.207283 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} executeQuery: Read 26 rows, 1.13 KiB in 0.001295 sec., 20077.220077220078 rows/sec., 868.73 KiB/sec. 2026.02.26 17:11:06.207375 [ 275 ] {923d34a5-40ea-43b7-9c26-4446503c99ff} TCPHandler: Processed in 0.001543702 sec. 2026.02.26 17:11:06.212052 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.212169 [ 275 ] {63161752-325b-4433-b8c3-976426a58aad} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.26 17:11:06.212215 [ 275 ] {63161752-325b-4433-b8c3-976426a58aad} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:11:06.212763 [ 275 ] {63161752-325b-4433-b8c3-976426a58aad} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.212808 [ 275 ] {63161752-325b-4433-b8c3-976426a58aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.213253 [ 275 ] {63161752-325b-4433-b8c3-976426a58aad} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:06.213468 [ 275 ] {63161752-325b-4433-b8c3-976426a58aad} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749): 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.26 17:11:06.213625 [ 275 ] {63161752-325b-4433-b8c3-976426a58aad} executeQuery: Read 15 rows, 4.64 KiB in 0.001489 sec., 10073.875083948958 rows/sec., 3.05 MiB/sec. 2026.02.26 17:11:06.213670 [ 275 ] {63161752-325b-4433-b8c3-976426a58aad} TCPHandler: Processed in 0.001672586 sec. 2026.02.26 17:11:06.213800 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.213898 [ 275 ] {9abf7541-76fb-4709-8286-efb51e0f6e6c} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.213940 [ 275 ] {9abf7541-76fb-4709-8286-efb51e0f6e6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:11:06.214516 [ 275 ] {9abf7541-76fb-4709-8286-efb51e0f6e6c} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.214553 [ 275 ] {9abf7541-76fb-4709-8286-efb51e0f6e6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.214894 [ 275 ] {9abf7541-76fb-4709-8286-efb51e0f6e6c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:06.215130 [ 275 ] {9abf7541-76fb-4709-8286-efb51e0f6e6c} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:11:06.215268 [ 275 ] {9abf7541-76fb-4709-8286-efb51e0f6e6c} executeQuery: Read 284 rows, 18.47 KiB in 0.001389 sec., 204463.6429085673 rows/sec., 12.99 MiB/sec. 2026.02.26 17:11:06.215313 [ 275 ] {9abf7541-76fb-4709-8286-efb51e0f6e6c} TCPHandler: Processed in 0.001562973 sec. 2026.02.26 17:11:06.215434 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.215530 [ 275 ] {e5b8e19b-6ad3-4872-a4eb-146cf650e8ed} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:11:06.215572 [ 275 ] {e5b8e19b-6ad3-4872-a4eb-146cf650e8ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:11:06.215985 [ 275 ] {e5b8e19b-6ad3-4872-a4eb-146cf650e8ed} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.216023 [ 275 ] {e5b8e19b-6ad3-4872-a4eb-146cf650e8ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.216344 [ 275 ] {e5b8e19b-6ad3-4872-a4eb-146cf650e8ed} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:06.216575 [ 275 ] {e5b8e19b-6ad3-4872-a4eb-146cf650e8ed} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:11:06.216714 [ 275 ] {e5b8e19b-6ad3-4872-a4eb-146cf650e8ed} executeQuery: Read 2 rows, 167.00 B in 0.001202 sec., 1663.893510815308 rows/sec., 135.68 KiB/sec. 2026.02.26 17:11:06.216752 [ 275 ] {e5b8e19b-6ad3-4872-a4eb-146cf650e8ed} TCPHandler: Processed in 0.001368928 sec. 2026.02.26 17:11:06.216863 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.216958 [ 275 ] {f509a8e1-6dd4-46b2-ab72-40aa6b2b1182} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:06.216999 [ 275 ] {f509a8e1-6dd4-46b2-ab72-40aa6b2b1182} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:06.217811 [ 275 ] {f509a8e1-6dd4-46b2-ab72-40aa6b2b1182} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.217846 [ 275 ] {f509a8e1-6dd4-46b2-ab72-40aa6b2b1182} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.218076 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2412 2026.02.26 17:11:06.218279 [ 275 ] {f509a8e1-6dd4-46b2-ab72-40aa6b2b1182} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:06.218522 [ 275 ] {f509a8e1-6dd4-46b2-ab72-40aa6b2b1182} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:06.218576 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.218617 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.218657 [ 275 ] {f509a8e1-6dd4-46b2-ab72-40aa6b2b1182} executeQuery: Read 786 rows, 63.54 KiB in 0.001716 sec., 458041.95804195805 rows/sec., 36.16 MiB/sec. 2026.02.26 17:11:06.218700 [ 275 ] {f509a8e1-6dd4-46b2-ab72-40aa6b2b1182} TCPHandler: Processed in 0.001887642 sec. 2026.02.26 17:11:06.218827 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.218926 [ 275 ] {ac1152d5-e315-452d-a45a-06f0ec0dd657} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.218968 [ 275 ] {ac1152d5-e315-452d-a45a-06f0ec0dd657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:06.219131 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:06.219369 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:06.219432 [ 275 ] {ac1152d5-e315-452d-a45a-06f0ec0dd657} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.219476 [ 275 ] {ac1152d5-e315-452d-a45a-06f0ec0dd657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.219497 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2412 2026.02.26 17:11:06.219795 [ 275 ] {ac1152d5-e315-452d-a45a-06f0ec0dd657} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:06.220018 [ 275 ] {ac1152d5-e315-452d-a45a-06f0ec0dd657} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:06.220152 [ 275 ] {ac1152d5-e315-452d-a45a-06f0ec0dd657} executeQuery: Read 151 rows, 9.21 KiB in 0.001246 sec., 121187.80096308187 rows/sec., 7.22 MiB/sec. 2026.02.26 17:11:06.220189 [ 275 ] {ac1152d5-e315-452d-a45a-06f0ec0dd657} TCPHandler: Processed in 0.001412599 sec. 2026.02.26 17:11:06.220301 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.220396 [ 275 ] {00c9ac86-b0fe-4698-8627-98819f859352} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.220436 [ 275 ] {00c9ac86-b0fe-4698-8627-98819f859352} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:11:06.220883 [ 275 ] {00c9ac86-b0fe-4698-8627-98819f859352} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.220919 [ 275 ] {00c9ac86-b0fe-4698-8627-98819f859352} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.221235 [ 275 ] {00c9ac86-b0fe-4698-8627-98819f859352} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:06.221450 [ 275 ] {00c9ac86-b0fe-4698-8627-98819f859352} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:11:06.221582 [ 275 ] {00c9ac86-b0fe-4698-8627-98819f859352} executeQuery: Read 149 rows, 9.86 KiB in 0.001204 sec., 123754.15282392026 rows/sec., 8.00 MiB/sec. 2026.02.26 17:11:06.221620 [ 275 ] {00c9ac86-b0fe-4698-8627-98819f859352} TCPHandler: Processed in 0.001368808 sec. 2026.02.26 17:11:06.221731 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.221825 [ 275 ] {38e3a22f-1281-43b5-8900-5e0b738cfd17} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.221864 [ 275 ] {38e3a22f-1281-43b5-8900-5e0b738cfd17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:11:06.222295 [ 275 ] {38e3a22f-1281-43b5-8900-5e0b738cfd17} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.222332 [ 275 ] {38e3a22f-1281-43b5-8900-5e0b738cfd17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.222652 [ 275 ] {38e3a22f-1281-43b5-8900-5e0b738cfd17} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:06.222879 [ 275 ] {38e3a22f-1281-43b5-8900-5e0b738cfd17} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:11:06.223011 [ 275 ] {38e3a22f-1281-43b5-8900-5e0b738cfd17} executeQuery: Read 148 rows, 8.62 KiB in 0.001203 sec., 123025.76891105568 rows/sec., 7.00 MiB/sec. 2026.02.26 17:11:06.223049 [ 275 ] {38e3a22f-1281-43b5-8900-5e0b738cfd17} TCPHandler: Processed in 0.001368238 sec. 2026.02.26 17:11:06.223160 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.223256 [ 275 ] {1a01409c-073c-45a7-8dd3-6e796ac4c26a} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:06.223294 [ 275 ] {1a01409c-073c-45a7-8dd3-6e796ac4c26a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:06.223870 [ 275 ] {1a01409c-073c-45a7-8dd3-6e796ac4c26a} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.223907 [ 275 ] {1a01409c-073c-45a7-8dd3-6e796ac4c26a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.224274 [ 275 ] {1a01409c-073c-45a7-8dd3-6e796ac4c26a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:06.224503 [ 275 ] {1a01409c-073c-45a7-8dd3-6e796ac4c26a} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:06.224629 [ 275 ] {1a01409c-073c-45a7-8dd3-6e796ac4c26a} executeQuery: Read 477 rows, 34.15 KiB in 0.001392 sec., 342672.4137931034 rows/sec., 23.96 MiB/sec. 2026.02.26 17:11:06.224665 [ 275 ] {1a01409c-073c-45a7-8dd3-6e796ac4c26a} TCPHandler: Processed in 0.001554933 sec. 2026.02.26 17:11:06.224781 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.224876 [ 275 ] {45fcc6d2-495c-455c-b81c-da740fae4b45} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:11:06.224918 [ 275 ] {45fcc6d2-495c-455c-b81c-da740fae4b45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:11:06.225264 [ 275 ] {45fcc6d2-495c-455c-b81c-da740fae4b45} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.225299 [ 275 ] {45fcc6d2-495c-455c-b81c-da740fae4b45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.225693 [ 275 ] {45fcc6d2-495c-455c-b81c-da740fae4b45} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:11:06.225919 [ 275 ] {45fcc6d2-495c-455c-b81c-da740fae4b45} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:11:06.226043 [ 275 ] {45fcc6d2-495c-455c-b81c-da740fae4b45} executeQuery: Read 6 rows, 321.00 B in 0.001185 sec., 5063.291139240506 rows/sec., 264.54 KiB/sec. 2026.02.26 17:11:06.226078 [ 275 ] {45fcc6d2-495c-455c-b81c-da740fae4b45} TCPHandler: Processed in 0.001347357 sec. 2026.02.26 17:11:06.226194 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.226289 [ 275 ] {6d64e434-7208-4824-9e02-ac86ecd5b07b} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.226332 [ 275 ] {6d64e434-7208-4824-9e02-ac86ecd5b07b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:06.226925 [ 275 ] {6d64e434-7208-4824-9e02-ac86ecd5b07b} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.226962 [ 275 ] {6d64e434-7208-4824-9e02-ac86ecd5b07b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.227321 [ 275 ] {6d64e434-7208-4824-9e02-ac86ecd5b07b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:06.227536 [ 275 ] {6d64e434-7208-4824-9e02-ac86ecd5b07b} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:06.227669 [ 275 ] {6d64e434-7208-4824-9e02-ac86ecd5b07b} executeQuery: Read 216 rows, 14.55 KiB in 0.001398 sec., 154506.43776824034 rows/sec., 10.17 MiB/sec. 2026.02.26 17:11:06.227705 [ 275 ] {6d64e434-7208-4824-9e02-ac86ecd5b07b} TCPHandler: Processed in 0.001560773 sec. 2026.02.26 17:11:06.227819 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.227913 [ 275 ] {47fea1b2-8554-4e70-9a16-0ab5a9a8b33f} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.227957 [ 275 ] {47fea1b2-8554-4e70-9a16-0ab5a9a8b33f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:11:06.228282 [ 275 ] {47fea1b2-8554-4e70-9a16-0ab5a9a8b33f} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.228319 [ 275 ] {47fea1b2-8554-4e70-9a16-0ab5a9a8b33f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.228608 [ 275 ] {47fea1b2-8554-4e70-9a16-0ab5a9a8b33f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:11:06.228824 [ 275 ] {47fea1b2-8554-4e70-9a16-0ab5a9a8b33f} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:11:06.228957 [ 275 ] {47fea1b2-8554-4e70-9a16-0ab5a9a8b33f} executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. 2026.02.26 17:11:06.228993 [ 275 ] {47fea1b2-8554-4e70-9a16-0ab5a9a8b33f} TCPHandler: Processed in 0.001224094 sec. 2026.02.26 17:11:06.229103 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.229199 [ 275 ] {68066d9d-e64f-4ec1-a40c-b87c089bc51d} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.229252 [ 275 ] {68066d9d-e64f-4ec1-a40c-b87c089bc51d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:06.229918 [ 275 ] {68066d9d-e64f-4ec1-a40c-b87c089bc51d} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.229954 [ 275 ] {68066d9d-e64f-4ec1-a40c-b87c089bc51d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.230454 [ 275 ] {68066d9d-e64f-4ec1-a40c-b87c089bc51d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:06.230690 [ 275 ] {68066d9d-e64f-4ec1-a40c-b87c089bc51d} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:06.230831 [ 275 ] {68066d9d-e64f-4ec1-a40c-b87c089bc51d} executeQuery: Read 7 rows, 12.84 KiB in 0.001651 sec., 4239.854633555421 rows/sec., 7.60 MiB/sec. 2026.02.26 17:11:06.230884 [ 275 ] {68066d9d-e64f-4ec1-a40c-b87c089bc51d} TCPHandler: Processed in 0.001830061 sec. 2026.02.26 17:11:06.230998 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.231095 [ 275 ] {18728ad0-760e-441d-946e-c7d0491f59b7} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.231136 [ 275 ] {18728ad0-760e-441d-946e-c7d0491f59b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.26 17:11:06.231462 [ 275 ] {18728ad0-760e-441d-946e-c7d0491f59b7} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.231497 [ 275 ] {18728ad0-760e-441d-946e-c7d0491f59b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.231798 [ 275 ] {18728ad0-760e-441d-946e-c7d0491f59b7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.26 17:11:06.232020 [ 275 ] {18728ad0-760e-441d-946e-c7d0491f59b7} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): 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.26 17:11:06.232142 [ 275 ] {18728ad0-760e-441d-946e-c7d0491f59b7} executeQuery: Read 6 rows, 434.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 397.21 KiB/sec. 2026.02.26 17:11:06.232177 [ 275 ] {18728ad0-760e-441d-946e-c7d0491f59b7} TCPHandler: Processed in 0.001229394 sec. 2026.02.26 17:11:06.232296 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:06.232391 [ 275 ] {9fd33a1c-b0ee-41b5-ae59-a1d874561f56} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:06.232431 [ 275 ] {9fd33a1c-b0ee-41b5-ae59-a1d874561f56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:06.232789 [ 275 ] {9fd33a1c-b0ee-41b5-ae59-a1d874561f56} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.232825 [ 275 ] {9fd33a1c-b0ee-41b5-ae59-a1d874561f56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.233127 [ 275 ] {9fd33a1c-b0ee-41b5-ae59-a1d874561f56} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:06.233354 [ 275 ] {9fd33a1c-b0ee-41b5-ae59-a1d874561f56} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:06.233488 [ 275 ] {9fd33a1c-b0ee-41b5-ae59-a1d874561f56} executeQuery: Read 70 rows, 4.36 KiB in 0.001116 sec., 62724.014336917564 rows/sec., 3.82 MiB/sec. 2026.02.26 17:11:06.233523 [ 275 ] {9fd33a1c-b0ee-41b5-ae59-a1d874561f56} TCPHandler: Processed in 0.001277256 sec. 2026.02.26 17:11:06.323447 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.02.26 17:11:06.341619 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:06.341687 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:06.348396 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:06.349167 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:06.352812 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.02.26 17:11:07.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.24 MiB, peak 175.36 MiB, free memory in arenas 0.00 B, will set to 170.89 MiB (RSS), difference: 1.65 MiB 2026.02.26 17:11:08.861206 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 246 2026.02.26 17:11:08.864243 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:08.864290 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.36 GiB. 2026.02.26 17:11:08.865609 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:08.865897 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:11:08.866185 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 246 2026.02.26 17:11:11.159003 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:11.159214 [ 275 ] {38400463-1847-401c-9676-0414d539888a} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:11.159290 [ 275 ] {38400463-1847-401c-9676-0414d539888a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:11.160025 [ 275 ] {38400463-1847-401c-9676-0414d539888a} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:11.160080 [ 275 ] {38400463-1847-401c-9676-0414d539888a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:11.160496 [ 275 ] {38400463-1847-401c-9676-0414d539888a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:11.160759 [ 275 ] {38400463-1847-401c-9676-0414d539888a} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:11.160919 [ 275 ] {38400463-1847-401c-9676-0414d539888a} executeQuery: Read 50 rows, 4.35 KiB in 0.001761 sec., 28392.958546280523 rows/sec., 2.41 MiB/sec. 2026.02.26 17:11:11.160962 [ 275 ] {38400463-1847-401c-9676-0414d539888a} TCPHandler: Processed in 0.002093058 sec. 2026.02.26 17:11:11.161084 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:11.161184 [ 275 ] {1b85e5d3-6804-44dd-a9cb-82dfc876e627} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:11.161229 [ 275 ] {1b85e5d3-6804-44dd-a9cb-82dfc876e627} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:11.161629 [ 275 ] {1b85e5d3-6804-44dd-a9cb-82dfc876e627} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:11.161667 [ 275 ] {1b85e5d3-6804-44dd-a9cb-82dfc876e627} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:11.161972 [ 275 ] {1b85e5d3-6804-44dd-a9cb-82dfc876e627} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:11.162195 [ 275 ] {1b85e5d3-6804-44dd-a9cb-82dfc876e627} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:11.162324 [ 275 ] {1b85e5d3-6804-44dd-a9cb-82dfc876e627} executeQuery: Read 10 rows, 770.00 B in 0.00116 sec., 8620.689655172413 rows/sec., 648.24 KiB/sec. 2026.02.26 17:11:11.162362 [ 275 ] {1b85e5d3-6804-44dd-a9cb-82dfc876e627} TCPHandler: Processed in 0.001328157 sec. 2026.02.26 17:11:11.162473 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:11.162570 [ 275 ] {e67111fa-bbe5-4008-ae7d-bb15668a6853} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:11.162610 [ 275 ] {e67111fa-bbe5-4008-ae7d-bb15668a6853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:11.163017 [ 275 ] {e67111fa-bbe5-4008-ae7d-bb15668a6853} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:11.163054 [ 275 ] {e67111fa-bbe5-4008-ae7d-bb15668a6853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:11.163354 [ 275 ] {e67111fa-bbe5-4008-ae7d-bb15668a6853} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:11.163570 [ 275 ] {e67111fa-bbe5-4008-ae7d-bb15668a6853} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:11.163702 [ 275 ] {e67111fa-bbe5-4008-ae7d-bb15668a6853} executeQuery: Read 46 rows, 3.68 KiB in 0.00115 sec., 40000 rows/sec., 3.12 MiB/sec. 2026.02.26 17:11:11.163739 [ 275 ] {e67111fa-bbe5-4008-ae7d-bb15668a6853} TCPHandler: Processed in 0.001315487 sec. 2026.02.26 17:11:11.163855 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:11.163951 [ 275 ] {ca7e7942-895c-4187-b87d-6c08304eec5f} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:11.163994 [ 275 ] {ca7e7942-895c-4187-b87d-6c08304eec5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:11.164371 [ 275 ] {ca7e7942-895c-4187-b87d-6c08304eec5f} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:11.164408 [ 275 ] {ca7e7942-895c-4187-b87d-6c08304eec5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:11.164729 [ 275 ] {ca7e7942-895c-4187-b87d-6c08304eec5f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:11.164946 [ 275 ] {ca7e7942-895c-4187-b87d-6c08304eec5f} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:11.165073 [ 275 ] {ca7e7942-895c-4187-b87d-6c08304eec5f} executeQuery: Read 110 rows, 7.86 KiB in 0.001141 sec., 96406.66082383873 rows/sec., 6.73 MiB/sec. 2026.02.26 17:11:11.165109 [ 275 ] {ca7e7942-895c-4187-b87d-6c08304eec5f} TCPHandler: Processed in 0.001302856 sec. 2026.02.26 17:11:11.165220 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:11.165315 [ 275 ] {7cbd949c-6816-4fbe-a66e-a71fed35dcec} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:11.165369 [ 275 ] {7cbd949c-6816-4fbe-a66e-a71fed35dcec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:11.166091 [ 275 ] {7cbd949c-6816-4fbe-a66e-a71fed35dcec} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:11.166127 [ 275 ] {7cbd949c-6816-4fbe-a66e-a71fed35dcec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:11.166643 [ 275 ] {7cbd949c-6816-4fbe-a66e-a71fed35dcec} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:11.166867 [ 275 ] {7cbd949c-6816-4fbe-a66e-a71fed35dcec} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:11.167003 [ 275 ] {7cbd949c-6816-4fbe-a66e-a71fed35dcec} executeQuery: Read 10 rows, 18.35 KiB in 0.001707 sec., 5858.230814294083 rows/sec., 10.50 MiB/sec. 2026.02.26 17:11:11.167058 [ 275 ] {7cbd949c-6816-4fbe-a66e-a71fed35dcec} TCPHandler: Processed in 0.001886853 sec. 2026.02.26 17:11:11.167168 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:11.167263 [ 275 ] {022cd33c-40f7-42d3-a256-6eb111f24105} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:11.167304 [ 275 ] {022cd33c-40f7-42d3-a256-6eb111f24105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:11.167622 [ 275 ] {022cd33c-40f7-42d3-a256-6eb111f24105} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:11.167659 [ 275 ] {022cd33c-40f7-42d3-a256-6eb111f24105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:11.167963 [ 275 ] {022cd33c-40f7-42d3-a256-6eb111f24105} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:11.168182 [ 275 ] {022cd33c-40f7-42d3-a256-6eb111f24105} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:11.168312 [ 275 ] {022cd33c-40f7-42d3-a256-6eb111f24105} executeQuery: Read 40 rows, 2.73 KiB in 0.001067 sec., 37488.284910965325 rows/sec., 2.50 MiB/sec. 2026.02.26 17:11:11.168348 [ 275 ] {022cd33c-40f7-42d3-a256-6eb111f24105} TCPHandler: Processed in 0.001230545 sec. 2026.02.26 17:11:13.589332 [ 65 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:11:13.589387 [ 65 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:11:13.719577 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2860 2026.02.26 17:11:13.720109 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:13.720155 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:13.720642 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:13.720875 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:13.720987 [ 65 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:13.720996 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2860 2026.02.26 17:11:13.721035 [ 65 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:13.721055 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:13.721282 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:13.721433 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:13.721510 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:13.721606 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:13.721658 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:13.721704 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 436 rows starting from the beginning of the part 2026.02.26 17:11:13.721747 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:13.721790 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:13.745082 [ 201 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2860 rows, containing 4 columns (4 merged, 0 gathered) in 0.023928573 sec., 119522.38021047054 rows/sec., 1.71 MiB/sec. 2026.02.26 17:11:13.745580 [ 188 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:13.745949 [ 188 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_6_1} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:13.746030 [ 188 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_6_1} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:13.746149 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.02.26 17:11:13.852971 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.02.26 17:11:13.869914 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:13.869968 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:13.877553 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:13.878394 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:13.878674 [ 65 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:13.878733 [ 65 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:13.878757 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:13.878859 [ 188 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:13.881869 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.02.26 17:11:13.881974 [ 188 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:13.882739 [ 188 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:13.886240 [ 188 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:13.889718 [ 188 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:13.893538 [ 188 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:13.901122 [ 188 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:13.905428 [ 188 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:13.967185 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.088367877 sec., 520.5511500519584 rows/sec., 2.69 MiB/sec. 2026.02.26 17:11:13.969462 [ 190 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:13.971518 [ 190 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_6_1} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:13.971624 [ 190 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_6_1} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:13.973321 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.02.26 17:11:14.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 172.12 MiB, peak 181.66 MiB, free memory in arenas 0.00 B, will set to 182.79 MiB (RSS), difference: 10.67 MiB 2026.02.26 17:11:16.167674 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.167955 [ 275 ] {389e5023-19b0-4f50-ad22-d23ab7f0db6d} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.168051 [ 275 ] {389e5023-19b0-4f50-ad22-d23ab7f0db6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:11:16.168923 [ 275 ] {389e5023-19b0-4f50-ad22-d23ab7f0db6d} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.168964 [ 275 ] {389e5023-19b0-4f50-ad22-d23ab7f0db6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.169388 [ 275 ] {389e5023-19b0-4f50-ad22-d23ab7f0db6d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:16.169640 [ 275 ] {389e5023-19b0-4f50-ad22-d23ab7f0db6d} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:11:16.169794 [ 275 ] {389e5023-19b0-4f50-ad22-d23ab7f0db6d} executeQuery: Read 284 rows, 18.47 KiB in 0.001912 sec., 148535.56485355648 rows/sec., 9.43 MiB/sec. 2026.02.26 17:11:16.169835 [ 275 ] {389e5023-19b0-4f50-ad22-d23ab7f0db6d} TCPHandler: Processed in 0.002335885 sec. 2026.02.26 17:11:16.169960 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.170057 [ 275 ] {441520b0-0df3-4544-b640-944bb618848a} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:16.170099 [ 275 ] {441520b0-0df3-4544-b640-944bb618848a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:16.170868 [ 275 ] {441520b0-0df3-4544-b640-944bb618848a} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.170905 [ 275 ] {441520b0-0df3-4544-b640-944bb618848a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.171295 [ 275 ] {441520b0-0df3-4544-b640-944bb618848a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:16.171537 [ 275 ] {441520b0-0df3-4544-b640-944bb618848a} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:16.171632 [ 54 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:16.171662 [ 275 ] {441520b0-0df3-4544-b640-944bb618848a} executeQuery: Read 815 rows, 66.28 KiB in 0.001624 sec., 501847.2906403941 rows/sec., 39.86 MiB/sec. 2026.02.26 17:11:16.171673 [ 54 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.171697 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.171699 [ 275 ] {441520b0-0df3-4544-b640-944bb618848a} TCPHandler: Processed in 0.00178949 sec. 2026.02.26 17:11:16.171814 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:11:16.171817 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.171943 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:16.171943 [ 275 ] {b950014e-e9a1-489e-b1de-833d72411029} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.172010 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 174 rows starting from the beginning of the part 2026.02.26 17:11:16.172026 [ 275 ] {b950014e-e9a1-489e-b1de-833d72411029} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:16.172110 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:11:16.172167 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.02.26 17:11:16.172214 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 786 rows starting from the beginning of the part 2026.02.26 17:11:16.172271 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part 2026.02.26 17:11:16.172322 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 815 rows starting from the beginning of the part 2026.02.26 17:11:16.172479 [ 275 ] {b950014e-e9a1-489e-b1de-833d72411029} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.172514 [ 275 ] {b950014e-e9a1-489e-b1de-833d72411029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.172900 [ 275 ] {b950014e-e9a1-489e-b1de-833d72411029} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:16.173131 [ 275 ] {b950014e-e9a1-489e-b1de-833d72411029} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:16.173262 [ 275 ] {b950014e-e9a1-489e-b1de-833d72411029} executeQuery: Read 164 rows, 10.20 KiB in 0.001336 sec., 122754.49101796407 rows/sec., 7.45 MiB/sec. 2026.02.26 17:11:16.173298 [ 275 ] {b950014e-e9a1-489e-b1de-833d72411029} TCPHandler: Processed in 0.001531323 sec. 2026.02.26 17:11:16.173413 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.173453 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1905 rows, containing 5 columns (5 merged, 0 gathered) in 0.001694967 sec., 1123915.6868540803 rows/sec., 94.73 MiB/sec. 2026.02.26 17:11:16.173509 [ 275 ] {e0f61a04-22f6-4c03-9353-d2b748ea2c8b} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.173553 [ 275 ] {e0f61a04-22f6-4c03-9353-d2b748ea2c8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:11:16.173757 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:16.173966 [ 275 ] {e0f61a04-22f6-4c03-9353-d2b748ea2c8b} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.174009 [ 275 ] {e0f61a04-22f6-4c03-9353-d2b748ea2c8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.174101 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:16.174193 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_6_1} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:16.174289 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.02.26 17:11:16.174334 [ 275 ] {e0f61a04-22f6-4c03-9353-d2b748ea2c8b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:16.174558 [ 275 ] {e0f61a04-22f6-4c03-9353-d2b748ea2c8b} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:11:16.174683 [ 275 ] {e0f61a04-22f6-4c03-9353-d2b748ea2c8b} executeQuery: Read 149 rows, 9.86 KiB in 0.001192 sec., 125000.00000000001 rows/sec., 8.08 MiB/sec. 2026.02.26 17:11:16.174718 [ 275 ] {e0f61a04-22f6-4c03-9353-d2b748ea2c8b} TCPHandler: Processed in 0.001354177 sec. 2026.02.26 17:11:16.174828 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.174922 [ 275 ] {38f61eed-bf56-41d5-a0f9-964703973ada} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.174961 [ 275 ] {38f61eed-bf56-41d5-a0f9-964703973ada} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:11:16.175367 [ 275 ] {38f61eed-bf56-41d5-a0f9-964703973ada} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.175401 [ 275 ] {38f61eed-bf56-41d5-a0f9-964703973ada} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.175702 [ 275 ] {38f61eed-bf56-41d5-a0f9-964703973ada} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:16.175925 [ 275 ] {38f61eed-bf56-41d5-a0f9-964703973ada} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:11:16.176045 [ 275 ] {38f61eed-bf56-41d5-a0f9-964703973ada} executeQuery: Read 148 rows, 8.62 KiB in 0.001141 sec., 129710.78001752848 rows/sec., 7.38 MiB/sec. 2026.02.26 17:11:16.176082 [ 275 ] {38f61eed-bf56-41d5-a0f9-964703973ada} TCPHandler: Processed in 0.001303416 sec. 2026.02.26 17:11:16.176194 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.176288 [ 275 ] {536caf57-a24e-4dba-aaea-4b63671ebafc} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:16.176328 [ 275 ] {536caf57-a24e-4dba-aaea-4b63671ebafc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:16.176868 [ 275 ] {536caf57-a24e-4dba-aaea-4b63671ebafc} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.176903 [ 275 ] {536caf57-a24e-4dba-aaea-4b63671ebafc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.177242 [ 275 ] {536caf57-a24e-4dba-aaea-4b63671ebafc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:16.177461 [ 275 ] {536caf57-a24e-4dba-aaea-4b63671ebafc} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:16.177549 [ 54 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:16.177581 [ 54 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.177582 [ 275 ] {536caf57-a24e-4dba-aaea-4b63671ebafc} executeQuery: Read 492 rows, 35.37 KiB in 0.001312 sec., 375000 rows/sec., 26.32 MiB/sec. 2026.02.26 17:11:16.177603 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.177626 [ 275 ] {536caf57-a24e-4dba-aaea-4b63671ebafc} TCPHandler: Processed in 0.001481431 sec. 2026.02.26 17:11:16.177671 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:11:16.177734 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.177766 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:16.177793 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.02.26 17:11:16.177829 [ 275 ] {f50895e7-6f2c-4dd9-86ad-fbfdd12310d7} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:11:16.177845 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.02.26 17:11:16.177870 [ 275 ] {f50895e7-6f2c-4dd9-86ad-fbfdd12310d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:11:16.177888 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part 2026.02.26 17:11:16.177930 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 477 rows starting from the beginning of the part 2026.02.26 17:11:16.177981 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:11:16.178025 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 492 rows starting from the beginning of the part 2026.02.26 17:11:16.178194 [ 275 ] {f50895e7-6f2c-4dd9-86ad-fbfdd12310d7} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.178229 [ 275 ] {f50895e7-6f2c-4dd9-86ad-fbfdd12310d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.178548 [ 275 ] {f50895e7-6f2c-4dd9-86ad-fbfdd12310d7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:16.178771 [ 275 ] {f50895e7-6f2c-4dd9-86ad-fbfdd12310d7} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:11:16.178894 [ 275 ] {f50895e7-6f2c-4dd9-86ad-fbfdd12310d7} executeQuery: Read 6 rows, 321.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 289.19 KiB/sec. 2026.02.26 17:11:16.178930 [ 275 ] {f50895e7-6f2c-4dd9-86ad-fbfdd12310d7} TCPHandler: Processed in 0.001245135 sec. 2026.02.26 17:11:16.178928 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1187 rows, containing 5 columns (5 merged, 0 gathered) in 0.001282026 sec., 925878.2583192541 rows/sec., 70.06 MiB/sec. 2026.02.26 17:11:16.179039 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.179094 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:16.179142 [ 275 ] {69d41e91-122f-45d4-a09a-83dba51c124a} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.179183 [ 275 ] {69d41e91-122f-45d4-a09a-83dba51c124a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:16.179329 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:16.179388 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_6_1} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:16.179441 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.26 17:11:16.179556 [ 275 ] {69d41e91-122f-45d4-a09a-83dba51c124a} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.179590 [ 275 ] {69d41e91-122f-45d4-a09a-83dba51c124a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.179938 [ 275 ] {69d41e91-122f-45d4-a09a-83dba51c124a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:16.180169 [ 275 ] {69d41e91-122f-45d4-a09a-83dba51c124a} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:16.180254 [ 54 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:16.180277 [ 54 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.180292 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.180291 [ 275 ] {69d41e91-122f-45d4-a09a-83dba51c124a} executeQuery: Read 215 rows, 14.48 KiB in 0.001168 sec., 184075.34246575343 rows/sec., 12.11 MiB/sec. 2026.02.26 17:11:16.180332 [ 275 ] {69d41e91-122f-45d4-a09a-83dba51c124a} TCPHandler: Processed in 0.001342947 sec. 2026.02.26 17:11:16.180376 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:11:16.180444 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.180526 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:16.180543 [ 275 ] {0072ea2a-d162-4f19-862e-0052ffdd64b1} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.180577 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 270 rows starting from the beginning of the part 2026.02.26 17:11:16.180590 [ 275 ] {0072ea2a-d162-4f19-862e-0052ffdd64b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:11:16.180675 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2026.02.26 17:11:16.180732 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2026.02.26 17:11:16.180797 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 216 rows starting from the beginning of the part 2026.02.26 17:11:16.180841 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2026.02.26 17:11:16.180890 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 215 rows starting from the beginning of the part 2026.02.26 17:11:16.180899 [ 275 ] {0072ea2a-d162-4f19-862e-0052ffdd64b1} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.180938 [ 275 ] {0072ea2a-d162-4f19-862e-0052ffdd64b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.181247 [ 275 ] {0072ea2a-d162-4f19-862e-0052ffdd64b1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:16.181471 [ 275 ] {0072ea2a-d162-4f19-862e-0052ffdd64b1} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:11:16.181591 [ 275 ] {0072ea2a-d162-4f19-862e-0052ffdd64b1} executeQuery: Read 1 rows, 69.00 B in 0.001103 sec., 906.6183136899365 rows/sec., 61.09 KiB/sec. 2026.02.26 17:11:16.181624 [ 275 ] {0072ea2a-d162-4f19-862e-0052ffdd64b1} TCPHandler: Processed in 0.001268166 sec. 2026.02.26 17:11:16.181723 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.181812 [ 275 ] {50a7452c-129f-4984-bce5-d64501eba747} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.181861 [ 275 ] {50a7452c-129f-4984-bce5-d64501eba747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:16.182115 [ 191 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 5 columns (5 merged, 0 gathered) in 0.001780889 sec., 578924.3462113586 rows/sec., 40.42 MiB/sec. 2026.02.26 17:11:16.182321 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:16.182584 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:16.182644 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_6_1} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:16.182708 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.02.26 17:11:16.182730 [ 275 ] {50a7452c-129f-4984-bce5-d64501eba747} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.182764 [ 275 ] {50a7452c-129f-4984-bce5-d64501eba747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.183344 [ 275 ] {50a7452c-129f-4984-bce5-d64501eba747} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:16.183576 [ 275 ] {50a7452c-129f-4984-bce5-d64501eba747} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:16.183712 [ 275 ] {50a7452c-129f-4984-bce5-d64501eba747} executeQuery: Read 22 rows, 40.37 KiB in 0.001866 sec., 11789.924973204716 rows/sec., 21.13 MiB/sec. 2026.02.26 17:11:16.183762 [ 275 ] {50a7452c-129f-4984-bce5-d64501eba747} TCPHandler: Processed in 0.002042147 sec. 2026.02.26 17:11:16.183877 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.183972 [ 275 ] {f5d577f2-51ac-441b-ad0a-a8fbad5a3ee2} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.184014 [ 275 ] {f5d577f2-51ac-441b-ad0a-a8fbad5a3ee2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.26 17:11:16.184327 [ 275 ] {f5d577f2-51ac-441b-ad0a-a8fbad5a3ee2} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.184360 [ 275 ] {f5d577f2-51ac-441b-ad0a-a8fbad5a3ee2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.184655 [ 275 ] {f5d577f2-51ac-441b-ad0a-a8fbad5a3ee2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.26 17:11:16.184887 [ 275 ] {f5d577f2-51ac-441b-ad0a-a8fbad5a3ee2} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): 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.26 17:11:16.185011 [ 275 ] {f5d577f2-51ac-441b-ad0a-a8fbad5a3ee2} executeQuery: Read 12 rows, 926.00 B in 0.001057 sec., 11352.885525070955 rows/sec., 855.53 KiB/sec. 2026.02.26 17:11:16.185047 [ 275 ] {f5d577f2-51ac-441b-ad0a-a8fbad5a3ee2} TCPHandler: Processed in 0.001218744 sec. 2026.02.26 17:11:16.185154 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:16.185249 [ 275 ] {3cfcc272-9653-4767-96bd-71bafce12710} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:16.185288 [ 275 ] {3cfcc272-9653-4767-96bd-71bafce12710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:16.185607 [ 275 ] {3cfcc272-9653-4767-96bd-71bafce12710} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.185641 [ 275 ] {3cfcc272-9653-4767-96bd-71bafce12710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.185951 [ 275 ] {3cfcc272-9653-4767-96bd-71bafce12710} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:16.186163 [ 275 ] {3cfcc272-9653-4767-96bd-71bafce12710} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:16.186247 [ 54 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:16.186268 [ 54 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:16.186283 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:16.186284 [ 275 ] {3cfcc272-9653-4767-96bd-71bafce12710} executeQuery: Read 70 rows, 4.36 KiB in 0.001054 sec., 66413.66223908919 rows/sec., 4.04 MiB/sec. 2026.02.26 17:11:16.186323 [ 275 ] {3cfcc272-9653-4767-96bd-71bafce12710} TCPHandler: Processed in 0.001217884 sec. 2026.02.26 17:11:16.186404 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:11:16.186541 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:16.186585 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2026.02.26 17:11:16.186672 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2026.02.26 17:11:16.186726 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2026.02.26 17:11:16.186782 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part 2026.02.26 17:11:16.186835 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2026.02.26 17:11:16.186888 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:11:16.187715 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001373818 sec., 218369.53657616948 rows/sec., 13.97 MiB/sec. 2026.02.26 17:11:16.187905 [ 191 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:16.188216 [ 191 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:16.188288 [ 191 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_6_1} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:16.188359 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.26 17:11:18.866541 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 282 2026.02.26 17:11:18.869260 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:18.869314 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:18.870496 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:18.870784 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:11:18.871117 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 282 2026.02.26 17:11:21.161531 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:21.161727 [ 275 ] {279e966e-15ea-4047-928f-c801a12bc3de} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:11:21.161799 [ 275 ] {279e966e-15ea-4047-928f-c801a12bc3de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:11:21.162426 [ 275 ] {279e966e-15ea-4047-928f-c801a12bc3de} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.162470 [ 275 ] {279e966e-15ea-4047-928f-c801a12bc3de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.162901 [ 275 ] {279e966e-15ea-4047-928f-c801a12bc3de} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:21.163146 [ 275 ] {279e966e-15ea-4047-928f-c801a12bc3de} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:11:21.163299 [ 275 ] {279e966e-15ea-4047-928f-c801a12bc3de} executeQuery: Read 2 rows, 167.00 B in 0.001621 sec., 1233.8062924120914 rows/sec., 100.61 KiB/sec. 2026.02.26 17:11:21.163342 [ 275 ] {279e966e-15ea-4047-928f-c801a12bc3de} TCPHandler: Processed in 0.001950524 sec. 2026.02.26 17:11:21.163466 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:21.163570 [ 275 ] {8b38d66b-6078-4769-933c-9fac28dab2e6} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:21.163611 [ 275 ] {8b38d66b-6078-4769-933c-9fac28dab2e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:21.164046 [ 275 ] {8b38d66b-6078-4769-933c-9fac28dab2e6} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.164085 [ 275 ] {8b38d66b-6078-4769-933c-9fac28dab2e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.164413 [ 275 ] {8b38d66b-6078-4769-933c-9fac28dab2e6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:21.164638 [ 275 ] {8b38d66b-6078-4769-933c-9fac28dab2e6} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:21.164764 [ 275 ] {8b38d66b-6078-4769-933c-9fac28dab2e6} executeQuery: Read 77 rows, 6.49 KiB in 0.001213 sec., 63478.97774113767 rows/sec., 5.22 MiB/sec. 2026.02.26 17:11:21.164802 [ 275 ] {8b38d66b-6078-4769-933c-9fac28dab2e6} TCPHandler: Processed in 0.001385449 sec. 2026.02.26 17:11:21.164919 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:21.165014 [ 275 ] {ce30d43e-707d-4422-854d-08dd3c7ac03e} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:21.165054 [ 275 ] {ce30d43e-707d-4422-854d-08dd3c7ac03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:21.165443 [ 275 ] {ce30d43e-707d-4422-854d-08dd3c7ac03e} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.165478 [ 275 ] {ce30d43e-707d-4422-854d-08dd3c7ac03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.165781 [ 275 ] {ce30d43e-707d-4422-854d-08dd3c7ac03e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:21.166009 [ 275 ] {ce30d43e-707d-4422-854d-08dd3c7ac03e} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:21.166117 [ 96 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:21.166139 [ 275 ] {ce30d43e-707d-4422-854d-08dd3c7ac03e} executeQuery: Read 12 rows, 913.00 B in 0.001142 sec., 10507.880910683012 rows/sec., 780.74 KiB/sec. 2026.02.26 17:11:21.166180 [ 96 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.166190 [ 275 ] {ce30d43e-707d-4422-854d-08dd3c7ac03e} TCPHandler: Processed in 0.001320617 sec. 2026.02.26 17:11:21.166209 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.166318 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:21.166348 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:11:21.166419 [ 275 ] {b3a048ea-9336-40a2-9f84-a3df458c9791} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:21.166463 [ 275 ] {b3a048ea-9336-40a2-9f84-a3df458c9791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:21.166502 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:21.166547 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:11:21.166617 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.02.26 17:11:21.166664 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 151 rows starting from the beginning of the part 2026.02.26 17:11:21.166707 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.02.26 17:11:21.166747 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 164 rows starting from the beginning of the part 2026.02.26 17:11:21.166789 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.02.26 17:11:21.166900 [ 275 ] {b3a048ea-9336-40a2-9f84-a3df458c9791} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.166942 [ 275 ] {b3a048ea-9336-40a2-9f84-a3df458c9791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.167279 [ 275 ] {b3a048ea-9336-40a2-9f84-a3df458c9791} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:21.167541 [ 275 ] {b3a048ea-9336-40a2-9f84-a3df458c9791} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:21.167673 [ 275 ] {b3a048ea-9336-40a2-9f84-a3df458c9791} executeQuery: Read 76 rows, 6.08 KiB in 0.001273 sec., 59701.49253731343 rows/sec., 4.66 MiB/sec. 2026.02.26 17:11:21.167711 [ 275 ] {b3a048ea-9336-40a2-9f84-a3df458c9791} TCPHandler: Processed in 0.00144274 sec. 2026.02.26 17:11:21.167742 [ 202 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 5 columns (5 merged, 0 gathered) in 0.001461491 sec., 257955.74519446236 rows/sec., 17.07 MiB/sec. 2026.02.26 17:11:21.167838 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:21.167924 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:21.167935 [ 275 ] {b33e84c7-cdaf-4ff2-894b-7c7d19f4182a} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:21.167988 [ 275 ] {b33e84c7-cdaf-4ff2-894b-7c7d19f4182a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:21.168202 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:21.168273 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_6_1} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:21.168340 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.26 17:11:21.168448 [ 275 ] {b33e84c7-cdaf-4ff2-894b-7c7d19f4182a} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.168493 [ 275 ] {b33e84c7-cdaf-4ff2-894b-7c7d19f4182a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.168854 [ 275 ] {b33e84c7-cdaf-4ff2-894b-7c7d19f4182a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:21.169083 [ 275 ] {b33e84c7-cdaf-4ff2-894b-7c7d19f4182a} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:21.169217 [ 275 ] {b33e84c7-cdaf-4ff2-894b-7c7d19f4182a} executeQuery: Read 161 rows, 11.48 KiB in 0.0013 sec., 123846.15384615386 rows/sec., 8.62 MiB/sec. 2026.02.26 17:11:21.169256 [ 275 ] {b33e84c7-cdaf-4ff2-894b-7c7d19f4182a} TCPHandler: Processed in 0.001474011 sec. 2026.02.26 17:11:21.169375 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:21.169472 [ 275 ] {589f10eb-9f3b-48b5-9d44-911ee96a4a45} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:21.169528 [ 275 ] {589f10eb-9f3b-48b5-9d44-911ee96a4a45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:21.170274 [ 275 ] {589f10eb-9f3b-48b5-9d44-911ee96a4a45} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.170312 [ 275 ] {589f10eb-9f3b-48b5-9d44-911ee96a4a45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.170823 [ 275 ] {589f10eb-9f3b-48b5-9d44-911ee96a4a45} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:21.171055 [ 275 ] {589f10eb-9f3b-48b5-9d44-911ee96a4a45} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:21.171162 [ 96 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:21.171192 [ 275 ] {589f10eb-9f3b-48b5-9d44-911ee96a4a45} executeQuery: Read 10 rows, 18.35 KiB in 0.001739 sec., 5750.431282346176 rows/sec., 10.30 MiB/sec. 2026.02.26 17:11:21.171200 [ 96 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.171235 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.171258 [ 275 ] {589f10eb-9f3b-48b5-9d44-911ee96a4a45} TCPHandler: Processed in 0.001933303 sec. 2026.02.26 17:11:21.171309 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:11:21.171389 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:21.171495 [ 275 ] {59b74c05-58fc-4249-b69c-75c53f2215c3} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:21.171510 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:21.171538 [ 275 ] {59b74c05-58fc-4249-b69c-75c53f2215c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:21.171564 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.02.26 17:11:21.171705 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.02.26 17:11:21.171839 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:11:21.171897 [ 275 ] {59b74c05-58fc-4249-b69c-75c53f2215c3} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.171939 [ 275 ] {59b74c05-58fc-4249-b69c-75c53f2215c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.171972 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.02.26 17:11:21.172099 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2026.02.26 17:11:21.172218 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:11:21.172277 [ 275 ] {59b74c05-58fc-4249-b69c-75c53f2215c3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:21.172500 [ 275 ] {59b74c05-58fc-4249-b69c-75c53f2215c3} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:21.172640 [ 275 ] {59b74c05-58fc-4249-b69c-75c53f2215c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2026.02.26 17:11:21.172680 [ 275 ] {59b74c05-58fc-4249-b69c-75c53f2215c3} TCPHandler: Processed in 0.001342308 sec. 2026.02.26 17:11:21.173948 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 69 rows, containing 19 columns (19 merged, 0 gathered) in 0.002672204 sec., 25821.381900483644 rows/sec., 46.27 MiB/sec. 2026.02.26 17:11:21.174337 [ 195 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:21.174747 [ 195 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:21.174827 [ 195 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_6_1} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:21.174961 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.02.26 17:11:21.221107 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3372 2026.02.26 17:11:21.221599 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.221637 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.222056 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:21.222280 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:21.222398 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3372 2026.02.26 17:11:21.381970 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.02.26 17:11:21.400067 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:21.400140 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:21.406350 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:21.407106 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:21.411618 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.02.26 17:11:24.181327 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63677 2026.02.26 17:11:24.181465 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.181499 [ 286 ] {} TCP-Session: 69d7848c-29df-41ad-869c-9015da0938e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63677 2026.02.26 17:11:24.181526 [ 286 ] {} TCP-Session: 69d7848c-29df-41ad-869c-9015da0938e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.181542 [ 286 ] {} TCP-Session: 69d7848c-29df-41ad-869c-9015da0938e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.181837 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40971 2026.02.26 17:11:24.181880 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46644 2026.02.26 17:11:24.181918 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55642 2026.02.26 17:11:24.181934 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45694 2026.02.26 17:11:24.181969 [ 286 ] {} TCP-Session: 69d7848c-29df-41ad-869c-9015da0938e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:24.182002 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.182015 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44078 2026.02.26 17:11:24.182033 [ 287 ] {} TCP-Session: 5ec30504-7649-4bf7-b163-e56f85326905 Authenticating user 'default' from [fd00:1122:3344:101::e]:40971 2026.02.26 17:11:24.182060 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39976 2026.02.26 17:11:24.182112 [ 287 ] {} TCP-Session: 5ec30504-7649-4bf7-b163-e56f85326905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.181885 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59418 2026.02.26 17:11:24.182164 [ 287 ] {} TCP-Session: 5ec30504-7649-4bf7-b163-e56f85326905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182201 [ 286 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} executeQuery: (from [fd00:1122:3344:101::e]:63677) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:11:24.181918 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58554 2026.02.26 17:11:24.182455 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.182457 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.182506 [ 293 ] {} TCP-Session: b7eb5ad3-da2b-4286-b3c2-5aac0e3df7af Authenticating user 'default' from [fd00:1122:3344:101::e]:44078 2026.02.26 17:11:24.182512 [ 289 ] {} TCP-Session: 6f31d920-2544-4120-a6fd-78d1b1573edb Authenticating user 'default' from [fd00:1122:3344:101::e]:59418 2026.02.26 17:11:24.182522 [ 286 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:11:24.182540 [ 289 ] {} TCP-Session: 6f31d920-2544-4120-a6fd-78d1b1573edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182536 [ 293 ] {} TCP-Session: b7eb5ad3-da2b-4286-b3c2-5aac0e3df7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182575 [ 289 ] {} TCP-Session: 6f31d920-2544-4120-a6fd-78d1b1573edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182591 [ 293 ] {} TCP-Session: b7eb5ad3-da2b-4286-b3c2-5aac0e3df7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182600 [ 286 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:11:24.182507 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.182673 [ 294 ] {} TCP-Session: 83295fb2-7410-4e02-892f-49d11ecbdff5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39976 2026.02.26 17:11:24.182706 [ 294 ] {} TCP-Session: 83295fb2-7410-4e02-892f-49d11ecbdff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182724 [ 294 ] {} TCP-Session: 83295fb2-7410-4e02-892f-49d11ecbdff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182771 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.182787 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.182810 [ 290 ] {} TCP-Session: 0b09254d-89ff-4867-ae11-7d6f0de11845 Authenticating user 'default' from [fd00:1122:3344:101::e]:58554 2026.02.26 17:11:24.182851 [ 290 ] {} TCP-Session: 0b09254d-89ff-4867-ae11-7d6f0de11845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182853 [ 292 ] {} TCP-Session: 2bd8a3d1-fbf0-425a-be91-5df369165b2e Authenticating user 'default' from [fd00:1122:3344:101::e]:45694 2026.02.26 17:11:24.182869 [ 290 ] {} TCP-Session: 0b09254d-89ff-4867-ae11-7d6f0de11845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.182878 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.182917 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:11:24.182952 [ 286 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:11:24.182959 [ 288 ] {} TCP-Session: 99686955-ace8-414e-a8fd-2f35dbfbad49 Authenticating user 'default' from [fd00:1122:3344:101::e]:46644 2026.02.26 17:11:24.182986 [ 291 ] {} TCP-Session: e7399611-2b51-40c2-96a9-bc8f50dee4b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:55642 2026.02.26 17:11:24.183022 [ 288 ] {} TCP-Session: 99686955-ace8-414e-a8fd-2f35dbfbad49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.183038 [ 291 ] {} TCP-Session: e7399611-2b51-40c2-96a9-bc8f50dee4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.183051 [ 288 ] {} TCP-Session: 99686955-ace8-414e-a8fd-2f35dbfbad49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.183067 [ 291 ] {} TCP-Session: e7399611-2b51-40c2-96a9-bc8f50dee4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.183084 [ 286 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} Aggregator: Compile expression max()(UInt64) 0 2026.02.26 17:11:24.182911 [ 292 ] {} TCP-Session: 2bd8a3d1-fbf0-425a-be91-5df369165b2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.183149 [ 292 ] {} TCP-Session: 2bd8a3d1-fbf0-425a-be91-5df369165b2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.653185 [ 304 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} AggregatingTransform: Aggregating 2026.02.26 17:11:24.653256 [ 304 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} Aggregator: Aggregation method: without_key 2026.02.26 17:11:24.653287 [ 304 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001205493 sec. (829.536 rows/sec., 32.40 KiB/sec.) 2026.02.26 17:11:24.653302 [ 304 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} Aggregator: Merging aggregated data 2026.02.26 17:11:24.654460 [ 286 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} executeQuery: Read 1 rows, 40.00 B in 0.472337 sec., 2.117132471095849 rows/sec., 84.69 B/sec. 2026.02.26 17:11:24.654574 [ 286 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.02.26 17:11:24.654589 [ 286 ] {02939b60-6a1b-435b-a968-cbe8c8e54b57} TCPHandler: Processed in 0.472766144 sec. 2026.02.26 17:11:24.654709 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.654738 [ 286 ] {} TCP-Session: 69d7848c-29df-41ad-869c-9015da0938e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.654777 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.654809 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.654822 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.654850 [ 294 ] {} TCP-Session: 83295fb2-7410-4e02-892f-49d11ecbdff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.654860 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.654884 [ 288 ] {} TCP-Session: 99686955-ace8-414e-a8fd-2f35dbfbad49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.654895 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.654910 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.654936 [ 292 ] {} TCP-Session: 2bd8a3d1-fbf0-425a-be91-5df369165b2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.654957 [ 291 ] {} TCP-Session: e7399611-2b51-40c2-96a9-bc8f50dee4b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.654901 [ 287 ] {} TCP-Session: 5ec30504-7649-4bf7-b163-e56f85326905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.654996 [ 293 ] {} TCP-Session: b7eb5ad3-da2b-4286-b3c2-5aac0e3df7af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.654880 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.654842 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:24.655063 [ 289 ] {} TCP-Session: 6f31d920-2544-4120-a6fd-78d1b1573edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:24.655094 [ 290 ] {} TCP-Session: 0b09254d-89ff-4867-ae11-7d6f0de11845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:25.000263 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 186.68 MiB, peak 196.80 MiB, free memory in arenas 0.00 B, will set to 205.97 MiB (RSS), difference: 19.29 MiB 2026.02.26 17:11:26.170512 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.170695 [ 275 ] {3b6a0abd-e06c-4a16-882b-c0f61dbc6cb4} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.170760 [ 275 ] {3b6a0abd-e06c-4a16-882b-c0f61dbc6cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:11:26.171546 [ 275 ] {3b6a0abd-e06c-4a16-882b-c0f61dbc6cb4} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.171586 [ 275 ] {3b6a0abd-e06c-4a16-882b-c0f61dbc6cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.172022 [ 275 ] {3b6a0abd-e06c-4a16-882b-c0f61dbc6cb4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:26.172265 [ 275 ] {3b6a0abd-e06c-4a16-882b-c0f61dbc6cb4} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:11:26.172428 [ 275 ] {3b6a0abd-e06c-4a16-882b-c0f61dbc6cb4} executeQuery: Read 284 rows, 18.47 KiB in 0.001783 sec., 159282.10880538417 rows/sec., 10.12 MiB/sec. 2026.02.26 17:11:26.172477 [ 275 ] {3b6a0abd-e06c-4a16-882b-c0f61dbc6cb4} TCPHandler: Processed in 0.002096608 sec. 2026.02.26 17:11:26.172611 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.172726 [ 275 ] {4ec41240-39fe-487c-8df2-5ac212ce6d29} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:26.172775 [ 275 ] {4ec41240-39fe-487c-8df2-5ac212ce6d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:26.173592 [ 275 ] {4ec41240-39fe-487c-8df2-5ac212ce6d29} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.173627 [ 275 ] {4ec41240-39fe-487c-8df2-5ac212ce6d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.174038 [ 275 ] {4ec41240-39fe-487c-8df2-5ac212ce6d29} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:26.174260 [ 275 ] {4ec41240-39fe-487c-8df2-5ac212ce6d29} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:26.174384 [ 275 ] {4ec41240-39fe-487c-8df2-5ac212ce6d29} executeQuery: Read 851 rows, 69.28 KiB in 0.001683 sec., 505644.68211527035 rows/sec., 40.20 MiB/sec. 2026.02.26 17:11:26.174420 [ 275 ] {4ec41240-39fe-487c-8df2-5ac212ce6d29} TCPHandler: Processed in 0.001857911 sec. 2026.02.26 17:11:26.174542 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.174638 [ 275 ] {f43873c2-8ef9-4f78-aee0-dea6956d3af9} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.174678 [ 275 ] {f43873c2-8ef9-4f78-aee0-dea6956d3af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:26.175109 [ 275 ] {f43873c2-8ef9-4f78-aee0-dea6956d3af9} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.175144 [ 275 ] {f43873c2-8ef9-4f78-aee0-dea6956d3af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.175458 [ 275 ] {f43873c2-8ef9-4f78-aee0-dea6956d3af9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:26.175680 [ 275 ] {f43873c2-8ef9-4f78-aee0-dea6956d3af9} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:26.175805 [ 275 ] {f43873c2-8ef9-4f78-aee0-dea6956d3af9} executeQuery: Read 169 rows, 10.57 KiB in 0.001186 sec., 142495.78414839797 rows/sec., 8.71 MiB/sec. 2026.02.26 17:11:26.175841 [ 275 ] {f43873c2-8ef9-4f78-aee0-dea6956d3af9} TCPHandler: Processed in 0.001348677 sec. 2026.02.26 17:11:26.175960 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.176054 [ 275 ] {586f0959-938b-4f54-bfdf-d125d11ca134} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.176094 [ 275 ] {586f0959-938b-4f54-bfdf-d125d11ca134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:11:26.176521 [ 275 ] {586f0959-938b-4f54-bfdf-d125d11ca134} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.176558 [ 275 ] {586f0959-938b-4f54-bfdf-d125d11ca134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.176862 [ 275 ] {586f0959-938b-4f54-bfdf-d125d11ca134} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:26.177100 [ 275 ] {586f0959-938b-4f54-bfdf-d125d11ca134} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:11:26.177225 [ 275 ] {586f0959-938b-4f54-bfdf-d125d11ca134} executeQuery: Read 149 rows, 9.86 KiB in 0.001189 sec., 125315.39108494534 rows/sec., 8.10 MiB/sec. 2026.02.26 17:11:26.177261 [ 275 ] {586f0959-938b-4f54-bfdf-d125d11ca134} TCPHandler: Processed in 0.001349837 sec. 2026.02.26 17:11:26.177379 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.177474 [ 275 ] {aab58695-0b1b-4257-940b-af5d71a207bb} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.177513 [ 275 ] {aab58695-0b1b-4257-940b-af5d71a207bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:11:26.177942 [ 275 ] {aab58695-0b1b-4257-940b-af5d71a207bb} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.177978 [ 275 ] {aab58695-0b1b-4257-940b-af5d71a207bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.178292 [ 275 ] {aab58695-0b1b-4257-940b-af5d71a207bb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:26.178516 [ 275 ] {aab58695-0b1b-4257-940b-af5d71a207bb} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:11:26.178647 [ 275 ] {aab58695-0b1b-4257-940b-af5d71a207bb} executeQuery: Read 148 rows, 8.62 KiB in 0.001192 sec., 124161.07382550336 rows/sec., 7.06 MiB/sec. 2026.02.26 17:11:26.178684 [ 275 ] {aab58695-0b1b-4257-940b-af5d71a207bb} TCPHandler: Processed in 0.001353838 sec. 2026.02.26 17:11:26.178801 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.178906 [ 275 ] {27c95b03-dd30-4f43-ae92-ae24f06f1296} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:26.178946 [ 275 ] {27c95b03-dd30-4f43-ae92-ae24f06f1296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:26.179502 [ 275 ] {27c95b03-dd30-4f43-ae92-ae24f06f1296} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.179537 [ 275 ] {27c95b03-dd30-4f43-ae92-ae24f06f1296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.179876 [ 275 ] {27c95b03-dd30-4f43-ae92-ae24f06f1296} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:26.180094 [ 275 ] {27c95b03-dd30-4f43-ae92-ae24f06f1296} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:26.180223 [ 275 ] {27c95b03-dd30-4f43-ae92-ae24f06f1296} executeQuery: Read 520 rows, 37.61 KiB in 0.001335 sec., 389513.1086142322 rows/sec., 27.51 MiB/sec. 2026.02.26 17:11:26.180260 [ 275 ] {27c95b03-dd30-4f43-ae92-ae24f06f1296} TCPHandler: Processed in 0.001508061 sec. 2026.02.26 17:11:26.180382 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.180479 [ 275 ] {757dff88-9b38-4687-87b4-cdff3915b6c0} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:11:26.180520 [ 275 ] {757dff88-9b38-4687-87b4-cdff3915b6c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:11:26.180872 [ 275 ] {757dff88-9b38-4687-87b4-cdff3915b6c0} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.180906 [ 275 ] {757dff88-9b38-4687-87b4-cdff3915b6c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.181236 [ 275 ] {757dff88-9b38-4687-87b4-cdff3915b6c0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:26.181453 [ 275 ] {757dff88-9b38-4687-87b4-cdff3915b6c0} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:11:26.181587 [ 275 ] {757dff88-9b38-4687-87b4-cdff3915b6c0} executeQuery: Read 6 rows, 321.00 B in 0.001127 sec., 5323.868677905945 rows/sec., 278.15 KiB/sec. 2026.02.26 17:11:26.181623 [ 275 ] {757dff88-9b38-4687-87b4-cdff3915b6c0} TCPHandler: Processed in 0.001289886 sec. 2026.02.26 17:11:26.181733 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.181838 [ 275 ] {4f0b628e-a127-44f3-bd28-fa20169b1d13} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.181887 [ 275 ] {4f0b628e-a127-44f3-bd28-fa20169b1d13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:26.182352 [ 275 ] {4f0b628e-a127-44f3-bd28-fa20169b1d13} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.182388 [ 275 ] {4f0b628e-a127-44f3-bd28-fa20169b1d13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.182724 [ 275 ] {4f0b628e-a127-44f3-bd28-fa20169b1d13} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:26.182952 [ 275 ] {4f0b628e-a127-44f3-bd28-fa20169b1d13} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:26.183084 [ 275 ] {4f0b628e-a127-44f3-bd28-fa20169b1d13} executeQuery: Read 265 rows, 18.03 KiB in 0.001269 sec., 208825.84712371946 rows/sec., 13.88 MiB/sec. 2026.02.26 17:11:26.183121 [ 275 ] {4f0b628e-a127-44f3-bd28-fa20169b1d13} TCPHandler: Processed in 0.00143648 sec. 2026.02.26 17:11:26.183241 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.183335 [ 275 ] {a4cffad1-c8cc-4e8b-84e0-76e3218ed701} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.183375 [ 275 ] {a4cffad1-c8cc-4e8b-84e0-76e3218ed701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:11:26.183688 [ 275 ] {a4cffad1-c8cc-4e8b-84e0-76e3218ed701} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.183724 [ 275 ] {a4cffad1-c8cc-4e8b-84e0-76e3218ed701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.184034 [ 275 ] {a4cffad1-c8cc-4e8b-84e0-76e3218ed701} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:26.184268 [ 275 ] {a4cffad1-c8cc-4e8b-84e0-76e3218ed701} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:11:26.184401 [ 275 ] {a4cffad1-c8cc-4e8b-84e0-76e3218ed701} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2026.02.26 17:11:26.184436 [ 275 ] {a4cffad1-c8cc-4e8b-84e0-76e3218ed701} TCPHandler: Processed in 0.001244564 sec. 2026.02.26 17:11:26.184552 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.184648 [ 275 ] {cb8e29ee-ca8b-479d-814d-f75f1a91c255} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.184701 [ 275 ] {cb8e29ee-ca8b-479d-814d-f75f1a91c255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:26.185503 [ 275 ] {cb8e29ee-ca8b-479d-814d-f75f1a91c255} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.185545 [ 275 ] {cb8e29ee-ca8b-479d-814d-f75f1a91c255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.186127 [ 275 ] {cb8e29ee-ca8b-479d-814d-f75f1a91c255} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:26.186361 [ 275 ] {cb8e29ee-ca8b-479d-814d-f75f1a91c255} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:26.186496 [ 275 ] {cb8e29ee-ca8b-479d-814d-f75f1a91c255} executeQuery: Read 27 rows, 49.54 KiB in 0.001866 sec., 14469.453376205787 rows/sec., 25.93 MiB/sec. 2026.02.26 17:11:26.186547 [ 275 ] {cb8e29ee-ca8b-479d-814d-f75f1a91c255} TCPHandler: Processed in 0.002043747 sec. 2026.02.26 17:11:26.186668 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.186764 [ 275 ] {dbc2b3b5-835c-4db3-a545-abe558423c5d} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.186805 [ 275 ] {dbc2b3b5-835c-4db3-a545-abe558423c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.26 17:11:26.187123 [ 275 ] {dbc2b3b5-835c-4db3-a545-abe558423c5d} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.187160 [ 275 ] {dbc2b3b5-835c-4db3-a545-abe558423c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.187464 [ 275 ] {dbc2b3b5-835c-4db3-a545-abe558423c5d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:11:26.187696 [ 275 ] {dbc2b3b5-835c-4db3-a545-abe558423c5d} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): 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.26 17:11:26.187828 [ 275 ] {dbc2b3b5-835c-4db3-a545-abe558423c5d} executeQuery: Read 3 rows, 246.00 B in 0.001082 sec., 2772.6432532347503 rows/sec., 222.03 KiB/sec. 2026.02.26 17:11:26.187863 [ 275 ] {dbc2b3b5-835c-4db3-a545-abe558423c5d} TCPHandler: Processed in 0.001243465 sec. 2026.02.26 17:11:26.187971 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:26.188078 [ 275 ] {bc6bef01-b804-4861-8384-f7d37c66ebd4} executeQuery: (from [fd00:1122:3344:101::d]:57868) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:26.188120 [ 275 ] {bc6bef01-b804-4861-8384-f7d37c66ebd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:26.188481 [ 275 ] {bc6bef01-b804-4861-8384-f7d37c66ebd4} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:26.188523 [ 275 ] {bc6bef01-b804-4861-8384-f7d37c66ebd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:26.188875 [ 275 ] {bc6bef01-b804-4861-8384-f7d37c66ebd4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:26.189120 [ 275 ] {bc6bef01-b804-4861-8384-f7d37c66ebd4} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:26.189248 [ 275 ] {bc6bef01-b804-4861-8384-f7d37c66ebd4} executeQuery: Read 90 rows, 5.77 KiB in 0.001195 sec., 75313.80753138075 rows/sec., 4.71 MiB/sec. 2026.02.26 17:11:26.189285 [ 275 ] {bc6bef01-b804-4861-8384-f7d37c66ebd4} TCPHandler: Processed in 0.001365337 sec. 2026.02.26 17:11:28.589440 [ 78 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:11:28.589518 [ 78 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:11:28.722589 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3820 2026.02.26 17:11:28.723244 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:28.723292 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:28.723782 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:28.724017 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:28.724162 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3820 2026.02.26 17:11:28.871412 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 322 2026.02.26 17:11:28.874002 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:28.874050 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:28.875252 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:28.875527 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:11:28.875773 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 322 2026.02.26 17:11:28.911786 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.02.26 17:11:28.929906 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:28.929960 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:28.936274 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:28.936983 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:28.940456 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.02.26 17:11:29.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 206.67 MiB, peak 210.67 MiB, free memory in arenas 0.00 B, will set to 208.09 MiB (RSS), difference: 1.42 MiB 2026.02.26 17:11:30.735798 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:11:30.735890 [ 275 ] {} TCP-Session: 990c7fc0-2119-45e4-8bb0-a5c2af907c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:11:31.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 206.06 MiB, peak 210.67 MiB, free memory in arenas 0.00 B, will set to 208.10 MiB (RSS), difference: 2.04 MiB 2026.02.26 17:11:31.161227 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:31.161407 [ 277 ] {ace86f5f-d267-4ecf-9a23-cc1c19346bdf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:31.161473 [ 277 ] {ace86f5f-d267-4ecf-9a23-cc1c19346bdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:31.162197 [ 277 ] {ace86f5f-d267-4ecf-9a23-cc1c19346bdf} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:31.162246 [ 277 ] {ace86f5f-d267-4ecf-9a23-cc1c19346bdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:31.162654 [ 277 ] {ace86f5f-d267-4ecf-9a23-cc1c19346bdf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:11:31.162910 [ 277 ] {ace86f5f-d267-4ecf-9a23-cc1c19346bdf} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:31.163059 [ 277 ] {ace86f5f-d267-4ecf-9a23-cc1c19346bdf} executeQuery: Read 76 rows, 6.41 KiB in 0.001699 sec., 44732.19540906415 rows/sec., 3.69 MiB/sec. 2026.02.26 17:11:31.163115 [ 277 ] {ace86f5f-d267-4ecf-9a23-cc1c19346bdf} TCPHandler: Processed in 0.002009825 sec. 2026.02.26 17:11:31.163258 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:31.163359 [ 277 ] {a1da00d6-3c25-4c27-8608-34c1cf42ac9a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:31.163402 [ 277 ] {a1da00d6-3c25-4c27-8608-34c1cf42ac9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:31.163806 [ 277 ] {a1da00d6-3c25-4c27-8608-34c1cf42ac9a} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:31.163843 [ 277 ] {a1da00d6-3c25-4c27-8608-34c1cf42ac9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:31.164160 [ 277 ] {a1da00d6-3c25-4c27-8608-34c1cf42ac9a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:31.164380 [ 277 ] {a1da00d6-3c25-4c27-8608-34c1cf42ac9a} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:31.164504 [ 277 ] {a1da00d6-3c25-4c27-8608-34c1cf42ac9a} executeQuery: Read 10 rows, 770.00 B in 0.001164 sec., 8591.065292096218 rows/sec., 646.01 KiB/sec. 2026.02.26 17:11:31.164539 [ 277 ] {a1da00d6-3c25-4c27-8608-34c1cf42ac9a} TCPHandler: Processed in 0.001331017 sec. 2026.02.26 17:11:31.164640 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:31.164735 [ 277 ] {b5d61578-5738-4ac5-acab-909c54ed80d1} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:31.164777 [ 277 ] {b5d61578-5738-4ac5-acab-909c54ed80d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:31.165185 [ 277 ] {b5d61578-5738-4ac5-acab-909c54ed80d1} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:31.165226 [ 277 ] {b5d61578-5738-4ac5-acab-909c54ed80d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:31.165540 [ 277 ] {b5d61578-5738-4ac5-acab-909c54ed80d1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:11:31.165753 [ 277 ] {b5d61578-5738-4ac5-acab-909c54ed80d1} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:31.165880 [ 277 ] {b5d61578-5738-4ac5-acab-909c54ed80d1} executeQuery: Read 74 rows, 5.92 KiB in 0.001163 sec., 63628.54686156492 rows/sec., 4.97 MiB/sec. 2026.02.26 17:11:31.165916 [ 277 ] {b5d61578-5738-4ac5-acab-909c54ed80d1} TCPHandler: Processed in 0.001323647 sec. 2026.02.26 17:11:31.166030 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:31.166124 [ 277 ] {540daba2-a2cb-4dd7-8952-08bc4bf0cb18} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:31.166168 [ 277 ] {540daba2-a2cb-4dd7-8952-08bc4bf0cb18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:31.166592 [ 277 ] {540daba2-a2cb-4dd7-8952-08bc4bf0cb18} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:31.166627 [ 277 ] {540daba2-a2cb-4dd7-8952-08bc4bf0cb18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:31.166962 [ 277 ] {540daba2-a2cb-4dd7-8952-08bc4bf0cb18} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:11:31.167182 [ 277 ] {540daba2-a2cb-4dd7-8952-08bc4bf0cb18} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:31.167306 [ 277 ] {540daba2-a2cb-4dd7-8952-08bc4bf0cb18} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.02.26 17:11:31.167342 [ 277 ] {540daba2-a2cb-4dd7-8952-08bc4bf0cb18} TCPHandler: Processed in 0.001359457 sec. 2026.02.26 17:11:31.167456 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:31.167551 [ 277 ] {5285946a-45e4-4483-895f-8b217609bb8d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:31.167605 [ 277 ] {5285946a-45e4-4483-895f-8b217609bb8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:31.168394 [ 277 ] {5285946a-45e4-4483-895f-8b217609bb8d} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:31.168431 [ 277 ] {5285946a-45e4-4483-895f-8b217609bb8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:31.168927 [ 277 ] {5285946a-45e4-4483-895f-8b217609bb8d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:31.169166 [ 277 ] {5285946a-45e4-4483-895f-8b217609bb8d} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:31.169298 [ 277 ] {5285946a-45e4-4483-895f-8b217609bb8d} executeQuery: Read 10 rows, 18.35 KiB in 0.001764 sec., 5668.934240362812 rows/sec., 10.16 MiB/sec. 2026.02.26 17:11:31.169349 [ 277 ] {5285946a-45e4-4483-895f-8b217609bb8d} TCPHandler: Processed in 0.001940894 sec. 2026.02.26 17:11:31.169464 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:31.169559 [ 277 ] {ccf6bb2d-1fc8-4dec-a128-9464dbefaeaf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:31.169600 [ 277 ] {ccf6bb2d-1fc8-4dec-a128-9464dbefaeaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:31.169938 [ 277 ] {ccf6bb2d-1fc8-4dec-a128-9464dbefaeaf} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:31.169974 [ 277 ] {ccf6bb2d-1fc8-4dec-a128-9464dbefaeaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:31.170289 [ 277 ] {ccf6bb2d-1fc8-4dec-a128-9464dbefaeaf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:11:31.170512 [ 277 ] {ccf6bb2d-1fc8-4dec-a128-9464dbefaeaf} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:31.170633 [ 277 ] {ccf6bb2d-1fc8-4dec-a128-9464dbefaeaf} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.02.26 17:11:31.170667 [ 277 ] {ccf6bb2d-1fc8-4dec-a128-9464dbefaeaf} TCPHandler: Processed in 0.001250515 sec. 2026.02.26 17:11:36.170963 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.171148 [ 277 ] {33c49c47-e064-44a3-b7fe-d747cdcb6990} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.171213 [ 277 ] {33c49c47-e064-44a3-b7fe-d747cdcb6990} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:11:36.172017 [ 277 ] {33c49c47-e064-44a3-b7fe-d747cdcb6990} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.172060 [ 277 ] {33c49c47-e064-44a3-b7fe-d747cdcb6990} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.172445 [ 277 ] {33c49c47-e064-44a3-b7fe-d747cdcb6990} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:36.172682 [ 277 ] {33c49c47-e064-44a3-b7fe-d747cdcb6990} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:11:36.172830 [ 277 ] {33c49c47-e064-44a3-b7fe-d747cdcb6990} executeQuery: Read 284 rows, 18.47 KiB in 0.00173 sec., 164161.84971098267 rows/sec., 10.43 MiB/sec. 2026.02.26 17:11:36.172871 [ 277 ] {33c49c47-e064-44a3-b7fe-d747cdcb6990} TCPHandler: Processed in 0.002034287 sec. 2026.02.26 17:11:36.172994 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.173091 [ 277 ] {5a1803dd-fba2-417d-b91a-fd59d08da918} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:11:36.173131 [ 277 ] {5a1803dd-fba2-417d-b91a-fd59d08da918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:11:36.173536 [ 277 ] {5a1803dd-fba2-417d-b91a-fd59d08da918} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.173570 [ 277 ] {5a1803dd-fba2-417d-b91a-fd59d08da918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.173862 [ 277 ] {5a1803dd-fba2-417d-b91a-fd59d08da918} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:36.174062 [ 277 ] {5a1803dd-fba2-417d-b91a-fd59d08da918} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:11:36.174184 [ 277 ] {5a1803dd-fba2-417d-b91a-fd59d08da918} executeQuery: Read 4 rows, 334.00 B in 0.001112 sec., 3597.1223021582737 rows/sec., 293.32 KiB/sec. 2026.02.26 17:11:36.174218 [ 277 ] {5a1803dd-fba2-417d-b91a-fd59d08da918} TCPHandler: Processed in 0.001272505 sec. 2026.02.26 17:11:36.174335 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.174428 [ 277 ] {84a0e0d3-a4e2-4ac8-be78-0da24ff88ff7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:36.174467 [ 277 ] {84a0e0d3-a4e2-4ac8-be78-0da24ff88ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:36.175368 [ 277 ] {84a0e0d3-a4e2-4ac8-be78-0da24ff88ff7} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.175403 [ 277 ] {84a0e0d3-a4e2-4ac8-be78-0da24ff88ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.175831 [ 277 ] {84a0e0d3-a4e2-4ac8-be78-0da24ff88ff7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:11:36.176047 [ 277 ] {84a0e0d3-a4e2-4ac8-be78-0da24ff88ff7} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:36.176166 [ 277 ] {84a0e0d3-a4e2-4ac8-be78-0da24ff88ff7} executeQuery: Read 861 rows, 70.21 KiB in 0.001755 sec., 490598.29059829056 rows/sec., 39.07 MiB/sec. 2026.02.26 17:11:36.176200 [ 277 ] {84a0e0d3-a4e2-4ac8-be78-0da24ff88ff7} TCPHandler: Processed in 0.001913133 sec. 2026.02.26 17:11:36.176316 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.176410 [ 277 ] {65960e86-99d0-4310-a465-0c31f4abdbc5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.176449 [ 277 ] {65960e86-99d0-4310-a465-0c31f4abdbc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:36.176892 [ 277 ] {65960e86-99d0-4310-a465-0c31f4abdbc5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.176925 [ 277 ] {65960e86-99d0-4310-a465-0c31f4abdbc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.177243 [ 277 ] {65960e86-99d0-4310-a465-0c31f4abdbc5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:11:36.177455 [ 277 ] {65960e86-99d0-4310-a465-0c31f4abdbc5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:36.177573 [ 277 ] {65960e86-99d0-4310-a465-0c31f4abdbc5} executeQuery: Read 177 rows, 11.15 KiB in 0.001181 sec., 149872.98899237934 rows/sec., 9.22 MiB/sec. 2026.02.26 17:11:36.177607 [ 277 ] {65960e86-99d0-4310-a465-0c31f4abdbc5} TCPHandler: Processed in 0.001338907 sec. 2026.02.26 17:11:36.177742 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.177871 [ 277 ] {ec1d5ab2-fda6-447f-bd10-fcd0ade2df01} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.177925 [ 277 ] {ec1d5ab2-fda6-447f-bd10-fcd0ade2df01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:11:36.178484 [ 277 ] {ec1d5ab2-fda6-447f-bd10-fcd0ade2df01} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.178529 [ 277 ] {ec1d5ab2-fda6-447f-bd10-fcd0ade2df01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.178965 [ 277 ] {ec1d5ab2-fda6-447f-bd10-fcd0ade2df01} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:36.179269 [ 277 ] {ec1d5ab2-fda6-447f-bd10-fcd0ade2df01} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:11:36.179401 [ 277 ] {ec1d5ab2-fda6-447f-bd10-fcd0ade2df01} executeQuery: Read 149 rows, 9.86 KiB in 0.001554 sec., 95881.59588159587 rows/sec., 6.19 MiB/sec. 2026.02.26 17:11:36.179438 [ 277 ] {ec1d5ab2-fda6-447f-bd10-fcd0ade2df01} TCPHandler: Processed in 0.001762649 sec. 2026.02.26 17:11:36.179549 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.179654 [ 277 ] {db5af25e-0f27-4a88-96a6-0768e5d95844} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.179709 [ 277 ] {db5af25e-0f27-4a88-96a6-0768e5d95844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:11:36.180205 [ 277 ] {db5af25e-0f27-4a88-96a6-0768e5d95844} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.180241 [ 277 ] {db5af25e-0f27-4a88-96a6-0768e5d95844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.180560 [ 277 ] {db5af25e-0f27-4a88-96a6-0768e5d95844} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:36.180782 [ 277 ] {db5af25e-0f27-4a88-96a6-0768e5d95844} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:11:36.180909 [ 277 ] {db5af25e-0f27-4a88-96a6-0768e5d95844} executeQuery: Read 148 rows, 8.62 KiB in 0.00128 sec., 115624.99999999999 rows/sec., 6.58 MiB/sec. 2026.02.26 17:11:36.180945 [ 277 ] {db5af25e-0f27-4a88-96a6-0768e5d95844} TCPHandler: Processed in 0.00144532 sec. 2026.02.26 17:11:36.181058 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.181158 [ 277 ] {ffffc197-ed93-4700-adef-5461eb96c413} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:36.181202 [ 277 ] {ffffc197-ed93-4700-adef-5461eb96c413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:36.181800 [ 277 ] {ffffc197-ed93-4700-adef-5461eb96c413} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.181835 [ 277 ] {ffffc197-ed93-4700-adef-5461eb96c413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.182173 [ 277 ] {ffffc197-ed93-4700-adef-5461eb96c413} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:11:36.182406 [ 277 ] {ffffc197-ed93-4700-adef-5461eb96c413} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:36.182530 [ 277 ] {ffffc197-ed93-4700-adef-5461eb96c413} executeQuery: Read 531 rows, 38.47 KiB in 0.001395 sec., 380645.1612903226 rows/sec., 26.93 MiB/sec. 2026.02.26 17:11:36.182565 [ 277 ] {ffffc197-ed93-4700-adef-5461eb96c413} TCPHandler: Processed in 0.001556713 sec. 2026.02.26 17:11:36.182682 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.182777 [ 277 ] {6e1ad4f9-64eb-4a65-a1e4-fdb73ad38606} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:11:36.182819 [ 277 ] {6e1ad4f9-64eb-4a65-a1e4-fdb73ad38606} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:11:36.183155 [ 277 ] {6e1ad4f9-64eb-4a65-a1e4-fdb73ad38606} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.183189 [ 277 ] {6e1ad4f9-64eb-4a65-a1e4-fdb73ad38606} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.183500 [ 277 ] {6e1ad4f9-64eb-4a65-a1e4-fdb73ad38606} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:36.183716 [ 277 ] {6e1ad4f9-64eb-4a65-a1e4-fdb73ad38606} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:11:36.183836 [ 277 ] {6e1ad4f9-64eb-4a65-a1e4-fdb73ad38606} executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. 2026.02.26 17:11:36.183871 [ 277 ] {6e1ad4f9-64eb-4a65-a1e4-fdb73ad38606} TCPHandler: Processed in 0.001237834 sec. 2026.02.26 17:11:36.183981 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.184074 [ 277 ] {429ec348-4415-4021-ac2b-1206e7590847} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.184115 [ 277 ] {429ec348-4415-4021-ac2b-1206e7590847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:36.184526 [ 277 ] {429ec348-4415-4021-ac2b-1206e7590847} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.184559 [ 277 ] {429ec348-4415-4021-ac2b-1206e7590847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.184926 [ 277 ] {429ec348-4415-4021-ac2b-1206e7590847} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:11:36.185154 [ 277 ] {429ec348-4415-4021-ac2b-1206e7590847} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:36.185277 [ 277 ] {429ec348-4415-4021-ac2b-1206e7590847} executeQuery: Read 267 rows, 18.17 KiB in 0.001221 sec., 218673.21867321865 rows/sec., 14.53 MiB/sec. 2026.02.26 17:11:36.185312 [ 277 ] {429ec348-4415-4021-ac2b-1206e7590847} TCPHandler: Processed in 0.001379928 sec. 2026.02.26 17:11:36.185428 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.185524 [ 277 ] {0e1b0dda-1574-42bc-ad58-ecae56039ea1} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.185565 [ 277 ] {0e1b0dda-1574-42bc-ad58-ecae56039ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:11:36.185874 [ 277 ] {0e1b0dda-1574-42bc-ad58-ecae56039ea1} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.185908 [ 277 ] {0e1b0dda-1574-42bc-ad58-ecae56039ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.186202 [ 277 ] {0e1b0dda-1574-42bc-ad58-ecae56039ea1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:36.186431 [ 277 ] {0e1b0dda-1574-42bc-ad58-ecae56039ea1} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:11:36.186554 [ 277 ] {0e1b0dda-1574-42bc-ad58-ecae56039ea1} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2026.02.26 17:11:36.186588 [ 277 ] {0e1b0dda-1574-42bc-ad58-ecae56039ea1} TCPHandler: Processed in 0.001208834 sec. 2026.02.26 17:11:36.186702 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.186804 [ 277 ] {9255b981-fae2-446d-8df6-0759d1e9a5d5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.186858 [ 277 ] {9255b981-fae2-446d-8df6-0759d1e9a5d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:36.187749 [ 277 ] {9255b981-fae2-446d-8df6-0759d1e9a5d5} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.187785 [ 277 ] {9255b981-fae2-446d-8df6-0759d1e9a5d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.188356 [ 277 ] {9255b981-fae2-446d-8df6-0759d1e9a5d5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:11:36.188581 [ 277 ] {9255b981-fae2-446d-8df6-0759d1e9a5d5} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:36.188714 [ 277 ] {9255b981-fae2-446d-8df6-0759d1e9a5d5} executeQuery: Read 31 rows, 56.88 KiB in 0.001928 sec., 16078.838174273858 rows/sec., 28.81 MiB/sec. 2026.02.26 17:11:36.188769 [ 277 ] {9255b981-fae2-446d-8df6-0759d1e9a5d5} TCPHandler: Processed in 0.002116769 sec. 2026.02.26 17:11:36.188887 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.188984 [ 277 ] {33206d9b-f915-49de-95c7-16e31e48a6b3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.189025 [ 277 ] {33206d9b-f915-49de-95c7-16e31e48a6b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.26 17:11:36.189350 [ 277 ] {33206d9b-f915-49de-95c7-16e31e48a6b3} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.189384 [ 277 ] {33206d9b-f915-49de-95c7-16e31e48a6b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.189681 [ 277 ] {33206d9b-f915-49de-95c7-16e31e48a6b3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.26 17:11:36.189886 [ 277 ] {33206d9b-f915-49de-95c7-16e31e48a6b3} oximeter.measurements_i64 (23fdc284-fb66-4d2e-88d4-f951b1335aa3): 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.26 17:11:36.190010 [ 277 ] {33206d9b-f915-49de-95c7-16e31e48a6b3} executeQuery: Read 6 rows, 434.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 406.74 KiB/sec. 2026.02.26 17:11:36.190046 [ 277 ] {33206d9b-f915-49de-95c7-16e31e48a6b3} TCPHandler: Processed in 0.001207453 sec. 2026.02.26 17:11:36.190157 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:36.190253 [ 277 ] {918f9810-942b-4f76-a54b-a5efab6afc9f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:36.190293 [ 277 ] {918f9810-942b-4f76-a54b-a5efab6afc9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:36.190622 [ 277 ] {918f9810-942b-4f76-a54b-a5efab6afc9f} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.190655 [ 277 ] {918f9810-942b-4f76-a54b-a5efab6afc9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.190963 [ 277 ] {918f9810-942b-4f76-a54b-a5efab6afc9f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:11:36.191164 [ 277 ] {918f9810-942b-4f76-a54b-a5efab6afc9f} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:36.191286 [ 277 ] {918f9810-942b-4f76-a54b-a5efab6afc9f} executeQuery: Read 90 rows, 5.77 KiB in 0.00105 sec., 85714.28571428572 rows/sec., 5.36 MiB/sec. 2026.02.26 17:11:36.191321 [ 277 ] {918f9810-942b-4f76-a54b-a5efab6afc9f} TCPHandler: Processed in 0.001212974 sec. 2026.02.26 17:11:36.224273 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4332 2026.02.26 17:11:36.224775 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.224816 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.225330 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:11:36.225594 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:36.225723 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4332 2026.02.26 17:11:36.440556 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.02.26 17:11:36.456677 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:36.456721 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:36.462614 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:11:36.463318 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:36.465926 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.02.26 17:11:38.875982 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 360 2026.02.26 17:11:38.878433 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:38.878477 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:38.879627 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:38.879916 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:11:38.880070 [ 57 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:38.880138 [ 57 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:38.880159 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 360 2026.02.26 17:11:38.880160 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.02.26 17:11:38.880299 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::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.26 17:11:38.880890 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:38.881041 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::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.26 17:11:38.881449 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 84 rows starting from the beginning of the part 2026.02.26 17:11:38.881794 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2026.02.26 17:11:38.882160 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.02.26 17:11:38.882514 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2026.02.26 17:11:38.882858 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part 2026.02.26 17:11:38.888998 [ 202 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 72 columns (72 merged, 0 gathered) in 0.008738382 sec., 41197.5580834072 rows/sec., 41.09 MiB/sec. 2026.02.26 17:11:38.889933 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:38.890555 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:11:38.890636 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_6_1} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:38.890869 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2026.02.26 17:11:41.161839 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:41.162025 [ 277 ] {2b920e35-6300-42a4-bbfc-e515a8d31b43} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:41.162088 [ 277 ] {2b920e35-6300-42a4-bbfc-e515a8d31b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:41.162727 [ 277 ] {2b920e35-6300-42a4-bbfc-e515a8d31b43} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.162775 [ 277 ] {2b920e35-6300-42a4-bbfc-e515a8d31b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.163151 [ 277 ] {2b920e35-6300-42a4-bbfc-e515a8d31b43} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:11:41.163375 [ 277 ] {2b920e35-6300-42a4-bbfc-e515a8d31b43} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:41.163511 [ 52 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:11:41.163529 [ 277 ] {2b920e35-6300-42a4-bbfc-e515a8d31b43} executeQuery: Read 76 rows, 6.41 KiB in 0.001548 sec., 49095.607235142124 rows/sec., 4.05 MiB/sec. 2026.02.26 17:11:41.163551 [ 52 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.163572 [ 277 ] {2b920e35-6300-42a4-bbfc-e515a8d31b43} TCPHandler: Processed in 0.001856721 sec. 2026.02.26 17:11:41.163574 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.163698 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:41.163716 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:11:41.163796 [ 277 ] {9482a564-a6f6-4059-adaf-6e1e7a545588} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:41.163839 [ 277 ] {9482a564-a6f6-4059-adaf-6e1e7a545588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:41.163856 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:41.163897 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 960 rows starting from the beginning of the part 2026.02.26 17:11:41.163966 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part 2026.02.26 17:11:41.164044 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 851 rows starting from the beginning of the part 2026.02.26 17:11:41.164092 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part 2026.02.26 17:11:41.164134 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 861 rows starting from the beginning of the part 2026.02.26 17:11:41.164176 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part 2026.02.26 17:11:41.164244 [ 277 ] {9482a564-a6f6-4059-adaf-6e1e7a545588} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.164285 [ 277 ] {9482a564-a6f6-4059-adaf-6e1e7a545588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.164633 [ 277 ] {9482a564-a6f6-4059-adaf-6e1e7a545588} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:11:41.164913 [ 277 ] {9482a564-a6f6-4059-adaf-6e1e7a545588} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:41.165054 [ 277 ] {9482a564-a6f6-4059-adaf-6e1e7a545588} executeQuery: Read 10 rows, 770.00 B in 0.001276 sec., 7836.990595611285 rows/sec., 589.30 KiB/sec. 2026.02.26 17:11:41.165103 [ 277 ] {9482a564-a6f6-4059-adaf-6e1e7a545588} TCPHandler: Processed in 0.001453411 sec. 2026.02.26 17:11:41.165230 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:41.165327 [ 277 ] {9052ac9a-3502-47d1-acab-ce5737ed1d41} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:41.165366 [ 277 ] {9052ac9a-3502-47d1-acab-ce5737ed1d41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:41.165716 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2901 rows, containing 5 columns (5 merged, 0 gathered) in 0.002056847 sec., 1410411.177885375 rows/sec., 118.82 MiB/sec. 2026.02.26 17:11:41.165780 [ 277 ] {9052ac9a-3502-47d1-acab-ce5737ed1d41} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.165818 [ 277 ] {9052ac9a-3502-47d1-acab-ce5737ed1d41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.166067 [ 199 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:11:41.166159 [ 277 ] {9052ac9a-3502-47d1-acab-ce5737ed1d41} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:11:41.166457 [ 277 ] {9052ac9a-3502-47d1-acab-ce5737ed1d41} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:41.166555 [ 52 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:11:41.166572 [ 199 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:41.166582 [ 52 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.166594 [ 277 ] {9052ac9a-3502-47d1-acab-ce5737ed1d41} executeQuery: Read 74 rows, 5.92 KiB in 0.001284 sec., 57632.39875389408 rows/sec., 4.50 MiB/sec. 2026.02.26 17:11:41.166630 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.166650 [ 277 ] {9052ac9a-3502-47d1-acab-ce5737ed1d41} TCPHandler: Processed in 0.001469801 sec. 2026.02.26 17:11:41.166709 [ 199 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_11_2} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:11:41.166720 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:11:41.166774 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:41.166831 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.02.26 17:11:41.166837 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:41.166871 [ 277 ] {b2faeaa2-4828-43c3-b0ac-b97744aebde3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:41.166889 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 553 rows starting from the beginning of the part 2026.02.26 17:11:41.166914 [ 277 ] {b2faeaa2-4828-43c3-b0ac-b97744aebde3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:41.166982 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 76 rows starting from the beginning of the part 2026.02.26 17:11:41.167031 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 520 rows starting from the beginning of the part 2026.02.26 17:11:41.167075 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part 2026.02.26 17:11:41.167116 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 531 rows starting from the beginning of the part 2026.02.26 17:11:41.167175 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 74 rows starting from the beginning of the part 2026.02.26 17:11:41.167334 [ 277 ] {b2faeaa2-4828-43c3-b0ac-b97744aebde3} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.167369 [ 277 ] {b2faeaa2-4828-43c3-b0ac-b97744aebde3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.167713 [ 277 ] {b2faeaa2-4828-43c3-b0ac-b97744aebde3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:11:41.167941 [ 277 ] {b2faeaa2-4828-43c3-b0ac-b97744aebde3} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:41.168073 [ 277 ] {b2faeaa2-4828-43c3-b0ac-b97744aebde3} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.02.26 17:11:41.168074 [ 51 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:11:41.168113 [ 277 ] {b2faeaa2-4828-43c3-b0ac-b97744aebde3} TCPHandler: Processed in 0.001387948 sec. 2026.02.26 17:11:41.168127 [ 51 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.168151 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.168230 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:41.168241 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:11:41.168334 [ 277 ] {9b3b8eb1-6647-476d-bb5b-47709c16ac2a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:41.168373 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:41.168392 [ 277 ] {9b3b8eb1-6647-476d-bb5b-47709c16ac2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:41.168392 [ 196 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 5 columns (5 merged, 0 gathered) in 0.001709978 sec., 1069019.6014217727 rows/sec., 80.96 MiB/sec. 2026.02.26 17:11:41.168414 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1031 rows starting from the beginning of the part 2026.02.26 17:11:41.168492 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 161 rows starting from the beginning of the part 2026.02.26 17:11:41.168535 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 265 rows starting from the beginning of the part 2026.02.26 17:11:41.168576 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.02.26 17:11:41.168584 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:11:41.168618 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 267 rows starting from the beginning of the part 2026.02.26 17:11:41.168661 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.02.26 17:11:41.168929 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:41.169010 [ 200 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_11_2} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:11:41.169070 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.02.26 17:11:41.169150 [ 277 ] {9b3b8eb1-6647-476d-bb5b-47709c16ac2a} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.169186 [ 277 ] {9b3b8eb1-6647-476d-bb5b-47709c16ac2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.169758 [ 277 ] {9b3b8eb1-6647-476d-bb5b-47709c16ac2a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:11:41.169979 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2044 rows, containing 5 columns (5 merged, 0 gathered) in 0.00178035 sec., 1148088.8589322325 rows/sec., 79.11 MiB/sec. 2026.02.26 17:11:41.170003 [ 277 ] {9b3b8eb1-6647-476d-bb5b-47709c16ac2a} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:41.170142 [ 277 ] {9b3b8eb1-6647-476d-bb5b-47709c16ac2a} executeQuery: Read 10 rows, 18.35 KiB in 0.001825 sec., 5479.45205479452 rows/sec., 9.82 MiB/sec. 2026.02.26 17:11:41.170196 [ 277 ] {9b3b8eb1-6647-476d-bb5b-47709c16ac2a} TCPHandler: Processed in 0.002014586 sec. 2026.02.26 17:11:41.170236 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:11:41.170309 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:41.170405 [ 277 ] {f4cb21e0-4b52-4f97-b491-3f9b169226dc} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:41.170446 [ 277 ] {f4cb21e0-4b52-4f97-b491-3f9b169226dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:41.170523 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:41.170591 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_11_2} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:11:41.170660 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.02.26 17:11:41.170782 [ 277 ] {f4cb21e0-4b52-4f97-b491-3f9b169226dc} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.170817 [ 277 ] {f4cb21e0-4b52-4f97-b491-3f9b169226dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.171130 [ 277 ] {f4cb21e0-4b52-4f97-b491-3f9b169226dc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:11:41.171343 [ 277 ] {f4cb21e0-4b52-4f97-b491-3f9b169226dc} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:41.171442 [ 51 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:11:41.171469 [ 277 ] {f4cb21e0-4b52-4f97-b491-3f9b169226dc} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.02.26 17:11:41.171477 [ 51 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:41.171510 [ 277 ] {f4cb21e0-4b52-4f97-b491-3f9b169226dc} TCPHandler: Processed in 0.001248894 sec. 2026.02.26 17:11:41.171513 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:41.171600 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:11:41.171685 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:41.171708 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2026.02.26 17:11:41.171748 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:11:41.171781 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 90 rows starting from the beginning of the part 2026.02.26 17:11:41.171811 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.02.26 17:11:41.171841 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part 2026.02.26 17:11:41.171870 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.02.26 17:11:41.172613 [ 192 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 4 columns (4 merged, 0 gathered) in 0.001042299 sec., 633215.6127944093 rows/sec., 40.86 MiB/sec. 2026.02.26 17:11:41.172779 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:11:41.173028 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:41.173098 [ 202 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_11_2} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:11:41.173158 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.02.26 17:11:43.589761 [ 49 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:11:43.589814 [ 49 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:11:43.725826 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4780 2026.02.26 17:11:43.726623 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:43.726678 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:43.727172 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:11:43.727411 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:43.727556 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4780 2026.02.26 17:11:43.966003 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.02.26 17:11:43.983590 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:43.983655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:43.989706 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:11:43.990477 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:43.994088 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.02.26 17:11:44.000397 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.71 MiB, peak 217.26 MiB, free memory in arenas 0.00 B, will set to 214.18 MiB (RSS), difference: 2.47 MiB 2026.02.26 17:11:46.170911 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.171127 [ 277 ] {1f91e469-199d-44aa-b4ce-8a2e1d233cd3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:11:46.171202 [ 277 ] {1f91e469-199d-44aa-b4ce-8a2e1d233cd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:11:46.172013 [ 277 ] {1f91e469-199d-44aa-b4ce-8a2e1d233cd3} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.172064 [ 277 ] {1f91e469-199d-44aa-b4ce-8a2e1d233cd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.172495 [ 277 ] {1f91e469-199d-44aa-b4ce-8a2e1d233cd3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:46.172721 [ 277 ] {1f91e469-199d-44aa-b4ce-8a2e1d233cd3} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:11:46.172851 [ 90 ] {} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:46.172878 [ 277 ] {1f91e469-199d-44aa-b4ce-8a2e1d233cd3} executeQuery: Read 284 rows, 18.47 KiB in 0.001801 sec., 157690.17212659633 rows/sec., 10.02 MiB/sec. 2026.02.26 17:11:46.172934 [ 90 ] {} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.172950 [ 277 ] {1f91e469-199d-44aa-b4ce-8a2e1d233cd3} TCPHandler: Processed in 0.00217023 sec. 2026.02.26 17:11:46.172971 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.173079 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::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.26 17:11:46.173091 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.173185 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:46.173205 [ 277 ] {4a80d360-4a47-42f8-9106-ee4c8a60d68e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:46.173231 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.02.26 17:11:46.173249 [ 277 ] {4a80d360-4a47-42f8-9106-ee4c8a60d68e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:46.173328 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.02.26 17:11:46.173375 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.02.26 17:11:46.173426 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.02.26 17:11:46.173468 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.02.26 17:11:46.173525 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.02.26 17:11:46.174040 [ 277 ] {4a80d360-4a47-42f8-9106-ee4c8a60d68e} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.174077 [ 277 ] {4a80d360-4a47-42f8-9106-ee4c8a60d68e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.174484 [ 277 ] {4a80d360-4a47-42f8-9106-ee4c8a60d68e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:11:46.174602 [ 202 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1444 rows, containing 5 columns (5 merged, 0 gathered) in 0.001565994 sec., 922098.0412440916 rows/sec., 62.38 MiB/sec. 2026.02.26 17:11:46.174711 [ 277 ] {4a80d360-4a47-42f8-9106-ee4c8a60d68e} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:46.174731 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:46.174850 [ 277 ] {4a80d360-4a47-42f8-9106-ee4c8a60d68e} executeQuery: Read 859 rows, 70.06 KiB in 0.001668 sec., 514988.0095923261 rows/sec., 41.02 MiB/sec. 2026.02.26 17:11:46.174890 [ 277 ] {4a80d360-4a47-42f8-9106-ee4c8a60d68e} TCPHandler: Processed in 0.001851292 sec. 2026.02.26 17:11:46.174965 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:11:46.175003 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.175025 [ 196 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_6_1} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:46.175083 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.02.26 17:11:46.175103 [ 277 ] {36d61e47-0341-474b-8704-fe6abbcb37c4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:46.175144 [ 277 ] {36d61e47-0341-474b-8704-fe6abbcb37c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:46.175584 [ 277 ] {36d61e47-0341-474b-8704-fe6abbcb37c4} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.175620 [ 277 ] {36d61e47-0341-474b-8704-fe6abbcb37c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.175928 [ 277 ] {36d61e47-0341-474b-8704-fe6abbcb37c4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:11:46.176134 [ 277 ] {36d61e47-0341-474b-8704-fe6abbcb37c4} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:46.176231 [ 90 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:11:46.176260 [ 277 ] {36d61e47-0341-474b-8704-fe6abbcb37c4} executeQuery: Read 173 rows, 10.87 KiB in 0.001177 sec., 146983.85726423108 rows/sec., 9.02 MiB/sec. 2026.02.26 17:11:46.176267 [ 90 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.176304 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.176308 [ 277 ] {36d61e47-0341-474b-8704-fe6abbcb37c4} TCPHandler: Processed in 0.001354008 sec. 2026.02.26 17:11:46.176393 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:11:46.176428 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.176529 [ 277 ] {b3571e4f-2020-413e-8030-076c3a6ef400} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:11:46.176535 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:46.176572 [ 277 ] {b3571e4f-2020-413e-8030-076c3a6ef400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:11:46.176588 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 198 rows starting from the beginning of the part 2026.02.26 17:11:46.176682 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 169 rows starting from the beginning of the part 2026.02.26 17:11:46.176730 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:11:46.176783 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 177 rows starting from the beginning of the part 2026.02.26 17:11:46.176837 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:11:46.176887 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 173 rows starting from the beginning of the part 2026.02.26 17:11:46.176999 [ 277 ] {b3571e4f-2020-413e-8030-076c3a6ef400} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.177042 [ 277 ] {b3571e4f-2020-413e-8030-076c3a6ef400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.177363 [ 277 ] {b3571e4f-2020-413e-8030-076c3a6ef400} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:46.177604 [ 277 ] {b3571e4f-2020-413e-8030-076c3a6ef400} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:11:46.177716 [ 90 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:46.177736 [ 277 ] {b3571e4f-2020-413e-8030-076c3a6ef400} executeQuery: Read 149 rows, 9.86 KiB in 0.001224 sec., 121732.02614379085 rows/sec., 7.86 MiB/sec. 2026.02.26 17:11:46.177749 [ 90 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.177780 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.177783 [ 277 ] {b3571e4f-2020-413e-8030-076c3a6ef400} TCPHandler: Processed in 0.001403989 sec. 2026.02.26 17:11:46.177835 [ 202 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 5 columns (5 merged, 0 gathered) in 0.001484361 sec., 496509.9460306489 rows/sec., 32.72 MiB/sec. 2026.02.26 17:11:46.177847 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:11:46.177904 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.177927 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:46.177950 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.02.26 17:11:46.177978 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:11:46.177996 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:11:46.178001 [ 277 ] {2659e1d3-2ce9-438a-88b4-c872cb9e6042} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:11:46.178041 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.02.26 17:11:46.178048 [ 277 ] {2659e1d3-2ce9-438a-88b4-c872cb9e6042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:11:46.178078 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:11:46.178117 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:11:46.178153 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:11:46.178246 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:46.178328 [ 194 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_11_2} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:11:46.178395 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.26 17:11:46.178475 [ 277 ] {2659e1d3-2ce9-438a-88b4-c872cb9e6042} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.178516 [ 277 ] {2659e1d3-2ce9-438a-88b4-c872cb9e6042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.178830 [ 277 ] {2659e1d3-2ce9-438a-88b4-c872cb9e6042} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:46.179041 [ 277 ] {2659e1d3-2ce9-438a-88b4-c872cb9e6042} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:11:46.179094 [ 196 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001274735 sec., 603262.6389014188 rows/sec., 41.62 MiB/sec. 2026.02.26 17:11:46.179140 [ 90 ] {} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:46.179167 [ 277 ] {2659e1d3-2ce9-438a-88b4-c872cb9e6042} executeQuery: Read 148 rows, 8.62 KiB in 0.001183 sec., 125105.66356720202 rows/sec., 7.12 MiB/sec. 2026.02.26 17:11:46.179174 [ 90 ] {} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.179208 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.179213 [ 277 ] {2659e1d3-2ce9-438a-88b4-c872cb9e6042} TCPHandler: Processed in 0.001356598 sec. 2026.02.26 17:11:46.179223 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:46.179265 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::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.26 17:11:46.179334 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.179340 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:46.179383 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.02.26 17:11:46.179428 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.02.26 17:11:46.179440 [ 277 ] {311c9c15-dc6d-4f2e-bebf-89d0ee907fd7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:46.179464 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.02.26 17:11:46.179486 [ 277 ] {311c9c15-dc6d-4f2e-bebf-89d0ee907fd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:46.179504 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.02.26 17:11:46.179518 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_6_1} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:11:46.179541 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.02.26 17:11:46.179575 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.02.26 17:11:46.179588 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_6_1} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:46.179655 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.26 17:11:46.180071 [ 277 ] {311c9c15-dc6d-4f2e-bebf-89d0ee907fd7} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.180114 [ 277 ] {311c9c15-dc6d-4f2e-bebf-89d0ee907fd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.180323 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 5 columns (5 merged, 0 gathered) in 0.00108011 sec., 696225.3844515836 rows/sec., 42.47 MiB/sec. 2026.02.26 17:11:46.180471 [ 277 ] {311c9c15-dc6d-4f2e-bebf-89d0ee907fd7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:11:46.180473 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:46.180751 [ 277 ] {311c9c15-dc6d-4f2e-bebf-89d0ee907fd7} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:46.180812 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:11:46.180878 [ 194 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_6_1} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:46.180892 [ 277 ] {311c9c15-dc6d-4f2e-bebf-89d0ee907fd7} executeQuery: Read 521 rows, 37.66 KiB in 0.001468 sec., 354904.6321525886 rows/sec., 25.05 MiB/sec. 2026.02.26 17:11:46.180931 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.26 17:11:46.180937 [ 277 ] {311c9c15-dc6d-4f2e-bebf-89d0ee907fd7} TCPHandler: Processed in 0.001650896 sec. 2026.02.26 17:11:46.181059 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.181155 [ 277 ] {cd4741da-1607-4483-b28d-baa61a4bb2fd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:11:46.181196 [ 277 ] {cd4741da-1607-4483-b28d-baa61a4bb2fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:11:46.181529 [ 277 ] {cd4741da-1607-4483-b28d-baa61a4bb2fd} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.181564 [ 277 ] {cd4741da-1607-4483-b28d-baa61a4bb2fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.181875 [ 277 ] {cd4741da-1607-4483-b28d-baa61a4bb2fd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:46.182083 [ 277 ] {cd4741da-1607-4483-b28d-baa61a4bb2fd} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:11:46.182211 [ 277 ] {cd4741da-1607-4483-b28d-baa61a4bb2fd} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2026.02.26 17:11:46.182248 [ 277 ] {cd4741da-1607-4483-b28d-baa61a4bb2fd} TCPHandler: Processed in 0.001237185 sec. 2026.02.26 17:11:46.182354 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.182450 [ 277 ] {07c12d92-3b54-4d4b-aca1-c4e01866bb8d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:46.182491 [ 277 ] {07c12d92-3b54-4d4b-aca1-c4e01866bb8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:46.182886 [ 277 ] {07c12d92-3b54-4d4b-aca1-c4e01866bb8d} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.182921 [ 277 ] {07c12d92-3b54-4d4b-aca1-c4e01866bb8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.183270 [ 277 ] {07c12d92-3b54-4d4b-aca1-c4e01866bb8d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:11:46.183481 [ 277 ] {07c12d92-3b54-4d4b-aca1-c4e01866bb8d} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:46.183611 [ 277 ] {07c12d92-3b54-4d4b-aca1-c4e01866bb8d} executeQuery: Read 265 rows, 18.03 KiB in 0.001178 sec., 224957.55517826826 rows/sec., 14.95 MiB/sec. 2026.02.26 17:11:46.183649 [ 277 ] {07c12d92-3b54-4d4b-aca1-c4e01866bb8d} TCPHandler: Processed in 0.001342277 sec. 2026.02.26 17:11:46.183759 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.183853 [ 277 ] {56bee58c-5497-4d60-9e77-bb525357ede8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:11:46.183894 [ 277 ] {56bee58c-5497-4d60-9e77-bb525357ede8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:11:46.184203 [ 277 ] {56bee58c-5497-4d60-9e77-bb525357ede8} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.184239 [ 277 ] {56bee58c-5497-4d60-9e77-bb525357ede8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.184556 [ 277 ] {56bee58c-5497-4d60-9e77-bb525357ede8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:46.184778 [ 277 ] {56bee58c-5497-4d60-9e77-bb525357ede8} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:11:46.184873 [ 90 ] {} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.26 17:11:46.184906 [ 90 ] {} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.184909 [ 277 ] {56bee58c-5497-4d60-9e77-bb525357ede8} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.02.26 17:11:46.184924 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.184958 [ 277 ] {56bee58c-5497-4d60-9e77-bb525357ede8} TCPHandler: Processed in 0.001248625 sec. 2026.02.26 17:11:46.185007 [ 190 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::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.26 17:11:46.185069 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.185125 [ 190 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:46.185163 [ 190 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.02.26 17:11:46.185168 [ 277 ] {a06a13e0-6946-4490-9c53-212df911511c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:46.185231 [ 277 ] {a06a13e0-6946-4490-9c53-212df911511c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:46.185240 [ 190 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.02.26 17:11:46.185294 [ 190 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.02.26 17:11:46.185337 [ 190 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.02.26 17:11:46.185379 [ 190 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.02.26 17:11:46.186053 [ 277 ] {a06a13e0-6946-4490-9c53-212df911511c} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.186094 [ 277 ] {a06a13e0-6946-4490-9c53-212df911511c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.186104 [ 190 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001127381 sec., 4435.057890810649 rows/sec., 298.85 KiB/sec. 2026.02.26 17:11:46.186237 [ 188 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.26 17:11:46.186507 [ 188 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:11:46.186571 [ 188 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_5_1} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.26 17:11:46.186648 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.02.26 17:11:46.186662 [ 277 ] {a06a13e0-6946-4490-9c53-212df911511c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:11:46.186880 [ 277 ] {a06a13e0-6946-4490-9c53-212df911511c} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:46.186983 [ 90 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:11:46.187011 [ 90 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.187014 [ 277 ] {a06a13e0-6946-4490-9c53-212df911511c} executeQuery: Read 31 rows, 56.88 KiB in 0.001862 sec., 16648.76476906552 rows/sec., 29.83 MiB/sec. 2026.02.26 17:11:46.187028 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.187085 [ 277 ] {a06a13e0-6946-4490-9c53-212df911511c} TCPHandler: Processed in 0.002062768 sec. 2026.02.26 17:11:46.187097 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:11:46.187201 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:46.187263 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:46.187303 [ 277 ] {d170d850-b604-44ed-92ee-4869eea628db} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:46.187329 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 69 rows starting from the beginning of the part 2026.02.26 17:11:46.187349 [ 277 ] {d170d850-b604-44ed-92ee-4869eea628db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:46.187443 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part 2026.02.26 17:11:46.187556 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:11:46.187655 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:11:46.187717 [ 277 ] {d170d850-b604-44ed-92ee-4869eea628db} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:46.187749 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:11:46.187758 [ 277 ] {d170d850-b604-44ed-92ee-4869eea628db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:46.187860 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:11:46.188092 [ 277 ] {d170d850-b604-44ed-92ee-4869eea628db} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:11:46.188350 [ 277 ] {d170d850-b604-44ed-92ee-4869eea628db} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:46.188483 [ 277 ] {d170d850-b604-44ed-92ee-4869eea628db} executeQuery: Read 90 rows, 5.77 KiB in 0.001197 sec., 75187.96992481203 rows/sec., 4.70 MiB/sec. 2026.02.26 17:11:46.188523 [ 277 ] {d170d850-b604-44ed-92ee-4869eea628db} TCPHandler: Processed in 0.001371578 sec. 2026.02.26 17:11:46.194299 [ 188 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 19 columns (19 merged, 0 gathered) in 0.00722358 sec., 24641.521240160695 rows/sec., 44.16 MiB/sec. 2026.02.26 17:11:46.194658 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:11:46.194970 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_11_2} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:46.195034 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_11_2} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:11:46.195099 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.02.26 17:11:48.880335 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 394 2026.02.26 17:11:48.882663 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:48.882710 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:48.883937 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:48.884222 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:11:48.884554 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 394 2026.02.26 17:11:51.161806 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:51.162017 [ 277 ] {945854f6-2877-40b0-ace2-fcfb27aea6d7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:11:51.162092 [ 277 ] {945854f6-2877-40b0-ace2-fcfb27aea6d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:11:51.162746 [ 277 ] {945854f6-2877-40b0-ace2-fcfb27aea6d7} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.162804 [ 277 ] {945854f6-2877-40b0-ace2-fcfb27aea6d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.163210 [ 277 ] {945854f6-2877-40b0-ace2-fcfb27aea6d7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.26 17:11:51.163444 [ 277 ] {945854f6-2877-40b0-ace2-fcfb27aea6d7} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:11:51.163606 [ 277 ] {945854f6-2877-40b0-ace2-fcfb27aea6d7} executeQuery: Read 8 rows, 668.00 B in 0.00164 sec., 4878.048780487805 rows/sec., 397.77 KiB/sec. 2026.02.26 17:11:51.163656 [ 277 ] {945854f6-2877-40b0-ace2-fcfb27aea6d7} TCPHandler: Processed in 0.001979465 sec. 2026.02.26 17:11:51.163772 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:51.163875 [ 277 ] {b3a34fe7-3dfb-448b-a605-5c9d498ec573} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:51.163918 [ 277 ] {b3a34fe7-3dfb-448b-a605-5c9d498ec573} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:51.164353 [ 277 ] {b3a34fe7-3dfb-448b-a605-5c9d498ec573} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.164390 [ 277 ] {b3a34fe7-3dfb-448b-a605-5c9d498ec573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.164699 [ 277 ] {b3a34fe7-3dfb-448b-a605-5c9d498ec573} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:11:51.164913 [ 277 ] {b3a34fe7-3dfb-448b-a605-5c9d498ec573} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:51.165041 [ 277 ] {b3a34fe7-3dfb-448b-a605-5c9d498ec573} executeQuery: Read 80 rows, 6.71 KiB in 0.001189 sec., 67283.4314550042 rows/sec., 5.51 MiB/sec. 2026.02.26 17:11:51.165079 [ 277 ] {b3a34fe7-3dfb-448b-a605-5c9d498ec573} TCPHandler: Processed in 0.001358117 sec. 2026.02.26 17:11:51.165186 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:51.165283 [ 277 ] {7fce0221-c5fd-4b48-b030-afcb6e49e30b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:51.165324 [ 277 ] {7fce0221-c5fd-4b48-b030-afcb6e49e30b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:51.165710 [ 277 ] {7fce0221-c5fd-4b48-b030-afcb6e49e30b} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.165746 [ 277 ] {7fce0221-c5fd-4b48-b030-afcb6e49e30b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.166040 [ 277 ] {7fce0221-c5fd-4b48-b030-afcb6e49e30b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:11:51.166249 [ 277 ] {7fce0221-c5fd-4b48-b030-afcb6e49e30b} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:51.166376 [ 277 ] {7fce0221-c5fd-4b48-b030-afcb6e49e30b} executeQuery: Read 18 rows, 1.31 KiB in 0.001112 sec., 16187.050359712232 rows/sec., 1.15 MiB/sec. 2026.02.26 17:11:51.166413 [ 277 ] {7fce0221-c5fd-4b48-b030-afcb6e49e30b} TCPHandler: Processed in 0.001275915 sec. 2026.02.26 17:11:51.166511 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:51.166606 [ 277 ] {ffd052e6-1188-45b2-833d-05955e71d772} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:51.166646 [ 277 ] {ffd052e6-1188-45b2-833d-05955e71d772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:51.167046 [ 277 ] {ffd052e6-1188-45b2-833d-05955e71d772} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.167082 [ 277 ] {ffd052e6-1188-45b2-833d-05955e71d772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.167476 [ 277 ] {ffd052e6-1188-45b2-833d-05955e71d772} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:11:51.167738 [ 277 ] {ffd052e6-1188-45b2-833d-05955e71d772} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:51.167890 [ 277 ] {ffd052e6-1188-45b2-833d-05955e71d772} executeQuery: Read 82 rows, 6.57 KiB in 0.001301 sec., 63028.43966179861 rows/sec., 4.93 MiB/sec. 2026.02.26 17:11:51.167934 [ 277 ] {ffd052e6-1188-45b2-833d-05955e71d772} TCPHandler: Processed in 0.00147021 sec. 2026.02.26 17:11:51.168042 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:51.168137 [ 277 ] {3d982d33-81d9-46c8-9638-f93321df5f35} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:51.168180 [ 277 ] {3d982d33-81d9-46c8-9638-f93321df5f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:51.168568 [ 277 ] {3d982d33-81d9-46c8-9638-f93321df5f35} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.168604 [ 277 ] {3d982d33-81d9-46c8-9638-f93321df5f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.168934 [ 277 ] {3d982d33-81d9-46c8-9638-f93321df5f35} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:11:51.169143 [ 277 ] {3d982d33-81d9-46c8-9638-f93321df5f35} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:51.169272 [ 277 ] {3d982d33-81d9-46c8-9638-f93321df5f35} executeQuery: Read 164 rows, 11.69 KiB in 0.001151 sec., 142484.79582971332 rows/sec., 9.92 MiB/sec. 2026.02.26 17:11:51.169308 [ 277 ] {3d982d33-81d9-46c8-9638-f93321df5f35} TCPHandler: Processed in 0.001315676 sec. 2026.02.26 17:11:51.169430 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:51.169548 [ 277 ] {9f7b53fe-661e-4cf9-9cb6-bf6898ca1d90} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:51.169613 [ 277 ] {9f7b53fe-661e-4cf9-9cb6-bf6898ca1d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:51.170374 [ 277 ] {9f7b53fe-661e-4cf9-9cb6-bf6898ca1d90} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.170410 [ 277 ] {9f7b53fe-661e-4cf9-9cb6-bf6898ca1d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.170911 [ 277 ] {9f7b53fe-661e-4cf9-9cb6-bf6898ca1d90} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:11:51.171133 [ 277 ] {9f7b53fe-661e-4cf9-9cb6-bf6898ca1d90} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:51.171266 [ 277 ] {9f7b53fe-661e-4cf9-9cb6-bf6898ca1d90} executeQuery: Read 10 rows, 18.35 KiB in 0.001741 sec., 5743.825387708214 rows/sec., 10.29 MiB/sec. 2026.02.26 17:11:51.171323 [ 277 ] {9f7b53fe-661e-4cf9-9cb6-bf6898ca1d90} TCPHandler: Processed in 0.001952594 sec. 2026.02.26 17:11:51.171428 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:51.171524 [ 277 ] {44dc9101-79c9-4ef3-a533-e7df199f65bd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:51.171566 [ 277 ] {44dc9101-79c9-4ef3-a533-e7df199f65bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:51.171891 [ 277 ] {44dc9101-79c9-4ef3-a533-e7df199f65bd} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.171926 [ 277 ] {44dc9101-79c9-4ef3-a533-e7df199f65bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.172224 [ 277 ] {44dc9101-79c9-4ef3-a533-e7df199f65bd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:11:51.172430 [ 277 ] {44dc9101-79c9-4ef3-a533-e7df199f65bd} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:51.172554 [ 277 ] {44dc9101-79c9-4ef3-a533-e7df199f65bd} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.02.26 17:11:51.172589 [ 277 ] {44dc9101-79c9-4ef3-a533-e7df199f65bd} TCPHandler: Processed in 0.001209693 sec. 2026.02.26 17:11:51.227638 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5292 2026.02.26 17:11:51.228438 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.228471 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.228957 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:11:51.229186 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:51.229299 [ 29 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:11:51.229311 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5292 2026.02.26 17:11:51.229340 [ 29 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.229362 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.229499 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:51.229646 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:51.229689 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2860 rows starting from the beginning of the part 2026.02.26 17:11:51.229794 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:51.229859 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:51.229911 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:51.229956 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:51.230000 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:11:51.231362 [ 202 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5292 rows, containing 4 columns (4 merged, 0 gathered) in 0.001926524 sec., 2746916.2076361366 rows/sec., 39.29 MiB/sec. 2026.02.26 17:11:51.232030 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:11:51.232278 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_11_2} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:51.232346 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_11_2} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:11:51.232411 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2026.02.26 17:11:51.494149 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.02.26 17:11:51.511686 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.511743 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.517959 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:11:51.518635 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:51.518916 [ 29 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:11:51.518984 [ 29 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:51.519006 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:51.519111 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:51.521716 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.02.26 17:11:51.522972 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:51.524239 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:51.528431 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:51.532506 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:51.536590 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:51.541123 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:51.545579 [ 201 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:11:51.596182 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.077106545 sec., 1076.4326167123686 rows/sec., 5.57 MiB/sec. 2026.02.26 17:11:51.598549 [ 202 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:11:51.600678 [ 202 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_11_2} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:51.600799 [ 202 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_11_2} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:11:51.602991 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.02.26 17:11:52.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 216.80 MiB, peak 226.69 MiB, free memory in arenas 0.00 B, will set to 224.76 MiB (RSS), difference: 7.96 MiB 2026.02.26 17:11:56.170980 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.171188 [ 277 ] {69549f8f-2b61-455a-8257-f7e122dffd94} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:11:56.171258 [ 277 ] {69549f8f-2b61-455a-8257-f7e122dffd94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:11:56.172054 [ 277 ] {69549f8f-2b61-455a-8257-f7e122dffd94} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.172105 [ 277 ] {69549f8f-2b61-455a-8257-f7e122dffd94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.172514 [ 277 ] {69549f8f-2b61-455a-8257-f7e122dffd94} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:56.172738 [ 277 ] {69549f8f-2b61-455a-8257-f7e122dffd94} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:11:56.172882 [ 277 ] {69549f8f-2b61-455a-8257-f7e122dffd94} executeQuery: Read 284 rows, 18.47 KiB in 0.001748 sec., 162471.39588100687 rows/sec., 10.32 MiB/sec. 2026.02.26 17:11:56.172923 [ 277 ] {69549f8f-2b61-455a-8257-f7e122dffd94} TCPHandler: Processed in 0.002072967 sec. 2026.02.26 17:11:56.173045 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.173143 [ 277 ] {4441ec57-4899-42fc-aa47-d731a2e762a1} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:11:56.173183 [ 277 ] {4441ec57-4899-42fc-aa47-d731a2e762a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:11:56.173979 [ 277 ] {4441ec57-4899-42fc-aa47-d731a2e762a1} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.174014 [ 277 ] {4441ec57-4899-42fc-aa47-d731a2e762a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.174396 [ 277 ] {4441ec57-4899-42fc-aa47-d731a2e762a1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:11:56.174610 [ 277 ] {4441ec57-4899-42fc-aa47-d731a2e762a1} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:11:56.174734 [ 277 ] {4441ec57-4899-42fc-aa47-d731a2e762a1} executeQuery: Read 859 rows, 70.06 KiB in 0.001611 sec., 533209.1868404717 rows/sec., 42.47 MiB/sec. 2026.02.26 17:11:56.174771 [ 277 ] {4441ec57-4899-42fc-aa47-d731a2e762a1} TCPHandler: Processed in 0.001774409 sec. 2026.02.26 17:11:56.174883 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.174979 [ 277 ] {eac16d39-cf23-4e2a-9f5e-311b90365b67} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:11:56.175019 [ 277 ] {eac16d39-cf23-4e2a-9f5e-311b90365b67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:11:56.175452 [ 277 ] {eac16d39-cf23-4e2a-9f5e-311b90365b67} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.175489 [ 277 ] {eac16d39-cf23-4e2a-9f5e-311b90365b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.175789 [ 277 ] {eac16d39-cf23-4e2a-9f5e-311b90365b67} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:11:56.175991 [ 277 ] {eac16d39-cf23-4e2a-9f5e-311b90365b67} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:11:56.176113 [ 277 ] {eac16d39-cf23-4e2a-9f5e-311b90365b67} executeQuery: Read 173 rows, 10.87 KiB in 0.001153 sec., 150043.36513443192 rows/sec., 9.21 MiB/sec. 2026.02.26 17:11:56.176149 [ 277 ] {eac16d39-cf23-4e2a-9f5e-311b90365b67} TCPHandler: Processed in 0.001313816 sec. 2026.02.26 17:11:56.176257 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.176353 [ 277 ] {f7e1fc52-6546-4e77-93eb-36fbc6b3c50a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:11:56.176392 [ 277 ] {f7e1fc52-6546-4e77-93eb-36fbc6b3c50a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:11:56.176812 [ 277 ] {f7e1fc52-6546-4e77-93eb-36fbc6b3c50a} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.176848 [ 277 ] {f7e1fc52-6546-4e77-93eb-36fbc6b3c50a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.177141 [ 277 ] {f7e1fc52-6546-4e77-93eb-36fbc6b3c50a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:56.177433 [ 277 ] {f7e1fc52-6546-4e77-93eb-36fbc6b3c50a} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:11:56.177558 [ 277 ] {f7e1fc52-6546-4e77-93eb-36fbc6b3c50a} executeQuery: Read 149 rows, 9.86 KiB in 0.001223 sec., 121831.56173344236 rows/sec., 7.87 MiB/sec. 2026.02.26 17:11:56.177594 [ 277 ] {f7e1fc52-6546-4e77-93eb-36fbc6b3c50a} TCPHandler: Processed in 0.001386028 sec. 2026.02.26 17:11:56.177701 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.177796 [ 277 ] {e445045e-d5b3-4256-a149-dd20a3c352a8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:11:56.177836 [ 277 ] {e445045e-d5b3-4256-a149-dd20a3c352a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:11:56.178263 [ 277 ] {e445045e-d5b3-4256-a149-dd20a3c352a8} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.178299 [ 277 ] {e445045e-d5b3-4256-a149-dd20a3c352a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.178598 [ 277 ] {e445045e-d5b3-4256-a149-dd20a3c352a8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:11:56.178808 [ 277 ] {e445045e-d5b3-4256-a149-dd20a3c352a8} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:11:56.178930 [ 277 ] {e445045e-d5b3-4256-a149-dd20a3c352a8} executeQuery: Read 148 rows, 8.62 KiB in 0.001151 sec., 128583.84013900957 rows/sec., 7.31 MiB/sec. 2026.02.26 17:11:56.178967 [ 277 ] {e445045e-d5b3-4256-a149-dd20a3c352a8} TCPHandler: Processed in 0.001313957 sec. 2026.02.26 17:11:56.179073 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.179167 [ 277 ] {b80188a7-632d-4c68-8ac7-8ba7ae9b1bb4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:11:56.179208 [ 277 ] {b80188a7-632d-4c68-8ac7-8ba7ae9b1bb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:11:56.179771 [ 277 ] {b80188a7-632d-4c68-8ac7-8ba7ae9b1bb4} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.179808 [ 277 ] {b80188a7-632d-4c68-8ac7-8ba7ae9b1bb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.180124 [ 277 ] {b80188a7-632d-4c68-8ac7-8ba7ae9b1bb4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:11:56.180330 [ 277 ] {b80188a7-632d-4c68-8ac7-8ba7ae9b1bb4} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:11:56.180454 [ 277 ] {b80188a7-632d-4c68-8ac7-8ba7ae9b1bb4} executeQuery: Read 521 rows, 37.66 KiB in 0.001304 sec., 399539.8773006135 rows/sec., 28.20 MiB/sec. 2026.02.26 17:11:56.180492 [ 277 ] {b80188a7-632d-4c68-8ac7-8ba7ae9b1bb4} TCPHandler: Processed in 0.001466441 sec. 2026.02.26 17:11:56.180591 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.180684 [ 277 ] {fb71fb66-a49a-4504-8daa-98ef36ccb965} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:11:56.180726 [ 277 ] {fb71fb66-a49a-4504-8daa-98ef36ccb965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:11:56.181033 [ 277 ] {fb71fb66-a49a-4504-8daa-98ef36ccb965} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.181068 [ 277 ] {fb71fb66-a49a-4504-8daa-98ef36ccb965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.181366 [ 277 ] {fb71fb66-a49a-4504-8daa-98ef36ccb965} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:56.181571 [ 277 ] {fb71fb66-a49a-4504-8daa-98ef36ccb965} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:11:56.181664 [ 41 ] {} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.26 17:11:56.181692 [ 277 ] {fb71fb66-a49a-4504-8daa-98ef36ccb965} executeQuery: Read 6 rows, 321.00 B in 0.001026 sec., 5847.953216374269 rows/sec., 305.53 KiB/sec. 2026.02.26 17:11:56.181727 [ 41 ] {} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.181735 [ 277 ] {fb71fb66-a49a-4504-8daa-98ef36ccb965} TCPHandler: Processed in 0.001192453 sec. 2026.02.26 17:11:56.181756 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.181855 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.181899 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::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.26 17:11:56.181954 [ 277 ] {fea8166a-5f6b-4a88-a0a5-e5e270064f67} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:56.182000 [ 277 ] {fea8166a-5f6b-4a88-a0a5-e5e270064f67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:11:56.182066 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:11:56.182111 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.02.26 17:11:56.182214 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.02.26 17:11:56.182268 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.02.26 17:11:56.182319 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.02.26 17:11:56.182369 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.02.26 17:11:56.182403 [ 277 ] {fea8166a-5f6b-4a88-a0a5-e5e270064f67} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.182417 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.02.26 17:11:56.182448 [ 277 ] {fea8166a-5f6b-4a88-a0a5-e5e270064f67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.182880 [ 277 ] {fea8166a-5f6b-4a88-a0a5-e5e270064f67} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:11:56.183113 [ 277 ] {fea8166a-5f6b-4a88-a0a5-e5e270064f67} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:11:56.183248 [ 277 ] {fea8166a-5f6b-4a88-a0a5-e5e270064f67} executeQuery: Read 265 rows, 18.03 KiB in 0.001312 sec., 201981.70731707316 rows/sec., 13.42 MiB/sec. 2026.02.26 17:11:56.183286 [ 277 ] {fea8166a-5f6b-4a88-a0a5-e5e270064f67} TCPHandler: Processed in 0.001478901 sec. 2026.02.26 17:11:56.183391 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.183487 [ 277 ] {78cb1ab7-960b-45c0-8219-2408ae962bc0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:11:56.183487 [ 193 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001655866 sec., 21740.88966136149 rows/sec., 1.11 MiB/sec. 2026.02.26 17:11:56.183529 [ 277 ] {78cb1ab7-960b-45c0-8219-2408ae962bc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:11:56.183623 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.26 17:11:56.183833 [ 277 ] {78cb1ab7-960b-45c0-8219-2408ae962bc0} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.183872 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:11:56.183875 [ 277 ] {78cb1ab7-960b-45c0-8219-2408ae962bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.183953 [ 191 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_6_1} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.26 17:11:56.184024 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.26 17:11:56.184218 [ 277 ] {78cb1ab7-960b-45c0-8219-2408ae962bc0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:11:56.184444 [ 277 ] {78cb1ab7-960b-45c0-8219-2408ae962bc0} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:11:56.184568 [ 277 ] {78cb1ab7-960b-45c0-8219-2408ae962bc0} executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. 2026.02.26 17:11:56.184605 [ 277 ] {78cb1ab7-960b-45c0-8219-2408ae962bc0} TCPHandler: Processed in 0.001261905 sec. 2026.02.26 17:11:56.184710 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.184804 [ 277 ] {1aea3890-903c-436c-8ad8-848128091c4a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:11:56.184870 [ 277 ] {1aea3890-903c-436c-8ad8-848128091c4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:11:56.185636 [ 277 ] {1aea3890-903c-436c-8ad8-848128091c4a} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.185669 [ 277 ] {1aea3890-903c-436c-8ad8-848128091c4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.186182 [ 277 ] {1aea3890-903c-436c-8ad8-848128091c4a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:11:56.186470 [ 277 ] {1aea3890-903c-436c-8ad8-848128091c4a} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:11:56.186601 [ 277 ] {1aea3890-903c-436c-8ad8-848128091c4a} executeQuery: Read 31 rows, 56.88 KiB in 0.001813 sec., 17098.73138444567 rows/sec., 30.64 MiB/sec. 2026.02.26 17:11:56.186651 [ 277 ] {1aea3890-903c-436c-8ad8-848128091c4a} TCPHandler: Processed in 0.001987715 sec. 2026.02.26 17:11:56.186757 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:11:56.186853 [ 277 ] {86430892-7f46-410e-9ae2-0ff5ae70dce7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:11:56.186894 [ 277 ] {86430892-7f46-410e-9ae2-0ff5ae70dce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:11:56.187213 [ 277 ] {86430892-7f46-410e-9ae2-0ff5ae70dce7} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:56.187252 [ 277 ] {86430892-7f46-410e-9ae2-0ff5ae70dce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:56.187550 [ 277 ] {86430892-7f46-410e-9ae2-0ff5ae70dce7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:11:56.187772 [ 277 ] {86430892-7f46-410e-9ae2-0ff5ae70dce7} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:11:56.187895 [ 277 ] {86430892-7f46-410e-9ae2-0ff5ae70dce7} executeQuery: Read 90 rows, 5.77 KiB in 0.001059 sec., 84985.83569405098 rows/sec., 5.32 MiB/sec. 2026.02.26 17:11:56.187929 [ 277 ] {86430892-7f46-410e-9ae2-0ff5ae70dce7} TCPHandler: Processed in 0.001218934 sec. 2026.02.26 17:11:58.589857 [ 35 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:11:58.589927 [ 35 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:11:58.729398 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5740 2026.02.26 17:11:58.729942 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:58.729989 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:58.730543 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:11:58.730783 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:11:58.730911 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5740 2026.02.26 17:11:58.884701 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 430 2026.02.26 17:11:58.887057 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:58.887102 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:58.888327 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:11:58.888593 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:11:58.888832 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 430 2026.02.26 17:11:59.021784 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.02.26 17:11:59.039182 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:11:59.039241 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:11:59.044993 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:11:59.045688 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:11:59.048642 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.02.26 17:12:01.161314 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:01.161500 [ 277 ] {515d1032-977f-41c2-8632-8717ce39c7eb} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:01.161562 [ 277 ] {515d1032-977f-41c2-8632-8717ce39c7eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:01.162142 [ 277 ] {515d1032-977f-41c2-8632-8717ce39c7eb} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:01.162188 [ 277 ] {515d1032-977f-41c2-8632-8717ce39c7eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:01.162640 [ 277 ] {515d1032-977f-41c2-8632-8717ce39c7eb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:12:01.162896 [ 277 ] {515d1032-977f-41c2-8632-8717ce39c7eb} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:01.163056 [ 277 ] {515d1032-977f-41c2-8632-8717ce39c7eb} executeQuery: Read 76 rows, 6.41 KiB in 0.0016 sec., 47500 rows/sec., 3.91 MiB/sec. 2026.02.26 17:12:01.163099 [ 277 ] {515d1032-977f-41c2-8632-8717ce39c7eb} TCPHandler: Processed in 0.001909043 sec. 2026.02.26 17:12:01.163219 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:01.163323 [ 277 ] {dd20138a-5ee7-45cb-bf82-a0eb26890443} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:01.163364 [ 277 ] {dd20138a-5ee7-45cb-bf82-a0eb26890443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:01.163786 [ 277 ] {dd20138a-5ee7-45cb-bf82-a0eb26890443} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:01.163820 [ 277 ] {dd20138a-5ee7-45cb-bf82-a0eb26890443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:01.164114 [ 277 ] {dd20138a-5ee7-45cb-bf82-a0eb26890443} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:12:01.164337 [ 277 ] {dd20138a-5ee7-45cb-bf82-a0eb26890443} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:01.164463 [ 277 ] {dd20138a-5ee7-45cb-bf82-a0eb26890443} executeQuery: Read 10 rows, 770.00 B in 0.001158 sec., 8635.578583765113 rows/sec., 649.36 KiB/sec. 2026.02.26 17:12:01.164501 [ 277 ] {dd20138a-5ee7-45cb-bf82-a0eb26890443} TCPHandler: Processed in 0.001333067 sec. 2026.02.26 17:12:01.164617 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:01.164711 [ 277 ] {33caab90-4933-46cd-8388-d8676ac06b09} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:01.164751 [ 277 ] {33caab90-4933-46cd-8388-d8676ac06b09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:01.165148 [ 277 ] {33caab90-4933-46cd-8388-d8676ac06b09} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:01.165183 [ 277 ] {33caab90-4933-46cd-8388-d8676ac06b09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:01.165482 [ 277 ] {33caab90-4933-46cd-8388-d8676ac06b09} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:12:01.165699 [ 277 ] {33caab90-4933-46cd-8388-d8676ac06b09} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:01.165820 [ 277 ] {33caab90-4933-46cd-8388-d8676ac06b09} executeQuery: Read 74 rows, 5.92 KiB in 0.001127 sec., 65661.04702750666 rows/sec., 5.13 MiB/sec. 2026.02.26 17:12:01.165857 [ 277 ] {33caab90-4933-46cd-8388-d8676ac06b09} TCPHandler: Processed in 0.001298126 sec. 2026.02.26 17:12:01.165972 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:01.166072 [ 277 ] {1eb7bc4b-bc30-4149-9d7b-a3649d456401} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:01.166116 [ 277 ] {1eb7bc4b-bc30-4149-9d7b-a3649d456401} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:01.166516 [ 277 ] {1eb7bc4b-bc30-4149-9d7b-a3649d456401} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:01.166551 [ 277 ] {1eb7bc4b-bc30-4149-9d7b-a3649d456401} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:01.166867 [ 277 ] {1eb7bc4b-bc30-4149-9d7b-a3649d456401} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:12:01.167078 [ 277 ] {1eb7bc4b-bc30-4149-9d7b-a3649d456401} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:01.167201 [ 277 ] {1eb7bc4b-bc30-4149-9d7b-a3649d456401} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.02.26 17:12:01.167237 [ 277 ] {1eb7bc4b-bc30-4149-9d7b-a3649d456401} TCPHandler: Processed in 0.001313486 sec. 2026.02.26 17:12:01.167348 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:01.167442 [ 277 ] {8f3b0110-c94b-4773-82d6-3c6f2c09d777} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:01.167504 [ 277 ] {8f3b0110-c94b-4773-82d6-3c6f2c09d777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:01.168198 [ 277 ] {8f3b0110-c94b-4773-82d6-3c6f2c09d777} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:01.168234 [ 277 ] {8f3b0110-c94b-4773-82d6-3c6f2c09d777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:01.168724 [ 277 ] {8f3b0110-c94b-4773-82d6-3c6f2c09d777} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:12:01.168942 [ 277 ] {8f3b0110-c94b-4773-82d6-3c6f2c09d777} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:01.169072 [ 277 ] {8f3b0110-c94b-4773-82d6-3c6f2c09d777} executeQuery: Read 10 rows, 18.35 KiB in 0.001649 sec., 6064.281382656155 rows/sec., 10.87 MiB/sec. 2026.02.26 17:12:01.169122 [ 277 ] {8f3b0110-c94b-4773-82d6-3c6f2c09d777} TCPHandler: Processed in 0.00182215 sec. 2026.02.26 17:12:01.169230 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:01.169327 [ 277 ] {54d10e41-14df-4c52-a0b4-68a67b568acf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:01.169367 [ 277 ] {54d10e41-14df-4c52-a0b4-68a67b568acf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:01.169691 [ 277 ] {54d10e41-14df-4c52-a0b4-68a67b568acf} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:01.169726 [ 277 ] {54d10e41-14df-4c52-a0b4-68a67b568acf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:01.170036 [ 277 ] {54d10e41-14df-4c52-a0b4-68a67b568acf} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:12:01.170250 [ 277 ] {54d10e41-14df-4c52-a0b4-68a67b568acf} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:01.170377 [ 277 ] {54d10e41-14df-4c52-a0b4-68a67b568acf} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.02.26 17:12:01.170413 [ 277 ] {54d10e41-14df-4c52-a0b4-68a67b568acf} TCPHandler: Processed in 0.001231064 sec. 2026.02.26 17:12:04.155631 [ 27 ] {} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.26 17:12:04.155695 [ 27 ] {} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:04.155716 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:04.155816 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::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.26 17:12:04.155930 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:04.155966 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.02.26 17:12:04.156040 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.02.26 17:12:04.156082 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::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.26 17:12:04.156121 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::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.26 17:12:04.156157 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.02.26 17:12:04.156900 [ 195 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001126801 sec., 21299.235623681554 rows/sec., 1.78 MiB/sec. 2026.02.26 17:12:04.157012 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.26 17:12:04.157255 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_5_1} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:12:04.157321 [ 187 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_5_1} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.26 17:12:04.157381 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.26 17:12:06.169889 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.170072 [ 277 ] {ab7ede27-31b6-4c95-81be-3029459d1675} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:12:06.170132 [ 277 ] {ab7ede27-31b6-4c95-81be-3029459d1675} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:12:06.170877 [ 277 ] {ab7ede27-31b6-4c95-81be-3029459d1675} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.170917 [ 277 ] {ab7ede27-31b6-4c95-81be-3029459d1675} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.171323 [ 277 ] {ab7ede27-31b6-4c95-81be-3029459d1675} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:12:06.171556 [ 277 ] {ab7ede27-31b6-4c95-81be-3029459d1675} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:12:06.171699 [ 277 ] {ab7ede27-31b6-4c95-81be-3029459d1675} executeQuery: Read 284 rows, 18.47 KiB in 0.001672 sec., 169856.45933014352 rows/sec., 10.79 MiB/sec. 2026.02.26 17:12:06.171748 [ 277 ] {ab7ede27-31b6-4c95-81be-3029459d1675} TCPHandler: Processed in 0.001976515 sec. 2026.02.26 17:12:06.171866 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.171969 [ 277 ] {efbaea06-b846-4eb5-8262-ca6a50d96f8b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:12:06.172013 [ 277 ] {efbaea06-b846-4eb5-8262-ca6a50d96f8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:12:06.172407 [ 277 ] {efbaea06-b846-4eb5-8262-ca6a50d96f8b} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.172442 [ 277 ] {efbaea06-b846-4eb5-8262-ca6a50d96f8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.172737 [ 277 ] {efbaea06-b846-4eb5-8262-ca6a50d96f8b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.26 17:12:06.172948 [ 277 ] {efbaea06-b846-4eb5-8262-ca6a50d96f8b} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:12:06.173077 [ 277 ] {efbaea06-b846-4eb5-8262-ca6a50d96f8b} executeQuery: Read 2 rows, 167.00 B in 0.001132 sec., 1766.7844522968198 rows/sec., 144.07 KiB/sec. 2026.02.26 17:12:06.173114 [ 277 ] {efbaea06-b846-4eb5-8262-ca6a50d96f8b} TCPHandler: Processed in 0.001296466 sec. 2026.02.26 17:12:06.173215 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.173313 [ 277 ] {81b2ac06-29c0-4425-b3bd-7a7779031ca5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:06.173354 [ 277 ] {81b2ac06-29c0-4425-b3bd-7a7779031ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:06.174099 [ 277 ] {81b2ac06-29c0-4425-b3bd-7a7779031ca5} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.174133 [ 277 ] {81b2ac06-29c0-4425-b3bd-7a7779031ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.174509 [ 277 ] {81b2ac06-29c0-4425-b3bd-7a7779031ca5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:12:06.174729 [ 277 ] {81b2ac06-29c0-4425-b3bd-7a7779031ca5} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:06.174825 [ 24 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:12:06.174853 [ 277 ] {81b2ac06-29c0-4425-b3bd-7a7779031ca5} executeQuery: Read 860 rows, 70.14 KiB in 0.00156 sec., 551282.0512820513 rows/sec., 43.91 MiB/sec. 2026.02.26 17:12:06.174866 [ 24 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.174889 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.174891 [ 277 ] {81b2ac06-29c0-4425-b3bd-7a7779031ca5} TCPHandler: Processed in 0.001724748 sec. 2026.02.26 17:12:06.175006 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.175008 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:12:06.175102 [ 277 ] {377f7291-6a2e-45d4-84c1-2a99fa88d583} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:06.175146 [ 277 ] {377f7291-6a2e-45d4-84c1-2a99fa88d583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:06.175154 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:06.175192 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1007 rows starting from the beginning of the part 2026.02.26 17:12:06.175259 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 859 rows starting from the beginning of the part 2026.02.26 17:12:06.175307 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 80 rows starting from the beginning of the part 2026.02.26 17:12:06.175348 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 859 rows starting from the beginning of the part 2026.02.26 17:12:06.175384 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 76 rows starting from the beginning of the part 2026.02.26 17:12:06.175489 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 860 rows starting from the beginning of the part 2026.02.26 17:12:06.175599 [ 277 ] {377f7291-6a2e-45d4-84c1-2a99fa88d583} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.175640 [ 277 ] {377f7291-6a2e-45d4-84c1-2a99fa88d583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.176046 [ 277 ] {377f7291-6a2e-45d4-84c1-2a99fa88d583} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:12:06.176281 [ 277 ] {377f7291-6a2e-45d4-84c1-2a99fa88d583} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:06.176413 [ 277 ] {377f7291-6a2e-45d4-84c1-2a99fa88d583} executeQuery: Read 175 rows, 11.01 KiB in 0.00133 sec., 131578.94736842104 rows/sec., 8.09 MiB/sec. 2026.02.26 17:12:06.176449 [ 277 ] {377f7291-6a2e-45d4-84c1-2a99fa88d583} TCPHandler: Processed in 0.001491481 sec. 2026.02.26 17:12:06.176557 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.176650 [ 277 ] {1a91002b-0d88-401e-8bbe-67cb15441c74} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:12:06.176689 [ 277 ] {1a91002b-0d88-401e-8bbe-67cb15441c74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:12:06.177067 [ 195 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3741 rows, containing 5 columns (5 merged, 0 gathered) in 0.002115469 sec., 1768402.184101965 rows/sec., 148.70 MiB/sec. 2026.02.26 17:12:06.177110 [ 277 ] {1a91002b-0d88-401e-8bbe-67cb15441c74} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.177160 [ 277 ] {1a91002b-0d88-401e-8bbe-67cb15441c74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.177311 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:12:06.177500 [ 277 ] {1a91002b-0d88-401e-8bbe-67cb15441c74} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:12:06.177658 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:06.177747 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_16_3} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:12:06.177778 [ 277 ] {1a91002b-0d88-401e-8bbe-67cb15441c74} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:12:06.177824 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.02.26 17:12:06.177913 [ 277 ] {1a91002b-0d88-401e-8bbe-67cb15441c74} executeQuery: Read 149 rows, 9.86 KiB in 0.001281 sec., 116315.37861046058 rows/sec., 7.51 MiB/sec. 2026.02.26 17:12:06.177957 [ 277 ] {1a91002b-0d88-401e-8bbe-67cb15441c74} TCPHandler: Processed in 0.00144842 sec. 2026.02.26 17:12:06.178062 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.178155 [ 277 ] {0f2dbeb2-7d47-4a9e-9f89-501d76bcd26f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:12:06.178195 [ 277 ] {0f2dbeb2-7d47-4a9e-9f89-501d76bcd26f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:12:06.178604 [ 277 ] {0f2dbeb2-7d47-4a9e-9f89-501d76bcd26f} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.178638 [ 277 ] {0f2dbeb2-7d47-4a9e-9f89-501d76bcd26f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.178932 [ 277 ] {0f2dbeb2-7d47-4a9e-9f89-501d76bcd26f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:12:06.179139 [ 277 ] {0f2dbeb2-7d47-4a9e-9f89-501d76bcd26f} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:12:06.179257 [ 277 ] {0f2dbeb2-7d47-4a9e-9f89-501d76bcd26f} executeQuery: Read 148 rows, 8.62 KiB in 0.001121 sec., 132024.9776984835 rows/sec., 7.51 MiB/sec. 2026.02.26 17:12:06.179298 [ 277 ] {0f2dbeb2-7d47-4a9e-9f89-501d76bcd26f} TCPHandler: Processed in 0.001284226 sec. 2026.02.26 17:12:06.179404 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.179497 [ 277 ] {d8c0d54e-3885-4cfe-ba25-877029509e7f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:06.179536 [ 277 ] {d8c0d54e-3885-4cfe-ba25-877029509e7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:06.180111 [ 277 ] {d8c0d54e-3885-4cfe-ba25-877029509e7f} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.180148 [ 277 ] {d8c0d54e-3885-4cfe-ba25-877029509e7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.180484 [ 277 ] {d8c0d54e-3885-4cfe-ba25-877029509e7f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:12:06.180689 [ 277 ] {d8c0d54e-3885-4cfe-ba25-877029509e7f} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:06.180799 [ 42 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:12:06.180815 [ 277 ] {d8c0d54e-3885-4cfe-ba25-877029509e7f} executeQuery: Read 523 rows, 37.82 KiB in 0.001336 sec., 391467.0658682635 rows/sec., 27.65 MiB/sec. 2026.02.26 17:12:06.180865 [ 42 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.180875 [ 277 ] {d8c0d54e-3885-4cfe-ba25-877029509e7f} TCPHandler: Processed in 0.001519311 sec. 2026.02.26 17:12:06.180895 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.180986 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.180993 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:12:06.181086 [ 277 ] {b7af7c0e-5044-4654-82d5-0e7c7b0b0f14} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:12:06.181130 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:06.181132 [ 277 ] {b7af7c0e-5044-4654-82d5-0e7c7b0b0f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:12:06.181174 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 601 rows starting from the beginning of the part 2026.02.26 17:12:06.181264 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 521 rows starting from the beginning of the part 2026.02.26 17:12:06.181315 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part 2026.02.26 17:12:06.181358 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 521 rows starting from the beginning of the part 2026.02.26 17:12:06.181403 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 74 rows starting from the beginning of the part 2026.02.26 17:12:06.181445 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 523 rows starting from the beginning of the part 2026.02.26 17:12:06.181467 [ 277 ] {b7af7c0e-5044-4654-82d5-0e7c7b0b0f14} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.181508 [ 277 ] {b7af7c0e-5044-4654-82d5-0e7c7b0b0f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.181843 [ 277 ] {b7af7c0e-5044-4654-82d5-0e7c7b0b0f14} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:12:06.182066 [ 277 ] {b7af7c0e-5044-4654-82d5-0e7c7b0b0f14} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:12:06.182195 [ 277 ] {b7af7c0e-5044-4654-82d5-0e7c7b0b0f14} executeQuery: Read 6 rows, 321.00 B in 0.001127 sec., 5323.868677905945 rows/sec., 278.15 KiB/sec. 2026.02.26 17:12:06.182232 [ 277 ] {b7af7c0e-5044-4654-82d5-0e7c7b0b0f14} TCPHandler: Processed in 0.001293806 sec. 2026.02.26 17:12:06.182333 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.182426 [ 277 ] {969d1a91-3dd7-479b-a043-ea7ed1c20f3d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:06.182465 [ 277 ] {969d1a91-3dd7-479b-a043-ea7ed1c20f3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:06.182643 [ 187 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2322 rows, containing 5 columns (5 merged, 0 gathered) in 0.001695467 sec., 1369534.1755398365 rows/sec., 103.20 MiB/sec. 2026.02.26 17:12:06.182811 [ 195 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:12:06.182851 [ 277 ] {969d1a91-3dd7-479b-a043-ea7ed1c20f3d} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.182908 [ 277 ] {969d1a91-3dd7-479b-a043-ea7ed1c20f3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.183129 [ 195 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:06.183209 [ 195 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_16_3} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:12:06.183285 [ 277 ] {969d1a91-3dd7-479b-a043-ea7ed1c20f3d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:12:06.183287 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.02.26 17:12:06.183512 [ 277 ] {969d1a91-3dd7-479b-a043-ea7ed1c20f3d} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:06.183616 [ 42 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:12:06.183644 [ 277 ] {969d1a91-3dd7-479b-a043-ea7ed1c20f3d} executeQuery: Read 266 rows, 18.10 KiB in 0.001237 sec., 215036.37833468066 rows/sec., 14.29 MiB/sec. 2026.02.26 17:12:06.183648 [ 42 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.183684 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.183688 [ 277 ] {969d1a91-3dd7-479b-a043-ea7ed1c20f3d} TCPHandler: Processed in 0.001403348 sec. 2026.02.26 17:12:06.183763 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:12:06.183805 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.183877 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:06.183904 [ 277 ] {b172d6a4-04f9-4f61-a85d-0a6b68ef4914} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:12:06.183911 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2044 rows starting from the beginning of the part 2026.02.26 17:12:06.183954 [ 277 ] {b172d6a4-04f9-4f61-a85d-0a6b68ef4914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:12:06.184002 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 265 rows starting from the beginning of the part 2026.02.26 17:12:06.184056 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 164 rows starting from the beginning of the part 2026.02.26 17:12:06.184100 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 265 rows starting from the beginning of the part 2026.02.26 17:12:06.184137 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.02.26 17:12:06.184175 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 266 rows starting from the beginning of the part 2026.02.26 17:12:06.184255 [ 277 ] {b172d6a4-04f9-4f61-a85d-0a6b68ef4914} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.184299 [ 277 ] {b172d6a4-04f9-4f61-a85d-0a6b68ef4914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.184619 [ 277 ] {b172d6a4-04f9-4f61-a85d-0a6b68ef4914} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:12:06.184840 [ 277 ] {b172d6a4-04f9-4f61-a85d-0a6b68ef4914} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:12:06.184970 [ 277 ] {b172d6a4-04f9-4f61-a85d-0a6b68ef4914} executeQuery: Read 1 rows, 69.00 B in 0.001083 sec., 923.3610341643583 rows/sec., 62.22 KiB/sec. 2026.02.26 17:12:06.185006 [ 277 ] {b172d6a4-04f9-4f61-a85d-0a6b68ef4914} TCPHandler: Processed in 0.001248655 sec. 2026.02.26 17:12:06.185103 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.185196 [ 277 ] {467120ee-80f5-4242-a513-f2a9ea05a03f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:06.185248 [ 277 ] {467120ee-80f5-4242-a513-f2a9ea05a03f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:06.185721 [ 195 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3164 rows, containing 5 columns (5 merged, 0 gathered) in 0.001993446 sec., 1587201.2585241839 rows/sec., 108.51 MiB/sec. 2026.02.26 17:12:06.186015 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:12:06.186032 [ 277 ] {467120ee-80f5-4242-a513-f2a9ea05a03f} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.186068 [ 277 ] {467120ee-80f5-4242-a513-f2a9ea05a03f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.186290 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:06.186357 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_16_3} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:12:06.186432 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.02.26 17:12:06.186626 [ 277 ] {467120ee-80f5-4242-a513-f2a9ea05a03f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:12:06.186851 [ 277 ] {467120ee-80f5-4242-a513-f2a9ea05a03f} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:06.186983 [ 277 ] {467120ee-80f5-4242-a513-f2a9ea05a03f} executeQuery: Read 31 rows, 56.88 KiB in 0.001804 sec., 17184.035476718404 rows/sec., 30.79 MiB/sec. 2026.02.26 17:12:06.187033 [ 277 ] {467120ee-80f5-4242-a513-f2a9ea05a03f} TCPHandler: Processed in 0.001976105 sec. 2026.02.26 17:12:06.187138 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:06.187232 [ 277 ] {4c58df55-dd96-49e8-a76c-da49c0229ddf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:06.187282 [ 277 ] {4c58df55-dd96-49e8-a76c-da49c0229ddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:06.187605 [ 277 ] {4c58df55-dd96-49e8-a76c-da49c0229ddf} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.187641 [ 277 ] {4c58df55-dd96-49e8-a76c-da49c0229ddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.187933 [ 277 ] {4c58df55-dd96-49e8-a76c-da49c0229ddf} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:12:06.188141 [ 277 ] {4c58df55-dd96-49e8-a76c-da49c0229ddf} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:06.188239 [ 42 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:12:06.188261 [ 277 ] {4c58df55-dd96-49e8-a76c-da49c0229ddf} executeQuery: Read 90 rows, 5.77 KiB in 0.001048 sec., 85877.86259541984 rows/sec., 5.37 MiB/sec. 2026.02.26 17:12:06.188271 [ 42 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.188304 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.188307 [ 277 ] {4c58df55-dd96-49e8-a76c-da49c0229ddf} TCPHandler: Processed in 0.001216683 sec. 2026.02.26 17:12:06.188372 [ 199 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:12:06.188461 [ 199 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:06.188484 [ 199 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 660 rows starting from the beginning of the part 2026.02.26 17:12:06.188534 [ 199 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part 2026.02.26 17:12:06.188574 [ 199 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.02.26 17:12:06.188615 [ 199 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 90 rows starting from the beginning of the part 2026.02.26 17:12:06.188651 [ 199 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.02.26 17:12:06.188689 [ 199 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 90 rows starting from the beginning of the part 2026.02.26 17:12:06.189619 [ 200 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 4 columns (4 merged, 0 gathered) in 0.001274196 sec., 824049.0473993012 rows/sec., 53.03 MiB/sec. 2026.02.26 17:12:06.189782 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:12:06.190025 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:06.190085 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_16_3} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:12:06.190139 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.26 17:12:06.231963 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6252 2026.02.26 17:12:06.232452 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.232492 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.232975 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:12:06.233210 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:06.233339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6252 2026.02.26 17:12:06.549682 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.02.26 17:12:06.565813 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:06.565869 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:06.571409 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:12:06.572121 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:06.574840 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.02.26 17:12:08.888961 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 466 2026.02.26 17:12:08.891299 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:08.891347 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:08.892549 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:12:08.892827 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:12:08.893146 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 466 2026.02.26 17:12:11.161398 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:11.161579 [ 277 ] {e9089cb3-8f8b-4f65-9575-70e0b11801ad} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:11.161639 [ 277 ] {e9089cb3-8f8b-4f65-9575-70e0b11801ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:11.162255 [ 277 ] {e9089cb3-8f8b-4f65-9575-70e0b11801ad} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:11.162297 [ 277 ] {e9089cb3-8f8b-4f65-9575-70e0b11801ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:11.162670 [ 277 ] {e9089cb3-8f8b-4f65-9575-70e0b11801ad} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:12:11.162897 [ 277 ] {e9089cb3-8f8b-4f65-9575-70e0b11801ad} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:11.163040 [ 277 ] {e9089cb3-8f8b-4f65-9575-70e0b11801ad} executeQuery: Read 76 rows, 6.41 KiB in 0.001505 sec., 50498.33887043189 rows/sec., 4.16 MiB/sec. 2026.02.26 17:12:11.163081 [ 277 ] {e9089cb3-8f8b-4f65-9575-70e0b11801ad} TCPHandler: Processed in 0.00180729 sec. 2026.02.26 17:12:11.163200 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:11.163297 [ 277 ] {0ad9b346-96c0-4475-9db0-839c4eb56e4e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:11.163337 [ 277 ] {0ad9b346-96c0-4475-9db0-839c4eb56e4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:11.163729 [ 277 ] {0ad9b346-96c0-4475-9db0-839c4eb56e4e} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:11.163767 [ 277 ] {0ad9b346-96c0-4475-9db0-839c4eb56e4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:11.164072 [ 277 ] {0ad9b346-96c0-4475-9db0-839c4eb56e4e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:12:11.164279 [ 277 ] {0ad9b346-96c0-4475-9db0-839c4eb56e4e} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:11.164396 [ 154 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:12:11.164411 [ 277 ] {0ad9b346-96c0-4475-9db0-839c4eb56e4e} executeQuery: Read 10 rows, 770.00 B in 0.001134 sec., 8818.342151675484 rows/sec., 663.10 KiB/sec. 2026.02.26 17:12:11.164463 [ 154 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:11.164471 [ 277 ] {0ad9b346-96c0-4475-9db0-839c4eb56e4e} TCPHandler: Processed in 0.001320337 sec. 2026.02.26 17:12:11.164492 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:11.164592 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:11.164623 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:12:11.164689 [ 277 ] {334bd4ba-b96b-479d-a6b7-9bd9b867fffa} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:11.164734 [ 277 ] {334bd4ba-b96b-479d-a6b7-9bd9b867fffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:11.164763 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:11.164801 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:12:11.164867 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 18 rows starting from the beginning of the part 2026.02.26 17:12:11.164914 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 173 rows starting from the beginning of the part 2026.02.26 17:12:11.164954 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:12:11.164991 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 175 rows starting from the beginning of the part 2026.02.26 17:12:11.165030 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:12:11.165153 [ 277 ] {334bd4ba-b96b-479d-a6b7-9bd9b867fffa} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:11.165196 [ 277 ] {334bd4ba-b96b-479d-a6b7-9bd9b867fffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:11.165532 [ 277 ] {334bd4ba-b96b-479d-a6b7-9bd9b867fffa} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:12:11.165773 [ 277 ] {334bd4ba-b96b-479d-a6b7-9bd9b867fffa} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:11.165897 [ 277 ] {334bd4ba-b96b-479d-a6b7-9bd9b867fffa} executeQuery: Read 74 rows, 5.92 KiB in 0.001224 sec., 60457.51633986928 rows/sec., 4.72 MiB/sec. 2026.02.26 17:12:11.165918 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 5 columns (5 merged, 0 gathered) in 0.001351788 sec., 441637.29815621977 rows/sec., 29.43 MiB/sec. 2026.02.26 17:12:11.165934 [ 277 ] {334bd4ba-b96b-479d-a6b7-9bd9b867fffa} TCPHandler: Processed in 0.001390138 sec. 2026.02.26 17:12:11.166071 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:11.166073 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:12:11.166167 [ 277 ] {d0df365c-af20-47a7-9909-6ce1fd37ae70} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:11.166216 [ 277 ] {d0df365c-af20-47a7-9909-6ce1fd37ae70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:11.166343 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_16_3} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:11.166417 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_16_3} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:12:11.166484 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.26 17:12:11.166637 [ 277 ] {d0df365c-af20-47a7-9909-6ce1fd37ae70} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:11.166678 [ 277 ] {d0df365c-af20-47a7-9909-6ce1fd37ae70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:11.167011 [ 277 ] {d0df365c-af20-47a7-9909-6ce1fd37ae70} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:12:11.167225 [ 277 ] {d0df365c-af20-47a7-9909-6ce1fd37ae70} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:11.167362 [ 277 ] {d0df365c-af20-47a7-9909-6ce1fd37ae70} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.02.26 17:12:11.167400 [ 277 ] {d0df365c-af20-47a7-9909-6ce1fd37ae70} TCPHandler: Processed in 0.001377338 sec. 2026.02.26 17:12:11.167506 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:11.167602 [ 277 ] {28827b7d-56d7-4d97-84b7-86b569eaf264} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:11.167657 [ 277 ] {28827b7d-56d7-4d97-84b7-86b569eaf264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:11.168693 [ 277 ] {28827b7d-56d7-4d97-84b7-86b569eaf264} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:11.168734 [ 277 ] {28827b7d-56d7-4d97-84b7-86b569eaf264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:11.169429 [ 277 ] {28827b7d-56d7-4d97-84b7-86b569eaf264} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:12:11.169733 [ 277 ] {28827b7d-56d7-4d97-84b7-86b569eaf264} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:11.169863 [ 154 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:12:11.169904 [ 277 ] {28827b7d-56d7-4d97-84b7-86b569eaf264} executeQuery: Read 10 rows, 18.35 KiB in 0.002318 sec., 4314.063848144952 rows/sec., 7.73 MiB/sec. 2026.02.26 17:12:11.169913 [ 154 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:11.169951 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:11.169983 [ 277 ] {28827b7d-56d7-4d97-84b7-86b569eaf264} TCPHandler: Processed in 0.00252372 sec. 2026.02.26 17:12:11.170032 [ 200 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:11.170128 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:11.170215 [ 200 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:11.170243 [ 277 ] {2ca3d16d-3df5-4e35-9a07-3ebbf7c06573} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:11.170279 [ 200 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 178 rows starting from the beginning of the part 2026.02.26 17:12:11.170294 [ 277 ] {2ca3d16d-3df5-4e35-9a07-3ebbf7c06573} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:11.170404 [ 200 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:11.170509 [ 200 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:11.170610 [ 200 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:11.170713 [ 200 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:11.170719 [ 277 ] {2ca3d16d-3df5-4e35-9a07-3ebbf7c06573} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:11.170761 [ 277 ] {2ca3d16d-3df5-4e35-9a07-3ebbf7c06573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:11.170814 [ 200 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:11.171163 [ 277 ] {2ca3d16d-3df5-4e35-9a07-3ebbf7c06573} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:12:11.171463 [ 277 ] {2ca3d16d-3df5-4e35-9a07-3ebbf7c06573} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:11.171624 [ 277 ] {2ca3d16d-3df5-4e35-9a07-3ebbf7c06573} executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. 2026.02.26 17:12:11.171670 [ 277 ] {2ca3d16d-3df5-4e35-9a07-3ebbf7c06573} TCPHandler: Processed in 0.001605765 sec. 2026.02.26 17:12:11.173665 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 19 columns (19 merged, 0 gathered) in 0.003669572 sec., 73578.06305476498 rows/sec., 131.85 MiB/sec. 2026.02.26 17:12:11.174136 [ 192 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:12:11.174443 [ 192 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_16_3} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:11.174504 [ 192 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_16_3} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:12:11.174572 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2026.02.26 17:12:13.590181 [ 151 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:12:13.590254 [ 151 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:12:13.733443 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6700 2026.02.26 17:12:13.733938 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:13.733983 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:13.734469 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:12:13.734701 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:13.734840 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6700 2026.02.26 17:12:14.074935 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.02.26 17:12:14.091305 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:14.091364 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:14.097178 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:12:14.097867 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:14.100992 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.02.26 17:12:16.170998 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.171177 [ 277 ] {251f917f-ab7b-4879-b361-99ca22f9ab9c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:12:16.171238 [ 277 ] {251f917f-ab7b-4879-b361-99ca22f9ab9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:12:16.171984 [ 277 ] {251f917f-ab7b-4879-b361-99ca22f9ab9c} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.172025 [ 277 ] {251f917f-ab7b-4879-b361-99ca22f9ab9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.172422 [ 277 ] {251f917f-ab7b-4879-b361-99ca22f9ab9c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:12:16.172648 [ 277 ] {251f917f-ab7b-4879-b361-99ca22f9ab9c} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:12:16.172789 [ 277 ] {251f917f-ab7b-4879-b361-99ca22f9ab9c} executeQuery: Read 284 rows, 18.47 KiB in 0.001655 sec., 171601.2084592145 rows/sec., 10.90 MiB/sec. 2026.02.26 17:12:16.172830 [ 277 ] {251f917f-ab7b-4879-b361-99ca22f9ab9c} TCPHandler: Processed in 0.001948034 sec. 2026.02.26 17:12:16.172951 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.173048 [ 277 ] {14f469ff-f0ca-4c45-8322-a3e586d737e3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:16.173088 [ 277 ] {14f469ff-f0ca-4c45-8322-a3e586d737e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:16.173873 [ 277 ] {14f469ff-f0ca-4c45-8322-a3e586d737e3} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.173908 [ 277 ] {14f469ff-f0ca-4c45-8322-a3e586d737e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.174254 [ 277 ] {14f469ff-f0ca-4c45-8322-a3e586d737e3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:12:16.174466 [ 277 ] {14f469ff-f0ca-4c45-8322-a3e586d737e3} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:16.174593 [ 277 ] {14f469ff-f0ca-4c45-8322-a3e586d737e3} executeQuery: Read 859 rows, 70.06 KiB in 0.001563 sec., 549584.1330774153 rows/sec., 43.78 MiB/sec. 2026.02.26 17:12:16.174629 [ 277 ] {14f469ff-f0ca-4c45-8322-a3e586d737e3} TCPHandler: Processed in 0.001727098 sec. 2026.02.26 17:12:16.174741 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.174835 [ 277 ] {39769681-5470-4720-ac79-78f340697427} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:16.174874 [ 277 ] {39769681-5470-4720-ac79-78f340697427} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:16.175325 [ 277 ] {39769681-5470-4720-ac79-78f340697427} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.175362 [ 277 ] {39769681-5470-4720-ac79-78f340697427} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.175666 [ 277 ] {39769681-5470-4720-ac79-78f340697427} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:12:16.175877 [ 277 ] {39769681-5470-4720-ac79-78f340697427} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:16.175998 [ 277 ] {39769681-5470-4720-ac79-78f340697427} executeQuery: Read 173 rows, 10.87 KiB in 0.00118 sec., 146610.16949152542 rows/sec., 9.00 MiB/sec. 2026.02.26 17:12:16.176034 [ 277 ] {39769681-5470-4720-ac79-78f340697427} TCPHandler: Processed in 0.001341088 sec. 2026.02.26 17:12:16.176142 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.176235 [ 277 ] {bcdbd413-9ae7-4ffe-883d-bd526acdfec8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:12:16.176275 [ 277 ] {bcdbd413-9ae7-4ffe-883d-bd526acdfec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:12:16.176703 [ 277 ] {bcdbd413-9ae7-4ffe-883d-bd526acdfec8} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.176736 [ 277 ] {bcdbd413-9ae7-4ffe-883d-bd526acdfec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.177035 [ 277 ] {bcdbd413-9ae7-4ffe-883d-bd526acdfec8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:12:16.177247 [ 277 ] {bcdbd413-9ae7-4ffe-883d-bd526acdfec8} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:12:16.177375 [ 277 ] {bcdbd413-9ae7-4ffe-883d-bd526acdfec8} executeQuery: Read 149 rows, 9.86 KiB in 0.001157 sec., 128781.33102852204 rows/sec., 8.32 MiB/sec. 2026.02.26 17:12:16.177413 [ 277 ] {bcdbd413-9ae7-4ffe-883d-bd526acdfec8} TCPHandler: Processed in 0.001319367 sec. 2026.02.26 17:12:16.177525 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.177619 [ 277 ] {d4415836-f579-46fc-9eaf-8a1ea5d79707} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:12:16.177658 [ 277 ] {d4415836-f579-46fc-9eaf-8a1ea5d79707} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:12:16.178090 [ 277 ] {d4415836-f579-46fc-9eaf-8a1ea5d79707} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.178125 [ 277 ] {d4415836-f579-46fc-9eaf-8a1ea5d79707} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.178444 [ 277 ] {d4415836-f579-46fc-9eaf-8a1ea5d79707} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:12:16.178654 [ 277 ] {d4415836-f579-46fc-9eaf-8a1ea5d79707} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:12:16.178772 [ 277 ] {d4415836-f579-46fc-9eaf-8a1ea5d79707} executeQuery: Read 148 rows, 8.62 KiB in 0.001171 sec., 126387.7028181042 rows/sec., 7.19 MiB/sec. 2026.02.26 17:12:16.178807 [ 277 ] {d4415836-f579-46fc-9eaf-8a1ea5d79707} TCPHandler: Processed in 0.001329647 sec. 2026.02.26 17:12:16.178914 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.179008 [ 277 ] {71609076-6465-4893-ba92-86c65f335a2d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:16.179046 [ 277 ] {71609076-6465-4893-ba92-86c65f335a2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:16.179647 [ 277 ] {71609076-6465-4893-ba92-86c65f335a2d} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.179681 [ 277 ] {71609076-6465-4893-ba92-86c65f335a2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.179989 [ 277 ] {71609076-6465-4893-ba92-86c65f335a2d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:12:16.180197 [ 277 ] {71609076-6465-4893-ba92-86c65f335a2d} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:16.180323 [ 277 ] {71609076-6465-4893-ba92-86c65f335a2d} executeQuery: Read 521 rows, 37.66 KiB in 0.001334 sec., 390554.7226386807 rows/sec., 27.57 MiB/sec. 2026.02.26 17:12:16.180363 [ 277 ] {71609076-6465-4893-ba92-86c65f335a2d} TCPHandler: Processed in 0.001496251 sec. 2026.02.26 17:12:16.180462 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.180556 [ 277 ] {34048887-919c-468e-9e33-94f6856034f4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:12:16.180596 [ 277 ] {34048887-919c-468e-9e33-94f6856034f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:12:16.180920 [ 277 ] {34048887-919c-468e-9e33-94f6856034f4} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.180954 [ 277 ] {34048887-919c-468e-9e33-94f6856034f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.181265 [ 277 ] {34048887-919c-468e-9e33-94f6856034f4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:12:16.181475 [ 277 ] {34048887-919c-468e-9e33-94f6856034f4} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:12:16.181594 [ 277 ] {34048887-919c-468e-9e33-94f6856034f4} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2026.02.26 17:12:16.181629 [ 277 ] {34048887-919c-468e-9e33-94f6856034f4} TCPHandler: Processed in 0.001215284 sec. 2026.02.26 17:12:16.181743 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.181862 [ 277 ] {76774187-8e0d-490b-97b2-cd12aada6e93} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:16.181911 [ 277 ] {76774187-8e0d-490b-97b2-cd12aada6e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:16.182404 [ 277 ] {76774187-8e0d-490b-97b2-cd12aada6e93} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.182445 [ 277 ] {76774187-8e0d-490b-97b2-cd12aada6e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.182839 [ 277 ] {76774187-8e0d-490b-97b2-cd12aada6e93} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:12:16.183061 [ 277 ] {76774187-8e0d-490b-97b2-cd12aada6e93} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:16.183186 [ 277 ] {76774187-8e0d-490b-97b2-cd12aada6e93} executeQuery: Read 265 rows, 18.03 KiB in 0.001348 sec., 196587.53709198814 rows/sec., 13.06 MiB/sec. 2026.02.26 17:12:16.183221 [ 277 ] {76774187-8e0d-490b-97b2-cd12aada6e93} TCPHandler: Processed in 0.001535043 sec. 2026.02.26 17:12:16.183327 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.183420 [ 277 ] {9477960a-ede3-4164-839f-1e41f61710bd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:12:16.183460 [ 277 ] {9477960a-ede3-4164-839f-1e41f61710bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:12:16.183758 [ 277 ] {9477960a-ede3-4164-839f-1e41f61710bd} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.183792 [ 277 ] {9477960a-ede3-4164-839f-1e41f61710bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.184067 [ 277 ] {9477960a-ede3-4164-839f-1e41f61710bd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:12:16.184269 [ 277 ] {9477960a-ede3-4164-839f-1e41f61710bd} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:12:16.184386 [ 277 ] {9477960a-ede3-4164-839f-1e41f61710bd} executeQuery: Read 1 rows, 69.00 B in 0.000984 sec., 1016.2601626016259 rows/sec., 68.48 KiB/sec. 2026.02.26 17:12:16.184420 [ 277 ] {9477960a-ede3-4164-839f-1e41f61710bd} TCPHandler: Processed in 0.001140792 sec. 2026.02.26 17:12:16.184522 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.184613 [ 277 ] {c534aed9-ba58-43f9-af7a-021b501fbabc} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:16.184663 [ 277 ] {c534aed9-ba58-43f9-af7a-021b501fbabc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:16.185450 [ 277 ] {c534aed9-ba58-43f9-af7a-021b501fbabc} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.185484 [ 277 ] {c534aed9-ba58-43f9-af7a-021b501fbabc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.186011 [ 277 ] {c534aed9-ba58-43f9-af7a-021b501fbabc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:12:16.186220 [ 277 ] {c534aed9-ba58-43f9-af7a-021b501fbabc} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:16.186349 [ 277 ] {c534aed9-ba58-43f9-af7a-021b501fbabc} executeQuery: Read 31 rows, 56.88 KiB in 0.001753 sec., 17683.970336565886 rows/sec., 31.69 MiB/sec. 2026.02.26 17:12:16.186397 [ 277 ] {c534aed9-ba58-43f9-af7a-021b501fbabc} TCPHandler: Processed in 0.001921093 sec. 2026.02.26 17:12:16.186504 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:16.186596 [ 277 ] {a7e49dcb-c74b-45fc-bba1-03702f895603} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:16.186635 [ 277 ] {a7e49dcb-c74b-45fc-bba1-03702f895603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:16.186955 [ 277 ] {a7e49dcb-c74b-45fc-bba1-03702f895603} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:16.186988 [ 277 ] {a7e49dcb-c74b-45fc-bba1-03702f895603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:16.187281 [ 277 ] {a7e49dcb-c74b-45fc-bba1-03702f895603} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:12:16.187479 [ 277 ] {a7e49dcb-c74b-45fc-bba1-03702f895603} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:16.187599 [ 277 ] {a7e49dcb-c74b-45fc-bba1-03702f895603} executeQuery: Read 90 rows, 5.77 KiB in 0.001021 sec., 88148.8736532811 rows/sec., 5.52 MiB/sec. 2026.02.26 17:12:16.187632 [ 277 ] {a7e49dcb-c74b-45fc-bba1-03702f895603} TCPHandler: Processed in 0.001175733 sec. 2026.02.26 17:12:18.893347 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 500 2026.02.26 17:12:18.895706 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:18.895753 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:18.896981 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:12:18.897263 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:12:18.897508 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 500 2026.02.26 17:12:21.161565 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:21.161765 [ 277 ] {5e4bf213-0383-4ce9-b875-229f29881331} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:12:21.161834 [ 277 ] {5e4bf213-0383-4ce9-b875-229f29881331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:12:21.162442 [ 277 ] {5e4bf213-0383-4ce9-b875-229f29881331} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.162482 [ 277 ] {5e4bf213-0383-4ce9-b875-229f29881331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.162853 [ 277 ] {5e4bf213-0383-4ce9-b875-229f29881331} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.26 17:12:21.163070 [ 277 ] {5e4bf213-0383-4ce9-b875-229f29881331} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:12:21.163211 [ 277 ] {5e4bf213-0383-4ce9-b875-229f29881331} executeQuery: Read 2 rows, 167.00 B in 0.001496 sec., 1336.8983957219252 rows/sec., 109.01 KiB/sec. 2026.02.26 17:12:21.163250 [ 277 ] {5e4bf213-0383-4ce9-b875-229f29881331} TCPHandler: Processed in 0.00181272 sec. 2026.02.26 17:12:21.163363 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:21.163458 [ 277 ] {4bbd52ac-a932-4c5e-a52a-45db0fb252cd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:21.163498 [ 277 ] {4bbd52ac-a932-4c5e-a52a-45db0fb252cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:21.163922 [ 277 ] {4bbd52ac-a932-4c5e-a52a-45db0fb252cd} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.163958 [ 277 ] {4bbd52ac-a932-4c5e-a52a-45db0fb252cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.164281 [ 277 ] {4bbd52ac-a932-4c5e-a52a-45db0fb252cd} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:12:21.164491 [ 277 ] {4bbd52ac-a932-4c5e-a52a-45db0fb252cd} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:21.164616 [ 277 ] {4bbd52ac-a932-4c5e-a52a-45db0fb252cd} executeQuery: Read 77 rows, 6.49 KiB in 0.001176 sec., 65476.19047619048 rows/sec., 5.39 MiB/sec. 2026.02.26 17:12:21.164662 [ 277 ] {4bbd52ac-a932-4c5e-a52a-45db0fb252cd} TCPHandler: Processed in 0.001346987 sec. 2026.02.26 17:12:21.164782 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:21.164878 [ 277 ] {dd617000-5ce7-4b96-a7c6-c02588ac8bf3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:21.164918 [ 277 ] {dd617000-5ce7-4b96-a7c6-c02588ac8bf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:21.165302 [ 277 ] {dd617000-5ce7-4b96-a7c6-c02588ac8bf3} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.165338 [ 277 ] {dd617000-5ce7-4b96-a7c6-c02588ac8bf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.165641 [ 277 ] {dd617000-5ce7-4b96-a7c6-c02588ac8bf3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:12:21.165851 [ 277 ] {dd617000-5ce7-4b96-a7c6-c02588ac8bf3} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:21.165978 [ 277 ] {dd617000-5ce7-4b96-a7c6-c02588ac8bf3} executeQuery: Read 12 rows, 913.00 B in 0.001117 sec., 10743.061772605193 rows/sec., 798.21 KiB/sec. 2026.02.26 17:12:21.166014 [ 277 ] {dd617000-5ce7-4b96-a7c6-c02588ac8bf3} TCPHandler: Processed in 0.001283155 sec. 2026.02.26 17:12:21.166115 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:21.166207 [ 277 ] {2a0ef70c-86aa-4853-8691-f2ba5e98f5cb} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:21.166246 [ 277 ] {2a0ef70c-86aa-4853-8691-f2ba5e98f5cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:21.166650 [ 277 ] {2a0ef70c-86aa-4853-8691-f2ba5e98f5cb} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.166686 [ 277 ] {2a0ef70c-86aa-4853-8691-f2ba5e98f5cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.166992 [ 277 ] {2a0ef70c-86aa-4853-8691-f2ba5e98f5cb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:12:21.167204 [ 277 ] {2a0ef70c-86aa-4853-8691-f2ba5e98f5cb} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:21.167324 [ 277 ] {2a0ef70c-86aa-4853-8691-f2ba5e98f5cb} executeQuery: Read 76 rows, 6.08 KiB in 0.001134 sec., 67019.40035273369 rows/sec., 5.24 MiB/sec. 2026.02.26 17:12:21.167360 [ 277 ] {2a0ef70c-86aa-4853-8691-f2ba5e98f5cb} TCPHandler: Processed in 0.001292176 sec. 2026.02.26 17:12:21.167465 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:21.167558 [ 277 ] {30e7c4c6-e394-4815-8f0c-f4804ff3c984} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:21.167601 [ 277 ] {30e7c4c6-e394-4815-8f0c-f4804ff3c984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:21.167981 [ 277 ] {30e7c4c6-e394-4815-8f0c-f4804ff3c984} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.168016 [ 277 ] {30e7c4c6-e394-4815-8f0c-f4804ff3c984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.168363 [ 277 ] {30e7c4c6-e394-4815-8f0c-f4804ff3c984} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:12:21.168574 [ 277 ] {30e7c4c6-e394-4815-8f0c-f4804ff3c984} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:21.168697 [ 277 ] {30e7c4c6-e394-4815-8f0c-f4804ff3c984} executeQuery: Read 161 rows, 11.48 KiB in 0.001156 sec., 139273.35640138408 rows/sec., 9.70 MiB/sec. 2026.02.26 17:12:21.168732 [ 277 ] {30e7c4c6-e394-4815-8f0c-f4804ff3c984} TCPHandler: Processed in 0.001314747 sec. 2026.02.26 17:12:21.168836 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:21.168940 [ 277 ] {d8375e20-f0ac-4669-9d5e-05daf1709966} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:21.168996 [ 277 ] {d8375e20-f0ac-4669-9d5e-05daf1709966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:21.169777 [ 277 ] {d8375e20-f0ac-4669-9d5e-05daf1709966} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.169813 [ 277 ] {d8375e20-f0ac-4669-9d5e-05daf1709966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.170344 [ 277 ] {d8375e20-f0ac-4669-9d5e-05daf1709966} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:12:21.170573 [ 277 ] {d8375e20-f0ac-4669-9d5e-05daf1709966} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:21.170736 [ 277 ] {d8375e20-f0ac-4669-9d5e-05daf1709966} executeQuery: Read 10 rows, 18.35 KiB in 0.001814 sec., 5512.679162072767 rows/sec., 9.88 MiB/sec. 2026.02.26 17:12:21.170790 [ 277 ] {d8375e20-f0ac-4669-9d5e-05daf1709966} TCPHandler: Processed in 0.002003586 sec. 2026.02.26 17:12:21.170919 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:21.171019 [ 277 ] {a909ebb2-c735-4329-a1e1-467743683968} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:21.171060 [ 277 ] {a909ebb2-c735-4329-a1e1-467743683968} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:21.171414 [ 277 ] {a909ebb2-c735-4329-a1e1-467743683968} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.171450 [ 277 ] {a909ebb2-c735-4329-a1e1-467743683968} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.171771 [ 277 ] {a909ebb2-c735-4329-a1e1-467743683968} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:12:21.171978 [ 277 ] {a909ebb2-c735-4329-a1e1-467743683968} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:21.172100 [ 277 ] {a909ebb2-c735-4329-a1e1-467743683968} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.02.26 17:12:21.172136 [ 277 ] {a909ebb2-c735-4329-a1e1-467743683968} TCPHandler: Processed in 0.001266695 sec. 2026.02.26 17:12:21.234923 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7212 2026.02.26 17:12:21.235685 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.235755 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.236430 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:12:21.236672 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:21.236807 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7212 2026.02.26 17:12:21.601052 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.02.26 17:12:21.616732 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:21.616786 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:21.622302 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:12:21.622967 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:21.625510 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.02.26 17:12:24.170440 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57064 2026.02.26 17:12:24.170543 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.170569 [ 289 ] {} TCP-Session: c5c95740-b9c7-4bcb-b3eb-36a8527a1398 Authenticating user 'default' from [fd00:1122:3344:101::e]:57064 2026.02.26 17:12:24.170592 [ 289 ] {} TCP-Session: c5c95740-b9c7-4bcb-b3eb-36a8527a1398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.170605 [ 289 ] {} TCP-Session: c5c95740-b9c7-4bcb-b3eb-36a8527a1398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.170812 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52395 2026.02.26 17:12:24.170855 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64722 2026.02.26 17:12:24.170862 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57469 2026.02.26 17:12:24.170890 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48110 2026.02.26 17:12:24.170931 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.170914 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40647 2026.02.26 17:12:24.170967 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.170972 [ 290 ] {} TCP-Session: cb847687-28fd-4053-9331-f1125a3d444d Authenticating user 'default' from [fd00:1122:3344:101::e]:52395 2026.02.26 17:12:24.170994 [ 289 ] {} TCP-Session: c5c95740-b9c7-4bcb-b3eb-36a8527a1398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:24.171012 [ 291 ] {} TCP-Session: d9b28b72-0d8c-4aea-a4b1-50a4fca4bcd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:64722 2026.02.26 17:12:24.171024 [ 290 ] {} TCP-Session: cb847687-28fd-4053-9331-f1125a3d444d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171061 [ 291 ] {} TCP-Session: d9b28b72-0d8c-4aea-a4b1-50a4fca4bcd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171067 [ 290 ] {} TCP-Session: cb847687-28fd-4053-9331-f1125a3d444d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171084 [ 291 ] {} TCP-Session: d9b28b72-0d8c-4aea-a4b1-50a4fca4bcd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.170905 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58771 2026.02.26 17:12:24.170875 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53684 2026.02.26 17:12:24.170875 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34786 2026.02.26 17:12:24.171196 [ 289 ] {f9f54151-3e5b-4850-8d29-729e28971cef} executeQuery: (from [fd00:1122:3344:101::e]:57064) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:12:24.171394 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.171395 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.171432 [ 294 ] {} TCP-Session: 95f25ca4-98ac-4431-9cd9-8ac64561a838 Authenticating user 'default' from [fd00:1122:3344:101::e]:53684 2026.02.26 17:12:24.171452 [ 286 ] {} TCP-Session: 124b104f-7fa3-4de4-9112-52f5b1c6a5f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58771 2026.02.26 17:12:24.171472 [ 294 ] {} TCP-Session: 95f25ca4-98ac-4431-9cd9-8ac64561a838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171475 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.171492 [ 294 ] {} TCP-Session: 95f25ca4-98ac-4431-9cd9-8ac64561a838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171483 [ 286 ] {} TCP-Session: 124b104f-7fa3-4de4-9112-52f5b1c6a5f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171517 [ 275 ] {} TCP-Session: 16856a70-086d-4add-81ad-91ecd5172c8f Authenticating user 'default' from [fd00:1122:3344:101::e]:48110 2026.02.26 17:12:24.171542 [ 289 ] {f9f54151-3e5b-4850-8d29-729e28971cef} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:12:24.171552 [ 286 ] {} TCP-Session: 124b104f-7fa3-4de4-9112-52f5b1c6a5f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171574 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.171562 [ 275 ] {} TCP-Session: 16856a70-086d-4add-81ad-91ecd5172c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171617 [ 289 ] {f9f54151-3e5b-4850-8d29-729e28971cef} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:12:24.171622 [ 287 ] {} TCP-Session: 2108a8e6-f0e0-4723-8f9f-a2444ef7d40f Authenticating user 'default' from [fd00:1122:3344:101::e]:40647 2026.02.26 17:12:24.171638 [ 275 ] {} TCP-Session: 16856a70-086d-4add-81ad-91ecd5172c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171652 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.171679 [ 287 ] {} TCP-Session: 2108a8e6-f0e0-4723-8f9f-a2444ef7d40f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171715 [ 292 ] {} TCP-Session: c65cb186-14a5-4785-baff-a8b3e0abb4a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:34786 2026.02.26 17:12:24.171715 [ 287 ] {} TCP-Session: 2108a8e6-f0e0-4723-8f9f-a2444ef7d40f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171727 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.171748 [ 292 ] {} TCP-Session: c65cb186-14a5-4785-baff-a8b3e0abb4a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171779 [ 293 ] {} TCP-Session: c947b6f7-3aed-46c6-9aed-10dbd4bd5a71 Authenticating user 'default' from [fd00:1122:3344:101::e]:57469 2026.02.26 17:12:24.171781 [ 292 ] {} TCP-Session: c65cb186-14a5-4785-baff-a8b3e0abb4a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171808 [ 293 ] {} TCP-Session: c947b6f7-3aed-46c6-9aed-10dbd4bd5a71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171827 [ 293 ] {} TCP-Session: c947b6f7-3aed-46c6-9aed-10dbd4bd5a71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.171952 [ 289 ] {f9f54151-3e5b-4850-8d29-729e28971cef} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:12:24.172970 [ 304 ] {f9f54151-3e5b-4850-8d29-729e28971cef} AggregatingTransform: Aggregating 2026.02.26 17:12:24.173011 [ 304 ] {f9f54151-3e5b-4850-8d29-729e28971cef} Aggregator: Aggregation method: without_key 2026.02.26 17:12:24.173047 [ 304 ] {f9f54151-3e5b-4850-8d29-729e28971cef} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000981647 sec. (1018.696 rows/sec., 39.79 KiB/sec.) 2026.02.26 17:12:24.173066 [ 304 ] {f9f54151-3e5b-4850-8d29-729e28971cef} Aggregator: Merging aggregated data 2026.02.26 17:12:24.174421 [ 289 ] {f9f54151-3e5b-4850-8d29-729e28971cef} executeQuery: Read 1 rows, 40.00 B in 0.003284 sec., 304.50669914738125 rows/sec., 11.89 KiB/sec. 2026.02.26 17:12:24.174605 [ 289 ] {f9f54151-3e5b-4850-8d29-729e28971cef} TCPHandler: Processed in 0.003799715 sec. 2026.02.26 17:12:24.174738 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.174769 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.174785 [ 289 ] {} TCP-Session: c5c95740-b9c7-4bcb-b3eb-36a8527a1398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.174797 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.174820 [ 287 ] {} TCP-Session: 2108a8e6-f0e0-4723-8f9f-a2444ef7d40f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.174823 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.174848 [ 275 ] {} TCP-Session: 16856a70-086d-4add-81ad-91ecd5172c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.174864 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.174880 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.174898 [ 290 ] {} TCP-Session: cb847687-28fd-4053-9331-f1125a3d444d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.174920 [ 293 ] {} TCP-Session: c947b6f7-3aed-46c6-9aed-10dbd4bd5a71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.174934 [ 294 ] {} TCP-Session: 95f25ca4-98ac-4431-9cd9-8ac64561a838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.174898 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.174871 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.174997 [ 286 ] {} TCP-Session: 124b104f-7fa3-4de4-9112-52f5b1c6a5f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.175026 [ 292 ] {} TCP-Session: c65cb186-14a5-4785-baff-a8b3e0abb4a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.174836 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.175101 [ 291 ] {} TCP-Session: d9b28b72-0d8c-4aea-a4b1-50a4fca4bcd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423146 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60590 2026.02.26 17:12:24.423262 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.423288 [ 289 ] {} TCP-Session: 66de08d2-cec0-4f8e-9301-d6a502c02d38 Authenticating user 'default' from [fd00:1122:3344:101::e]:60590 2026.02.26 17:12:24.423319 [ 289 ] {} TCP-Session: 66de08d2-cec0-4f8e-9301-d6a502c02d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423336 [ 289 ] {} TCP-Session: 66de08d2-cec0-4f8e-9301-d6a502c02d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423606 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45104 2026.02.26 17:12:24.423628 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50547 2026.02.26 17:12:24.423643 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45144 2026.02.26 17:12:24.423677 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61296 2026.02.26 17:12:24.423695 [ 289 ] {} TCP-Session: 66de08d2-cec0-4f8e-9301-d6a502c02d38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:24.423723 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.423741 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.423741 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.423752 [ 293 ] {} TCP-Session: 0cb7c6e4-1c69-46c5-b4e8-2dd04cae0e4a Authenticating user 'default' from [fd00:1122:3344:101::e]:50547 2026.02.26 17:12:24.423779 [ 294 ] {} TCP-Session: 4d127338-88c7-48fc-8116-6f159ed943a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:45144 2026.02.26 17:12:24.423783 [ 290 ] {} TCP-Session: c45f5130-b189-4687-a8cb-e6c61f9bfd7f Authenticating user 'default' from [fd00:1122:3344:101::e]:45104 2026.02.26 17:12:24.423795 [ 293 ] {} TCP-Session: 0cb7c6e4-1c69-46c5-b4e8-2dd04cae0e4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423820 [ 290 ] {} TCP-Session: c45f5130-b189-4687-a8cb-e6c61f9bfd7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423819 [ 294 ] {} TCP-Session: 4d127338-88c7-48fc-8116-6f159ed943a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423831 [ 293 ] {} TCP-Session: 0cb7c6e4-1c69-46c5-b4e8-2dd04cae0e4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423848 [ 290 ] {} TCP-Session: c45f5130-b189-4687-a8cb-e6c61f9bfd7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423857 [ 294 ] {} TCP-Session: 4d127338-88c7-48fc-8116-6f159ed943a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.423874 [ 289 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} executeQuery: (from [fd00:1122:3344:101::e]:60590) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:12:24.423785 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.423657 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62469 2026.02.26 17:12:24.423946 [ 287 ] {} TCP-Session: d103cc23-f28d-4bcb-80c5-93a52a9d67f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:61296 2026.02.26 17:12:24.423632 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42246 2026.02.26 17:12:24.423981 [ 287 ] {} TCP-Session: d103cc23-f28d-4bcb-80c5-93a52a9d67f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424006 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.423621 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33910 2026.02.26 17:12:24.424030 [ 287 ] {} TCP-Session: d103cc23-f28d-4bcb-80c5-93a52a9d67f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424044 [ 275 ] {} TCP-Session: 0fbefc4b-4623-4263-a57d-cd588d421a90 Authenticating user 'default' from [fd00:1122:3344:101::e]:62469 2026.02.26 17:12:24.423671 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61161 2026.02.26 17:12:24.424086 [ 275 ] {} TCP-Session: 0fbefc4b-4623-4263-a57d-cd588d421a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424117 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.424126 [ 275 ] {} TCP-Session: 0fbefc4b-4623-4263-a57d-cd588d421a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424083 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.424155 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.424175 [ 289 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:12:24.424207 [ 286 ] {} TCP-Session: 0da60d8a-acee-46b9-bf49-7e039ac39515 Authenticating user 'default' from [fd00:1122:3344:101::e]:61161 2026.02.26 17:12:24.424216 [ 292 ] {} TCP-Session: 20503131-df23-4793-b5c5-1646b1273905 Authenticating user 'default' from [fd00:1122:3344:101::e]:42246 2026.02.26 17:12:24.424243 [ 286 ] {} TCP-Session: 0da60d8a-acee-46b9-bf49-7e039ac39515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424258 [ 289 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:12:24.424271 [ 292 ] {} TCP-Session: 20503131-df23-4793-b5c5-1646b1273905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424283 [ 286 ] {} TCP-Session: 0da60d8a-acee-46b9-bf49-7e039ac39515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424314 [ 292 ] {} TCP-Session: 20503131-df23-4793-b5c5-1646b1273905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424161 [ 291 ] {} TCP-Session: 7391d75f-e256-4d5b-9090-b0b79a65abc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:33910 2026.02.26 17:12:24.424395 [ 291 ] {} TCP-Session: 7391d75f-e256-4d5b-9090-b0b79a65abc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424411 [ 291 ] {} TCP-Session: 7391d75f-e256-4d5b-9090-b0b79a65abc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.424650 [ 289 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:12:24.425700 [ 327 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} AggregatingTransform: Aggregating 2026.02.26 17:12:24.425761 [ 327 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} Aggregator: Aggregation method: without_key 2026.02.26 17:12:24.425799 [ 327 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001031998 sec. (968.994 rows/sec., 37.85 KiB/sec.) 2026.02.26 17:12:24.425819 [ 327 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} Aggregator: Merging aggregated data 2026.02.26 17:12:24.426938 [ 289 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} executeQuery: Read 1 rows, 40.00 B in 0.003117 sec., 320.82130253448827 rows/sec., 12.53 KiB/sec. 2026.02.26 17:12:24.427081 [ 289 ] {2ab1ffa1-58c8-4877-b77a-b8c3c14b4dd9} TCPHandler: Processed in 0.003517737 sec. 2026.02.26 17:12:24.427184 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427216 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427223 [ 287 ] {} TCP-Session: d103cc23-f28d-4bcb-80c5-93a52a9d67f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.427237 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427262 [ 290 ] {} TCP-Session: c45f5130-b189-4687-a8cb-e6c61f9bfd7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.427254 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427274 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427310 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427325 [ 291 ] {} TCP-Session: 7391d75f-e256-4d5b-9090-b0b79a65abc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.427351 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427373 [ 293 ] {} TCP-Session: 0cb7c6e4-1c69-46c5-b4e8-2dd04cae0e4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.427390 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427400 [ 286 ] {} TCP-Session: 0da60d8a-acee-46b9-bf49-7e039ac39515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.427293 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.427433 [ 289 ] {} TCP-Session: 66de08d2-cec0-4f8e-9301-d6a502c02d38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.427483 [ 275 ] {} TCP-Session: 0fbefc4b-4623-4263-a57d-cd588d421a90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.427426 [ 292 ] {} TCP-Session: 20503131-df23-4793-b5c5-1646b1273905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.427285 [ 294 ] {} TCP-Session: 4d127338-88c7-48fc-8116-6f159ed943a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.462534 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61541 2026.02.26 17:12:24.462633 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.462657 [ 289 ] {} TCP-Session: 34391e1d-61ab-4257-a3ac-5d5667bb0f7c Authenticating user 'default' from [fd00:1122:3344:101::e]:61541 2026.02.26 17:12:24.462678 [ 289 ] {} TCP-Session: 34391e1d-61ab-4257-a3ac-5d5667bb0f7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.462690 [ 289 ] {} TCP-Session: 34391e1d-61ab-4257-a3ac-5d5667bb0f7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.462887 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53210 2026.02.26 17:12:24.462935 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65305 2026.02.26 17:12:24.462962 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63916 2026.02.26 17:12:24.462975 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60316 2026.02.26 17:12:24.463014 [ 289 ] {} TCP-Session: 34391e1d-61ab-4257-a3ac-5d5667bb0f7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:24.463002 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.463065 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.463053 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.463095 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.463111 [ 291 ] {} TCP-Session: 161426d9-ceed-4435-8377-a6605f8c0bf5 Authenticating user 'default' from [fd00:1122:3344:101::e]:65305 2026.02.26 17:12:24.463128 [ 293 ] {} TCP-Session: f2e81fd3-a6ae-4f12-8e90-4dc36ccba335 Authenticating user 'default' from [fd00:1122:3344:101::e]:63916 2026.02.26 17:12:24.463148 [ 292 ] {} TCP-Session: ecbfe394-2128-4167-b1e1-307ec16453d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60316 2026.02.26 17:12:24.463160 [ 291 ] {} TCP-Session: 161426d9-ceed-4435-8377-a6605f8c0bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463168 [ 293 ] {} TCP-Session: f2e81fd3-a6ae-4f12-8e90-4dc36ccba335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463194 [ 291 ] {} TCP-Session: 161426d9-ceed-4435-8377-a6605f8c0bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463199 [ 289 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} executeQuery: (from [fd00:1122:3344:101::e]:61541) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:12:24.463207 [ 293 ] {} TCP-Session: f2e81fd3-a6ae-4f12-8e90-4dc36ccba335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463094 [ 290 ] {} TCP-Session: 7071dfe6-f161-443d-b4fe-8383a1dc56bc Authenticating user 'default' from [fd00:1122:3344:101::e]:53210 2026.02.26 17:12:24.463007 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33326 2026.02.26 17:12:24.463275 [ 290 ] {} TCP-Session: 7071dfe6-f161-443d-b4fe-8383a1dc56bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463188 [ 292 ] {} TCP-Session: ecbfe394-2128-4167-b1e1-307ec16453d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463296 [ 290 ] {} TCP-Session: 7071dfe6-f161-443d-b4fe-8383a1dc56bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463321 [ 292 ] {} TCP-Session: ecbfe394-2128-4167-b1e1-307ec16453d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463330 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.463000 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53803 2026.02.26 17:12:24.463366 [ 275 ] {} TCP-Session: 633029a9-4bda-47c4-afc6-125ba3f9d3a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33326 2026.02.26 17:12:24.463390 [ 275 ] {} TCP-Session: 633029a9-4bda-47c4-afc6-125ba3f9d3a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463402 [ 275 ] {} TCP-Session: 633029a9-4bda-47c4-afc6-125ba3f9d3a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463420 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.463443 [ 294 ] {} TCP-Session: 52e73ad1-0a3e-4fe2-89c8-b503fa927fef Authenticating user 'default' from [fd00:1122:3344:101::e]:53803 2026.02.26 17:12:24.463462 [ 294 ] {} TCP-Session: 52e73ad1-0a3e-4fe2-89c8-b503fa927fef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463471 [ 289 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:12:24.463475 [ 294 ] {} TCP-Session: 52e73ad1-0a3e-4fe2-89c8-b503fa927fef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.463540 [ 289 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:12:24.463877 [ 289 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:12:24.464983 [ 332 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} AggregatingTransform: Aggregating 2026.02.26 17:12:24.465032 [ 332 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} Aggregator: Aggregation method: without_key 2026.02.26 17:12:24.465072 [ 332 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00107743 sec. (928.135 rows/sec., 36.26 KiB/sec.) 2026.02.26 17:12:24.465091 [ 332 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} Aggregator: Merging aggregated data 2026.02.26 17:12:24.466353 [ 289 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} executeQuery: Read 1 rows, 40.00 B in 0.003212 sec., 311.332503113325 rows/sec., 12.16 KiB/sec. 2026.02.26 17:12:24.466497 [ 289 ] {c7cb8fa8-482f-42a3-ae70-5f5cbe41535f} TCPHandler: Processed in 0.00361273 sec. 2026.02.26 17:12:24.466594 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.466621 [ 289 ] {} TCP-Session: 34391e1d-61ab-4257-a3ac-5d5667bb0f7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.466644 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.466659 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.466682 [ 294 ] {} TCP-Session: 52e73ad1-0a3e-4fe2-89c8-b503fa927fef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.466683 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.466699 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.466718 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.466733 [ 291 ] {} TCP-Session: 161426d9-ceed-4435-8377-a6605f8c0bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.466749 [ 293 ] {} TCP-Session: f2e81fd3-a6ae-4f12-8e90-4dc36ccba335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.466770 [ 292 ] {} TCP-Session: ecbfe394-2128-4167-b1e1-307ec16453d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.466740 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:12:24.466694 [ 290 ] {} TCP-Session: 7071dfe6-f161-443d-b4fe-8383a1dc56bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.466836 [ 275 ] {} TCP-Session: 633029a9-4bda-47c4-afc6-125ba3f9d3a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.468427 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59077 2026.02.26 17:12:24.468466 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45959 2026.02.26 17:12:24.468488 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.468510 [ 287 ] {} TCP-Session: 6283b053-99b4-43b6-949a-0b2040a49070 Authenticating user 'default' from [fd00:1122:3344:101::e]:59077 2026.02.26 17:12:24.468524 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:12:24.468531 [ 287 ] {} TCP-Session: 6283b053-99b4-43b6-949a-0b2040a49070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.468547 [ 286 ] {} TCP-Session: 0b601fb5-9e51-471c-8f52-32ac9419d0de Authenticating user 'default' from [fd00:1122:3344:101::e]:45959 2026.02.26 17:12:24.468547 [ 287 ] {} TCP-Session: 6283b053-99b4-43b6-949a-0b2040a49070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.468564 [ 286 ] {} TCP-Session: 0b601fb5-9e51-471c-8f52-32ac9419d0de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.468578 [ 286 ] {} TCP-Session: 0b601fb5-9e51-471c-8f52-32ac9419d0de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.492859 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:45959). (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.26 17:12:24.493021 [ 286 ] {} TCP-Session: 0b601fb5-9e51-471c-8f52-32ac9419d0de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:24.493037 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:59077). (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.26 17:12:24.493087 [ 287 ] {} TCP-Session: 6283b053-99b4-43b6-949a-0b2040a49070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:12:26.170763 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.170935 [ 277 ] {b81e3eaa-e46f-40c3-b4e1-eb8b30b17a5a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:12:26.170999 [ 277 ] {b81e3eaa-e46f-40c3-b4e1-eb8b30b17a5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:12:26.171724 [ 277 ] {b81e3eaa-e46f-40c3-b4e1-eb8b30b17a5a} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.171769 [ 277 ] {b81e3eaa-e46f-40c3-b4e1-eb8b30b17a5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.172189 [ 277 ] {b81e3eaa-e46f-40c3-b4e1-eb8b30b17a5a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:12:26.172425 [ 277 ] {b81e3eaa-e46f-40c3-b4e1-eb8b30b17a5a} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:12:26.172588 [ 277 ] {b81e3eaa-e46f-40c3-b4e1-eb8b30b17a5a} executeQuery: Read 284 rows, 18.47 KiB in 0.001698 sec., 167255.59481743225 rows/sec., 10.62 MiB/sec. 2026.02.26 17:12:26.172627 [ 277 ] {b81e3eaa-e46f-40c3-b4e1-eb8b30b17a5a} TCPHandler: Processed in 0.001986375 sec. 2026.02.26 17:12:26.172754 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.172851 [ 277 ] {155ab3e6-6d49-4004-afe0-ef84f60377f1} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:26.172892 [ 277 ] {155ab3e6-6d49-4004-afe0-ef84f60377f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:26.173700 [ 277 ] {155ab3e6-6d49-4004-afe0-ef84f60377f1} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.173735 [ 277 ] {155ab3e6-6d49-4004-afe0-ef84f60377f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.174124 [ 277 ] {155ab3e6-6d49-4004-afe0-ef84f60377f1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:12:26.174345 [ 277 ] {155ab3e6-6d49-4004-afe0-ef84f60377f1} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:26.174467 [ 277 ] {155ab3e6-6d49-4004-afe0-ef84f60377f1} executeQuery: Read 859 rows, 70.06 KiB in 0.001636 sec., 525061.1246943765 rows/sec., 41.82 MiB/sec. 2026.02.26 17:12:26.174503 [ 277 ] {155ab3e6-6d49-4004-afe0-ef84f60377f1} TCPHandler: Processed in 0.00179668 sec. 2026.02.26 17:12:26.174616 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.174711 [ 277 ] {8064ffa7-fedd-4d82-92cd-196df3c94889} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:26.174750 [ 277 ] {8064ffa7-fedd-4d82-92cd-196df3c94889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:26.175191 [ 277 ] {8064ffa7-fedd-4d82-92cd-196df3c94889} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.175226 [ 277 ] {8064ffa7-fedd-4d82-92cd-196df3c94889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.175535 [ 277 ] {8064ffa7-fedd-4d82-92cd-196df3c94889} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:12:26.175774 [ 277 ] {8064ffa7-fedd-4d82-92cd-196df3c94889} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:26.175897 [ 277 ] {8064ffa7-fedd-4d82-92cd-196df3c94889} executeQuery: Read 173 rows, 10.87 KiB in 0.001204 sec., 143687.707641196 rows/sec., 8.82 MiB/sec. 2026.02.26 17:12:26.175932 [ 277 ] {8064ffa7-fedd-4d82-92cd-196df3c94889} TCPHandler: Processed in 0.001364218 sec. 2026.02.26 17:12:26.176044 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.176138 [ 277 ] {58e18c0e-0d1f-4d5f-9e1f-0cb1c6d9a56b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:12:26.176177 [ 277 ] {58e18c0e-0d1f-4d5f-9e1f-0cb1c6d9a56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:12:26.176598 [ 277 ] {58e18c0e-0d1f-4d5f-9e1f-0cb1c6d9a56b} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.176632 [ 277 ] {58e18c0e-0d1f-4d5f-9e1f-0cb1c6d9a56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.176939 [ 277 ] {58e18c0e-0d1f-4d5f-9e1f-0cb1c6d9a56b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:12:26.177149 [ 277 ] {58e18c0e-0d1f-4d5f-9e1f-0cb1c6d9a56b} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:12:26.177271 [ 277 ] {58e18c0e-0d1f-4d5f-9e1f-0cb1c6d9a56b} executeQuery: Read 149 rows, 9.86 KiB in 0.001151 sec., 129452.64986967856 rows/sec., 8.36 MiB/sec. 2026.02.26 17:12:26.177309 [ 277 ] {58e18c0e-0d1f-4d5f-9e1f-0cb1c6d9a56b} TCPHandler: Processed in 0.001313246 sec. 2026.02.26 17:12:26.177421 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.177515 [ 277 ] {b6b9f8a1-b290-4dd2-b57d-b3072f2f535e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:12:26.177555 [ 277 ] {b6b9f8a1-b290-4dd2-b57d-b3072f2f535e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:12:26.177979 [ 277 ] {b6b9f8a1-b290-4dd2-b57d-b3072f2f535e} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.178014 [ 277 ] {b6b9f8a1-b290-4dd2-b57d-b3072f2f535e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.178315 [ 277 ] {b6b9f8a1-b290-4dd2-b57d-b3072f2f535e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:12:26.178524 [ 277 ] {b6b9f8a1-b290-4dd2-b57d-b3072f2f535e} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:12:26.178644 [ 277 ] {b6b9f8a1-b290-4dd2-b57d-b3072f2f535e} executeQuery: Read 148 rows, 8.62 KiB in 0.001147 sec., 129032.25806451612 rows/sec., 7.34 MiB/sec. 2026.02.26 17:12:26.178681 [ 277 ] {b6b9f8a1-b290-4dd2-b57d-b3072f2f535e} TCPHandler: Processed in 0.001306556 sec. 2026.02.26 17:12:26.178790 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.178884 [ 277 ] {8fa3c383-bb66-43ce-941b-2ae939cae7ae} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:26.178923 [ 277 ] {8fa3c383-bb66-43ce-941b-2ae939cae7ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:26.179500 [ 277 ] {8fa3c383-bb66-43ce-941b-2ae939cae7ae} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.179536 [ 277 ] {8fa3c383-bb66-43ce-941b-2ae939cae7ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.179856 [ 277 ] {8fa3c383-bb66-43ce-941b-2ae939cae7ae} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:12:26.180088 [ 277 ] {8fa3c383-bb66-43ce-941b-2ae939cae7ae} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:26.180212 [ 277 ] {8fa3c383-bb66-43ce-941b-2ae939cae7ae} executeQuery: Read 521 rows, 37.66 KiB in 0.001346 sec., 387072.80832095095 rows/sec., 27.32 MiB/sec. 2026.02.26 17:12:26.180248 [ 277 ] {8fa3c383-bb66-43ce-941b-2ae939cae7ae} TCPHandler: Processed in 0.001505242 sec. 2026.02.26 17:12:26.180348 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.180442 [ 277 ] {7d55cf1e-6420-413c-846f-431b15c6bbaf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:12:26.180483 [ 277 ] {7d55cf1e-6420-413c-846f-431b15c6bbaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:12:26.180806 [ 277 ] {7d55cf1e-6420-413c-846f-431b15c6bbaf} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.180839 [ 277 ] {7d55cf1e-6420-413c-846f-431b15c6bbaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.181143 [ 277 ] {7d55cf1e-6420-413c-846f-431b15c6bbaf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:12:26.181352 [ 277 ] {7d55cf1e-6420-413c-846f-431b15c6bbaf} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:12:26.181474 [ 277 ] {7d55cf1e-6420-413c-846f-431b15c6bbaf} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2026.02.26 17:12:26.181510 [ 277 ] {7d55cf1e-6420-413c-846f-431b15c6bbaf} TCPHandler: Processed in 0.001210573 sec. 2026.02.26 17:12:26.181616 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.181719 [ 277 ] {17091064-280a-43e7-8701-31e9c7262713} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:26.181763 [ 277 ] {17091064-280a-43e7-8701-31e9c7262713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:26.182174 [ 277 ] {17091064-280a-43e7-8701-31e9c7262713} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.182209 [ 277 ] {17091064-280a-43e7-8701-31e9c7262713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.182558 [ 277 ] {17091064-280a-43e7-8701-31e9c7262713} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:12:26.182778 [ 277 ] {17091064-280a-43e7-8701-31e9c7262713} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:26.182905 [ 277 ] {17091064-280a-43e7-8701-31e9c7262713} executeQuery: Read 265 rows, 18.03 KiB in 0.001205 sec., 219917.0124481328 rows/sec., 14.61 MiB/sec. 2026.02.26 17:12:26.182942 [ 277 ] {17091064-280a-43e7-8701-31e9c7262713} TCPHandler: Processed in 0.001375148 sec. 2026.02.26 17:12:26.183051 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.183146 [ 277 ] {322bf4b5-c1ff-4b7b-9f9c-b4986d5b3b49} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:12:26.183187 [ 277 ] {322bf4b5-c1ff-4b7b-9f9c-b4986d5b3b49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:12:26.183582 [ 277 ] {322bf4b5-c1ff-4b7b-9f9c-b4986d5b3b49} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.183615 [ 277 ] {322bf4b5-c1ff-4b7b-9f9c-b4986d5b3b49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.183909 [ 277 ] {322bf4b5-c1ff-4b7b-9f9c-b4986d5b3b49} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:12:26.184118 [ 277 ] {322bf4b5-c1ff-4b7b-9f9c-b4986d5b3b49} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:12:26.184245 [ 277 ] {322bf4b5-c1ff-4b7b-9f9c-b4986d5b3b49} executeQuery: Read 1 rows, 69.00 B in 0.001119 sec., 893.6550491510277 rows/sec., 60.22 KiB/sec. 2026.02.26 17:12:26.184281 [ 277 ] {322bf4b5-c1ff-4b7b-9f9c-b4986d5b3b49} TCPHandler: Processed in 0.001278605 sec. 2026.02.26 17:12:26.184389 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.184483 [ 277 ] {7cd91bfd-a23b-4e4b-aeb5-7b82527ec674} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:26.184615 [ 277 ] {7cd91bfd-a23b-4e4b-aeb5-7b82527ec674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:26.185430 [ 277 ] {7cd91bfd-a23b-4e4b-aeb5-7b82527ec674} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.185466 [ 277 ] {7cd91bfd-a23b-4e4b-aeb5-7b82527ec674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.186016 [ 277 ] {7cd91bfd-a23b-4e4b-aeb5-7b82527ec674} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:12:26.186260 [ 277 ] {7cd91bfd-a23b-4e4b-aeb5-7b82527ec674} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:26.186406 [ 277 ] {7cd91bfd-a23b-4e4b-aeb5-7b82527ec674} executeQuery: Read 31 rows, 56.88 KiB in 0.001941 sec., 15971.148892323545 rows/sec., 28.62 MiB/sec. 2026.02.26 17:12:26.186466 [ 277 ] {7cd91bfd-a23b-4e4b-aeb5-7b82527ec674} TCPHandler: Processed in 0.002123558 sec. 2026.02.26 17:12:26.186579 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:26.186674 [ 277 ] {a7180b3f-7535-4895-b7b4-eea3ce21a7c9} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:26.186714 [ 277 ] {a7180b3f-7535-4895-b7b4-eea3ce21a7c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:26.187052 [ 277 ] {a7180b3f-7535-4895-b7b4-eea3ce21a7c9} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:26.187088 [ 277 ] {a7180b3f-7535-4895-b7b4-eea3ce21a7c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:26.187402 [ 277 ] {a7180b3f-7535-4895-b7b4-eea3ce21a7c9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:12:26.187609 [ 277 ] {a7180b3f-7535-4895-b7b4-eea3ce21a7c9} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:26.187736 [ 277 ] {a7180b3f-7535-4895-b7b4-eea3ce21a7c9} executeQuery: Read 90 rows, 5.77 KiB in 0.001081 sec., 83256.24421831638 rows/sec., 5.21 MiB/sec. 2026.02.26 17:12:26.187770 [ 277 ] {a7180b3f-7535-4895-b7b4-eea3ce21a7c9} TCPHandler: Processed in 0.001240844 sec. 2026.02.26 17:12:28.590294 [ 136 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:12:28.590342 [ 136 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:12:28.737829 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7660 2026.02.26 17:12:28.738305 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:28.738343 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:28.738814 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:12:28.739044 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:28.739171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7660 2026.02.26 17:12:28.739172 [ 136 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:12:28.739242 [ 136 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:28.739263 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:28.739397 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:12:28.739555 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:28.739599 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5292 rows starting from the beginning of the part 2026.02.26 17:12:28.739674 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:12:28.739723 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:12:28.739769 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:12:28.739812 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:12:28.739854 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:12:28.741286 [ 189 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7660 rows, containing 4 columns (4 merged, 0 gathered) in 0.001955204 sec., 3917749.759104421 rows/sec., 56.04 MiB/sec. 2026.02.26 17:12:28.741984 [ 196 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:12:28.742270 [ 196 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_16_3} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:28.742353 [ 196 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_16_3} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:12:28.742447 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.02.26 17:12:28.898597 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 542 2026.02.26 17:12:28.901000 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:28.901045 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:28.902225 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:12:28.902511 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:12:28.902662 [ 136 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:12:28.902710 [ 136 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:28.902731 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:28.902762 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 542 2026.02.26 17:12:28.902858 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::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.26 17:12:28.903596 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:28.903749 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2026.02.26 17:12:28.904141 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2026.02.26 17:12:28.904498 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2026.02.26 17:12:28.904836 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.02.26 17:12:28.905166 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2026.02.26 17:12:28.905483 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2026.02.26 17:12:28.911517 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 72 columns (72 merged, 0 gathered) in 0.008725221 sec., 62118.77040134571 rows/sec., 56.00 MiB/sec. 2026.02.26 17:12:28.912472 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:12:28.912987 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:12:28.913061 [ 189 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_11_2} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:12:28.913217 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2026.02.26 17:12:29.001284 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000937366 sec. 2026.02.26 17:12:29.126516 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.02.26 17:12:29.142551 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:29.142594 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:29.148997 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:12:29.149690 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:29.149960 [ 136 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:12:29.149994 [ 136 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:29.150013 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.02.26 17:12:29.150172 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:12:29.152537 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.02.26 17:12:29.153948 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:29.155337 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:12:29.159870 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:12:29.164065 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:12:29.168429 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:12:29.173089 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:12:29.177630 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:12:29.230527 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080442098 sec., 1504.1875213150208 rows/sec., 7.78 MiB/sec. 2026.02.26 17:12:29.232032 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:12:29.233600 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_16_3} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:29.233686 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_16_3} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:12:29.235108 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.02.26 17:12:30.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 231.61 MiB, peak 241.56 MiB, free memory in arenas 0.00 B, will set to 241.49 MiB (RSS), difference: 9.88 MiB 2026.02.26 17:12:31.161639 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:31.161834 [ 277 ] {f1f8057b-c694-4f5a-914a-56ac0edd15c2} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:31.161907 [ 277 ] {f1f8057b-c694-4f5a-914a-56ac0edd15c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:31.162589 [ 277 ] {f1f8057b-c694-4f5a-914a-56ac0edd15c2} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.162636 [ 277 ] {f1f8057b-c694-4f5a-914a-56ac0edd15c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.163047 [ 277 ] {f1f8057b-c694-4f5a-914a-56ac0edd15c2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:12:31.163279 [ 277 ] {f1f8057b-c694-4f5a-914a-56ac0edd15c2} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:31.163427 [ 277 ] {f1f8057b-c694-4f5a-914a-56ac0edd15c2} executeQuery: Read 76 rows, 6.41 KiB in 0.001646 sec., 46172.53948967194 rows/sec., 3.80 MiB/sec. 2026.02.26 17:12:31.163439 [ 134 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:12:31.163468 [ 277 ] {f1f8057b-c694-4f5a-914a-56ac0edd15c2} TCPHandler: Processed in 0.001975354 sec. 2026.02.26 17:12:31.163510 [ 134 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.163536 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.163628 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:31.163637 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:12:31.163749 [ 277 ] {f688ee90-77a7-4d30-9593-c612c9baf260} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:31.163782 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:31.163796 [ 277 ] {f688ee90-77a7-4d30-9593-c612c9baf260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:31.163840 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1008 rows starting from the beginning of the part 2026.02.26 17:12:31.163916 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 76 rows starting from the beginning of the part 2026.02.26 17:12:31.163961 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 859 rows starting from the beginning of the part 2026.02.26 17:12:31.164002 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part 2026.02.26 17:12:31.164039 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 859 rows starting from the beginning of the part 2026.02.26 17:12:31.164077 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 76 rows starting from the beginning of the part 2026.02.26 17:12:31.164297 [ 277 ] {f688ee90-77a7-4d30-9593-c612c9baf260} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.164342 [ 277 ] {f688ee90-77a7-4d30-9593-c612c9baf260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.164762 [ 277 ] {f688ee90-77a7-4d30-9593-c612c9baf260} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:12:31.164994 [ 277 ] {f688ee90-77a7-4d30-9593-c612c9baf260} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:31.165119 [ 277 ] {f688ee90-77a7-4d30-9593-c612c9baf260} executeQuery: Read 10 rows, 770.00 B in 0.00139 sec., 7194.244604316547 rows/sec., 540.97 KiB/sec. 2026.02.26 17:12:31.165156 [ 277 ] {f688ee90-77a7-4d30-9593-c612c9baf260} TCPHandler: Processed in 0.001586234 sec. 2026.02.26 17:12:31.165272 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:31.165366 [ 277 ] {f1e32520-658d-4925-84d6-a6318ba4c0bd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:31.165405 [ 277 ] {f1e32520-658d-4925-84d6-a6318ba4c0bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:31.165480 [ 187 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2955 rows, containing 5 columns (5 merged, 0 gathered) in 0.001882772 sec., 1569494.3413222632 rows/sec., 132.36 MiB/sec. 2026.02.26 17:12:31.165691 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:12:31.165825 [ 277 ] {f1e32520-658d-4925-84d6-a6318ba4c0bd} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.165868 [ 277 ] {f1e32520-658d-4925-84d6-a6318ba4c0bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.165962 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:31.166048 [ 194 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_21_4} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:12:31.166122 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.02.26 17:12:31.166200 [ 277 ] {f1e32520-658d-4925-84d6-a6318ba4c0bd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:12:31.166424 [ 277 ] {f1e32520-658d-4925-84d6-a6318ba4c0bd} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:31.166531 [ 133 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:12:31.166549 [ 277 ] {f1e32520-658d-4925-84d6-a6318ba4c0bd} executeQuery: Read 74 rows, 5.92 KiB in 0.001201 sec., 61615.32056619484 rows/sec., 4.81 MiB/sec. 2026.02.26 17:12:31.166594 [ 133 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.166604 [ 277 ] {f1e32520-658d-4925-84d6-a6318ba4c0bd} TCPHandler: Processed in 0.001383338 sec. 2026.02.26 17:12:31.166623 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.166710 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:12:31.166725 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:31.166804 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:31.166824 [ 277 ] {166b6e47-9db0-4524-9480-231b5bef0443} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:31.166833 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 603 rows starting from the beginning of the part 2026.02.26 17:12:31.166866 [ 277 ] {166b6e47-9db0-4524-9480-231b5bef0443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:31.166894 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 74 rows starting from the beginning of the part 2026.02.26 17:12:31.166938 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 521 rows starting from the beginning of the part 2026.02.26 17:12:31.166980 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 76 rows starting from the beginning of the part 2026.02.26 17:12:31.167022 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 521 rows starting from the beginning of the part 2026.02.26 17:12:31.167062 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part 2026.02.26 17:12:31.167267 [ 277 ] {166b6e47-9db0-4524-9480-231b5bef0443} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.167301 [ 277 ] {166b6e47-9db0-4524-9480-231b5bef0443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.167635 [ 277 ] {166b6e47-9db0-4524-9480-231b5bef0443} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:12:31.167839 [ 277 ] {166b6e47-9db0-4524-9480-231b5bef0443} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:31.167960 [ 133 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:12:31.167965 [ 277 ] {166b6e47-9db0-4524-9480-231b5bef0443} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2026.02.26 17:12:31.167994 [ 133 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.168016 [ 277 ] {166b6e47-9db0-4524-9480-231b5bef0443} TCPHandler: Processed in 0.001339827 sec. 2026.02.26 17:12:31.168018 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.168094 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:12:31.168104 [ 194 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1869 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014325 sec., 1304712.0418848167 rows/sec., 98.96 MiB/sec. 2026.02.26 17:12:31.168135 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:31.168184 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:31.168209 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3164 rows starting from the beginning of the part 2026.02.26 17:12:31.168235 [ 277 ] {ad9d3392-18d5-4d50-973b-ecb4d6b68641} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:31.168254 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.02.26 17:12:31.168295 [ 277 ] {ad9d3392-18d5-4d50-973b-ecb4d6b68641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:31.168297 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 265 rows starting from the beginning of the part 2026.02.26 17:12:31.168307 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:12:31.168343 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part 2026.02.26 17:12:31.168385 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 265 rows starting from the beginning of the part 2026.02.26 17:12:31.168423 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.02.26 17:12:31.168665 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:31.168755 [ 202 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_21_4} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:12:31.168871 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.02.26 17:12:31.169048 [ 277 ] {ad9d3392-18d5-4d50-973b-ecb4d6b68641} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.169089 [ 277 ] {ad9d3392-18d5-4d50-973b-ecb4d6b68641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.169616 [ 277 ] {ad9d3392-18d5-4d50-973b-ecb4d6b68641} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:12:31.169849 [ 277 ] {ad9d3392-18d5-4d50-973b-ecb4d6b68641} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:31.169986 [ 277 ] {ad9d3392-18d5-4d50-973b-ecb4d6b68641} executeQuery: Read 10 rows, 18.35 KiB in 0.001769 sec., 5652.911249293386 rows/sec., 10.13 MiB/sec. 2026.02.26 17:12:31.170037 [ 277 ] {ad9d3392-18d5-4d50-973b-ecb4d6b68641} TCPHandler: Processed in 0.001954434 sec. 2026.02.26 17:12:31.170072 [ 202 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4175 rows, containing 5 columns (5 merged, 0 gathered) in 0.002001225 sec., 2086222.188909293 rows/sec., 142.42 MiB/sec. 2026.02.26 17:12:31.170150 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:31.170250 [ 277 ] {9dd33973-2e7f-4b51-84f9-3bdc9ae6a824} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:31.170293 [ 277 ] {9dd33973-2e7f-4b51-84f9-3bdc9ae6a824} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:31.170435 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:12:31.170624 [ 277 ] {9dd33973-2e7f-4b51-84f9-3bdc9ae6a824} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.170658 [ 277 ] {9dd33973-2e7f-4b51-84f9-3bdc9ae6a824} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.170664 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:31.170726 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_21_4} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:12:31.170788 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.02.26 17:12:31.170962 [ 277 ] {9dd33973-2e7f-4b51-84f9-3bdc9ae6a824} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:12:31.171178 [ 277 ] {9dd33973-2e7f-4b51-84f9-3bdc9ae6a824} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:31.171277 [ 133 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:12:31.171302 [ 277 ] {9dd33973-2e7f-4b51-84f9-3bdc9ae6a824} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.02.26 17:12:31.171308 [ 133 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:31.171341 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:31.171344 [ 277 ] {9dd33973-2e7f-4b51-84f9-3bdc9ae6a824} TCPHandler: Processed in 0.001243204 sec. 2026.02.26 17:12:31.171432 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:12:31.171587 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:31.171624 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1050 rows starting from the beginning of the part 2026.02.26 17:12:31.171692 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.02.26 17:12:31.171733 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part 2026.02.26 17:12:31.171775 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:12:31.171812 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part 2026.02.26 17:12:31.171850 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:12:31.172894 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 4 columns (4 merged, 0 gathered) in 0.001500851 sec., 939467.0090501988 rows/sec., 60.61 MiB/sec. 2026.02.26 17:12:31.173114 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:12:31.173402 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:31.173475 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_21_4} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:12:31.173573 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.26 17:12:36.169939 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.170132 [ 277 ] {9382ba5b-68d7-4452-9243-cfce5c3eae01} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:12:36.170198 [ 277 ] {9382ba5b-68d7-4452-9243-cfce5c3eae01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:12:36.170947 [ 277 ] {9382ba5b-68d7-4452-9243-cfce5c3eae01} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.170984 [ 277 ] {9382ba5b-68d7-4452-9243-cfce5c3eae01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.171373 [ 277 ] {9382ba5b-68d7-4452-9243-cfce5c3eae01} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:12:36.171598 [ 277 ] {9382ba5b-68d7-4452-9243-cfce5c3eae01} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:12:36.171721 [ 123 ] {} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:12:36.171736 [ 277 ] {9382ba5b-68d7-4452-9243-cfce5c3eae01} executeQuery: Read 284 rows, 18.47 KiB in 0.001653 sec., 171808.83242589232 rows/sec., 10.91 MiB/sec. 2026.02.26 17:12:36.171787 [ 123 ] {} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.171798 [ 277 ] {9382ba5b-68d7-4452-9243-cfce5c3eae01} TCPHandler: Processed in 0.001982884 sec. 2026.02.26 17:12:36.171817 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.171935 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.171944 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::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.26 17:12:36.172033 [ 277 ] {1b413324-5c5e-4cda-9ab6-f01cc9ec7f17} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:12:36.172076 [ 277 ] {1b413324-5c5e-4cda-9ab6-f01cc9ec7f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:12:36.172091 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:36.172132 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part 2026.02.26 17:12:36.172232 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.02.26 17:12:36.172289 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.02.26 17:12:36.172340 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.02.26 17:12:36.172392 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.02.26 17:12:36.172437 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.02.26 17:12:36.172463 [ 277 ] {1b413324-5c5e-4cda-9ab6-f01cc9ec7f17} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.172504 [ 277 ] {1b413324-5c5e-4cda-9ab6-f01cc9ec7f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.172835 [ 277 ] {1b413324-5c5e-4cda-9ab6-f01cc9ec7f17} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.26 17:12:36.173078 [ 277 ] {1b413324-5c5e-4cda-9ab6-f01cc9ec7f17} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:12:36.173206 [ 277 ] {1b413324-5c5e-4cda-9ab6-f01cc9ec7f17} executeQuery: Read 4 rows, 334.00 B in 0.001191 sec., 3358.5222502099077 rows/sec., 273.86 KiB/sec. 2026.02.26 17:12:36.173242 [ 277 ] {1b413324-5c5e-4cda-9ab6-f01cc9ec7f17} TCPHandler: Processed in 0.001354217 sec. 2026.02.26 17:12:36.173351 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.173443 [ 277 ] {ab6ba531-7337-465e-a2f6-8905b729b4ec} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:36.173481 [ 277 ] {ab6ba531-7337-465e-a2f6-8905b729b4ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:36.173584 [ 201 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001696947 sec., 1018299.334039307 rows/sec., 68.84 MiB/sec. 2026.02.26 17:12:36.173731 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:12:36.173985 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:12:36.174064 [ 193 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_11_2} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:12:36.174136 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.02.26 17:12:36.174295 [ 277 ] {ab6ba531-7337-465e-a2f6-8905b729b4ec} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.174334 [ 277 ] {ab6ba531-7337-465e-a2f6-8905b729b4ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.174692 [ 277 ] {ab6ba531-7337-465e-a2f6-8905b729b4ec} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:12:36.174902 [ 277 ] {ab6ba531-7337-465e-a2f6-8905b729b4ec} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:36.175021 [ 277 ] {ab6ba531-7337-465e-a2f6-8905b729b4ec} executeQuery: Read 861 rows, 70.21 KiB in 0.001597 sec., 539135.8797745773 rows/sec., 42.93 MiB/sec. 2026.02.26 17:12:36.175057 [ 277 ] {ab6ba531-7337-465e-a2f6-8905b729b4ec} TCPHandler: Processed in 0.001752619 sec. 2026.02.26 17:12:36.175182 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.175296 [ 277 ] {7971c660-749c-486e-ad45-ff80946fc307} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:36.175337 [ 277 ] {7971c660-749c-486e-ad45-ff80946fc307} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:36.175819 [ 277 ] {7971c660-749c-486e-ad45-ff80946fc307} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.175855 [ 277 ] {7971c660-749c-486e-ad45-ff80946fc307} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.176185 [ 277 ] {7971c660-749c-486e-ad45-ff80946fc307} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:12:36.176423 [ 277 ] {7971c660-749c-486e-ad45-ff80946fc307} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:36.176526 [ 123 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:12:36.176548 [ 277 ] {7971c660-749c-486e-ad45-ff80946fc307} executeQuery: Read 177 rows, 11.15 KiB in 0.00127 sec., 139370.07874015748 rows/sec., 8.58 MiB/sec. 2026.02.26 17:12:36.176563 [ 123 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.176590 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.176592 [ 277 ] {7971c660-749c-486e-ad45-ff80946fc307} TCPHandler: Processed in 0.00146085 sec. 2026.02.26 17:12:36.176686 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:12:36.176715 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.176815 [ 277 ] {cc2897cc-8bfc-4fd5-a73d-ccf5f40544dd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:12:36.176818 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:36.176856 [ 277 ] {cc2897cc-8bfc-4fd5-a73d-ccf5f40544dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:12:36.176871 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 213 rows starting from the beginning of the part 2026.02.26 17:12:36.176951 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 173 rows starting from the beginning of the part 2026.02.26 17:12:36.177007 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.02.26 17:12:36.177056 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 173 rows starting from the beginning of the part 2026.02.26 17:12:36.177118 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:12:36.177167 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 177 rows starting from the beginning of the part 2026.02.26 17:12:36.177331 [ 277 ] {cc2897cc-8bfc-4fd5-a73d-ccf5f40544dd} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.177372 [ 277 ] {cc2897cc-8bfc-4fd5-a73d-ccf5f40544dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.177731 [ 277 ] {cc2897cc-8bfc-4fd5-a73d-ccf5f40544dd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:12:36.177956 [ 277 ] {cc2897cc-8bfc-4fd5-a73d-ccf5f40544dd} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:12:36.178054 [ 123 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:12:36.178082 [ 123 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.178084 [ 277 ] {cc2897cc-8bfc-4fd5-a73d-ccf5f40544dd} executeQuery: Read 149 rows, 9.86 KiB in 0.001287 sec., 115773.11577311577 rows/sec., 7.48 MiB/sec. 2026.02.26 17:12:36.178100 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.178132 [ 277 ] {cc2897cc-8bfc-4fd5-a73d-ccf5f40544dd} TCPHandler: Processed in 0.001464741 sec. 2026.02.26 17:12:36.178197 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:12:36.178213 [ 198 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568624 sec., 483226.06309733883 rows/sec., 31.97 MiB/sec. 2026.02.26 17:12:36.178250 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.178308 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:36.178345 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:12:36.178362 [ 277 ] {5419019f-a997-4d53-9879-731012db1c2c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:12:36.178401 [ 195 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:12:36.178406 [ 277 ] {5419019f-a997-4d53-9879-731012db1c2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:12:36.178407 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 149 rows starting from the beginning of the part 2026.02.26 17:12:36.178487 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 149 rows starting from the beginning of the part 2026.02.26 17:12:36.178542 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.02.26 17:12:36.178589 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.02.26 17:12:36.178632 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.02.26 17:12:36.178692 [ 195 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:36.178770 [ 195 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_21_4} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:12:36.178838 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.26 17:12:36.178877 [ 277 ] {5419019f-a997-4d53-9879-731012db1c2c} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.178916 [ 277 ] {5419019f-a997-4d53-9879-731012db1c2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.179237 [ 277 ] {5419019f-a997-4d53-9879-731012db1c2c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:12:36.179459 [ 277 ] {5419019f-a997-4d53-9879-731012db1c2c} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:12:36.179530 [ 191 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 5 columns (5 merged, 0 gathered) in 0.001369638 sec., 670250.0952806508 rows/sec., 46.18 MiB/sec. 2026.02.26 17:12:36.179555 [ 123 ] {} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:12:36.179578 [ 123 ] {} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.179583 [ 277 ] {5419019f-a997-4d53-9879-731012db1c2c} executeQuery: Read 148 rows, 8.62 KiB in 0.001238 sec., 119547.65751211632 rows/sec., 6.80 MiB/sec. 2026.02.26 17:12:36.179594 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.179631 [ 277 ] {5419019f-a997-4d53-9879-731012db1c2c} TCPHandler: Processed in 0.001429279 sec. 2026.02.26 17:12:36.179666 [ 195 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:12:36.179674 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::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.26 17:12:36.179745 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.179769 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:36.179799 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 160 rows starting from the beginning of the part 2026.02.26 17:12:36.179845 [ 277 ] {e877a828-666f-4a88-8aea-fd00da3b5078} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:36.179848 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.02.26 17:12:36.179894 [ 277 ] {e877a828-666f-4a88-8aea-fd00da3b5078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:36.179907 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.02.26 17:12:36.179939 [ 195 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:12:36.179948 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.02.26 17:12:36.180012 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.02.26 17:12:36.180018 [ 195 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_11_2} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:12:36.180054 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.02.26 17:12:36.180100 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.02.26 17:12:36.180567 [ 277 ] {e877a828-666f-4a88-8aea-fd00da3b5078} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.180609 [ 277 ] {e877a828-666f-4a88-8aea-fd00da3b5078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.180856 [ 195 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001212403 sec., 742327.427431308 rows/sec., 45.24 MiB/sec. 2026.02.26 17:12:36.180937 [ 277 ] {e877a828-666f-4a88-8aea-fd00da3b5078} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:12:36.180980 [ 193 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:12:36.181226 [ 277 ] {e877a828-666f-4a88-8aea-fd00da3b5078} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:36.181272 [ 193 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:12:36.181346 [ 193 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_11_2} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:12:36.181378 [ 277 ] {e877a828-666f-4a88-8aea-fd00da3b5078} executeQuery: Read 525 rows, 37.99 KiB in 0.00155 sec., 338709.67741935485 rows/sec., 23.93 MiB/sec. 2026.02.26 17:12:36.181405 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.26 17:12:36.181420 [ 277 ] {e877a828-666f-4a88-8aea-fd00da3b5078} TCPHandler: Processed in 0.001721248 sec. 2026.02.26 17:12:36.181524 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.181616 [ 277 ] {970d2c02-4d80-4f7f-b739-532e0c8a5bef} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:12:36.181656 [ 277 ] {970d2c02-4d80-4f7f-b739-532e0c8a5bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:12:36.181982 [ 277 ] {970d2c02-4d80-4f7f-b739-532e0c8a5bef} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.182018 [ 277 ] {970d2c02-4d80-4f7f-b739-532e0c8a5bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.182330 [ 277 ] {970d2c02-4d80-4f7f-b739-532e0c8a5bef} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:12:36.182529 [ 277 ] {970d2c02-4d80-4f7f-b739-532e0c8a5bef} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:12:36.182654 [ 277 ] {970d2c02-4d80-4f7f-b739-532e0c8a5bef} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2026.02.26 17:12:36.182690 [ 277 ] {970d2c02-4d80-4f7f-b739-532e0c8a5bef} TCPHandler: Processed in 0.001214443 sec. 2026.02.26 17:12:36.182805 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.182916 [ 277 ] {d5be8343-dbcd-47ee-9b5d-eb7c4c8917c1} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:36.182965 [ 277 ] {d5be8343-dbcd-47ee-9b5d-eb7c4c8917c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:36.183452 [ 277 ] {d5be8343-dbcd-47ee-9b5d-eb7c4c8917c1} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.183493 [ 277 ] {d5be8343-dbcd-47ee-9b5d-eb7c4c8917c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.183836 [ 277 ] {d5be8343-dbcd-47ee-9b5d-eb7c4c8917c1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:12:36.184040 [ 277 ] {d5be8343-dbcd-47ee-9b5d-eb7c4c8917c1} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:36.184160 [ 277 ] {d5be8343-dbcd-47ee-9b5d-eb7c4c8917c1} executeQuery: Read 267 rows, 18.17 KiB in 0.001267 sec., 210734.01736385163 rows/sec., 14.01 MiB/sec. 2026.02.26 17:12:36.184196 [ 277 ] {d5be8343-dbcd-47ee-9b5d-eb7c4c8917c1} TCPHandler: Processed in 0.00144952 sec. 2026.02.26 17:12:36.184304 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.184396 [ 277 ] {5381a255-1976-4d17-94ae-54ceb057c449} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:12:36.184436 [ 277 ] {5381a255-1976-4d17-94ae-54ceb057c449} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:12:36.184737 [ 277 ] {5381a255-1976-4d17-94ae-54ceb057c449} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.184772 [ 277 ] {5381a255-1976-4d17-94ae-54ceb057c449} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.185053 [ 277 ] {5381a255-1976-4d17-94ae-54ceb057c449} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:12:36.185250 [ 277 ] {5381a255-1976-4d17-94ae-54ceb057c449} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:12:36.185339 [ 123 ] {} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.02.26 17:12:36.185367 [ 123 ] {} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.185369 [ 277 ] {5381a255-1976-4d17-94ae-54ceb057c449} executeQuery: Read 1 rows, 69.00 B in 0.000991 sec., 1009.0817356205854 rows/sec., 67.99 KiB/sec. 2026.02.26 17:12:36.185385 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.185417 [ 277 ] {5381a255-1976-4d17-94ae-54ceb057c449} TCPHandler: Processed in 0.001160053 sec. 2026.02.26 17:12:36.185468 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::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.26 17:12:36.185528 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.185579 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:36.185619 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.02.26 17:12:36.185623 [ 277 ] {6c676fb6-8431-4262-9748-f88ada6e4c55} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:36.185699 [ 277 ] {6c676fb6-8431-4262-9748-f88ada6e4c55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:36.185703 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.02.26 17:12:36.185803 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.02.26 17:12:36.185870 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.02.26 17:12:36.185928 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.02.26 17:12:36.185986 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.02.26 17:12:36.186633 [ 277 ] {6c676fb6-8431-4262-9748-f88ada6e4c55} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.186674 [ 277 ] {6c676fb6-8431-4262-9748-f88ada6e4c55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.186958 [ 195 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001522392 sec., 6568.610449870993 rows/sec., 442.61 KiB/sec. 2026.02.26 17:12:36.187059 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.02.26 17:12:36.187244 [ 277 ] {6c676fb6-8431-4262-9748-f88ada6e4c55} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:12:36.187319 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:12:36.187393 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_10_2} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.02.26 17:12:36.187460 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.26 17:12:36.187494 [ 277 ] {6c676fb6-8431-4262-9748-f88ada6e4c55} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:36.187617 [ 121 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:12:36.187632 [ 277 ] {6c676fb6-8431-4262-9748-f88ada6e4c55} executeQuery: Read 31 rows, 56.88 KiB in 0.002026 sec., 15301.085883514314 rows/sec., 27.42 MiB/sec. 2026.02.26 17:12:36.187652 [ 121 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.187676 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.187688 [ 277 ] {6c676fb6-8431-4262-9748-f88ada6e4c55} TCPHandler: Processed in 0.002205972 sec. 2026.02.26 17:12:36.187768 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:36.187808 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:36.187907 [ 277 ] {c0baff22-c436-4169-baa6-30311c3a6cdc} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:36.187947 [ 277 ] {c0baff22-c436-4169-baa6-30311c3a6cdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:36.187986 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:36.188040 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 270 rows starting from the beginning of the part 2026.02.26 17:12:36.188156 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2026.02.26 17:12:36.188259 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:36.188310 [ 277 ] {c0baff22-c436-4169-baa6-30311c3a6cdc} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.188350 [ 277 ] {c0baff22-c436-4169-baa6-30311c3a6cdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.188362 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2026.02.26 17:12:36.188463 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:12:36.188548 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part 2026.02.26 17:12:36.188676 [ 277 ] {c0baff22-c436-4169-baa6-30311c3a6cdc} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:12:36.188912 [ 277 ] {c0baff22-c436-4169-baa6-30311c3a6cdc} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:36.189041 [ 277 ] {c0baff22-c436-4169-baa6-30311c3a6cdc} executeQuery: Read 90 rows, 5.77 KiB in 0.001152 sec., 78125 rows/sec., 4.89 MiB/sec. 2026.02.26 17:12:36.189075 [ 277 ] {c0baff22-c436-4169-baa6-30311c3a6cdc} TCPHandler: Processed in 0.001313997 sec. 2026.02.26 17:12:36.192195 [ 201 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 19 columns (19 merged, 0 gathered) in 0.004460863 sec., 85857.82616502681 rows/sec., 153.85 MiB/sec. 2026.02.26 17:12:36.192762 [ 195 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:12:36.193082 [ 195 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:36.193148 [ 195 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_21_4} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:12:36.193218 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.02.26 17:12:36.240217 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8172 2026.02.26 17:12:36.240648 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.240683 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.241181 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:12:36.241400 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:36.241524 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8172 2026.02.26 17:12:36.653580 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.02.26 17:12:36.668012 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:36.668062 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:36.673891 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:12:36.674598 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:36.677098 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.02.26 17:12:37.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 244.01 MiB, peak 248.55 MiB, free memory in arenas 0.00 B, will set to 245.12 MiB (RSS), difference: 1.11 MiB 2026.02.26 17:12:38.903914 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 578 2026.02.26 17:12:38.906274 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:38.906316 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:38.907473 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:12:38.907745 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:12:38.907996 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 578 2026.02.26 17:12:41.161072 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:41.161259 [ 277 ] {dfcb29d5-e99b-4468-ad30-198f217d8eb0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:41.161324 [ 277 ] {dfcb29d5-e99b-4468-ad30-198f217d8eb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:41.161927 [ 277 ] {dfcb29d5-e99b-4468-ad30-198f217d8eb0} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:41.161975 [ 277 ] {dfcb29d5-e99b-4468-ad30-198f217d8eb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:41.162367 [ 277 ] {dfcb29d5-e99b-4468-ad30-198f217d8eb0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:12:41.162592 [ 277 ] {dfcb29d5-e99b-4468-ad30-198f217d8eb0} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:41.162736 [ 277 ] {dfcb29d5-e99b-4468-ad30-198f217d8eb0} executeQuery: Read 76 rows, 6.41 KiB in 0.001523 sec., 49901.51017728168 rows/sec., 4.11 MiB/sec. 2026.02.26 17:12:41.162777 [ 277 ] {dfcb29d5-e99b-4468-ad30-198f217d8eb0} TCPHandler: Processed in 0.001825891 sec. 2026.02.26 17:12:41.162890 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:41.162985 [ 277 ] {203f7d5e-c1cd-4aa3-9002-fa27f319a3a8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:41.163027 [ 277 ] {203f7d5e-c1cd-4aa3-9002-fa27f319a3a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:41.163415 [ 277 ] {203f7d5e-c1cd-4aa3-9002-fa27f319a3a8} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:41.163452 [ 277 ] {203f7d5e-c1cd-4aa3-9002-fa27f319a3a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:41.163760 [ 277 ] {203f7d5e-c1cd-4aa3-9002-fa27f319a3a8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:12:41.163973 [ 277 ] {203f7d5e-c1cd-4aa3-9002-fa27f319a3a8} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:41.164099 [ 277 ] {203f7d5e-c1cd-4aa3-9002-fa27f319a3a8} executeQuery: Read 10 rows, 770.00 B in 0.001132 sec., 8833.922261484098 rows/sec., 664.27 KiB/sec. 2026.02.26 17:12:41.164136 [ 277 ] {203f7d5e-c1cd-4aa3-9002-fa27f319a3a8} TCPHandler: Processed in 0.001294036 sec. 2026.02.26 17:12:41.164243 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:41.164337 [ 277 ] {10f4a0c3-405c-4e23-b2f3-b8faf43b99f8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:41.164376 [ 277 ] {10f4a0c3-405c-4e23-b2f3-b8faf43b99f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:41.164768 [ 277 ] {10f4a0c3-405c-4e23-b2f3-b8faf43b99f8} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:41.164805 [ 277 ] {10f4a0c3-405c-4e23-b2f3-b8faf43b99f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:41.165106 [ 277 ] {10f4a0c3-405c-4e23-b2f3-b8faf43b99f8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:12:41.165317 [ 277 ] {10f4a0c3-405c-4e23-b2f3-b8faf43b99f8} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:41.165439 [ 277 ] {10f4a0c3-405c-4e23-b2f3-b8faf43b99f8} executeQuery: Read 74 rows, 5.92 KiB in 0.001119 sec., 66130.47363717605 rows/sec., 5.16 MiB/sec. 2026.02.26 17:12:41.165475 [ 277 ] {10f4a0c3-405c-4e23-b2f3-b8faf43b99f8} TCPHandler: Processed in 0.001280105 sec. 2026.02.26 17:12:41.165581 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:41.165675 [ 277 ] {2de496e2-ef10-4e76-abf9-775e9d315ef4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:41.165718 [ 277 ] {2de496e2-ef10-4e76-abf9-775e9d315ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:41.166100 [ 277 ] {2de496e2-ef10-4e76-abf9-775e9d315ef4} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:41.166136 [ 277 ] {2de496e2-ef10-4e76-abf9-775e9d315ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:41.166460 [ 277 ] {2de496e2-ef10-4e76-abf9-775e9d315ef4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:12:41.166671 [ 277 ] {2de496e2-ef10-4e76-abf9-775e9d315ef4} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:41.166798 [ 277 ] {2de496e2-ef10-4e76-abf9-775e9d315ef4} executeQuery: Read 160 rows, 11.41 KiB in 0.001141 sec., 140227.87028921998 rows/sec., 9.77 MiB/sec. 2026.02.26 17:12:41.166835 [ 277 ] {2de496e2-ef10-4e76-abf9-775e9d315ef4} TCPHandler: Processed in 0.001301306 sec. 2026.02.26 17:12:41.166941 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:41.167034 [ 277 ] {aef7bbfe-4fdd-46ce-ac10-9ae604f87e53} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:41.167089 [ 277 ] {aef7bbfe-4fdd-46ce-ac10-9ae604f87e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:41.167797 [ 277 ] {aef7bbfe-4fdd-46ce-ac10-9ae604f87e53} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:41.167834 [ 277 ] {aef7bbfe-4fdd-46ce-ac10-9ae604f87e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:41.168324 [ 277 ] {aef7bbfe-4fdd-46ce-ac10-9ae604f87e53} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:12:41.168553 [ 277 ] {aef7bbfe-4fdd-46ce-ac10-9ae604f87e53} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:41.168687 [ 277 ] {aef7bbfe-4fdd-46ce-ac10-9ae604f87e53} executeQuery: Read 10 rows, 18.35 KiB in 0.00167 sec., 5988.023952095808 rows/sec., 10.73 MiB/sec. 2026.02.26 17:12:41.168738 [ 277 ] {aef7bbfe-4fdd-46ce-ac10-9ae604f87e53} TCPHandler: Processed in 0.001843981 sec. 2026.02.26 17:12:41.168843 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:41.168939 [ 277 ] {385bf2ed-4055-41a3-97f0-5b4253f573eb} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:41.168981 [ 277 ] {385bf2ed-4055-41a3-97f0-5b4253f573eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:41.169309 [ 277 ] {385bf2ed-4055-41a3-97f0-5b4253f573eb} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:41.169346 [ 277 ] {385bf2ed-4055-41a3-97f0-5b4253f573eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:41.169648 [ 277 ] {385bf2ed-4055-41a3-97f0-5b4253f573eb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:12:41.169857 [ 277 ] {385bf2ed-4055-41a3-97f0-5b4253f573eb} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:41.169981 [ 277 ] {385bf2ed-4055-41a3-97f0-5b4253f573eb} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.02.26 17:12:41.170015 [ 277 ] {385bf2ed-4055-41a3-97f0-5b4253f573eb} TCPHandler: Processed in 0.001219114 sec. 2026.02.26 17:12:43.590394 [ 112 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:12:43.590449 [ 112 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:12:43.742542 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8620 2026.02.26 17:12:43.743027 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:43.743068 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:43.743541 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:12:43.743766 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:43.743901 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8620 2026.02.26 17:12:44.178113 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.02.26 17:12:44.193713 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:44.193767 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:44.199633 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:12:44.200346 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:44.203459 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.02.26 17:12:46.170120 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.170301 [ 277 ] {9f3583a8-fd32-44af-b64d-b883008b9995} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:12:46.170362 [ 277 ] {9f3583a8-fd32-44af-b64d-b883008b9995} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:12:46.171021 [ 277 ] {9f3583a8-fd32-44af-b64d-b883008b9995} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.171062 [ 277 ] {9f3583a8-fd32-44af-b64d-b883008b9995} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.171436 [ 277 ] {9f3583a8-fd32-44af-b64d-b883008b9995} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:12:46.171651 [ 277 ] {9f3583a8-fd32-44af-b64d-b883008b9995} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:12:46.171793 [ 277 ] {9f3583a8-fd32-44af-b64d-b883008b9995} executeQuery: Read 284 rows, 18.47 KiB in 0.001534 sec., 185136.8970013038 rows/sec., 11.76 MiB/sec. 2026.02.26 17:12:46.171845 [ 277 ] {9f3583a8-fd32-44af-b64d-b883008b9995} TCPHandler: Processed in 0.001842031 sec. 2026.02.26 17:12:46.171970 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.172065 [ 277 ] {3b44d4e4-4ce4-4d05-aaa9-e1d5fbf8addc} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:46.172104 [ 277 ] {3b44d4e4-4ce4-4d05-aaa9-e1d5fbf8addc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:46.172782 [ 277 ] {3b44d4e4-4ce4-4d05-aaa9-e1d5fbf8addc} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.172816 [ 277 ] {3b44d4e4-4ce4-4d05-aaa9-e1d5fbf8addc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.173158 [ 277 ] {3b44d4e4-4ce4-4d05-aaa9-e1d5fbf8addc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:12:46.173377 [ 277 ] {3b44d4e4-4ce4-4d05-aaa9-e1d5fbf8addc} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:46.173497 [ 277 ] {3b44d4e4-4ce4-4d05-aaa9-e1d5fbf8addc} executeQuery: Read 859 rows, 70.06 KiB in 0.001451 sec., 592005.5134390076 rows/sec., 47.16 MiB/sec. 2026.02.26 17:12:46.173533 [ 277 ] {3b44d4e4-4ce4-4d05-aaa9-e1d5fbf8addc} TCPHandler: Processed in 0.001610984 sec. 2026.02.26 17:12:46.173641 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.173733 [ 277 ] {c63714c5-8b7f-4da5-8b29-c9a92c048eed} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:46.173771 [ 277 ] {c63714c5-8b7f-4da5-8b29-c9a92c048eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:46.174182 [ 277 ] {c63714c5-8b7f-4da5-8b29-c9a92c048eed} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.174217 [ 277 ] {c63714c5-8b7f-4da5-8b29-c9a92c048eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.174504 [ 277 ] {c63714c5-8b7f-4da5-8b29-c9a92c048eed} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:12:46.174709 [ 277 ] {c63714c5-8b7f-4da5-8b29-c9a92c048eed} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:46.174829 [ 277 ] {c63714c5-8b7f-4da5-8b29-c9a92c048eed} executeQuery: Read 173 rows, 10.87 KiB in 0.001113 sec., 155435.7592093441 rows/sec., 9.54 MiB/sec. 2026.02.26 17:12:46.174864 [ 277 ] {c63714c5-8b7f-4da5-8b29-c9a92c048eed} TCPHandler: Processed in 0.001269515 sec. 2026.02.26 17:12:46.174969 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.175061 [ 277 ] {166f1395-6d3d-46e7-9ed6-ae5130a88166} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:12:46.175100 [ 277 ] {166f1395-6d3d-46e7-9ed6-ae5130a88166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:12:46.175497 [ 277 ] {166f1395-6d3d-46e7-9ed6-ae5130a88166} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.175532 [ 277 ] {166f1395-6d3d-46e7-9ed6-ae5130a88166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.175818 [ 277 ] {166f1395-6d3d-46e7-9ed6-ae5130a88166} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:12:46.176012 [ 277 ] {166f1395-6d3d-46e7-9ed6-ae5130a88166} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:12:46.176132 [ 277 ] {166f1395-6d3d-46e7-9ed6-ae5130a88166} executeQuery: Read 149 rows, 9.86 KiB in 0.001089 sec., 136822.77318640955 rows/sec., 8.84 MiB/sec. 2026.02.26 17:12:46.176167 [ 277 ] {166f1395-6d3d-46e7-9ed6-ae5130a88166} TCPHandler: Processed in 0.001244395 sec. 2026.02.26 17:12:46.176270 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.176361 [ 277 ] {f1ad1d0c-db09-419d-a997-bcdfb67c4ece} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:12:46.176399 [ 277 ] {f1ad1d0c-db09-419d-a997-bcdfb67c4ece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:12:46.176793 [ 277 ] {f1ad1d0c-db09-419d-a997-bcdfb67c4ece} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.176827 [ 277 ] {f1ad1d0c-db09-419d-a997-bcdfb67c4ece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.177116 [ 277 ] {f1ad1d0c-db09-419d-a997-bcdfb67c4ece} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:12:46.177323 [ 277 ] {f1ad1d0c-db09-419d-a997-bcdfb67c4ece} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:12:46.177441 [ 277 ] {f1ad1d0c-db09-419d-a997-bcdfb67c4ece} executeQuery: Read 148 rows, 8.62 KiB in 0.001098 sec., 134790.52823315118 rows/sec., 7.67 MiB/sec. 2026.02.26 17:12:46.177476 [ 277 ] {f1ad1d0c-db09-419d-a997-bcdfb67c4ece} TCPHandler: Processed in 0.001252295 sec. 2026.02.26 17:12:46.177577 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.177667 [ 277 ] {cc144d46-e22a-480b-a484-b301d6928735} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:46.177704 [ 277 ] {cc144d46-e22a-480b-a484-b301d6928735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:46.178230 [ 277 ] {cc144d46-e22a-480b-a484-b301d6928735} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.178264 [ 277 ] {cc144d46-e22a-480b-a484-b301d6928735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.178574 [ 277 ] {cc144d46-e22a-480b-a484-b301d6928735} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:12:46.178775 [ 277 ] {cc144d46-e22a-480b-a484-b301d6928735} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:46.178895 [ 277 ] {cc144d46-e22a-480b-a484-b301d6928735} executeQuery: Read 521 rows, 37.66 KiB in 0.001245 sec., 418473.8955823293 rows/sec., 29.54 MiB/sec. 2026.02.26 17:12:46.178930 [ 277 ] {cc144d46-e22a-480b-a484-b301d6928735} TCPHandler: Processed in 0.001399779 sec. 2026.02.26 17:12:46.179025 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.179115 [ 277 ] {6430429f-d97f-4e6e-b12d-72a8919a89f4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:12:46.179153 [ 277 ] {6430429f-d97f-4e6e-b12d-72a8919a89f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:12:46.179470 [ 277 ] {6430429f-d97f-4e6e-b12d-72a8919a89f4} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.179505 [ 277 ] {6430429f-d97f-4e6e-b12d-72a8919a89f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.179794 [ 277 ] {6430429f-d97f-4e6e-b12d-72a8919a89f4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:12:46.179994 [ 277 ] {6430429f-d97f-4e6e-b12d-72a8919a89f4} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:12:46.180088 [ 110 ] {} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.26 17:12:46.180111 [ 277 ] {6430429f-d97f-4e6e-b12d-72a8919a89f4} executeQuery: Read 6 rows, 321.00 B in 0.001014 sec., 5917.15976331361 rows/sec., 309.15 KiB/sec. 2026.02.26 17:12:46.180153 [ 110 ] {} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.180160 [ 277 ] {6430429f-d97f-4e6e-b12d-72a8919a89f4} TCPHandler: Processed in 0.001181493 sec. 2026.02.26 17:12:46.180181 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.180269 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.180271 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::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.26 17:12:46.180363 [ 277 ] {8afa6d41-1ffe-46ba-a87e-4219339c6fa6} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:46.180366 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:46.180401 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.02.26 17:12:46.180404 [ 277 ] {8afa6d41-1ffe-46ba-a87e-4219339c6fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:46.180456 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.02.26 17:12:46.180499 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.02.26 17:12:46.180536 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.02.26 17:12:46.180572 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.02.26 17:12:46.180608 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.02.26 17:12:46.180804 [ 277 ] {8afa6d41-1ffe-46ba-a87e-4219339c6fa6} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.180838 [ 277 ] {8afa6d41-1ffe-46ba-a87e-4219339c6fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.181235 [ 277 ] {8afa6d41-1ffe-46ba-a87e-4219339c6fa6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:12:46.181283 [ 195 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001041719 sec., 63356.81695351626 rows/sec., 3.23 MiB/sec. 2026.02.26 17:12:46.181453 [ 277 ] {8afa6d41-1ffe-46ba-a87e-4219339c6fa6} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:46.181471 [ 201 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.26 17:12:46.181582 [ 277 ] {8afa6d41-1ffe-46ba-a87e-4219339c6fa6} executeQuery: Read 265 rows, 18.03 KiB in 0.001237 sec., 214227.97089733224 rows/sec., 14.24 MiB/sec. 2026.02.26 17:12:46.181622 [ 277 ] {8afa6d41-1ffe-46ba-a87e-4219339c6fa6} TCPHandler: Processed in 0.001399158 sec. 2026.02.26 17:12:46.181731 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.181778 [ 201 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:12:46.181824 [ 277 ] {c78b4146-a650-47bd-9fa3-219c5f208faf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:12:46.181862 [ 201 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_11_2} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.26 17:12:46.181869 [ 277 ] {c78b4146-a650-47bd-9fa3-219c5f208faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:12:46.181973 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.26 17:12:46.182176 [ 277 ] {c78b4146-a650-47bd-9fa3-219c5f208faf} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.182214 [ 277 ] {c78b4146-a650-47bd-9fa3-219c5f208faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.182510 [ 277 ] {c78b4146-a650-47bd-9fa3-219c5f208faf} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:12:46.182718 [ 277 ] {c78b4146-a650-47bd-9fa3-219c5f208faf} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:12:46.182843 [ 277 ] {c78b4146-a650-47bd-9fa3-219c5f208faf} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2026.02.26 17:12:46.182878 [ 277 ] {c78b4146-a650-47bd-9fa3-219c5f208faf} TCPHandler: Processed in 0.001193243 sec. 2026.02.26 17:12:46.182972 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.183062 [ 277 ] {76d5629a-b3ba-4b9f-98e3-e68309abb161} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:46.183112 [ 277 ] {76d5629a-b3ba-4b9f-98e3-e68309abb161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:46.183853 [ 277 ] {76d5629a-b3ba-4b9f-98e3-e68309abb161} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.183888 [ 277 ] {76d5629a-b3ba-4b9f-98e3-e68309abb161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.184399 [ 277 ] {76d5629a-b3ba-4b9f-98e3-e68309abb161} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:12:46.184611 [ 277 ] {76d5629a-b3ba-4b9f-98e3-e68309abb161} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:46.184738 [ 277 ] {76d5629a-b3ba-4b9f-98e3-e68309abb161} executeQuery: Read 31 rows, 56.88 KiB in 0.001693 sec., 18310.691080921442 rows/sec., 32.81 MiB/sec. 2026.02.26 17:12:46.184787 [ 277 ] {76d5629a-b3ba-4b9f-98e3-e68309abb161} TCPHandler: Processed in 0.001860962 sec. 2026.02.26 17:12:46.184894 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:46.184987 [ 277 ] {8d7a239d-bcf9-48ab-960e-657db8296fa7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:46.185026 [ 277 ] {8d7a239d-bcf9-48ab-960e-657db8296fa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:46.185338 [ 277 ] {8d7a239d-bcf9-48ab-960e-657db8296fa7} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:46.185374 [ 277 ] {8d7a239d-bcf9-48ab-960e-657db8296fa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:46.185671 [ 277 ] {8d7a239d-bcf9-48ab-960e-657db8296fa7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:12:46.185876 [ 277 ] {8d7a239d-bcf9-48ab-960e-657db8296fa7} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:46.185995 [ 277 ] {8d7a239d-bcf9-48ab-960e-657db8296fa7} executeQuery: Read 90 rows, 5.77 KiB in 0.001026 sec., 87719.29824561403 rows/sec., 5.49 MiB/sec. 2026.02.26 17:12:46.186028 [ 277 ] {8d7a239d-bcf9-48ab-960e-657db8296fa7} TCPHandler: Processed in 0.001181532 sec. 2026.02.26 17:12:48.908191 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 612 2026.02.26 17:12:48.910510 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:48.910555 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:48.911742 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:12:48.912007 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:12:48.912245 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 612 2026.02.26 17:12:51.162293 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:51.162483 [ 277 ] {d83770cf-3df3-4538-922f-7e0b3db09013} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:12:51.162551 [ 277 ] {d83770cf-3df3-4538-922f-7e0b3db09013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:12:51.163153 [ 277 ] {d83770cf-3df3-4538-922f-7e0b3db09013} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.163199 [ 277 ] {d83770cf-3df3-4538-922f-7e0b3db09013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.163583 [ 277 ] {d83770cf-3df3-4538-922f-7e0b3db09013} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.26 17:12:51.163812 [ 277 ] {d83770cf-3df3-4538-922f-7e0b3db09013} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:12:51.163966 [ 277 ] {d83770cf-3df3-4538-922f-7e0b3db09013} executeQuery: Read 8 rows, 668.00 B in 0.001531 sec., 5225.342913128674 rows/sec., 426.09 KiB/sec. 2026.02.26 17:12:51.164007 [ 277 ] {d83770cf-3df3-4538-922f-7e0b3db09013} TCPHandler: Processed in 0.001838651 sec. 2026.02.26 17:12:51.164128 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:51.164223 [ 277 ] {fb3353f8-277e-495f-a491-bba0092a2a87} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:51.164264 [ 277 ] {fb3353f8-277e-495f-a491-bba0092a2a87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:51.164686 [ 277 ] {fb3353f8-277e-495f-a491-bba0092a2a87} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.164725 [ 277 ] {fb3353f8-277e-495f-a491-bba0092a2a87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.165045 [ 277 ] {fb3353f8-277e-495f-a491-bba0092a2a87} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:12:51.165260 [ 277 ] {fb3353f8-277e-495f-a491-bba0092a2a87} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:51.165389 [ 277 ] {fb3353f8-277e-495f-a491-bba0092a2a87} executeQuery: Read 80 rows, 6.71 KiB in 0.001185 sec., 67510.54852320674 rows/sec., 5.53 MiB/sec. 2026.02.26 17:12:51.165425 [ 277 ] {fb3353f8-277e-495f-a491-bba0092a2a87} TCPHandler: Processed in 0.001346568 sec. 2026.02.26 17:12:51.165537 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:51.165631 [ 277 ] {37d94260-9832-4848-8330-4a95d036d5a5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:51.165670 [ 277 ] {37d94260-9832-4848-8330-4a95d036d5a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:51.166034 [ 277 ] {37d94260-9832-4848-8330-4a95d036d5a5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.166068 [ 277 ] {37d94260-9832-4848-8330-4a95d036d5a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.166344 [ 277 ] {37d94260-9832-4848-8330-4a95d036d5a5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:12:51.166559 [ 277 ] {37d94260-9832-4848-8330-4a95d036d5a5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:51.166746 [ 277 ] {37d94260-9832-4848-8330-4a95d036d5a5} executeQuery: Read 18 rows, 1.31 KiB in 0.001131 sec., 15915.119363395224 rows/sec., 1.13 MiB/sec. 2026.02.26 17:12:51.166781 [ 277 ] {37d94260-9832-4848-8330-4a95d036d5a5} TCPHandler: Processed in 0.001291186 sec. 2026.02.26 17:12:51.166879 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:51.166973 [ 277 ] {cae9c75f-d5c2-4779-8da0-dabee1f45c28} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:51.167012 [ 277 ] {cae9c75f-d5c2-4779-8da0-dabee1f45c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:51.167401 [ 277 ] {cae9c75f-d5c2-4779-8da0-dabee1f45c28} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.167437 [ 277 ] {cae9c75f-d5c2-4779-8da0-dabee1f45c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.167741 [ 277 ] {cae9c75f-d5c2-4779-8da0-dabee1f45c28} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:12:51.167958 [ 277 ] {cae9c75f-d5c2-4779-8da0-dabee1f45c28} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:51.168081 [ 277 ] {cae9c75f-d5c2-4779-8da0-dabee1f45c28} executeQuery: Read 82 rows, 6.57 KiB in 0.001127 sec., 72759.53859804792 rows/sec., 5.69 MiB/sec. 2026.02.26 17:12:51.168118 [ 277 ] {cae9c75f-d5c2-4779-8da0-dabee1f45c28} TCPHandler: Processed in 0.001285035 sec. 2026.02.26 17:12:51.168227 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:51.168321 [ 277 ] {8afd0ece-1bb8-49df-91d5-f15674335099} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:51.168363 [ 277 ] {8afd0ece-1bb8-49df-91d5-f15674335099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:51.168761 [ 277 ] {8afd0ece-1bb8-49df-91d5-f15674335099} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.168797 [ 277 ] {8afd0ece-1bb8-49df-91d5-f15674335099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.169128 [ 277 ] {8afd0ece-1bb8-49df-91d5-f15674335099} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:12:51.169340 [ 277 ] {8afd0ece-1bb8-49df-91d5-f15674335099} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:51.169463 [ 277 ] {8afd0ece-1bb8-49df-91d5-f15674335099} executeQuery: Read 164 rows, 11.69 KiB in 0.00116 sec., 141379.3103448276 rows/sec., 9.84 MiB/sec. 2026.02.26 17:12:51.169498 [ 277 ] {8afd0ece-1bb8-49df-91d5-f15674335099} TCPHandler: Processed in 0.001318947 sec. 2026.02.26 17:12:51.169598 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:51.169692 [ 277 ] {71423907-121a-46b0-adc1-920322dd34c2} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:51.169746 [ 277 ] {71423907-121a-46b0-adc1-920322dd34c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:51.170460 [ 277 ] {71423907-121a-46b0-adc1-920322dd34c2} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.170497 [ 277 ] {71423907-121a-46b0-adc1-920322dd34c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.171006 [ 277 ] {71423907-121a-46b0-adc1-920322dd34c2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:12:51.171224 [ 277 ] {71423907-121a-46b0-adc1-920322dd34c2} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:51.171380 [ 277 ] {71423907-121a-46b0-adc1-920322dd34c2} executeQuery: Read 10 rows, 18.35 KiB in 0.001706 sec., 5861.664712778429 rows/sec., 10.50 MiB/sec. 2026.02.26 17:12:51.171431 [ 277 ] {71423907-121a-46b0-adc1-920322dd34c2} TCPHandler: Processed in 0.001880232 sec. 2026.02.26 17:12:51.171539 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:51.171633 [ 277 ] {012cd57c-0dfa-41e8-87a6-e508867cf1c0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:51.171672 [ 277 ] {012cd57c-0dfa-41e8-87a6-e508867cf1c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:51.171977 [ 277 ] {012cd57c-0dfa-41e8-87a6-e508867cf1c0} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.172011 [ 277 ] {012cd57c-0dfa-41e8-87a6-e508867cf1c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.172291 [ 277 ] {012cd57c-0dfa-41e8-87a6-e508867cf1c0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:12:51.172496 [ 277 ] {012cd57c-0dfa-41e8-87a6-e508867cf1c0} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:51.172704 [ 277 ] {012cd57c-0dfa-41e8-87a6-e508867cf1c0} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.02.26 17:12:51.172740 [ 277 ] {012cd57c-0dfa-41e8-87a6-e508867cf1c0} TCPHandler: Processed in 0.001247264 sec. 2026.02.26 17:12:51.244350 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9132 2026.02.26 17:12:51.244908 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.244945 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.245421 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:12:51.245663 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:51.245804 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9132 2026.02.26 17:12:51.704023 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.02.26 17:12:51.721036 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:51.721099 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:51.727587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:12:51.728347 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:51.731514 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.02.26 17:12:56.173593 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.173767 [ 277 ] {0ae0fe37-5e69-4304-b925-2b8469006521} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:12:56.173829 [ 277 ] {0ae0fe37-5e69-4304-b925-2b8469006521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:12:56.174553 [ 277 ] {0ae0fe37-5e69-4304-b925-2b8469006521} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.174593 [ 277 ] {0ae0fe37-5e69-4304-b925-2b8469006521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.175082 [ 277 ] {0ae0fe37-5e69-4304-b925-2b8469006521} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:12:56.175383 [ 277 ] {0ae0fe37-5e69-4304-b925-2b8469006521} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:12:56.175557 [ 277 ] {0ae0fe37-5e69-4304-b925-2b8469006521} executeQuery: Read 284 rows, 18.47 KiB in 0.001832 sec., 155021.83406113536 rows/sec., 9.85 MiB/sec. 2026.02.26 17:12:56.175607 [ 277 ] {0ae0fe37-5e69-4304-b925-2b8469006521} TCPHandler: Processed in 0.002130849 sec. 2026.02.26 17:12:56.175759 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.175870 [ 277 ] {187ada2a-8e28-46fb-823b-670354e5a238} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:12:56.175912 [ 277 ] {187ada2a-8e28-46fb-823b-670354e5a238} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:12:56.176737 [ 277 ] {187ada2a-8e28-46fb-823b-670354e5a238} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.176775 [ 277 ] {187ada2a-8e28-46fb-823b-670354e5a238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.177143 [ 277 ] {187ada2a-8e28-46fb-823b-670354e5a238} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:12:56.177371 [ 277 ] {187ada2a-8e28-46fb-823b-670354e5a238} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:56.177487 [ 81 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:12:56.177500 [ 277 ] {187ada2a-8e28-46fb-823b-670354e5a238} executeQuery: Read 859 rows, 70.06 KiB in 0.001648 sec., 521237.8640776699 rows/sec., 41.52 MiB/sec. 2026.02.26 17:12:56.177550 [ 81 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.177561 [ 277 ] {187ada2a-8e28-46fb-823b-670354e5a238} TCPHandler: Processed in 0.001863192 sec. 2026.02.26 17:12:56.177579 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.177671 [ 200 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:12:56.177700 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.177769 [ 200 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:56.177795 [ 277 ] {0dad7a56-05dc-4ce9-965b-0f6abb26b871} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:12:56.177800 [ 200 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1008 rows starting from the beginning of the part 2026.02.26 17:12:56.177836 [ 277 ] {0dad7a56-05dc-4ce9-965b-0f6abb26b871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:12:56.177860 [ 200 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 861 rows starting from the beginning of the part 2026.02.26 17:12:56.177901 [ 200 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 76 rows starting from the beginning of the part 2026.02.26 17:12:56.177940 [ 200 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 859 rows starting from the beginning of the part 2026.02.26 17:12:56.177977 [ 200 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 80 rows starting from the beginning of the part 2026.02.26 17:12:56.178013 [ 200 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 859 rows starting from the beginning of the part 2026.02.26 17:12:56.178292 [ 277 ] {0dad7a56-05dc-4ce9-965b-0f6abb26b871} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.178328 [ 277 ] {0dad7a56-05dc-4ce9-965b-0f6abb26b871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.178719 [ 277 ] {0dad7a56-05dc-4ce9-965b-0f6abb26b871} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:12:56.178951 [ 277 ] {0dad7a56-05dc-4ce9-965b-0f6abb26b871} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:12:56.179082 [ 277 ] {0dad7a56-05dc-4ce9-965b-0f6abb26b871} executeQuery: Read 173 rows, 10.87 KiB in 0.001305 sec., 132567.04980842912 rows/sec., 8.14 MiB/sec. 2026.02.26 17:12:56.179119 [ 277 ] {0dad7a56-05dc-4ce9-965b-0f6abb26b871} TCPHandler: Processed in 0.001468211 sec. 2026.02.26 17:12:56.179259 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.179358 [ 277 ] {5d999954-d965-4b4a-8b05-c4f78af7b15e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:12:56.179365 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3743 rows, containing 5 columns (5 merged, 0 gathered) in 0.001729728 sec., 2163924.038924039 rows/sec., 181.95 MiB/sec. 2026.02.26 17:12:56.179400 [ 277 ] {5d999954-d965-4b4a-8b05-c4f78af7b15e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:12:56.179539 [ 192 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:12:56.179794 [ 192 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:12:56.179844 [ 277 ] {5d999954-d965-4b4a-8b05-c4f78af7b15e} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.179857 [ 192 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_26_5} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:12:56.179880 [ 277 ] {5d999954-d965-4b4a-8b05-c4f78af7b15e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.179919 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.02.26 17:12:56.180191 [ 277 ] {5d999954-d965-4b4a-8b05-c4f78af7b15e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:12:56.180422 [ 277 ] {5d999954-d965-4b4a-8b05-c4f78af7b15e} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:12:56.180549 [ 277 ] {5d999954-d965-4b4a-8b05-c4f78af7b15e} executeQuery: Read 149 rows, 9.86 KiB in 0.001209 sec., 123242.34904880066 rows/sec., 7.96 MiB/sec. 2026.02.26 17:12:56.180586 [ 277 ] {5d999954-d965-4b4a-8b05-c4f78af7b15e} TCPHandler: Processed in 0.001389279 sec. 2026.02.26 17:12:56.180710 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.180805 [ 277 ] {b6ccef6a-4281-44e2-9d9a-509a72216118} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:12:56.180844 [ 277 ] {b6ccef6a-4281-44e2-9d9a-509a72216118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:12:56.181278 [ 277 ] {b6ccef6a-4281-44e2-9d9a-509a72216118} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.181313 [ 277 ] {b6ccef6a-4281-44e2-9d9a-509a72216118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.181618 [ 277 ] {b6ccef6a-4281-44e2-9d9a-509a72216118} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:12:56.181841 [ 277 ] {b6ccef6a-4281-44e2-9d9a-509a72216118} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:12:56.181966 [ 277 ] {b6ccef6a-4281-44e2-9d9a-509a72216118} executeQuery: Read 148 rows, 8.62 KiB in 0.001179 sec., 125530.1102629347 rows/sec., 7.14 MiB/sec. 2026.02.26 17:12:56.182004 [ 277 ] {b6ccef6a-4281-44e2-9d9a-509a72216118} TCPHandler: Processed in 0.001342397 sec. 2026.02.26 17:12:56.182121 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.182215 [ 277 ] {4bf5638d-3219-4302-88e9-05d5823ebc1f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:12:56.182255 [ 277 ] {4bf5638d-3219-4302-88e9-05d5823ebc1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:12:56.182834 [ 277 ] {4bf5638d-3219-4302-88e9-05d5823ebc1f} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.182871 [ 277 ] {4bf5638d-3219-4302-88e9-05d5823ebc1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.183219 [ 277 ] {4bf5638d-3219-4302-88e9-05d5823ebc1f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:12:56.183453 [ 277 ] {4bf5638d-3219-4302-88e9-05d5823ebc1f} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:56.183563 [ 81 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:12:56.183582 [ 277 ] {4bf5638d-3219-4302-88e9-05d5823ebc1f} executeQuery: Read 521 rows, 37.66 KiB in 0.001384 sec., 376445.0867052023 rows/sec., 26.57 MiB/sec. 2026.02.26 17:12:56.183601 [ 81 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.183624 [ 277 ] {4bf5638d-3219-4302-88e9-05d5823ebc1f} TCPHandler: Processed in 0.001551593 sec. 2026.02.26 17:12:56.183625 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.183712 [ 192 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:12:56.183749 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.183792 [ 192 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:56.183816 [ 192 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:12:56.183843 [ 277 ] {53551d77-d8b1-42f8-aebd-908777b62651} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:12:56.183880 [ 192 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 525 rows starting from the beginning of the part 2026.02.26 17:12:56.183885 [ 277 ] {53551d77-d8b1-42f8-aebd-908777b62651} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:12:56.183923 [ 192 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 74 rows starting from the beginning of the part 2026.02.26 17:12:56.183964 [ 192 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 521 rows starting from the beginning of the part 2026.02.26 17:12:56.184005 [ 192 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part 2026.02.26 17:12:56.184050 [ 192 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 521 rows starting from the beginning of the part 2026.02.26 17:12:56.184220 [ 277 ] {53551d77-d8b1-42f8-aebd-908777b62651} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.184254 [ 277 ] {53551d77-d8b1-42f8-aebd-908777b62651} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.184562 [ 277 ] {53551d77-d8b1-42f8-aebd-908777b62651} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:12:56.184787 [ 277 ] {53551d77-d8b1-42f8-aebd-908777b62651} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:12:56.184904 [ 277 ] {53551d77-d8b1-42f8-aebd-908777b62651} executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. 2026.02.26 17:12:56.184939 [ 277 ] {53551d77-d8b1-42f8-aebd-908777b62651} TCPHandler: Processed in 0.001251855 sec. 2026.02.26 17:12:56.185041 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.185070 [ 201 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2326 rows, containing 5 columns (5 merged, 0 gathered) in 0.001408769 sec., 1651086.8708780503 rows/sec., 124.44 MiB/sec. 2026.02.26 17:12:56.185129 [ 277 ] {f74c832c-24e9-4384-b3ac-9f504944116d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:56.185173 [ 277 ] {f74c832c-24e9-4384-b3ac-9f504944116d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:12:56.185211 [ 196 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:12:56.185434 [ 196 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:12:56.185490 [ 196 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_26_5} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:12:56.185540 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.02.26 17:12:56.185546 [ 277 ] {f74c832c-24e9-4384-b3ac-9f504944116d} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.185580 [ 277 ] {f74c832c-24e9-4384-b3ac-9f504944116d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.185982 [ 277 ] {f74c832c-24e9-4384-b3ac-9f504944116d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:12:56.186258 [ 277 ] {f74c832c-24e9-4384-b3ac-9f504944116d} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:56.186364 [ 81 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:12:56.186384 [ 277 ] {f74c832c-24e9-4384-b3ac-9f504944116d} executeQuery: Read 265 rows, 18.03 KiB in 0.001246 sec., 212680.5778491172 rows/sec., 14.13 MiB/sec. 2026.02.26 17:12:56.186397 [ 81 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.186423 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.186427 [ 277 ] {f74c832c-24e9-4384-b3ac-9f504944116d} TCPHandler: Processed in 0.001412989 sec. 2026.02.26 17:12:56.186487 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:12:56.186553 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.186564 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:56.186592 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4175 rows starting from the beginning of the part 2026.02.26 17:12:56.186637 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 267 rows starting from the beginning of the part 2026.02.26 17:12:56.186648 [ 277 ] {75f7aba7-d6f6-4e1d-9323-6dcca87efa87} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:12:56.186671 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:12:56.186689 [ 277 ] {75f7aba7-d6f6-4e1d-9323-6dcca87efa87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:12:56.186710 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 265 rows starting from the beginning of the part 2026.02.26 17:12:56.186744 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 164 rows starting from the beginning of the part 2026.02.26 17:12:56.186780 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 265 rows starting from the beginning of the part 2026.02.26 17:12:56.187002 [ 277 ] {75f7aba7-d6f6-4e1d-9323-6dcca87efa87} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.187041 [ 277 ] {75f7aba7-d6f6-4e1d-9323-6dcca87efa87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.187353 [ 277 ] {75f7aba7-d6f6-4e1d-9323-6dcca87efa87} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:12:56.187585 [ 277 ] {75f7aba7-d6f6-4e1d-9323-6dcca87efa87} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:12:56.187711 [ 277 ] {75f7aba7-d6f6-4e1d-9323-6dcca87efa87} executeQuery: Read 1 rows, 69.00 B in 0.001081 sec., 925.0693802035154 rows/sec., 62.33 KiB/sec. 2026.02.26 17:12:56.187747 [ 277 ] {75f7aba7-d6f6-4e1d-9323-6dcca87efa87} TCPHandler: Processed in 0.001242134 sec. 2026.02.26 17:12:56.187863 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.187957 [ 277 ] {8d0293e0-48b6-4cfb-a5e0-ce5aa6717de7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:12:56.188009 [ 277 ] {8d0293e0-48b6-4cfb-a5e0-ce5aa6717de7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:12:56.188540 [ 189 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5296 rows, containing 5 columns (5 merged, 0 gathered) in 0.002077348 sec., 2549404.336683117 rows/sec., 173.56 MiB/sec. 2026.02.26 17:12:56.188915 [ 277 ] {8d0293e0-48b6-4cfb-a5e0-ce5aa6717de7} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.188959 [ 277 ] {8d0293e0-48b6-4cfb-a5e0-ce5aa6717de7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.188976 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:12:56.189302 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:12:56.189383 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_26_5} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:12:56.189458 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.02.26 17:12:56.189647 [ 277 ] {8d0293e0-48b6-4cfb-a5e0-ce5aa6717de7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:12:56.189890 [ 277 ] {8d0293e0-48b6-4cfb-a5e0-ce5aa6717de7} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:12:56.190028 [ 277 ] {8d0293e0-48b6-4cfb-a5e0-ce5aa6717de7} executeQuery: Read 31 rows, 56.88 KiB in 0.002088 sec., 14846.743295019158 rows/sec., 26.60 MiB/sec. 2026.02.26 17:12:56.190080 [ 277 ] {8d0293e0-48b6-4cfb-a5e0-ce5aa6717de7} TCPHandler: Processed in 0.002265132 sec. 2026.02.26 17:12:56.190194 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:12:56.190288 [ 277 ] {889f55b1-59dc-47ab-bc49-ac5047cc05b9} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:12:56.190329 [ 277 ] {889f55b1-59dc-47ab-bc49-ac5047cc05b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:12:56.190655 [ 277 ] {889f55b1-59dc-47ab-bc49-ac5047cc05b9} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.190691 [ 277 ] {889f55b1-59dc-47ab-bc49-ac5047cc05b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.191016 [ 277 ] {889f55b1-59dc-47ab-bc49-ac5047cc05b9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:12:56.191236 [ 277 ] {889f55b1-59dc-47ab-bc49-ac5047cc05b9} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:56.191345 [ 81 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:12:56.191360 [ 277 ] {889f55b1-59dc-47ab-bc49-ac5047cc05b9} executeQuery: Read 90 rows, 5.77 KiB in 0.001089 sec., 82644.62809917355 rows/sec., 5.17 MiB/sec. 2026.02.26 17:12:56.191384 [ 81 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:56.191405 [ 277 ] {889f55b1-59dc-47ab-bc49-ac5047cc05b9} TCPHandler: Processed in 0.001260195 sec. 2026.02.26 17:12:56.191407 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:56.191512 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:12:56.191631 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:12:56.191669 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1410 rows starting from the beginning of the part 2026.02.26 17:12:56.191739 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 90 rows starting from the beginning of the part 2026.02.26 17:12:56.191789 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:12:56.191833 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part 2026.02.26 17:12:56.191874 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:12:56.191911 [ 201 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part 2026.02.26 17:12:56.192960 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1800 rows, containing 4 columns (4 merged, 0 gathered) in 0.001489811 sec., 1208206.9470557005 rows/sec., 77.83 MiB/sec. 2026.02.26 17:12:56.193174 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:12:56.193480 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:12:56.193560 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_26_5} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:12:56.193641 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.02.26 17:12:58.590700 [ 58 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:12:58.590758 [ 58 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:12:58.746985 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9580 2026.02.26 17:12:58.747758 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:58.747832 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:58.748368 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:12:58.748598 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:12:58.748731 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9580 2026.02.26 17:12:58.913956 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 648 2026.02.26 17:12:58.916775 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:58.916830 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:58.918051 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:12:58.918335 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:12:58.918692 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 648 2026.02.26 17:12:59.232584 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.02.26 17:12:59.248757 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:12:59.248810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.02.26 17:12:59.254923 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:12:59.255670 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:12:59.258641 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.02.26 17:13:01.163275 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:01.163456 [ 277 ] {f575efe5-39c2-4649-8bd9-0ff089fc5844} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:01.163516 [ 277 ] {f575efe5-39c2-4649-8bd9-0ff089fc5844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:01.164147 [ 277 ] {f575efe5-39c2-4649-8bd9-0ff089fc5844} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:01.164184 [ 277 ] {f575efe5-39c2-4649-8bd9-0ff089fc5844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:01.164570 [ 277 ] {f575efe5-39c2-4649-8bd9-0ff089fc5844} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:13:01.164805 [ 277 ] {f575efe5-39c2-4649-8bd9-0ff089fc5844} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:01.164945 [ 277 ] {f575efe5-39c2-4649-8bd9-0ff089fc5844} executeQuery: Read 76 rows, 6.41 KiB in 0.001534 sec., 49543.67666232073 rows/sec., 4.08 MiB/sec. 2026.02.26 17:13:01.164984 [ 277 ] {f575efe5-39c2-4649-8bd9-0ff089fc5844} TCPHandler: Processed in 0.001825891 sec. 2026.02.26 17:13:01.165117 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:01.165216 [ 277 ] {0a6859c8-6460-4a7e-815a-4a41f6ec42ff} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:01.165257 [ 277 ] {0a6859c8-6460-4a7e-815a-4a41f6ec42ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:01.165667 [ 277 ] {0a6859c8-6460-4a7e-815a-4a41f6ec42ff} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:01.165703 [ 277 ] {0a6859c8-6460-4a7e-815a-4a41f6ec42ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:01.166014 [ 277 ] {0a6859c8-6460-4a7e-815a-4a41f6ec42ff} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:13:01.166233 [ 277 ] {0a6859c8-6460-4a7e-815a-4a41f6ec42ff} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:01.166356 [ 77 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:13:01.166362 [ 277 ] {0a6859c8-6460-4a7e-815a-4a41f6ec42ff} executeQuery: Read 10 rows, 770.00 B in 0.001165 sec., 8583.690987124462 rows/sec., 645.45 KiB/sec. 2026.02.26 17:13:01.166425 [ 77 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:01.166442 [ 277 ] {0a6859c8-6460-4a7e-815a-4a41f6ec42ff} TCPHandler: Processed in 0.001376648 sec. 2026.02.26 17:13:01.166452 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:01.166550 [ 196 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:01.166556 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:01.166641 [ 196 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:01.166664 [ 277 ] {4be42e96-2c2f-4954-8883-b64f2af76192} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:01.166670 [ 196 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:01.166705 [ 277 ] {4be42e96-2c2f-4954-8883-b64f2af76192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:01.166732 [ 196 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:01.166776 [ 196 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 173 rows starting from the beginning of the part 2026.02.26 17:13:01.166817 [ 196 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 18 rows starting from the beginning of the part 2026.02.26 17:13:01.166860 [ 196 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 173 rows starting from the beginning of the part 2026.02.26 17:13:01.166902 [ 196 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:01.167140 [ 277 ] {4be42e96-2c2f-4954-8883-b64f2af76192} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:01.167174 [ 277 ] {4be42e96-2c2f-4954-8883-b64f2af76192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:01.167486 [ 277 ] {4be42e96-2c2f-4954-8883-b64f2af76192} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:13:01.167670 [ 189 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 5 columns (5 merged, 0 gathered) in 0.001156742 sec., 516104.71479379147 rows/sec., 34.39 MiB/sec. 2026.02.26 17:13:01.167694 [ 277 ] {4be42e96-2c2f-4954-8883-b64f2af76192} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:01.167840 [ 277 ] {4be42e96-2c2f-4954-8883-b64f2af76192} executeQuery: Read 74 rows, 5.92 KiB in 0.001195 sec., 61924.686192468616 rows/sec., 4.83 MiB/sec. 2026.02.26 17:13:01.167864 [ 197 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:13:01.167880 [ 277 ] {4be42e96-2c2f-4954-8883-b64f2af76192} TCPHandler: Processed in 0.001372248 sec. 2026.02.26 17:13:01.168006 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:01.168103 [ 277 ] {3298ebdd-7919-42c2-aa86-d864393c703c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:01.168149 [ 277 ] {3298ebdd-7919-42c2-aa86-d864393c703c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:01.168186 [ 197 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_26_5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:01.168268 [ 197 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_26_5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:13:01.168379 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.26 17:13:01.168575 [ 277 ] {3298ebdd-7919-42c2-aa86-d864393c703c} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:01.168615 [ 277 ] {3298ebdd-7919-42c2-aa86-d864393c703c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:01.168963 [ 277 ] {3298ebdd-7919-42c2-aa86-d864393c703c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:13:01.169173 [ 277 ] {3298ebdd-7919-42c2-aa86-d864393c703c} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:01.169301 [ 277 ] {3298ebdd-7919-42c2-aa86-d864393c703c} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.02.26 17:13:01.169338 [ 277 ] {3298ebdd-7919-42c2-aa86-d864393c703c} TCPHandler: Processed in 0.001380388 sec. 2026.02.26 17:13:01.169449 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:01.169542 [ 277 ] {f7fe1ff8-e64a-42f4-9096-f3272e762088} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:01.169595 [ 277 ] {f7fe1ff8-e64a-42f4-9096-f3272e762088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:01.170345 [ 277 ] {f7fe1ff8-e64a-42f4-9096-f3272e762088} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:01.170381 [ 277 ] {f7fe1ff8-e64a-42f4-9096-f3272e762088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:01.170900 [ 277 ] {f7fe1ff8-e64a-42f4-9096-f3272e762088} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:13:01.171119 [ 277 ] {f7fe1ff8-e64a-42f4-9096-f3272e762088} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:01.171236 [ 77 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:13:01.171252 [ 277 ] {f7fe1ff8-e64a-42f4-9096-f3272e762088} executeQuery: Read 10 rows, 18.35 KiB in 0.001728 sec., 5787.037037037037 rows/sec., 10.37 MiB/sec. 2026.02.26 17:13:01.171282 [ 77 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:01.171305 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:01.171310 [ 277 ] {f7fe1ff8-e64a-42f4-9096-f3272e762088} TCPHandler: Processed in 0.001909663 sec. 2026.02.26 17:13:01.171385 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:01.171430 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:01.171530 [ 277 ] {d5e0f3b3-50be-4324-bdbd-65695295731c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:01.171571 [ 277 ] {d5e0f3b3-50be-4324-bdbd-65695295731c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:01.171587 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:01.171642 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 383 rows starting from the beginning of the part 2026.02.26 17:13:01.171766 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:01.171866 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2026.02.26 17:13:01.171915 [ 277 ] {d5e0f3b3-50be-4324-bdbd-65695295731c} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:01.171954 [ 277 ] {d5e0f3b3-50be-4324-bdbd-65695295731c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:01.171963 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:01.172064 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2026.02.26 17:13:01.172170 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:01.172260 [ 277 ] {d5e0f3b3-50be-4324-bdbd-65695295731c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:13:01.172495 [ 277 ] {d5e0f3b3-50be-4324-bdbd-65695295731c} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:01.172629 [ 277 ] {d5e0f3b3-50be-4324-bdbd-65695295731c} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.02.26 17:13:01.172666 [ 277 ] {d5e0f3b3-50be-4324-bdbd-65695295731c} TCPHandler: Processed in 0.001283165 sec. 2026.02.26 17:13:01.176031 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 19 columns (19 merged, 0 gathered) in 0.004677079 sec., 101559.11413940197 rows/sec., 181.99 MiB/sec. 2026.02.26 17:13:01.176918 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:13:01.177322 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_26_5} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:01.177408 [ 197 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_26_5} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:13:01.177535 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. 2026.02.26 17:13:02.759215 [ 45 ] {} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.26 17:13:02.759281 [ 45 ] {} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:02.759304 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:02.759460 [ 190 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::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.26 17:13:02.759683 [ 190 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:02.759739 [ 190 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.02.26 17:13:02.759848 [ 190 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.02.26 17:13:02.759928 [ 190 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2026.02.26 17:13:02.759999 [ 190 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::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.26 17:13:02.760067 [ 190 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2026.02.26 17:13:02.760872 [ 189 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.001491951 sec., 22788.952184086473 rows/sec., 1.90 MiB/sec. 2026.02.26 17:13:02.761027 [ 194 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.26 17:13:02.761332 [ 194 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:13:02.761414 [ 194 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_9_2} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.26 17:13:02.761488 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.26 17:13:06.171715 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.171897 [ 277 ] {02c8c441-c2c9-4791-afa8-fc9bb58ba54a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:13:06.171965 [ 277 ] {02c8c441-c2c9-4791-afa8-fc9bb58ba54a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:13:06.172698 [ 277 ] {02c8c441-c2c9-4791-afa8-fc9bb58ba54a} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.172752 [ 277 ] {02c8c441-c2c9-4791-afa8-fc9bb58ba54a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.173131 [ 277 ] {02c8c441-c2c9-4791-afa8-fc9bb58ba54a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:13:06.173352 [ 277 ] {02c8c441-c2c9-4791-afa8-fc9bb58ba54a} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:13:06.173500 [ 277 ] {02c8c441-c2c9-4791-afa8-fc9bb58ba54a} executeQuery: Read 284 rows, 18.47 KiB in 0.001647 sec., 172434.729811779 rows/sec., 10.95 MiB/sec. 2026.02.26 17:13:06.173540 [ 277 ] {02c8c441-c2c9-4791-afa8-fc9bb58ba54a} TCPHandler: Processed in 0.001956304 sec. 2026.02.26 17:13:06.173661 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.173764 [ 277 ] {291754c9-e830-45b2-89a0-a4006eae1f57} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:13:06.173805 [ 277 ] {291754c9-e830-45b2-89a0-a4006eae1f57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:13:06.174219 [ 277 ] {291754c9-e830-45b2-89a0-a4006eae1f57} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.174254 [ 277 ] {291754c9-e830-45b2-89a0-a4006eae1f57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.174543 [ 277 ] {291754c9-e830-45b2-89a0-a4006eae1f57} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.26 17:13:06.174768 [ 277 ] {291754c9-e830-45b2-89a0-a4006eae1f57} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:13:06.174898 [ 277 ] {291754c9-e830-45b2-89a0-a4006eae1f57} executeQuery: Read 2 rows, 167.00 B in 0.001152 sec., 1736.111111111111 rows/sec., 141.57 KiB/sec. 2026.02.26 17:13:06.174936 [ 277 ] {291754c9-e830-45b2-89a0-a4006eae1f57} TCPHandler: Processed in 0.001323776 sec. 2026.02.26 17:13:06.175051 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.175144 [ 277 ] {f78b40ae-034c-4569-97c7-df2a4700111c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:06.175182 [ 277 ] {f78b40ae-034c-4569-97c7-df2a4700111c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:06.175961 [ 277 ] {f78b40ae-034c-4569-97c7-df2a4700111c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.175996 [ 277 ] {f78b40ae-034c-4569-97c7-df2a4700111c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.176337 [ 277 ] {f78b40ae-034c-4569-97c7-df2a4700111c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:13:06.176561 [ 277 ] {f78b40ae-034c-4569-97c7-df2a4700111c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:06.176686 [ 277 ] {f78b40ae-034c-4569-97c7-df2a4700111c} executeQuery: Read 860 rows, 70.14 KiB in 0.001559 sec., 551635.663887107 rows/sec., 43.93 MiB/sec. 2026.02.26 17:13:06.176731 [ 277 ] {f78b40ae-034c-4569-97c7-df2a4700111c} TCPHandler: Processed in 0.001727788 sec. 2026.02.26 17:13:06.176842 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.176936 [ 277 ] {79ff07cb-7a31-407a-b274-acd7aa031948} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:06.176975 [ 277 ] {79ff07cb-7a31-407a-b274-acd7aa031948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:06.177437 [ 277 ] {79ff07cb-7a31-407a-b274-acd7aa031948} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.177472 [ 277 ] {79ff07cb-7a31-407a-b274-acd7aa031948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.177777 [ 277 ] {79ff07cb-7a31-407a-b274-acd7aa031948} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:13:06.177987 [ 277 ] {79ff07cb-7a31-407a-b274-acd7aa031948} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:06.178108 [ 277 ] {79ff07cb-7a31-407a-b274-acd7aa031948} executeQuery: Read 175 rows, 11.01 KiB in 0.001191 sec., 146935.34844668346 rows/sec., 9.03 MiB/sec. 2026.02.26 17:13:06.178145 [ 277 ] {79ff07cb-7a31-407a-b274-acd7aa031948} TCPHandler: Processed in 0.001350987 sec. 2026.02.26 17:13:06.178252 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.178345 [ 277 ] {d69749d6-079b-4bfa-b923-e591709165e5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:13:06.178384 [ 277 ] {d69749d6-079b-4bfa-b923-e591709165e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:13:06.178842 [ 277 ] {d69749d6-079b-4bfa-b923-e591709165e5} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.178877 [ 277 ] {d69749d6-079b-4bfa-b923-e591709165e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.179174 [ 277 ] {d69749d6-079b-4bfa-b923-e591709165e5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:13:06.179385 [ 277 ] {d69749d6-079b-4bfa-b923-e591709165e5} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:13:06.179507 [ 277 ] {d69749d6-079b-4bfa-b923-e591709165e5} executeQuery: Read 149 rows, 9.86 KiB in 0.001179 sec., 126378.2866836302 rows/sec., 8.16 MiB/sec. 2026.02.26 17:13:06.179544 [ 277 ] {d69749d6-079b-4bfa-b923-e591709165e5} TCPHandler: Processed in 0.001338907 sec. 2026.02.26 17:13:06.179650 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.179754 [ 277 ] {01328fc0-5de4-4767-913d-c5fc4f4479d7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:13:06.179793 [ 277 ] {01328fc0-5de4-4767-913d-c5fc4f4479d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:13:06.180234 [ 277 ] {01328fc0-5de4-4767-913d-c5fc4f4479d7} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.180269 [ 277 ] {01328fc0-5de4-4767-913d-c5fc4f4479d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.180566 [ 277 ] {01328fc0-5de4-4767-913d-c5fc4f4479d7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:13:06.180792 [ 277 ] {01328fc0-5de4-4767-913d-c5fc4f4479d7} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:13:06.180915 [ 277 ] {01328fc0-5de4-4767-913d-c5fc4f4479d7} executeQuery: Read 148 rows, 8.62 KiB in 0.001179 sec., 125530.1102629347 rows/sec., 7.14 MiB/sec. 2026.02.26 17:13:06.180951 [ 277 ] {01328fc0-5de4-4767-913d-c5fc4f4479d7} TCPHandler: Processed in 0.001348597 sec. 2026.02.26 17:13:06.181059 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.181153 [ 277 ] {51416e8b-823a-407c-86a0-535348828e7b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:06.181192 [ 277 ] {51416e8b-823a-407c-86a0-535348828e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:06.181832 [ 277 ] {51416e8b-823a-407c-86a0-535348828e7b} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.181867 [ 277 ] {51416e8b-823a-407c-86a0-535348828e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.182183 [ 277 ] {51416e8b-823a-407c-86a0-535348828e7b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:13:06.182388 [ 277 ] {51416e8b-823a-407c-86a0-535348828e7b} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:06.182512 [ 277 ] {51416e8b-823a-407c-86a0-535348828e7b} executeQuery: Read 523 rows, 37.82 KiB in 0.001377 sec., 379811.1837327524 rows/sec., 26.82 MiB/sec. 2026.02.26 17:13:06.182548 [ 277 ] {51416e8b-823a-407c-86a0-535348828e7b} TCPHandler: Processed in 0.001537132 sec. 2026.02.26 17:13:06.182653 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.182754 [ 277 ] {5e817945-83fa-44f0-bb80-1fb9b8320007} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:13:06.182795 [ 277 ] {5e817945-83fa-44f0-bb80-1fb9b8320007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:13:06.183115 [ 277 ] {5e817945-83fa-44f0-bb80-1fb9b8320007} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.183149 [ 277 ] {5e817945-83fa-44f0-bb80-1fb9b8320007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.183448 [ 277 ] {5e817945-83fa-44f0-bb80-1fb9b8320007} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:13:06.183651 [ 277 ] {5e817945-83fa-44f0-bb80-1fb9b8320007} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:13:06.183781 [ 277 ] {5e817945-83fa-44f0-bb80-1fb9b8320007} executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. 2026.02.26 17:13:06.183816 [ 277 ] {5e817945-83fa-44f0-bb80-1fb9b8320007} TCPHandler: Processed in 0.001210453 sec. 2026.02.26 17:13:06.183912 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.184005 [ 277 ] {02ec2e1e-85ae-4c89-ba1b-baf1b7f421d4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:06.184046 [ 277 ] {02ec2e1e-85ae-4c89-ba1b-baf1b7f421d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:06.184457 [ 277 ] {02ec2e1e-85ae-4c89-ba1b-baf1b7f421d4} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.184492 [ 277 ] {02ec2e1e-85ae-4c89-ba1b-baf1b7f421d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.184822 [ 277 ] {02ec2e1e-85ae-4c89-ba1b-baf1b7f421d4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:13:06.185032 [ 277 ] {02ec2e1e-85ae-4c89-ba1b-baf1b7f421d4} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:06.185158 [ 277 ] {02ec2e1e-85ae-4c89-ba1b-baf1b7f421d4} executeQuery: Read 266 rows, 18.10 KiB in 0.001171 sec., 227156.27668659267 rows/sec., 15.10 MiB/sec. 2026.02.26 17:13:06.185194 [ 277 ] {02ec2e1e-85ae-4c89-ba1b-baf1b7f421d4} TCPHandler: Processed in 0.001328656 sec. 2026.02.26 17:13:06.185299 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.185393 [ 277 ] {db6d001f-7815-4a08-83a0-e25446ae02c5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:13:06.185434 [ 277 ] {db6d001f-7815-4a08-83a0-e25446ae02c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:13:06.185738 [ 277 ] {db6d001f-7815-4a08-83a0-e25446ae02c5} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.185773 [ 277 ] {db6d001f-7815-4a08-83a0-e25446ae02c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.186067 [ 277 ] {db6d001f-7815-4a08-83a0-e25446ae02c5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:13:06.186275 [ 277 ] {db6d001f-7815-4a08-83a0-e25446ae02c5} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:13:06.186397 [ 277 ] {db6d001f-7815-4a08-83a0-e25446ae02c5} executeQuery: Read 1 rows, 69.00 B in 0.001022 sec., 978.4735812133073 rows/sec., 65.93 KiB/sec. 2026.02.26 17:13:06.186433 [ 277 ] {db6d001f-7815-4a08-83a0-e25446ae02c5} TCPHandler: Processed in 0.001180883 sec. 2026.02.26 17:13:06.186531 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.186625 [ 277 ] {ba03fbcd-1eb0-40ed-9198-e9a0e403e3c0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:06.186676 [ 277 ] {ba03fbcd-1eb0-40ed-9198-e9a0e403e3c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:06.187467 [ 277 ] {ba03fbcd-1eb0-40ed-9198-e9a0e403e3c0} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.187502 [ 277 ] {ba03fbcd-1eb0-40ed-9198-e9a0e403e3c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.188034 [ 277 ] {ba03fbcd-1eb0-40ed-9198-e9a0e403e3c0} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:13:06.188254 [ 277 ] {ba03fbcd-1eb0-40ed-9198-e9a0e403e3c0} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:06.188383 [ 277 ] {ba03fbcd-1eb0-40ed-9198-e9a0e403e3c0} executeQuery: Read 31 rows, 56.88 KiB in 0.001776 sec., 17454.954954954956 rows/sec., 31.28 MiB/sec. 2026.02.26 17:13:06.188434 [ 277 ] {ba03fbcd-1eb0-40ed-9198-e9a0e403e3c0} TCPHandler: Processed in 0.001948644 sec. 2026.02.26 17:13:06.188541 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:06.188634 [ 277 ] {ee75c144-f793-483c-a573-85902c132eed} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:06.188675 [ 277 ] {ee75c144-f793-483c-a573-85902c132eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:06.189019 [ 277 ] {ee75c144-f793-483c-a573-85902c132eed} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.189055 [ 277 ] {ee75c144-f793-483c-a573-85902c132eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.189354 [ 277 ] {ee75c144-f793-483c-a573-85902c132eed} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:13:06.189558 [ 277 ] {ee75c144-f793-483c-a573-85902c132eed} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:06.189678 [ 277 ] {ee75c144-f793-483c-a573-85902c132eed} executeQuery: Read 90 rows, 5.77 KiB in 0.001062 sec., 84745.7627118644 rows/sec., 5.30 MiB/sec. 2026.02.26 17:13:06.189723 [ 277 ] {ee75c144-f793-483c-a573-85902c132eed} TCPHandler: Processed in 0.001229994 sec. 2026.02.26 17:13:06.249759 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10092 2026.02.26 17:13:06.250262 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.250306 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.250781 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:13:06.251013 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:06.251138 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10092 2026.02.26 17:13:06.251164 [ 54 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:13:06.251258 [ 54 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.251294 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.251399 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:06.251482 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:06.251511 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7660 rows starting from the beginning of the part 2026.02.26 17:13:06.251566 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:06.251607 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:06.251645 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:06.251681 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:06.251722 [ 197 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:06.253373 [ 189 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10092 rows, containing 4 columns (4 merged, 0 gathered) in 0.002011725 sec., 5016590.239719644 rows/sec., 71.76 MiB/sec. 2026.02.26 17:13:06.253670 [ 188 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:13:06.253986 [ 188 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_21_4} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:06.254068 [ 188 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_21_4} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:13:06.254185 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.02.26 17:13:06.759671 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.02.26 17:13:06.776027 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.776081 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.781723 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:13:06.782428 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:06.782724 [ 54 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:13:06.782822 [ 54 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:06.782860 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:06.783056 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:06.785378 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.02.26 17:13:06.787688 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:06.789257 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:06.794058 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.02.26 17:13:06.798621 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.02.26 17:13:06.803066 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:06.807327 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:06.811731 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:06.865137 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.082172085 sec., 1934.9636801840916 rows/sec., 10.01 MiB/sec. 2026.02.26 17:13:06.867872 [ 202 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:13:06.870042 [ 202 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_21_4} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:06.870162 [ 202 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_21_4} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:13:06.873204 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.26 17:13:07.001192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 250.35 MiB, peak 260.89 MiB, free memory in arenas 0.00 B, will set to 254.81 MiB (RSS), difference: 4.46 MiB 2026.02.26 17:13:08.919804 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 684 2026.02.26 17:13:08.922290 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:08.922344 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:08.923921 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:13:08.924270 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:13:08.924550 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 684 2026.02.26 17:13:11.163430 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:11.163620 [ 277 ] {2b4f4683-7bcb-492f-af99-d431f976a389} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:11.163691 [ 277 ] {2b4f4683-7bcb-492f-af99-d431f976a389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:11.164314 [ 277 ] {2b4f4683-7bcb-492f-af99-d431f976a389} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:11.164361 [ 277 ] {2b4f4683-7bcb-492f-af99-d431f976a389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:11.164755 [ 277 ] {2b4f4683-7bcb-492f-af99-d431f976a389} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.26 17:13:11.164986 [ 277 ] {2b4f4683-7bcb-492f-af99-d431f976a389} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:11.165147 [ 277 ] {2b4f4683-7bcb-492f-af99-d431f976a389} executeQuery: Read 76 rows, 6.41 KiB in 0.001571 sec., 48376.83004455761 rows/sec., 3.99 MiB/sec. 2026.02.26 17:13:11.165202 [ 277 ] {2b4f4683-7bcb-492f-af99-d431f976a389} TCPHandler: Processed in 0.001892942 sec. 2026.02.26 17:13:11.165338 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:11.165434 [ 277 ] {a3092bb5-6507-4e11-a0f1-9dfe7737fea0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:11.165475 [ 277 ] {a3092bb5-6507-4e11-a0f1-9dfe7737fea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:11.165884 [ 277 ] {a3092bb5-6507-4e11-a0f1-9dfe7737fea0} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:11.165921 [ 277 ] {a3092bb5-6507-4e11-a0f1-9dfe7737fea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:11.166242 [ 277 ] {a3092bb5-6507-4e11-a0f1-9dfe7737fea0} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:13:11.166468 [ 277 ] {a3092bb5-6507-4e11-a0f1-9dfe7737fea0} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:11.166595 [ 277 ] {a3092bb5-6507-4e11-a0f1-9dfe7737fea0} executeQuery: Read 10 rows, 770.00 B in 0.001179 sec., 8481.764206955047 rows/sec., 637.79 KiB/sec. 2026.02.26 17:13:11.166632 [ 277 ] {a3092bb5-6507-4e11-a0f1-9dfe7737fea0} TCPHandler: Processed in 0.001342127 sec. 2026.02.26 17:13:11.166751 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:11.166845 [ 277 ] {720310a9-dbe0-4a86-8cc2-4cbea3d9200d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:11.166885 [ 277 ] {720310a9-dbe0-4a86-8cc2-4cbea3d9200d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:11.167293 [ 277 ] {720310a9-dbe0-4a86-8cc2-4cbea3d9200d} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:11.167329 [ 277 ] {720310a9-dbe0-4a86-8cc2-4cbea3d9200d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:11.167628 [ 277 ] {720310a9-dbe0-4a86-8cc2-4cbea3d9200d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.26 17:13:11.167863 [ 277 ] {720310a9-dbe0-4a86-8cc2-4cbea3d9200d} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:11.167986 [ 277 ] {720310a9-dbe0-4a86-8cc2-4cbea3d9200d} executeQuery: Read 74 rows, 5.92 KiB in 0.001158 sec., 63903.281519861834 rows/sec., 4.99 MiB/sec. 2026.02.26 17:13:11.168022 [ 277 ] {720310a9-dbe0-4a86-8cc2-4cbea3d9200d} TCPHandler: Processed in 0.001318587 sec. 2026.02.26 17:13:11.168132 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:11.168226 [ 277 ] {7c5325e6-96ff-4a00-88cc-ab560f221dc9} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:11.168267 [ 277 ] {7c5325e6-96ff-4a00-88cc-ab560f221dc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:11.168684 [ 277 ] {7c5325e6-96ff-4a00-88cc-ab560f221dc9} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:11.168720 [ 277 ] {7c5325e6-96ff-4a00-88cc-ab560f221dc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:11.169127 [ 277 ] {7c5325e6-96ff-4a00-88cc-ab560f221dc9} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.26 17:13:11.169348 [ 277 ] {7c5325e6-96ff-4a00-88cc-ab560f221dc9} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:11.169480 [ 277 ] {7c5325e6-96ff-4a00-88cc-ab560f221dc9} executeQuery: Read 160 rows, 11.41 KiB in 0.001273 sec., 125687.35271013353 rows/sec., 8.75 MiB/sec. 2026.02.26 17:13:11.169516 [ 277 ] {7c5325e6-96ff-4a00-88cc-ab560f221dc9} TCPHandler: Processed in 0.00143259 sec. 2026.02.26 17:13:11.169618 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:11.169742 [ 277 ] {30259665-f24f-4f49-8fb4-208d6de7e3ec} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:11.169810 [ 277 ] {30259665-f24f-4f49-8fb4-208d6de7e3ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:11.170588 [ 277 ] {30259665-f24f-4f49-8fb4-208d6de7e3ec} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:11.170624 [ 277 ] {30259665-f24f-4f49-8fb4-208d6de7e3ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:11.171147 [ 277 ] {30259665-f24f-4f49-8fb4-208d6de7e3ec} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:13:11.171373 [ 277 ] {30259665-f24f-4f49-8fb4-208d6de7e3ec} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:11.171508 [ 277 ] {30259665-f24f-4f49-8fb4-208d6de7e3ec} executeQuery: Read 10 rows, 18.35 KiB in 0.001791 sec., 5583.472920156337 rows/sec., 10.01 MiB/sec. 2026.02.26 17:13:11.171564 [ 277 ] {30259665-f24f-4f49-8fb4-208d6de7e3ec} TCPHandler: Processed in 0.001992755 sec. 2026.02.26 17:13:11.171694 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:11.171790 [ 277 ] {a913ea3d-617f-424a-bf14-5d3a93666cfd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:11.171832 [ 277 ] {a913ea3d-617f-424a-bf14-5d3a93666cfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:11.172171 [ 277 ] {a913ea3d-617f-424a-bf14-5d3a93666cfd} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:11.172206 [ 277 ] {a913ea3d-617f-424a-bf14-5d3a93666cfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:11.172509 [ 277 ] {a913ea3d-617f-424a-bf14-5d3a93666cfd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.26 17:13:11.172743 [ 277 ] {a913ea3d-617f-424a-bf14-5d3a93666cfd} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:11.172867 [ 277 ] {a913ea3d-617f-424a-bf14-5d3a93666cfd} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.02.26 17:13:11.172902 [ 277 ] {a913ea3d-617f-424a-bf14-5d3a93666cfd} TCPHandler: Processed in 0.001263545 sec. 2026.02.26 17:13:13.591719 [ 96 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:13:13.591771 [ 96 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:13:13.752183 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10540 2026.02.26 17:13:13.752690 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:13.752743 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:13.753368 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:13:13.753614 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:13.753763 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10540 2026.02.26 17:13:14.286410 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.02.26 17:13:14.303354 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:14.303411 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:14.308960 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:13:14.309702 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:14.312376 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.02.26 17:13:16.171342 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.171530 [ 277 ] {d0da129c-ee39-4d25-aa16-1532aaf81958} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.171596 [ 277 ] {d0da129c-ee39-4d25-aa16-1532aaf81958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:13:16.172351 [ 277 ] {d0da129c-ee39-4d25-aa16-1532aaf81958} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.172394 [ 277 ] {d0da129c-ee39-4d25-aa16-1532aaf81958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.172832 [ 277 ] {d0da129c-ee39-4d25-aa16-1532aaf81958} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:13:16.173068 [ 277 ] {d0da129c-ee39-4d25-aa16-1532aaf81958} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:13:16.173210 [ 277 ] {d0da129c-ee39-4d25-aa16-1532aaf81958} executeQuery: Read 284 rows, 18.47 KiB in 0.001727 sec., 164447.01795020266 rows/sec., 10.44 MiB/sec. 2026.02.26 17:13:16.173254 [ 277 ] {d0da129c-ee39-4d25-aa16-1532aaf81958} TCPHandler: Processed in 0.002029287 sec. 2026.02.26 17:13:16.173378 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.173475 [ 277 ] {af5775da-dc22-4998-9e8d-5bd2999eeccf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:16.173516 [ 277 ] {af5775da-dc22-4998-9e8d-5bd2999eeccf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:16.174328 [ 277 ] {af5775da-dc22-4998-9e8d-5bd2999eeccf} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.174366 [ 277 ] {af5775da-dc22-4998-9e8d-5bd2999eeccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.174834 [ 277 ] {af5775da-dc22-4998-9e8d-5bd2999eeccf} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.26 17:13:16.175070 [ 277 ] {af5775da-dc22-4998-9e8d-5bd2999eeccf} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:16.175207 [ 277 ] {af5775da-dc22-4998-9e8d-5bd2999eeccf} executeQuery: Read 859 rows, 70.06 KiB in 0.00175 sec., 490857.14285714284 rows/sec., 39.10 MiB/sec. 2026.02.26 17:13:16.175255 [ 277 ] {af5775da-dc22-4998-9e8d-5bd2999eeccf} TCPHandler: Processed in 0.001925233 sec. 2026.02.26 17:13:16.175390 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.175488 [ 277 ] {99fc58e0-8b70-4cd9-bdef-0ce29c5eb434} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.175528 [ 277 ] {99fc58e0-8b70-4cd9-bdef-0ce29c5eb434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:16.176007 [ 277 ] {99fc58e0-8b70-4cd9-bdef-0ce29c5eb434} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.176042 [ 277 ] {99fc58e0-8b70-4cd9-bdef-0ce29c5eb434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.176362 [ 277 ] {99fc58e0-8b70-4cd9-bdef-0ce29c5eb434} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.26 17:13:16.176584 [ 277 ] {99fc58e0-8b70-4cd9-bdef-0ce29c5eb434} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:16.176714 [ 277 ] {99fc58e0-8b70-4cd9-bdef-0ce29c5eb434} executeQuery: Read 173 rows, 10.87 KiB in 0.001244 sec., 139067.52411575563 rows/sec., 8.54 MiB/sec. 2026.02.26 17:13:16.176751 [ 277 ] {99fc58e0-8b70-4cd9-bdef-0ce29c5eb434} TCPHandler: Processed in 0.001419699 sec. 2026.02.26 17:13:16.176865 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.176961 [ 277 ] {d5eca316-ed40-4ec7-a5e9-85560b011583} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.176999 [ 277 ] {d5eca316-ed40-4ec7-a5e9-85560b011583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:13:16.177444 [ 277 ] {d5eca316-ed40-4ec7-a5e9-85560b011583} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.177481 [ 277 ] {d5eca316-ed40-4ec7-a5e9-85560b011583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.177796 [ 277 ] {d5eca316-ed40-4ec7-a5e9-85560b011583} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:13:16.178023 [ 277 ] {d5eca316-ed40-4ec7-a5e9-85560b011583} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:13:16.178151 [ 277 ] {d5eca316-ed40-4ec7-a5e9-85560b011583} executeQuery: Read 149 rows, 9.86 KiB in 0.001208 sec., 123344.37086092714 rows/sec., 7.97 MiB/sec. 2026.02.26 17:13:16.178188 [ 277 ] {d5eca316-ed40-4ec7-a5e9-85560b011583} TCPHandler: Processed in 0.001372768 sec. 2026.02.26 17:13:16.178298 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.178392 [ 277 ] {f6133dea-904a-496a-8147-86c2ee81fd3b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.178430 [ 277 ] {f6133dea-904a-496a-8147-86c2ee81fd3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:13:16.178867 [ 277 ] {f6133dea-904a-496a-8147-86c2ee81fd3b} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.178904 [ 277 ] {f6133dea-904a-496a-8147-86c2ee81fd3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.179225 [ 277 ] {f6133dea-904a-496a-8147-86c2ee81fd3b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:13:16.179436 [ 277 ] {f6133dea-904a-496a-8147-86c2ee81fd3b} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:13:16.179562 [ 277 ] {f6133dea-904a-496a-8147-86c2ee81fd3b} executeQuery: Read 148 rows, 8.62 KiB in 0.001188 sec., 124579.12457912457 rows/sec., 7.09 MiB/sec. 2026.02.26 17:13:16.179600 [ 277 ] {f6133dea-904a-496a-8147-86c2ee81fd3b} TCPHandler: Processed in 0.001351737 sec. 2026.02.26 17:13:16.179705 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.179800 [ 277 ] {c7c00124-14a7-4175-899d-0327680974fd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:16.179839 [ 277 ] {c7c00124-14a7-4175-899d-0327680974fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:16.180477 [ 277 ] {c7c00124-14a7-4175-899d-0327680974fd} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.180514 [ 277 ] {c7c00124-14a7-4175-899d-0327680974fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.180857 [ 277 ] {c7c00124-14a7-4175-899d-0327680974fd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.26 17:13:16.181070 [ 277 ] {c7c00124-14a7-4175-899d-0327680974fd} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:16.181198 [ 277 ] {c7c00124-14a7-4175-899d-0327680974fd} executeQuery: Read 521 rows, 37.66 KiB in 0.001416 sec., 367937.85310734465 rows/sec., 25.97 MiB/sec. 2026.02.26 17:13:16.181236 [ 277 ] {c7c00124-14a7-4175-899d-0327680974fd} TCPHandler: Processed in 0.001580634 sec. 2026.02.26 17:13:16.181342 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.181436 [ 277 ] {f46b2135-14fd-48f3-89b3-fe02b81030df} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:13:16.181477 [ 277 ] {f46b2135-14fd-48f3-89b3-fe02b81030df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:13:16.181815 [ 277 ] {f46b2135-14fd-48f3-89b3-fe02b81030df} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.181851 [ 277 ] {f46b2135-14fd-48f3-89b3-fe02b81030df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.182152 [ 277 ] {f46b2135-14fd-48f3-89b3-fe02b81030df} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:13:16.182365 [ 277 ] {f46b2135-14fd-48f3-89b3-fe02b81030df} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:13:16.182494 [ 277 ] {f46b2135-14fd-48f3-89b3-fe02b81030df} executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. 2026.02.26 17:13:16.182530 [ 277 ] {f46b2135-14fd-48f3-89b3-fe02b81030df} TCPHandler: Processed in 0.001237424 sec. 2026.02.26 17:13:16.182640 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.182735 [ 277 ] {15637c22-5f6b-4ca5-8529-3bb7b6a9e48c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.182775 [ 277 ] {15637c22-5f6b-4ca5-8529-3bb7b6a9e48c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:16.183214 [ 277 ] {15637c22-5f6b-4ca5-8529-3bb7b6a9e48c} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.183251 [ 277 ] {15637c22-5f6b-4ca5-8529-3bb7b6a9e48c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.183623 [ 277 ] {15637c22-5f6b-4ca5-8529-3bb7b6a9e48c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.26 17:13:16.183842 [ 277 ] {15637c22-5f6b-4ca5-8529-3bb7b6a9e48c} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:16.183973 [ 277 ] {15637c22-5f6b-4ca5-8529-3bb7b6a9e48c} executeQuery: Read 265 rows, 18.03 KiB in 0.001257 sec., 210819.41129673825 rows/sec., 14.01 MiB/sec. 2026.02.26 17:13:16.184011 [ 277 ] {15637c22-5f6b-4ca5-8529-3bb7b6a9e48c} TCPHandler: Processed in 0.001420339 sec. 2026.02.26 17:13:16.184124 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.184218 [ 277 ] {c8732d53-b0ee-4de8-9b8f-50b3042cd1ca} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.184259 [ 277 ] {c8732d53-b0ee-4de8-9b8f-50b3042cd1ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:13:16.184570 [ 277 ] {c8732d53-b0ee-4de8-9b8f-50b3042cd1ca} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.184607 [ 277 ] {c8732d53-b0ee-4de8-9b8f-50b3042cd1ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.184912 [ 277 ] {c8732d53-b0ee-4de8-9b8f-50b3042cd1ca} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:13:16.185133 [ 277 ] {c8732d53-b0ee-4de8-9b8f-50b3042cd1ca} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:13:16.185259 [ 277 ] {c8732d53-b0ee-4de8-9b8f-50b3042cd1ca} executeQuery: Read 1 rows, 69.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 63.63 KiB/sec. 2026.02.26 17:13:16.185295 [ 277 ] {c8732d53-b0ee-4de8-9b8f-50b3042cd1ca} TCPHandler: Processed in 0.001220114 sec. 2026.02.26 17:13:16.185400 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.185494 [ 277 ] {6ff8fff5-f5d6-494f-add8-bd08e53d2886} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.185546 [ 277 ] {6ff8fff5-f5d6-494f-add8-bd08e53d2886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:16.186379 [ 277 ] {6ff8fff5-f5d6-494f-add8-bd08e53d2886} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.186417 [ 277 ] {6ff8fff5-f5d6-494f-add8-bd08e53d2886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.186983 [ 277 ] {6ff8fff5-f5d6-494f-add8-bd08e53d2886} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.26 17:13:16.187216 [ 277 ] {6ff8fff5-f5d6-494f-add8-bd08e53d2886} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:16.187355 [ 277 ] {6ff8fff5-f5d6-494f-add8-bd08e53d2886} executeQuery: Read 31 rows, 56.88 KiB in 0.001878 sec., 16506.92225772098 rows/sec., 29.58 MiB/sec. 2026.02.26 17:13:16.187416 [ 277 ] {6ff8fff5-f5d6-494f-add8-bd08e53d2886} TCPHandler: Processed in 0.002064118 sec. 2026.02.26 17:13:16.187526 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.187622 [ 277 ] {84ba47d1-acb5-4945-abba-7a6f718236da} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.187662 [ 277 ] {84ba47d1-acb5-4945-abba-7a6f718236da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:16.188004 [ 277 ] {84ba47d1-acb5-4945-abba-7a6f718236da} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.188042 [ 277 ] {84ba47d1-acb5-4945-abba-7a6f718236da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.188353 [ 277 ] {84ba47d1-acb5-4945-abba-7a6f718236da} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.26 17:13:16.188575 [ 277 ] {84ba47d1-acb5-4945-abba-7a6f718236da} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:16.188700 [ 277 ] {84ba47d1-acb5-4945-abba-7a6f718236da} executeQuery: Read 90 rows, 5.77 KiB in 0.001096 sec., 82116.78832116789 rows/sec., 5.14 MiB/sec. 2026.02.26 17:13:16.188736 [ 277 ] {84ba47d1-acb5-4945-abba-7a6f718236da} TCPHandler: Processed in 0.001261165 sec. 2026.02.26 17:13:16.730246 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.730506 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} executeQuery: (from [fd00:1122:3344:101::d]:55736) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:13:16.730880 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:13:16.730920 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:13:16.731207 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:13:16.731276 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:16.731417 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.02.26 17:13:16.731557 [ 329 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.26 17:13:16.731560 [ 323 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:13:16.731714 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:13:16.731741 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:13:16.734420 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.26 17:13:16.734454 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.02.26 17:13:16.734520 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.734582 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.735661 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} executeQuery: Read 41 rows, 1.65 KiB in 0.00527 sec., 7779.886148007589 rows/sec., 313.35 KiB/sec. 2026.02.26 17:13:16.735788 [ 277 ] {5f57a682-778f-4a30-81dd-87a808d5dbdc} TCPHandler: Processed in 0.005676067 sec. 2026.02.26 17:13:16.736187 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.736329 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} executeQuery: (from [fd00:1122:3344:101::d]:55736) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:13:16.736650 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:13:16.736689 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:13:16.736916 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:13:16.736971 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:16.737073 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.02.26 17:13:16.737138 [ 295 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:13:16.737159 [ 299 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.26 17:13:16.737240 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:13:16.737267 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:13:16.737323 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.26 17:13:16.737341 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.02.26 17:13:16.737373 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.737406 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.738142 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} executeQuery: Read 41 rows, 1.65 KiB in 0.001875 sec., 21866.666666666668 rows/sec., 880.73 KiB/sec. 2026.02.26 17:13:16.738255 [ 277 ] {ab01bacf-4c0d-481f-ad57-682e652132a5} TCPHandler: Processed in 0.002121639 sec. 2026.02.26 17:13:16.738465 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.738604 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} executeQuery: (from [fd00:1122:3344:101::d]:55736) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:13:16.738825 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:13:16.738862 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:13:16.739078 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:13:16.739131 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:16.739231 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.02.26 17:13:16.739292 [ 329 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:13:16.739295 [ 295 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.26 17:13:16.739390 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:13:16.739417 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:13:16.739473 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.26 17:13:16.739490 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.02.26 17:13:16.739520 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.739551 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.740210 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} executeQuery: Read 41 rows, 1.65 KiB in 0.001664 sec., 24639.423076923078 rows/sec., 992.41 KiB/sec. 2026.02.26 17:13:16.740317 [ 277 ] {e8110e47-28b3-46ac-bc15-d1f8c3203458} TCPHandler: Processed in 0.001902723 sec. 2026.02.26 17:13:16.740521 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.740660 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} executeQuery: (from [fd00:1122:3344:101::d]:55736) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:13:16.740882 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:13:16.740919 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:13:16.741171 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:13:16.741225 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:16.741324 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.02.26 17:13:16.741383 [ 301 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:13:16.741388 [ 299 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.26 17:13:16.741482 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:13:16.741508 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:13:16.741563 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.26 17:13:16.741580 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.02.26 17:13:16.741610 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.741657 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.742262 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} executeQuery: Read 41 rows, 1.65 KiB in 0.001662 sec., 24669.0734055355 rows/sec., 993.60 KiB/sec. 2026.02.26 17:13:16.742373 [ 277 ] {9f095f98-1993-48c9-b805-7c70dd4e5b4e} TCPHandler: Processed in 0.001902462 sec. 2026.02.26 17:13:16.742573 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.742710 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} executeQuery: (from [fd00:1122:3344:101::d]:55736) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:13:16.742931 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:13:16.742969 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:13:16.743184 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:13:16.743237 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:16.743335 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.02.26 17:13:16.743393 [ 295 ] {0952afaa-0c86-4704-b6af-ed577174957d} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:13:16.743404 [ 301 ] {0952afaa-0c86-4704-b6af-ed577174957d} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.26 17:13:16.743488 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:13:16.743514 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:13:16.743570 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.26 17:13:16.743587 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.02.26 17:13:16.743617 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.743649 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.744152 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} executeQuery: Read 41 rows, 1.65 KiB in 0.0015 sec., 27333.333333333332 rows/sec., 1.08 MiB/sec. 2026.02.26 17:13:16.744262 [ 277 ] {0952afaa-0c86-4704-b6af-ed577174957d} TCPHandler: Processed in 0.001739778 sec. 2026.02.26 17:13:16.744464 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.744603 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} executeQuery: (from [fd00:1122:3344:101::d]:55736) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.26 17:13:16.744822 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.26 17:13:16.744859 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.26 17:13:16.745076 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:13:16.745129 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:16.745228 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.02.26 17:13:16.745287 [ 295 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.26 17:13:16.745287 [ 299 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.26 17:13:16.745371 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (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.26 17:13:16.745398 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.26 17:13:16.745453 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.26 17:13:16.745471 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.02.26 17:13:16.745501 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.745533 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.26 17:13:16.746250 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} executeQuery: Read 41 rows, 1.65 KiB in 0.001706 sec., 24032.82532239156 rows/sec., 967.98 KiB/sec. 2026.02.26 17:13:16.746352 [ 277 ] {24873bdf-8aac-4e16-a7b5-16e2dc7770cc} TCPHandler: Processed in 0.001937623 sec. 2026.02.26 17:13:16.919370 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.919507 [ 277 ] {84acf2d1-8ba3-4c27-894b-6103b3b02c57} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.26 17:13:16.919561 [ 277 ] {84acf2d1-8ba3-4c27-894b-6103b3b02c57} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.26 17:13:16.920480 [ 277 ] {84acf2d1-8ba3-4c27-894b-6103b3b02c57} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.920549 [ 277 ] {84acf2d1-8ba3-4c27-894b-6103b3b02c57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.921006 [ 277 ] {84acf2d1-8ba3-4c27-894b-6103b3b02c57} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.26 17:13:16.921213 [ 277 ] {84acf2d1-8ba3-4c27-894b-6103b3b02c57} oximeter.timeseries_schema (bceacf14-f77d-4cc7-b9e5-d48f43ff9749): 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.26 17:13:16.921354 [ 277 ] {84acf2d1-8ba3-4c27-894b-6103b3b02c57} executeQuery: Read 6 rows, 1.34 KiB in 0.001885 sec., 3183.0238726790453 rows/sec., 708.72 KiB/sec. 2026.02.26 17:13:16.921393 [ 277 ] {84acf2d1-8ba3-4c27-894b-6103b3b02c57} TCPHandler: Processed in 0.002091578 sec. 2026.02.26 17:13:16.921514 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.921610 [ 277 ] {ded1b575-32ad-49fe-8866-b4a1d6e2624d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.921649 [ 277 ] {ded1b575-32ad-49fe-8866-b4a1d6e2624d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:13:16.922070 [ 277 ] {ded1b575-32ad-49fe-8866-b4a1d6e2624d} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.922105 [ 277 ] {ded1b575-32ad-49fe-8866-b4a1d6e2624d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.922402 [ 277 ] {ded1b575-32ad-49fe-8866-b4a1d6e2624d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:13:16.922620 [ 277 ] {ded1b575-32ad-49fe-8866-b4a1d6e2624d} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:13:16.922731 [ 94 ] {} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:13:16.922750 [ 277 ] {ded1b575-32ad-49fe-8866-b4a1d6e2624d} executeQuery: Read 24 rows, 2.04 KiB in 0.001159 sec., 20707.50647109577 rows/sec., 1.72 MiB/sec. 2026.02.26 17:13:16.922797 [ 94 ] {} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.922807 [ 277 ] {ded1b575-32ad-49fe-8866-b4a1d6e2624d} TCPHandler: Processed in 0.001343197 sec. 2026.02.26 17:13:16.922827 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.922942 [ 189 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::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.26 17:13:16.922944 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.923073 [ 189 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:16.923076 [ 277 ] {f3e9740a-4d02-4dd7-80bc-5e665707b34a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:13:16.923115 [ 189 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 308 rows starting from the beginning of the part 2026.02.26 17:13:16.923134 [ 277 ] {f3e9740a-4d02-4dd7-80bc-5e665707b34a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:13:16.923188 [ 189 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.02.26 17:13:16.923244 [ 189 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.02.26 17:13:16.923294 [ 189 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.02.26 17:13:16.923339 [ 189 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.02.26 17:13:16.923384 [ 189 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::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.26 17:13:16.923536 [ 277 ] {f3e9740a-4d02-4dd7-80bc-5e665707b34a} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.923578 [ 277 ] {f3e9740a-4d02-4dd7-80bc-5e665707b34a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.924002 [ 277 ] {f3e9740a-4d02-4dd7-80bc-5e665707b34a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.26 17:13:16.924250 [ 277 ] {f3e9740a-4d02-4dd7-80bc-5e665707b34a} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:13:16.924388 [ 277 ] {f3e9740a-4d02-4dd7-80bc-5e665707b34a} executeQuery: Read 4 rows, 334.00 B in 0.00133 sec., 3007.5187969924814 rows/sec., 245.24 KiB/sec. 2026.02.26 17:13:16.924424 [ 202 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001529263 sec., 959939.5264254742 rows/sec., 65.24 MiB/sec. 2026.02.26 17:13:16.924426 [ 277 ] {f3e9740a-4d02-4dd7-80bc-5e665707b34a} TCPHandler: Processed in 0.001531812 sec. 2026.02.26 17:13:16.924626 [ 198 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:13:16.924642 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.924747 [ 277 ] {b1d0be60-2650-472e-8eff-7c98e2f75496} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:16.924790 [ 277 ] {b1d0be60-2650-472e-8eff-7c98e2f75496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:16.924935 [ 198 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:13:16.925018 [ 198 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_16_3} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:13:16.925105 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.02.26 17:13:16.925947 [ 277 ] {b1d0be60-2650-472e-8eff-7c98e2f75496} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.925989 [ 277 ] {b1d0be60-2650-472e-8eff-7c98e2f75496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.926394 [ 277 ] {b1d0be60-2650-472e-8eff-7c98e2f75496} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.26 17:13:16.926610 [ 277 ] {b1d0be60-2650-472e-8eff-7c98e2f75496} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:16.926718 [ 94 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.26 17:13:16.926740 [ 277 ] {b1d0be60-2650-472e-8eff-7c98e2f75496} executeQuery: Read 1338 rows, 114.58 KiB in 0.002013 sec., 664679.5827123696 rows/sec., 55.59 MiB/sec. 2026.02.26 17:13:16.926752 [ 94 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.926785 [ 277 ] {b1d0be60-2650-472e-8eff-7c98e2f75496} TCPHandler: Processed in 0.002192181 sec. 2026.02.26 17:13:16.926786 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.926912 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:13:16.926913 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.927050 [ 277 ] {24201c18-fcc3-4f7b-8c54-c0e6a2c8c937} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.927054 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:16.927093 [ 277 ] {24201c18-fcc3-4f7b-8c54-c0e6a2c8c937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:16.927105 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1008 rows starting from the beginning of the part 2026.02.26 17:13:16.927181 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 76 rows starting from the beginning of the part 2026.02.26 17:13:16.927231 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 860 rows starting from the beginning of the part 2026.02.26 17:13:16.927279 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 76 rows starting from the beginning of the part 2026.02.26 17:13:16.927323 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 859 rows starting from the beginning of the part 2026.02.26 17:13:16.927369 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1338 rows starting from the beginning of the part 2026.02.26 17:13:16.927503 [ 277 ] {24201c18-fcc3-4f7b-8c54-c0e6a2c8c937} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.927548 [ 277 ] {24201c18-fcc3-4f7b-8c54-c0e6a2c8c937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.927865 [ 277 ] {24201c18-fcc3-4f7b-8c54-c0e6a2c8c937} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.26 17:13:16.928089 [ 277 ] {24201c18-fcc3-4f7b-8c54-c0e6a2c8c937} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:16.928222 [ 277 ] {24201c18-fcc3-4f7b-8c54-c0e6a2c8c937} executeQuery: Read 26 rows, 1.99 KiB in 0.001191 sec., 21830.3946263644 rows/sec., 1.63 MiB/sec. 2026.02.26 17:13:16.928261 [ 277 ] {24201c18-fcc3-4f7b-8c54-c0e6a2c8c937} TCPHandler: Processed in 0.001397289 sec. 2026.02.26 17:13:16.928360 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.928453 [ 277 ] {afbfdb24-c3a5-47d2-a3c6-489b521b6486} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.928492 [ 277 ] {afbfdb24-c3a5-47d2-a3c6-489b521b6486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:13:16.928950 [ 202 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4217 rows, containing 5 columns (5 merged, 0 gathered) in 0.002093088 sec., 2014726.5666804262 rows/sec., 171.83 MiB/sec. 2026.02.26 17:13:16.928968 [ 277 ] {afbfdb24-c3a5-47d2-a3c6-489b521b6486} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.929009 [ 277 ] {afbfdb24-c3a5-47d2-a3c6-489b521b6486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.929197 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.26 17:13:16.929347 [ 277 ] {afbfdb24-c3a5-47d2-a3c6-489b521b6486} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:13:16.929502 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:16.929599 [ 191 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_31_6} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.26 17:13:16.929615 [ 277 ] {afbfdb24-c3a5-47d2-a3c6-489b521b6486} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:13:16.929676 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.02.26 17:13:16.929730 [ 94 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:13:16.929753 [ 277 ] {afbfdb24-c3a5-47d2-a3c6-489b521b6486} executeQuery: Read 252 rows, 17.85 KiB in 0.001317 sec., 191343.96355353075 rows/sec., 13.23 MiB/sec. 2026.02.26 17:13:16.929763 [ 94 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.929796 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.929799 [ 277 ] {afbfdb24-c3a5-47d2-a3c6-489b521b6486} TCPHandler: Processed in 0.001487621 sec. 2026.02.26 17:13:16.929868 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:13:16.929923 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.929960 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:16.929993 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 173 rows starting from the beginning of the part 2026.02.26 17:13:16.930022 [ 277 ] {b85be669-02e3-4699-a9ac-c9881b83f942} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.930049 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2026.02.26 17:13:16.930064 [ 277 ] {b85be669-02e3-4699-a9ac-c9881b83f942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:13:16.930095 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 149 rows starting from the beginning of the part 2026.02.26 17:13:16.930136 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.02.26 17:13:16.930171 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.02.26 17:13:16.930210 [ 202 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part 2026.02.26 17:13:16.930469 [ 277 ] {b85be669-02e3-4699-a9ac-c9881b83f942} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.930509 [ 277 ] {b85be669-02e3-4699-a9ac-c9881b83f942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.930826 [ 277 ] {b85be669-02e3-4699-a9ac-c9881b83f942} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:13:16.931038 [ 277 ] {b85be669-02e3-4699-a9ac-c9881b83f942} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:13:16.931094 [ 193 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001252764 sec., 814997.8766950519 rows/sec., 57.03 MiB/sec. 2026.02.26 17:13:16.931138 [ 94 ] {} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:13:16.931166 [ 94 ] {} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.931177 [ 277 ] {b85be669-02e3-4699-a9ac-c9881b83f942} executeQuery: Read 12 rows, 960.00 B in 0.001173 sec., 10230.179028132992 rows/sec., 799.23 KiB/sec. 2026.02.26 17:13:16.931182 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.931224 [ 277 ] {b85be669-02e3-4699-a9ac-c9881b83f942} TCPHandler: Processed in 0.001348667 sec. 2026.02.26 17:13:16.931269 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::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.26 17:13:16.931278 [ 193 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:13:16.931341 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.931358 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:16.931393 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 160 rows starting from the beginning of the part 2026.02.26 17:13:16.931442 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.02.26 17:13:16.931443 [ 277 ] {b3f92842-a84c-4370-a19a-84db5f5d9852} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:16.931485 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.02.26 17:13:16.931499 [ 277 ] {b3f92842-a84c-4370-a19a-84db5f5d9852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:16.931526 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.02.26 17:13:16.931565 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::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.26 17:13:16.931600 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.02.26 17:13:16.931603 [ 193 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:13:16.931696 [ 193 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_16_3} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:13:16.931787 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.02.26 17:13:16.932128 [ 277 ] {b3f92842-a84c-4370-a19a-84db5f5d9852} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.932169 [ 277 ] {b3f92842-a84c-4370-a19a-84db5f5d9852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.932382 [ 193 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 764 rows, containing 5 columns (5 merged, 0 gathered) in 0.001142301 sec., 668825.4671929728 rows/sec., 41.00 MiB/sec. 2026.02.26 17:13:16.932520 [ 277 ] {b3f92842-a84c-4370-a19a-84db5f5d9852} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.26 17:13:16.932522 [ 195 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:13:16.932832 [ 277 ] {b3f92842-a84c-4370-a19a-84db5f5d9852} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:16.932855 [ 195 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:13:16.932927 [ 195 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_16_3} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:13:16.932944 [ 94 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.26 17:13:16.932971 [ 277 ] {b3f92842-a84c-4370-a19a-84db5f5d9852} executeQuery: Read 570 rows, 43.79 KiB in 0.001546 sec., 368693.4023285899 rows/sec., 27.66 MiB/sec. 2026.02.26 17:13:16.932979 [ 94 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.932989 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.26 17:13:16.933014 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.933016 [ 277 ] {b3f92842-a84c-4370-a19a-84db5f5d9852} TCPHandler: Processed in 0.001723088 sec. 2026.02.26 17:13:16.933082 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:13:16.933147 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.933169 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:16.933198 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 603 rows starting from the beginning of the part 2026.02.26 17:13:16.933239 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 74 rows starting from the beginning of the part 2026.02.26 17:13:16.933247 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.933272 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 523 rows starting from the beginning of the part 2026.02.26 17:13:16.933293 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:16.933311 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 74 rows starting from the beginning of the part 2026.02.26 17:13:16.933353 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 521 rows starting from the beginning of the part 2026.02.26 17:13:16.933386 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 570 rows starting from the beginning of the part 2026.02.26 17:13:16.934339 [ 195 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2365 rows, containing 5 columns (5 merged, 0 gathered) in 0.001283685 sec., 1842352.2904762463 rows/sec., 140.72 MiB/sec. 2026.02.26 17:13:16.934521 [ 193 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.26 17:13:16.934956 [ 193 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:16.935091 [ 193 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_31_6} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.26 17:13:16.935211 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.02.26 17:13:16.935328 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.935371 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.936068 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.26 17:13:16.936284 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:16.936391 [ 94 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.26 17:13:16.936411 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} executeQuery: Read 4954 rows, 341.39 KiB in 0.003182 sec., 1556882.4638592082 rows/sec., 104.77 MiB/sec. 2026.02.26 17:13:16.936423 [ 94 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.936453 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.936456 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} MemoryTracker: Peak memory usage (for query): 4.16 MiB. 2026.02.26 17:13:16.936481 [ 277 ] {565bdd3e-d99f-46fc-977f-c92ee80d5456} TCPHandler: Processed in 0.003382474 sec. 2026.02.26 17:13:16.936535 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:13:16.936596 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.936625 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:16.936653 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5296 rows starting from the beginning of the part 2026.02.26 17:13:16.936692 [ 277 ] {6ab21eae-8b66-45bd-a292-7ea6114ae36f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.936706 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.02.26 17:13:16.936745 [ 277 ] {6ab21eae-8b66-45bd-a292-7ea6114ae36f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:16.936751 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 266 rows starting from the beginning of the part 2026.02.26 17:13:16.936798 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:13:16.936836 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 265 rows starting from the beginning of the part 2026.02.26 17:13:16.936875 [ 200 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4954 rows starting from the beginning of the part 2026.02.26 17:13:16.937525 [ 277 ] {6ab21eae-8b66-45bd-a292-7ea6114ae36f} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.937560 [ 277 ] {6ab21eae-8b66-45bd-a292-7ea6114ae36f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.938044 [ 277 ] {6ab21eae-8b66-45bd-a292-7ea6114ae36f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.26 17:13:16.938275 [ 277 ] {6ab21eae-8b66-45bd-a292-7ea6114ae36f} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:16.938408 [ 277 ] {6ab21eae-8b66-45bd-a292-7ea6114ae36f} executeQuery: Read 10 rows, 18.35 KiB in 0.001737 sec., 5757.052389176742 rows/sec., 10.32 MiB/sec. 2026.02.26 17:13:16.938461 [ 277 ] {6ab21eae-8b66-45bd-a292-7ea6114ae36f} TCPHandler: Processed in 0.001913713 sec. 2026.02.26 17:13:16.938569 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:16.938664 [ 277 ] {745c79d1-a48c-4f0e-8cba-6c6c4b8877f4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:16.938708 [ 277 ] {745c79d1-a48c-4f0e-8cba-6c6c4b8877f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:16.939027 [ 277 ] {745c79d1-a48c-4f0e-8cba-6c6c4b8877f4} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.939063 [ 277 ] {745c79d1-a48c-4f0e-8cba-6c6c4b8877f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.939397 [ 277 ] {745c79d1-a48c-4f0e-8cba-6c6c4b8877f4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.26 17:13:16.939615 [ 277 ] {745c79d1-a48c-4f0e-8cba-6c6c4b8877f4} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:16.939715 [ 94 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.26 17:13:16.939742 [ 277 ] {745c79d1-a48c-4f0e-8cba-6c6c4b8877f4} executeQuery: Read 12 rows, 848.00 B in 0.001096 sec., 10948.905109489051 rows/sec., 755.59 KiB/sec. 2026.02.26 17:13:16.939743 [ 94 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:16.939782 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:16.939785 [ 277 ] {745c79d1-a48c-4f0e-8cba-6c6c4b8877f4} TCPHandler: Processed in 0.001264325 sec. 2026.02.26 17:13:16.939858 [ 193 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:13:16.939959 [ 193 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:16.939988 [ 193 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1800 rows starting from the beginning of the part 2026.02.26 17:13:16.940041 [ 193 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:13:16.940083 [ 193 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 90 rows starting from the beginning of the part 2026.02.26 17:13:16.940126 [ 193 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:13:16.940168 [ 193 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:13:16.940209 [ 193 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part 2026.02.26 17:13:16.940473 [ 192 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11101 rows, containing 5 columns (5 merged, 0 gathered) in 0.00397402 sec., 2793393.0881072567 rows/sec., 189.11 MiB/sec. 2026.02.26 17:13:16.940804 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.26 17:13:16.941102 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:16.941186 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_31_6} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.26 17:13:16.941235 [ 196 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2112 rows, containing 4 columns (4 merged, 0 gathered) in 0.001409389 sec., 1498521.699828791 rows/sec., 96.57 MiB/sec. 2026.02.26 17:13:16.941267 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2026.02.26 17:13:16.941528 [ 196 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.26 17:13:16.941791 [ 196 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_31_6} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:16.941860 [ 196 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_31_6} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.26 17:13:16.941934 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.02.26 17:13:18.924726 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 752 2026.02.26 17:13:18.927831 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:18.927876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:18.929203 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:13:18.929482 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:13:18.929639 [ 85 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:13:18.929699 [ 85 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:18.929719 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:18.929743 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 752 2026.02.26 17:13:18.929841 [ 192 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::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.26 17:13:18.930447 [ 192 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:18.930612 [ 192 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 542 rows starting from the beginning of the part 2026.02.26 17:13:18.931019 [ 192 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2026.02.26 17:13:18.931383 [ 192 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2026.02.26 17:13:18.931724 [ 192 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2026.02.26 17:13:18.932064 [ 192 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.02.26 17:13:18.932440 [ 192 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part 2026.02.26 17:13:18.938181 [ 201 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 72 columns (72 merged, 0 gathered) in 0.008399532 sec., 89528.79755681627 rows/sec., 78.12 MiB/sec. 2026.02.26 17:13:18.939460 [ 193 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:13:18.940144 [ 193 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:13:18.940230 [ 193 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_16_3} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:13:18.940459 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.02.26 17:13:21.161602 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:21.161792 [ 277 ] {a4dad732-7fc7-48aa-ad7f-4a0f7c1131bd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:21.161859 [ 277 ] {a4dad732-7fc7-48aa-ad7f-4a0f7c1131bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:21.162505 [ 277 ] {a4dad732-7fc7-48aa-ad7f-4a0f7c1131bd} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:21.162555 [ 277 ] {a4dad732-7fc7-48aa-ad7f-4a0f7c1131bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:21.162958 [ 277 ] {a4dad732-7fc7-48aa-ad7f-4a0f7c1131bd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.26 17:13:21.163209 [ 277 ] {a4dad732-7fc7-48aa-ad7f-4a0f7c1131bd} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:21.163370 [ 277 ] {a4dad732-7fc7-48aa-ad7f-4a0f7c1131bd} executeQuery: Read 56 rows, 4.41 KiB in 0.001621 sec., 34546.57618753856 rows/sec., 2.65 MiB/sec. 2026.02.26 17:13:21.163420 [ 277 ] {a4dad732-7fc7-48aa-ad7f-4a0f7c1131bd} TCPHandler: Processed in 0.001942204 sec. 2026.02.26 17:13:21.163543 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:21.163646 [ 277 ] {7d05a487-d232-4921-b55b-2c67bd35e7b0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:21.163695 [ 277 ] {7d05a487-d232-4921-b55b-2c67bd35e7b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:21.164135 [ 277 ] {7d05a487-d232-4921-b55b-2c67bd35e7b0} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:21.164172 [ 277 ] {7d05a487-d232-4921-b55b-2c67bd35e7b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:21.164480 [ 277 ] {7d05a487-d232-4921-b55b-2c67bd35e7b0} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.26 17:13:21.164703 [ 277 ] {7d05a487-d232-4921-b55b-2c67bd35e7b0} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:21.164834 [ 277 ] {7d05a487-d232-4921-b55b-2c67bd35e7b0} executeQuery: Read 64 rows, 5.12 KiB in 0.001211 sec., 52848.88521882741 rows/sec., 4.12 MiB/sec. 2026.02.26 17:13:21.164874 [ 277 ] {7d05a487-d232-4921-b55b-2c67bd35e7b0} TCPHandler: Processed in 0.001382118 sec. 2026.02.26 17:13:21.164999 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:21.165096 [ 277 ] {fc44168c-ebdf-4ad4-8704-2a9dc57821a3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:21.165140 [ 277 ] {fc44168c-ebdf-4ad4-8704-2a9dc57821a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:21.165527 [ 277 ] {fc44168c-ebdf-4ad4-8704-2a9dc57821a3} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:21.165564 [ 277 ] {fc44168c-ebdf-4ad4-8704-2a9dc57821a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:21.165893 [ 277 ] {fc44168c-ebdf-4ad4-8704-2a9dc57821a3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.26 17:13:21.166109 [ 277 ] {fc44168c-ebdf-4ad4-8704-2a9dc57821a3} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:21.166235 [ 277 ] {fc44168c-ebdf-4ad4-8704-2a9dc57821a3} executeQuery: Read 128 rows, 9.13 KiB in 0.001159 sec., 110440.03451251077 rows/sec., 7.69 MiB/sec. 2026.02.26 17:13:21.166272 [ 277 ] {fc44168c-ebdf-4ad4-8704-2a9dc57821a3} TCPHandler: Processed in 0.001322157 sec. 2026.02.26 17:13:21.166384 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:21.166479 [ 277 ] {de96b1ff-e4c3-4c96-b3b5-235278c1c9c8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:21.166519 [ 277 ] {de96b1ff-e4c3-4c96-b3b5-235278c1c9c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:21.166849 [ 277 ] {de96b1ff-e4c3-4c96-b3b5-235278c1c9c8} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:21.166885 [ 277 ] {de96b1ff-e4c3-4c96-b3b5-235278c1c9c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:21.167192 [ 277 ] {de96b1ff-e4c3-4c96-b3b5-235278c1c9c8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.26 17:13:21.167411 [ 277 ] {de96b1ff-e4c3-4c96-b3b5-235278c1c9c8} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:21.167536 [ 277 ] {de96b1ff-e4c3-4c96-b3b5-235278c1c9c8} executeQuery: Read 48 rows, 3.31 KiB in 0.001075 sec., 44651.16279069767 rows/sec., 3.01 MiB/sec. 2026.02.26 17:13:21.167571 [ 277 ] {de96b1ff-e4c3-4c96-b3b5-235278c1c9c8} TCPHandler: Processed in 0.001235705 sec. 2026.02.26 17:13:21.253868 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11052 2026.02.26 17:13:21.254517 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:21.254566 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:21.255061 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:13:21.255296 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:21.255442 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11052 2026.02.26 17:13:21.812437 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.02.26 17:13:21.829692 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:21.829745 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:21.836274 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:13:21.836983 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:21.839673 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.02.26 17:13:23.940916 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35429 2026.02.26 17:13:23.941023 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941050 [ 287 ] {} TCP-Session: f4febb4c-9a09-4493-9657-68019e4e2993 Authenticating user 'default' from [fd00:1122:3344:101::e]:35429 2026.02.26 17:13:23.941072 [ 287 ] {} TCP-Session: f4febb4c-9a09-4493-9657-68019e4e2993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941085 [ 287 ] {} TCP-Session: f4febb4c-9a09-4493-9657-68019e4e2993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941270 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40062 2026.02.26 17:13:23.941293 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62884 2026.02.26 17:13:23.941322 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60460 2026.02.26 17:13:23.941368 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54152 2026.02.26 17:13:23.941389 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941397 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61521 2026.02.26 17:13:23.941419 [ 289 ] {} TCP-Session: 9c0ae4b9-aa58-489a-9b62-4b67f179d35a Authenticating user 'default' from [fd00:1122:3344:101::e]:40062 2026.02.26 17:13:23.941425 [ 287 ] {} TCP-Session: f4febb4c-9a09-4493-9657-68019e4e2993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:23.941465 [ 289 ] {} TCP-Session: 9c0ae4b9-aa58-489a-9b62-4b67f179d35a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941385 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50496 2026.02.26 17:13:23.941498 [ 289 ] {} TCP-Session: 9c0ae4b9-aa58-489a-9b62-4b67f179d35a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941375 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37208 2026.02.26 17:13:23.941403 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47972 2026.02.26 17:13:23.941641 [ 287 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} executeQuery: (from [fd00:1122:3344:101::e]:35429) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:13:23.941664 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941700 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941710 [ 275 ] {} TCP-Session: e5385790-8cdb-49fb-ab8c-e6192ec70a4a Authenticating user 'default' from [fd00:1122:3344:101::e]:61521 2026.02.26 17:13:23.941737 [ 293 ] {} TCP-Session: 3f646c64-843f-4237-813c-1795adb03cec Authenticating user 'default' from [fd00:1122:3344:101::e]:54152 2026.02.26 17:13:23.941754 [ 275 ] {} TCP-Session: e5385790-8cdb-49fb-ab8c-e6192ec70a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941762 [ 293 ] {} TCP-Session: 3f646c64-843f-4237-813c-1795adb03cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941782 [ 275 ] {} TCP-Session: e5385790-8cdb-49fb-ab8c-e6192ec70a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941803 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941803 [ 293 ] {} TCP-Session: 3f646c64-843f-4237-813c-1795adb03cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941814 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941835 [ 294 ] {} TCP-Session: 56194dc6-b322-48af-8d26-52aa971d39d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50496 2026.02.26 17:13:23.941877 [ 292 ] {} TCP-Session: caff2250-1247-4eb0-9b0f-520d57f63488 Authenticating user 'default' from [fd00:1122:3344:101::e]:37208 2026.02.26 17:13:23.941880 [ 294 ] {} TCP-Session: 56194dc6-b322-48af-8d26-52aa971d39d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941910 [ 292 ] {} TCP-Session: caff2250-1247-4eb0-9b0f-520d57f63488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941916 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941930 [ 292 ] {} TCP-Session: caff2250-1247-4eb0-9b0f-520d57f63488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.941951 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941957 [ 291 ] {} TCP-Session: 07a3643e-3cd6-4cb5-8272-b8bcc24ed700 Authenticating user 'default' from [fd00:1122:3344:101::e]:60460 2026.02.26 17:13:23.942011 [ 290 ] {} TCP-Session: b1601290-288a-40a3-9097-0bef1f7e04b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62884 2026.02.26 17:13:23.942013 [ 287 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:13:23.942027 [ 291 ] {} TCP-Session: 07a3643e-3cd6-4cb5-8272-b8bcc24ed700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.942037 [ 290 ] {} TCP-Session: b1601290-288a-40a3-9097-0bef1f7e04b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.942062 [ 291 ] {} TCP-Session: 07a3643e-3cd6-4cb5-8272-b8bcc24ed700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.942076 [ 290 ] {} TCP-Session: b1601290-288a-40a3-9097-0bef1f7e04b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.942086 [ 287 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:23.941916 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:23.941912 [ 294 ] {} TCP-Session: 56194dc6-b322-48af-8d26-52aa971d39d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.942150 [ 286 ] {} TCP-Session: d96745b1-45b9-4af6-971e-9badad32f53a Authenticating user 'default' from [fd00:1122:3344:101::e]:47972 2026.02.26 17:13:23.942182 [ 286 ] {} TCP-Session: d96745b1-45b9-4af6-971e-9badad32f53a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.942195 [ 286 ] {} TCP-Session: d96745b1-45b9-4af6-971e-9badad32f53a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.942435 [ 287 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:13:23.943580 [ 301 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} AggregatingTransform: Aggregating 2026.02.26 17:13:23.943628 [ 301 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} Aggregator: Aggregation method: without_key 2026.02.26 17:13:23.943674 [ 301 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001130402 sec. (884.641 rows/sec., 34.56 KiB/sec.) 2026.02.26 17:13:23.943699 [ 301 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} Aggregator: Merging aggregated data 2026.02.26 17:13:23.945574 [ 287 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} executeQuery: Read 1 rows, 40.00 B in 0.003985 sec., 250.94102885821832 rows/sec., 9.80 KiB/sec. 2026.02.26 17:13:23.945778 [ 287 ] {1496761e-c9a3-4132-8d9d-00e10cac3092} TCPHandler: Processed in 0.004494854 sec. 2026.02.26 17:13:23.945967 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.945996 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.946001 [ 287 ] {} TCP-Session: f4febb4c-9a09-4493-9657-68019e4e2993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.946024 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.946055 [ 289 ] {} TCP-Session: 9c0ae4b9-aa58-489a-9b62-4b67f179d35a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.946045 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.946093 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.946110 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.946155 [ 294 ] {} TCP-Session: 56194dc6-b322-48af-8d26-52aa971d39d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.946168 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.946187 [ 291 ] {} TCP-Session: 07a3643e-3cd6-4cb5-8272-b8bcc24ed700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.946181 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.946225 [ 275 ] {} TCP-Session: e5385790-8cdb-49fb-ab8c-e6192ec70a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.946143 [ 290 ] {} TCP-Session: b1601290-288a-40a3-9097-0bef1f7e04b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.946284 [ 292 ] {} TCP-Session: caff2250-1247-4eb0-9b0f-520d57f63488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.946087 [ 286 ] {} TCP-Session: d96745b1-45b9-4af6-971e-9badad32f53a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:23.946086 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:23.946406 [ 293 ] {} TCP-Session: 3f646c64-843f-4237-813c-1795adb03cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.265676 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35924 2026.02.26 17:13:24.265793 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.265823 [ 287 ] {} TCP-Session: 0d308e8a-125b-4475-a2cf-ed17681a2db6 Authenticating user 'default' from [fd00:1122:3344:101::e]:35924 2026.02.26 17:13:24.265850 [ 287 ] {} TCP-Session: 0d308e8a-125b-4475-a2cf-ed17681a2db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.265868 [ 287 ] {} TCP-Session: 0d308e8a-125b-4475-a2cf-ed17681a2db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266081 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50723 2026.02.26 17:13:24.266118 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53134 2026.02.26 17:13:24.266142 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59464 2026.02.26 17:13:24.266167 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40575 2026.02.26 17:13:24.266182 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50841 2026.02.26 17:13:24.266191 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50649 2026.02.26 17:13:24.266234 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.266247 [ 287 ] {} TCP-Session: 0d308e8a-125b-4475-a2cf-ed17681a2db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:24.266265 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.266270 [ 293 ] {} TCP-Session: 0c9b3e2c-6aaf-4aec-8f83-722b5ef8a8cd Authenticating user 'default' from [fd00:1122:3344:101::e]:59464 2026.02.26 17:13:24.266294 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.266313 [ 275 ] {} TCP-Session: 781cf2bb-1443-4a89-befa-e6feb9f1e425 Authenticating user 'default' from [fd00:1122:3344:101::e]:50841 2026.02.26 17:13:24.266321 [ 293 ] {} TCP-Session: 0c9b3e2c-6aaf-4aec-8f83-722b5ef8a8cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266353 [ 286 ] {} TCP-Session: 04e697b2-803d-4490-9197-fd91971f6647 Authenticating user 'default' from [fd00:1122:3344:101::e]:50649 2026.02.26 17:13:24.266369 [ 293 ] {} TCP-Session: 0c9b3e2c-6aaf-4aec-8f83-722b5ef8a8cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266366 [ 275 ] {} TCP-Session: 781cf2bb-1443-4a89-befa-e6feb9f1e425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266385 [ 286 ] {} TCP-Session: 04e697b2-803d-4490-9197-fd91971f6647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266409 [ 275 ] {} TCP-Session: 781cf2bb-1443-4a89-befa-e6feb9f1e425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266423 [ 286 ] {} TCP-Session: 04e697b2-803d-4490-9197-fd91971f6647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266439 [ 287 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} executeQuery: (from [fd00:1122:3344:101::e]:35924) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:13:24.266236 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.266191 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.266148 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63743 2026.02.26 17:13:24.266531 [ 289 ] {} TCP-Session: 4b1f57ce-c080-4ec6-8b37-7caaf66a2b17 Authenticating user 'default' from [fd00:1122:3344:101::e]:50723 2026.02.26 17:13:24.266517 [ 290 ] {} TCP-Session: 16afaf1b-4a15-4bc7-8dd2-34ceb9c3ae15 Authenticating user 'default' from [fd00:1122:3344:101::e]:53134 2026.02.26 17:13:24.266584 [ 289 ] {} TCP-Session: 4b1f57ce-c080-4ec6-8b37-7caaf66a2b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266605 [ 290 ] {} TCP-Session: 16afaf1b-4a15-4bc7-8dd2-34ceb9c3ae15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266620 [ 289 ] {} TCP-Session: 4b1f57ce-c080-4ec6-8b37-7caaf66a2b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266635 [ 290 ] {} TCP-Session: 16afaf1b-4a15-4bc7-8dd2-34ceb9c3ae15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266640 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.266122 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55266 2026.02.26 17:13:24.266712 [ 292 ] {} TCP-Session: 634025c6-0330-4749-98e2-eac47744b14a Authenticating user 'default' from [fd00:1122:3344:101::e]:63743 2026.02.26 17:13:24.266255 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.266759 [ 292 ] {} TCP-Session: 634025c6-0330-4749-98e2-eac47744b14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266777 [ 287 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:13:24.266789 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.266794 [ 292 ] {} TCP-Session: 634025c6-0330-4749-98e2-eac47744b14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266833 [ 291 ] {} TCP-Session: ad130779-d1b4-4a14-9948-52e0cfa6d9bf Authenticating user 'default' from [fd00:1122:3344:101::e]:55266 2026.02.26 17:13:24.266855 [ 287 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:24.266871 [ 291 ] {} TCP-Session: ad130779-d1b4-4a14-9948-52e0cfa6d9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266788 [ 294 ] {} TCP-Session: 9dac0fd8-1f18-45e4-a251-b54dab11a420 Authenticating user 'default' from [fd00:1122:3344:101::e]:40575 2026.02.26 17:13:24.266894 [ 291 ] {} TCP-Session: ad130779-d1b4-4a14-9948-52e0cfa6d9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266928 [ 294 ] {} TCP-Session: 9dac0fd8-1f18-45e4-a251-b54dab11a420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.266952 [ 294 ] {} TCP-Session: 9dac0fd8-1f18-45e4-a251-b54dab11a420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.267232 [ 287 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:13:24.268490 [ 320 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} AggregatingTransform: Aggregating 2026.02.26 17:13:24.268533 [ 320 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} Aggregator: Aggregation method: without_key 2026.02.26 17:13:24.268567 [ 320 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001207374 sec. (828.244 rows/sec., 32.35 KiB/sec.) 2026.02.26 17:13:24.268585 [ 320 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} Aggregator: Merging aggregated data 2026.02.26 17:13:24.270240 [ 287 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} executeQuery: Read 1 rows, 40.00 B in 0.003868 sec., 258.5315408479835 rows/sec., 10.10 KiB/sec. 2026.02.26 17:13:24.270415 [ 287 ] {ad7c5e83-ff8a-4954-9bd7-9ae69fef5999} TCPHandler: Processed in 0.004281399 sec. 2026.02.26 17:13:24.270543 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270569 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270579 [ 287 ] {} TCP-Session: 0d308e8a-125b-4475-a2cf-ed17681a2db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.270593 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270616 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270634 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270673 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270685 [ 293 ] {} TCP-Session: 0c9b3e2c-6aaf-4aec-8f83-722b5ef8a8cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.270710 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270735 [ 291 ] {} TCP-Session: ad130779-d1b4-4a14-9948-52e0cfa6d9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.270690 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270761 [ 286 ] {} TCP-Session: 04e697b2-803d-4490-9197-fd91971f6647 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.270675 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.270801 [ 294 ] {} TCP-Session: 9dac0fd8-1f18-45e4-a251-b54dab11a420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.270654 [ 290 ] {} TCP-Session: 16afaf1b-4a15-4bc7-8dd2-34ceb9c3ae15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.270836 [ 275 ] {} TCP-Session: 781cf2bb-1443-4a89-befa-e6feb9f1e425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.270619 [ 289 ] {} TCP-Session: 4b1f57ce-c080-4ec6-8b37-7caaf66a2b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.270712 [ 292 ] {} TCP-Session: 634025c6-0330-4749-98e2-eac47744b14a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.354853 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55873 2026.02.26 17:13:24.354954 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.354979 [ 287 ] {} TCP-Session: 087d6579-8902-401b-a4a3-2465b2d548aa Authenticating user 'default' from [fd00:1122:3344:101::e]:55873 2026.02.26 17:13:24.354999 [ 287 ] {} TCP-Session: 087d6579-8902-401b-a4a3-2465b2d548aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355012 [ 287 ] {} TCP-Session: 087d6579-8902-401b-a4a3-2465b2d548aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355175 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36685 2026.02.26 17:13:24.355220 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37525 2026.02.26 17:13:24.355263 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34804 2026.02.26 17:13:24.355282 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34863 2026.02.26 17:13:24.355307 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48697 2026.02.26 17:13:24.355316 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59936 2026.02.26 17:13:24.355334 [ 287 ] {} TCP-Session: 087d6579-8902-401b-a4a3-2465b2d548aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:24.355346 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.355365 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.355400 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.355406 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.355419 [ 293 ] {} TCP-Session: 47b2e6d7-d07e-41f1-92a5-041404efd669 Authenticating user 'default' from [fd00:1122:3344:101::e]:34863 2026.02.26 17:13:24.355445 [ 275 ] {} TCP-Session: 9065a1dd-17ec-4750-9e12-7cabb84416b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48697 2026.02.26 17:13:24.355448 [ 286 ] {} TCP-Session: 5ccf6385-e9fd-4896-b136-3ba5550de8b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:59936 2026.02.26 17:13:24.355468 [ 293 ] {} TCP-Session: 47b2e6d7-d07e-41f1-92a5-041404efd669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355483 [ 275 ] {} TCP-Session: 9065a1dd-17ec-4750-9e12-7cabb84416b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355494 [ 286 ] {} TCP-Session: 5ccf6385-e9fd-4896-b136-3ba5550de8b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355514 [ 287 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} executeQuery: (from [fd00:1122:3344:101::e]:55873) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:13:24.355536 [ 286 ] {} TCP-Session: 5ccf6385-e9fd-4896-b136-3ba5550de8b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355521 [ 275 ] {} TCP-Session: 9065a1dd-17ec-4750-9e12-7cabb84416b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355501 [ 293 ] {} TCP-Session: 47b2e6d7-d07e-41f1-92a5-041404efd669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355402 [ 291 ] {} TCP-Session: 3824b64f-f3f6-4b0f-94c2-94143a6c5a68 Authenticating user 'default' from [fd00:1122:3344:101::e]:34804 2026.02.26 17:13:24.355331 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.355633 [ 291 ] {} TCP-Session: 3824b64f-f3f6-4b0f-94c2-94143a6c5a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355664 [ 290 ] {} TCP-Session: 2b074ffc-a221-472b-a504-a0dd801ea552 Authenticating user 'default' from [fd00:1122:3344:101::e]:37525 2026.02.26 17:13:24.355671 [ 291 ] {} TCP-Session: 3824b64f-f3f6-4b0f-94c2-94143a6c5a68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355697 [ 290 ] {} TCP-Session: 2b074ffc-a221-472b-a504-a0dd801ea552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355287 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.355726 [ 290 ] {} TCP-Session: 2b074ffc-a221-472b-a504-a0dd801ea552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355298 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62232 2026.02.26 17:13:24.355760 [ 289 ] {} TCP-Session: 6be9cc8d-303f-41e6-a5d2-28793d6d044e Authenticating user 'default' from [fd00:1122:3344:101::e]:36685 2026.02.26 17:13:24.355792 [ 287 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:13:24.355808 [ 289 ] {} TCP-Session: 6be9cc8d-303f-41e6-a5d2-28793d6d044e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355829 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.355854 [ 289 ] {} TCP-Session: 6be9cc8d-303f-41e6-a5d2-28793d6d044e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355912 [ 294 ] {} TCP-Session: 44e0c850-3ffd-41e4-bcfa-f31d1b899022 Authenticating user 'default' from [fd00:1122:3344:101::e]:62232 2026.02.26 17:13:24.355288 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40343 2026.02.26 17:13:24.355956 [ 294 ] {} TCP-Session: 44e0c850-3ffd-41e4-bcfa-f31d1b899022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.355853 [ 287 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:13:24.356029 [ 294 ] {} TCP-Session: 44e0c850-3ffd-41e4-bcfa-f31d1b899022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.356073 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:13:24.356107 [ 292 ] {} TCP-Session: 4f43e5e3-8940-4bc2-b823-d8b0293920f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:40343 2026.02.26 17:13:24.356130 [ 292 ] {} TCP-Session: 4f43e5e3-8940-4bc2-b823-d8b0293920f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.356145 [ 292 ] {} TCP-Session: 4f43e5e3-8940-4bc2-b823-d8b0293920f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.356411 [ 287 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:13:24.357442 [ 320 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} AggregatingTransform: Aggregating 2026.02.26 17:13:24.357471 [ 320 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} Aggregator: Aggregation method: without_key 2026.02.26 17:13:24.357497 [ 320 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000959417 sec. (1042.300 rows/sec., 40.71 KiB/sec.) 2026.02.26 17:13:24.357515 [ 320 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} Aggregator: Merging aggregated data 2026.02.26 17:13:24.358755 [ 287 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} executeQuery: Read 1 rows, 40.00 B in 0.003301 sec., 302.9385034837928 rows/sec., 11.83 KiB/sec. 2026.02.26 17:13:24.358832 [ 287 ] {428d99d4-703a-49f3-aa32-39d55a00bf0a} TCPHandler: Processed in 0.00360904 sec. 2026.02.26 17:13:24.358963 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.358992 [ 287 ] {} TCP-Session: 087d6579-8902-401b-a4a3-2465b2d548aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.358994 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.359028 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.359042 [ 289 ] {} TCP-Session: 6be9cc8d-303f-41e6-a5d2-28793d6d044e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.359062 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.359065 [ 291 ] {} TCP-Session: 3824b64f-f3f6-4b0f-94c2-94143a6c5a68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.359086 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.359110 [ 290 ] {} TCP-Session: 2b074ffc-a221-472b-a504-a0dd801ea552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.359114 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.359130 [ 286 ] {} TCP-Session: 5ccf6385-e9fd-4896-b136-3ba5550de8b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.359137 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.359168 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.359197 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:13:24.359224 [ 294 ] {} TCP-Session: 44e0c850-3ffd-41e4-bcfa-f31d1b899022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.359237 [ 293 ] {} TCP-Session: 47b2e6d7-d07e-41f1-92a5-041404efd669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.359250 [ 275 ] {} TCP-Session: 9065a1dd-17ec-4750-9e12-7cabb84416b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:24.359176 [ 292 ] {} TCP-Session: 4f43e5e3-8940-4bc2-b823-d8b0293920f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:13:26.164773 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:26.164956 [ 277 ] {1d5e60f9-e7c7-42cf-98c1-1b41647c7043} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:26.165018 [ 277 ] {1d5e60f9-e7c7-42cf-98c1-1b41647c7043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:26.165703 [ 277 ] {1d5e60f9-e7c7-42cf-98c1-1b41647c7043} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:26.165746 [ 277 ] {1d5e60f9-e7c7-42cf-98c1-1b41647c7043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:26.166162 [ 277 ] {1d5e60f9-e7c7-42cf-98c1-1b41647c7043} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.26 17:13:26.166390 [ 277 ] {1d5e60f9-e7c7-42cf-98c1-1b41647c7043} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:26.166536 [ 277 ] {1d5e60f9-e7c7-42cf-98c1-1b41647c7043} executeQuery: Read 118 rows, 10.28 KiB in 0.001622 sec., 72749.69173859432 rows/sec., 6.19 MiB/sec. 2026.02.26 17:13:26.166577 [ 277 ] {1d5e60f9-e7c7-42cf-98c1-1b41647c7043} TCPHandler: Processed in 0.001928594 sec. 2026.02.26 17:13:26.166705 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:26.166801 [ 277 ] {fa26b5aa-35bd-487e-b512-4d528ad73f8f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:26.166842 [ 277 ] {fa26b5aa-35bd-487e-b512-4d528ad73f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:26.167248 [ 277 ] {fa26b5aa-35bd-487e-b512-4d528ad73f8f} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:26.167284 [ 277 ] {fa26b5aa-35bd-487e-b512-4d528ad73f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:26.167596 [ 277 ] {fa26b5aa-35bd-487e-b512-4d528ad73f8f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.26 17:13:26.167822 [ 277 ] {fa26b5aa-35bd-487e-b512-4d528ad73f8f} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:26.167931 [ 72 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.26 17:13:26.167949 [ 277 ] {fa26b5aa-35bd-487e-b512-4d528ad73f8f} executeQuery: Read 31 rows, 2.33 KiB in 0.001166 sec., 26586.62092624357 rows/sec., 1.95 MiB/sec. 2026.02.26 17:13:26.167965 [ 72 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:26.167986 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:26.167987 [ 277 ] {fa26b5aa-35bd-487e-b512-4d528ad73f8f} TCPHandler: Processed in 0.001335168 sec. 2026.02.26 17:13:26.168094 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:26.168114 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:26.168188 [ 277 ] {c15382d4-808d-4e1a-9dd5-3b8afd810378} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:26.168231 [ 277 ] {c15382d4-808d-4e1a-9dd5-3b8afd810378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:26.168263 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:26.168304 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 213 rows starting from the beginning of the part 2026.02.26 17:13:26.168378 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 175 rows starting from the beginning of the part 2026.02.26 17:13:26.168427 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:26.168472 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 173 rows starting from the beginning of the part 2026.02.26 17:13:26.168516 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part 2026.02.26 17:13:26.168561 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2026.02.26 17:13:26.168645 [ 277 ] {c15382d4-808d-4e1a-9dd5-3b8afd810378} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:26.168693 [ 277 ] {c15382d4-808d-4e1a-9dd5-3b8afd810378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:26.169066 [ 277 ] {c15382d4-808d-4e1a-9dd5-3b8afd810378} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.26 17:13:26.169312 [ 277 ] {c15382d4-808d-4e1a-9dd5-3b8afd810378} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:26.169440 [ 277 ] {c15382d4-808d-4e1a-9dd5-3b8afd810378} executeQuery: Read 95 rows, 7.60 KiB in 0.001269 sec., 74862.0961386919 rows/sec., 5.85 MiB/sec. 2026.02.26 17:13:26.169465 [ 201 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413799 sec., 444193.2693402669 rows/sec., 29.88 MiB/sec. 2026.02.26 17:13:26.169480 [ 277 ] {c15382d4-808d-4e1a-9dd5-3b8afd810378} TCPHandler: Processed in 0.00143312 sec. 2026.02.26 17:13:26.169593 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.26 17:13:26.169603 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:26.169708 [ 277 ] {ede41a52-a918-41ca-9d2f-be891944513b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:26.169755 [ 277 ] {ede41a52-a918-41ca-9d2f-be891944513b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:26.169842 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:26.169919 [ 193 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_31_6} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.26 17:13:26.169987 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.26 17:13:26.170176 [ 277 ] {ede41a52-a918-41ca-9d2f-be891944513b} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:26.170217 [ 277 ] {ede41a52-a918-41ca-9d2f-be891944513b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:26.170550 [ 277 ] {ede41a52-a918-41ca-9d2f-be891944513b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.26 17:13:26.170767 [ 277 ] {ede41a52-a918-41ca-9d2f-be891944513b} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:26.170893 [ 277 ] {ede41a52-a918-41ca-9d2f-be891944513b} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.02.26 17:13:26.170930 [ 277 ] {ede41a52-a918-41ca-9d2f-be891944513b} TCPHandler: Processed in 0.001376238 sec. 2026.02.26 17:13:26.171037 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:26.171132 [ 277 ] {948f0525-ad70-4d39-be78-167f9b5e58cd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:26.171185 [ 277 ] {948f0525-ad70-4d39-be78-167f9b5e58cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:26.172045 [ 277 ] {948f0525-ad70-4d39-be78-167f9b5e58cd} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:26.172080 [ 277 ] {948f0525-ad70-4d39-be78-167f9b5e58cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:26.172624 [ 277 ] {948f0525-ad70-4d39-be78-167f9b5e58cd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.26 17:13:26.172853 [ 277 ] {948f0525-ad70-4d39-be78-167f9b5e58cd} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:26.172949 [ 72 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.26 17:13:26.172983 [ 72 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:26.172984 [ 277 ] {948f0525-ad70-4d39-be78-167f9b5e58cd} executeQuery: Read 31 rows, 56.88 KiB in 0.001871 sec., 16568.679850347406 rows/sec., 29.69 MiB/sec. 2026.02.26 17:13:26.173005 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:26.173044 [ 277 ] {948f0525-ad70-4d39-be78-167f9b5e58cd} TCPHandler: Processed in 0.002054456 sec. 2026.02.26 17:13:26.173119 [ 190 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:26.173157 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:26.173259 [ 277 ] {b3d8f70d-c9a3-4b6b-a5da-1262764adc1c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:26.173302 [ 277 ] {b3d8f70d-c9a3-4b6b-a5da-1262764adc1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:26.173384 [ 190 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:26.173474 [ 190 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 475 rows starting from the beginning of the part 2026.02.26 17:13:26.173615 [ 190 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part 2026.02.26 17:13:26.173642 [ 277 ] {b3d8f70d-c9a3-4b6b-a5da-1262764adc1c} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:26.173684 [ 277 ] {b3d8f70d-c9a3-4b6b-a5da-1262764adc1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:26.173728 [ 190 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:26.173841 [ 190 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part 2026.02.26 17:13:26.173943 [ 190 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:26.174011 [ 277 ] {b3d8f70d-c9a3-4b6b-a5da-1262764adc1c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.26 17:13:26.174030 [ 190 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2026.02.26 17:13:26.174224 [ 277 ] {b3d8f70d-c9a3-4b6b-a5da-1262764adc1c} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:26.174362 [ 277 ] {b3d8f70d-c9a3-4b6b-a5da-1262764adc1c} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2026.02.26 17:13:26.174398 [ 277 ] {b3d8f70d-c9a3-4b6b-a5da-1262764adc1c} TCPHandler: Processed in 0.001288336 sec. 2026.02.26 17:13:26.195467 [ 193 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 19 columns (19 merged, 0 gathered) in 0.02240483 sec., 26244.341063958083 rows/sec., 47.03 MiB/sec. 2026.02.26 17:13:26.196218 [ 201 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.26 17:13:26.196573 [ 201 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:26.196653 [ 201 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_31_6} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.26 17:13:26.196822 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2026.02.26 17:13:27.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 260.77 MiB, peak 269.57 MiB, free memory in arenas 0.00 B, will set to 262.39 MiB (RSS), difference: 1.62 MiB 2026.02.26 17:13:27.448641 [ 75 ] {} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.02.26 17:13:27.448726 [ 75 ] {} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:27.448749 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:27.448878 [ 194 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.02.26 17:13:27.449045 [ 194 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:27.449086 [ 194 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2026.02.26 17:13:27.449159 [ 194 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.02.26 17:13:27.449207 [ 194 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.02.26 17:13:27.449251 [ 194 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.02.26 17:13:27.449291 [ 194 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.02.26 17:13:27.450103 [ 201 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.001285515 sec., 10890.576928312777 rows/sec., 733.84 KiB/sec. 2026.02.26 17:13:27.450272 [ 193 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.02.26 17:13:27.450560 [ 193 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:13:27.450640 [ 193 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_14_3} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.02.26 17:13:27.450733 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.02.26 17:13:28.591812 [ 69 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:13:28.591886 [ 69 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:13:28.756495 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11500 2026.02.26 17:13:28.756954 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:28.756989 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:28.757454 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:13:28.757682 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:28.757808 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11500 2026.02.26 17:13:28.930071 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 778 2026.02.26 17:13:28.932302 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:28.932352 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:28.933615 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:13:28.933890 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:13:28.934143 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 778 2026.02.26 17:13:29.339726 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.02.26 17:13:29.357137 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:29.357201 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.02.26 17:13:29.363371 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:13:29.364080 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:29.366913 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.02.26 17:13:31.163327 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:31.163537 [ 277 ] {6efd71e4-2717-45b1-9ea3-044e9f9f0ced} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:31.163610 [ 277 ] {6efd71e4-2717-45b1-9ea3-044e9f9f0ced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:31.164304 [ 277 ] {6efd71e4-2717-45b1-9ea3-044e9f9f0ced} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:31.164351 [ 277 ] {6efd71e4-2717-45b1-9ea3-044e9f9f0ced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:31.164737 [ 277 ] {6efd71e4-2717-45b1-9ea3-044e9f9f0ced} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.26 17:13:31.164967 [ 277 ] {6efd71e4-2717-45b1-9ea3-044e9f9f0ced} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:31.165117 [ 277 ] {6efd71e4-2717-45b1-9ea3-044e9f9f0ced} executeQuery: Read 76 rows, 6.41 KiB in 0.00163 sec., 46625.766871165644 rows/sec., 3.84 MiB/sec. 2026.02.26 17:13:31.165158 [ 277 ] {6efd71e4-2717-45b1-9ea3-044e9f9f0ced} TCPHandler: Processed in 0.001965614 sec. 2026.02.26 17:13:31.165293 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:31.165396 [ 277 ] {394ca694-e316-415e-be53-98a550a3297a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:31.165438 [ 277 ] {394ca694-e316-415e-be53-98a550a3297a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:31.165854 [ 277 ] {394ca694-e316-415e-be53-98a550a3297a} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:31.165891 [ 277 ] {394ca694-e316-415e-be53-98a550a3297a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:31.166198 [ 277 ] {394ca694-e316-415e-be53-98a550a3297a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.26 17:13:31.166413 [ 277 ] {394ca694-e316-415e-be53-98a550a3297a} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:31.166543 [ 277 ] {394ca694-e316-415e-be53-98a550a3297a} executeQuery: Read 10 rows, 770.00 B in 0.001166 sec., 8576.329331046312 rows/sec., 644.90 KiB/sec. 2026.02.26 17:13:31.166581 [ 277 ] {394ca694-e316-415e-be53-98a550a3297a} TCPHandler: Processed in 0.001339817 sec. 2026.02.26 17:13:31.166692 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:31.166786 [ 277 ] {5e516120-93bb-4177-a149-17f20e2a1556} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:31.166827 [ 277 ] {5e516120-93bb-4177-a149-17f20e2a1556} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:31.167250 [ 277 ] {5e516120-93bb-4177-a149-17f20e2a1556} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:31.167287 [ 277 ] {5e516120-93bb-4177-a149-17f20e2a1556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:31.167588 [ 277 ] {5e516120-93bb-4177-a149-17f20e2a1556} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.26 17:13:31.167803 [ 277 ] {5e516120-93bb-4177-a149-17f20e2a1556} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:31.167930 [ 277 ] {5e516120-93bb-4177-a149-17f20e2a1556} executeQuery: Read 74 rows, 5.92 KiB in 0.001161 sec., 63738.15676141258 rows/sec., 4.98 MiB/sec. 2026.02.26 17:13:31.167966 [ 277 ] {5e516120-93bb-4177-a149-17f20e2a1556} TCPHandler: Processed in 0.001323817 sec. 2026.02.26 17:13:31.168077 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:31.168170 [ 277 ] {1886f14d-544f-4327-9c64-5e9016efd61b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:31.168214 [ 277 ] {1886f14d-544f-4327-9c64-5e9016efd61b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:31.168624 [ 277 ] {1886f14d-544f-4327-9c64-5e9016efd61b} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:31.168659 [ 277 ] {1886f14d-544f-4327-9c64-5e9016efd61b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:31.168980 [ 277 ] {1886f14d-544f-4327-9c64-5e9016efd61b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.26 17:13:31.169197 [ 277 ] {1886f14d-544f-4327-9c64-5e9016efd61b} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:31.169324 [ 277 ] {1886f14d-544f-4327-9c64-5e9016efd61b} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.02.26 17:13:31.169360 [ 277 ] {1886f14d-544f-4327-9c64-5e9016efd61b} TCPHandler: Processed in 0.001331507 sec. 2026.02.26 17:13:31.169468 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:31.169561 [ 277 ] {2fabcf22-db52-4042-b0d3-39e6f3d08ba0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:31.169615 [ 277 ] {2fabcf22-db52-4042-b0d3-39e6f3d08ba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:31.170365 [ 277 ] {2fabcf22-db52-4042-b0d3-39e6f3d08ba0} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:31.170402 [ 277 ] {2fabcf22-db52-4042-b0d3-39e6f3d08ba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:31.170896 [ 277 ] {2fabcf22-db52-4042-b0d3-39e6f3d08ba0} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.26 17:13:31.171113 [ 277 ] {2fabcf22-db52-4042-b0d3-39e6f3d08ba0} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:31.171245 [ 277 ] {2fabcf22-db52-4042-b0d3-39e6f3d08ba0} executeQuery: Read 10 rows, 18.35 KiB in 0.001701 sec., 5878.894767783657 rows/sec., 10.53 MiB/sec. 2026.02.26 17:13:31.171297 [ 277 ] {2fabcf22-db52-4042-b0d3-39e6f3d08ba0} TCPHandler: Processed in 0.001877532 sec. 2026.02.26 17:13:31.171404 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:31.171498 [ 277 ] {4d628317-11ce-4fd3-a0dd-211e31601168} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:31.171538 [ 277 ] {4d628317-11ce-4fd3-a0dd-211e31601168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:31.171874 [ 277 ] {4d628317-11ce-4fd3-a0dd-211e31601168} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:31.171910 [ 277 ] {4d628317-11ce-4fd3-a0dd-211e31601168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:31.172209 [ 277 ] {4d628317-11ce-4fd3-a0dd-211e31601168} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.26 17:13:31.172415 [ 277 ] {4d628317-11ce-4fd3-a0dd-211e31601168} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:31.172538 [ 277 ] {4d628317-11ce-4fd3-a0dd-211e31601168} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.02.26 17:13:31.172574 [ 277 ] {4d628317-11ce-4fd3-a0dd-211e31601168} TCPHandler: Processed in 0.001218914 sec. 2026.02.26 17:13:36.172088 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.172300 [ 277 ] {4df92b35-2ee7-435a-b281-5436351e35af} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:13:36.172361 [ 277 ] {4df92b35-2ee7-435a-b281-5436351e35af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:13:36.173132 [ 277 ] {4df92b35-2ee7-435a-b281-5436351e35af} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.173176 [ 277 ] {4df92b35-2ee7-435a-b281-5436351e35af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.173565 [ 277 ] {4df92b35-2ee7-435a-b281-5436351e35af} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:13:36.173789 [ 277 ] {4df92b35-2ee7-435a-b281-5436351e35af} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:13:36.173936 [ 277 ] {4df92b35-2ee7-435a-b281-5436351e35af} executeQuery: Read 284 rows, 18.47 KiB in 0.001688 sec., 168246.44549763034 rows/sec., 10.69 MiB/sec. 2026.02.26 17:13:36.173974 [ 277 ] {4df92b35-2ee7-435a-b281-5436351e35af} TCPHandler: Processed in 0.002013276 sec. 2026.02.26 17:13:36.174106 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.174200 [ 277 ] {76d47e58-80e9-49fc-8f51-1c227276459f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:13:36.174239 [ 277 ] {76d47e58-80e9-49fc-8f51-1c227276459f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:13:36.174666 [ 277 ] {76d47e58-80e9-49fc-8f51-1c227276459f} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.174701 [ 277 ] {76d47e58-80e9-49fc-8f51-1c227276459f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.174982 [ 277 ] {76d47e58-80e9-49fc-8f51-1c227276459f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.26 17:13:36.175178 [ 277 ] {76d47e58-80e9-49fc-8f51-1c227276459f} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:13:36.175299 [ 277 ] {76d47e58-80e9-49fc-8f51-1c227276459f} executeQuery: Read 4 rows, 334.00 B in 0.001118 sec., 3577.8175313059032 rows/sec., 291.75 KiB/sec. 2026.02.26 17:13:36.175337 [ 277 ] {76d47e58-80e9-49fc-8f51-1c227276459f} TCPHandler: Processed in 0.001278486 sec. 2026.02.26 17:13:36.175456 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.175547 [ 277 ] {98d41d0a-1973-4679-b066-c26bfbb72aba} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:36.175583 [ 277 ] {98d41d0a-1973-4679-b066-c26bfbb72aba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:36.176415 [ 277 ] {98d41d0a-1973-4679-b066-c26bfbb72aba} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.176450 [ 277 ] {98d41d0a-1973-4679-b066-c26bfbb72aba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.176796 [ 277 ] {98d41d0a-1973-4679-b066-c26bfbb72aba} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.26 17:13:36.176997 [ 277 ] {98d41d0a-1973-4679-b066-c26bfbb72aba} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:36.177119 [ 277 ] {98d41d0a-1973-4679-b066-c26bfbb72aba} executeQuery: Read 861 rows, 70.21 KiB in 0.00159 sec., 541509.4339622641 rows/sec., 43.12 MiB/sec. 2026.02.26 17:13:36.177158 [ 277 ] {98d41d0a-1973-4679-b066-c26bfbb72aba} TCPHandler: Processed in 0.001747858 sec. 2026.02.26 17:13:36.177280 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.177372 [ 277 ] {6fe1e25c-52f3-4348-a9a1-ff433f95afa4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:36.177410 [ 277 ] {6fe1e25c-52f3-4348-a9a1-ff433f95afa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:36.177881 [ 277 ] {6fe1e25c-52f3-4348-a9a1-ff433f95afa4} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.177916 [ 277 ] {6fe1e25c-52f3-4348-a9a1-ff433f95afa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.178213 [ 277 ] {6fe1e25c-52f3-4348-a9a1-ff433f95afa4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.26 17:13:36.178422 [ 277 ] {6fe1e25c-52f3-4348-a9a1-ff433f95afa4} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:36.178543 [ 277 ] {6fe1e25c-52f3-4348-a9a1-ff433f95afa4} executeQuery: Read 177 rows, 11.15 KiB in 0.001189 sec., 148864.59209419682 rows/sec., 9.16 MiB/sec. 2026.02.26 17:13:36.178578 [ 277 ] {6fe1e25c-52f3-4348-a9a1-ff433f95afa4} TCPHandler: Processed in 0.001345667 sec. 2026.02.26 17:13:36.178688 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.178790 [ 277 ] {0be1bbd0-6ca7-4a81-857d-1519f237a39c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:13:36.178829 [ 277 ] {0be1bbd0-6ca7-4a81-857d-1519f237a39c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:13:36.179258 [ 277 ] {0be1bbd0-6ca7-4a81-857d-1519f237a39c} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.179292 [ 277 ] {0be1bbd0-6ca7-4a81-857d-1519f237a39c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.179595 [ 277 ] {0be1bbd0-6ca7-4a81-857d-1519f237a39c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:13:36.179799 [ 277 ] {0be1bbd0-6ca7-4a81-857d-1519f237a39c} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:13:36.179918 [ 277 ] {0be1bbd0-6ca7-4a81-857d-1519f237a39c} executeQuery: Read 149 rows, 9.86 KiB in 0.001147 sec., 129904.09764603313 rows/sec., 8.39 MiB/sec. 2026.02.26 17:13:36.179953 [ 277 ] {0be1bbd0-6ca7-4a81-857d-1519f237a39c} TCPHandler: Processed in 0.001312506 sec. 2026.02.26 17:13:36.180063 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.180159 [ 277 ] {a017a765-f1b7-442f-b085-dc43f63cf9cc} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:13:36.180197 [ 277 ] {a017a765-f1b7-442f-b085-dc43f63cf9cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:13:36.180614 [ 277 ] {a017a765-f1b7-442f-b085-dc43f63cf9cc} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.180649 [ 277 ] {a017a765-f1b7-442f-b085-dc43f63cf9cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.180936 [ 277 ] {a017a765-f1b7-442f-b085-dc43f63cf9cc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:13:36.181137 [ 277 ] {a017a765-f1b7-442f-b085-dc43f63cf9cc} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:13:36.181254 [ 277 ] {a017a765-f1b7-442f-b085-dc43f63cf9cc} executeQuery: Read 148 rows, 8.62 KiB in 0.001113 sec., 132973.944294699 rows/sec., 7.56 MiB/sec. 2026.02.26 17:13:36.181288 [ 277 ] {a017a765-f1b7-442f-b085-dc43f63cf9cc} TCPHandler: Processed in 0.001271185 sec. 2026.02.26 17:13:36.181397 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.181497 [ 277 ] {1c59dc54-925a-4e3f-9e98-c385b3e354ae} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:36.181535 [ 277 ] {1c59dc54-925a-4e3f-9e98-c385b3e354ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:36.182157 [ 277 ] {1c59dc54-925a-4e3f-9e98-c385b3e354ae} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.182191 [ 277 ] {1c59dc54-925a-4e3f-9e98-c385b3e354ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.182509 [ 277 ] {1c59dc54-925a-4e3f-9e98-c385b3e354ae} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.26 17:13:36.182714 [ 277 ] {1c59dc54-925a-4e3f-9e98-c385b3e354ae} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:36.182836 [ 277 ] {1c59dc54-925a-4e3f-9e98-c385b3e354ae} executeQuery: Read 525 rows, 37.99 KiB in 0.001356 sec., 387168.14159292035 rows/sec., 27.36 MiB/sec. 2026.02.26 17:13:36.182871 [ 277 ] {1c59dc54-925a-4e3f-9e98-c385b3e354ae} TCPHandler: Processed in 0.001521252 sec. 2026.02.26 17:13:36.182979 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.183077 [ 277 ] {5d1add4c-c4e0-42c2-857e-dd88a38cfc54} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:13:36.183117 [ 277 ] {5d1add4c-c4e0-42c2-857e-dd88a38cfc54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:13:36.183441 [ 277 ] {5d1add4c-c4e0-42c2-857e-dd88a38cfc54} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.183475 [ 277 ] {5d1add4c-c4e0-42c2-857e-dd88a38cfc54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.183778 [ 277 ] {5d1add4c-c4e0-42c2-857e-dd88a38cfc54} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:13:36.183981 [ 277 ] {5d1add4c-c4e0-42c2-857e-dd88a38cfc54} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:13:36.184101 [ 277 ] {5d1add4c-c4e0-42c2-857e-dd88a38cfc54} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2026.02.26 17:13:36.184135 [ 277 ] {5d1add4c-c4e0-42c2-857e-dd88a38cfc54} TCPHandler: Processed in 0.001203023 sec. 2026.02.26 17:13:36.184249 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.184340 [ 277 ] {0d0b00cd-ce46-425d-8abd-5134a4a78834} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:36.184380 [ 277 ] {0d0b00cd-ce46-425d-8abd-5134a4a78834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:36.184786 [ 277 ] {0d0b00cd-ce46-425d-8abd-5134a4a78834} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.184818 [ 277 ] {0d0b00cd-ce46-425d-8abd-5134a4a78834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.185136 [ 277 ] {0d0b00cd-ce46-425d-8abd-5134a4a78834} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.26 17:13:36.185341 [ 277 ] {0d0b00cd-ce46-425d-8abd-5134a4a78834} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:36.185459 [ 277 ] {0d0b00cd-ce46-425d-8abd-5134a4a78834} executeQuery: Read 267 rows, 18.17 KiB in 0.001137 sec., 234828.49604221637 rows/sec., 15.61 MiB/sec. 2026.02.26 17:13:36.185492 [ 277 ] {0d0b00cd-ce46-425d-8abd-5134a4a78834} TCPHandler: Processed in 0.001298816 sec. 2026.02.26 17:13:36.185601 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.185694 [ 277 ] {f2378914-739c-434c-9719-99e22ee9d717} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:13:36.185733 [ 277 ] {f2378914-739c-434c-9719-99e22ee9d717} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:13:36.186056 [ 277 ] {f2378914-739c-434c-9719-99e22ee9d717} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.186090 [ 277 ] {f2378914-739c-434c-9719-99e22ee9d717} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.186382 [ 277 ] {f2378914-739c-434c-9719-99e22ee9d717} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:13:36.186584 [ 277 ] {f2378914-739c-434c-9719-99e22ee9d717} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:13:36.186703 [ 277 ] {f2378914-739c-434c-9719-99e22ee9d717} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2026.02.26 17:13:36.186737 [ 277 ] {f2378914-739c-434c-9719-99e22ee9d717} TCPHandler: Processed in 0.001182262 sec. 2026.02.26 17:13:36.186851 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.186942 [ 277 ] {2dcfe12a-7728-45f3-a04e-b61b1076bbd1} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:36.186992 [ 277 ] {2dcfe12a-7728-45f3-a04e-b61b1076bbd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:36.187810 [ 277 ] {2dcfe12a-7728-45f3-a04e-b61b1076bbd1} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.187842 [ 277 ] {2dcfe12a-7728-45f3-a04e-b61b1076bbd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.188353 [ 277 ] {2dcfe12a-7728-45f3-a04e-b61b1076bbd1} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.26 17:13:36.188578 [ 277 ] {2dcfe12a-7728-45f3-a04e-b61b1076bbd1} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:36.188708 [ 277 ] {2dcfe12a-7728-45f3-a04e-b61b1076bbd1} executeQuery: Read 31 rows, 56.88 KiB in 0.001784 sec., 17376.681614349774 rows/sec., 31.14 MiB/sec. 2026.02.26 17:13:36.188761 [ 277 ] {2dcfe12a-7728-45f3-a04e-b61b1076bbd1} TCPHandler: Processed in 0.001959884 sec. 2026.02.26 17:13:36.188875 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:36.188967 [ 277 ] {48da676e-4b62-4856-b6a5-684bb65daebf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:36.189006 [ 277 ] {48da676e-4b62-4856-b6a5-684bb65daebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:36.189346 [ 277 ] {48da676e-4b62-4856-b6a5-684bb65daebf} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.189378 [ 277 ] {48da676e-4b62-4856-b6a5-684bb65daebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.189669 [ 277 ] {48da676e-4b62-4856-b6a5-684bb65daebf} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.26 17:13:36.189881 [ 277 ] {48da676e-4b62-4856-b6a5-684bb65daebf} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:36.190005 [ 277 ] {48da676e-4b62-4856-b6a5-684bb65daebf} executeQuery: Read 90 rows, 5.77 KiB in 0.001056 sec., 85227.27272727272 rows/sec., 5.33 MiB/sec. 2026.02.26 17:13:36.190039 [ 277 ] {48da676e-4b62-4856-b6a5-684bb65daebf} TCPHandler: Processed in 0.001210304 sec. 2026.02.26 17:13:36.257895 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12012 2026.02.26 17:13:36.258571 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.258607 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.259078 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:13:36.259304 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:36.259440 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12012 2026.02.26 17:13:36.867956 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.02.26 17:13:36.884689 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:36.884754 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:36.890558 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:13:36.891263 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:36.894196 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.02.26 17:13:38.934288 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 814 2026.02.26 17:13:38.936797 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:38.936835 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:38.938026 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:13:38.938290 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:13:38.938546 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 814 2026.02.26 17:13:41.162590 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:41.162781 [ 277 ] {22d908d0-e9cf-4324-8d27-b9dc0747eec7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:41.162846 [ 277 ] {22d908d0-e9cf-4324-8d27-b9dc0747eec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:41.163566 [ 277 ] {22d908d0-e9cf-4324-8d27-b9dc0747eec7} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.163618 [ 277 ] {22d908d0-e9cf-4324-8d27-b9dc0747eec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.164010 [ 277 ] {22d908d0-e9cf-4324-8d27-b9dc0747eec7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.26 17:13:41.164256 [ 277 ] {22d908d0-e9cf-4324-8d27-b9dc0747eec7} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:41.164406 [ 277 ] {22d908d0-e9cf-4324-8d27-b9dc0747eec7} executeQuery: Read 76 rows, 6.41 KiB in 0.001671 sec., 45481.74745661281 rows/sec., 3.75 MiB/sec. 2026.02.26 17:13:41.164417 [ 67 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.26 17:13:41.164449 [ 277 ] {22d908d0-e9cf-4324-8d27-b9dc0747eec7} TCPHandler: Processed in 0.001989335 sec. 2026.02.26 17:13:41.164488 [ 67 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.164516 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.164604 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:41.164607 [ 188 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:13:41.164710 [ 277 ] {d396643b-ecc6-48f1-bbd6-8de3a6eb25c0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:41.164712 [ 188 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:41.164753 [ 188 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2149 rows starting from the beginning of the part 2026.02.26 17:13:41.164753 [ 277 ] {d396643b-ecc6-48f1-bbd6-8de3a6eb25c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:41.164808 [ 188 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part 2026.02.26 17:13:41.164853 [ 188 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 118 rows starting from the beginning of the part 2026.02.26 17:13:41.164892 [ 188 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 76 rows starting from the beginning of the part 2026.02.26 17:13:41.164938 [ 188 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 861 rows starting from the beginning of the part 2026.02.26 17:13:41.164978 [ 188 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 76 rows starting from the beginning of the part 2026.02.26 17:13:41.165192 [ 277 ] {d396643b-ecc6-48f1-bbd6-8de3a6eb25c0} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.165227 [ 277 ] {d396643b-ecc6-48f1-bbd6-8de3a6eb25c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.165526 [ 277 ] {d396643b-ecc6-48f1-bbd6-8de3a6eb25c0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.26 17:13:41.165743 [ 277 ] {d396643b-ecc6-48f1-bbd6-8de3a6eb25c0} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:41.165875 [ 277 ] {d396643b-ecc6-48f1-bbd6-8de3a6eb25c0} executeQuery: Read 10 rows, 770.00 B in 0.001185 sec., 8438.818565400843 rows/sec., 634.56 KiB/sec. 2026.02.26 17:13:41.165912 [ 277 ] {d396643b-ecc6-48f1-bbd6-8de3a6eb25c0} TCPHandler: Processed in 0.001356497 sec. 2026.02.26 17:13:41.166027 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:41.166122 [ 277 ] {cdad441d-b578-4cfe-a4bb-5fff032ddcbd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:41.166161 [ 277 ] {cdad441d-b578-4cfe-a4bb-5fff032ddcbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:41.166537 [ 193 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3336 rows, containing 5 columns (5 merged, 0 gathered) in 0.001964485 sec., 1698154.9871849364 rows/sec., 144.95 MiB/sec. 2026.02.26 17:13:41.166580 [ 277 ] {cdad441d-b578-4cfe-a4bb-5fff032ddcbd} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.166619 [ 277 ] {cdad441d-b578-4cfe-a4bb-5fff032ddcbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.166832 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.26 17:13:41.166940 [ 277 ] {cdad441d-b578-4cfe-a4bb-5fff032ddcbd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.26 17:13:41.167192 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:41.167221 [ 277 ] {cdad441d-b578-4cfe-a4bb-5fff032ddcbd} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:41.167281 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_36_7} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.26 17:13:41.167333 [ 88 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.26 17:13:41.167358 [ 277 ] {cdad441d-b578-4cfe-a4bb-5fff032ddcbd} executeQuery: Read 74 rows, 5.92 KiB in 0.001254 sec., 59011.164274322175 rows/sec., 4.61 MiB/sec. 2026.02.26 17:13:41.167380 [ 88 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.167394 [ 277 ] {cdad441d-b578-4cfe-a4bb-5fff032ddcbd} TCPHandler: Processed in 0.00141467 sec. 2026.02.26 17:13:41.167400 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.167398 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2026.02.26 17:13:41.167492 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:13:41.167510 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:41.167579 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:41.167604 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1061 rows starting from the beginning of the part 2026.02.26 17:13:41.167607 [ 277 ] {e47a6355-9194-4987-b582-e2b92088ab1f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:41.167650 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part 2026.02.26 17:13:41.167653 [ 277 ] {e47a6355-9194-4987-b582-e2b92088ab1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:41.167686 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 95 rows starting from the beginning of the part 2026.02.26 17:13:41.167720 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part 2026.02.26 17:13:41.167752 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 525 rows starting from the beginning of the part 2026.02.26 17:13:41.167786 [ 188 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part 2026.02.26 17:13:41.168074 [ 277 ] {e47a6355-9194-4987-b582-e2b92088ab1f} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.168107 [ 277 ] {e47a6355-9194-4987-b582-e2b92088ab1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.168434 [ 277 ] {e47a6355-9194-4987-b582-e2b92088ab1f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.26 17:13:41.168645 [ 277 ] {e47a6355-9194-4987-b582-e2b92088ab1f} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:41.168694 [ 201 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1893 rows, containing 5 columns (5 merged, 0 gathered) in 0.001227243 sec., 1542481.806781542 rows/sec., 118.58 MiB/sec. 2026.02.26 17:13:41.168759 [ 88 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.26 17:13:41.168780 [ 277 ] {e47a6355-9194-4987-b582-e2b92088ab1f} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.02.26 17:13:41.168800 [ 88 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.168818 [ 277 ] {e47a6355-9194-4987-b582-e2b92088ab1f} TCPHandler: Processed in 0.001356567 sec. 2026.02.26 17:13:41.168818 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.168887 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:13:41.168922 [ 187 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.26 17:13:41.168930 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:41.168970 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:41.168995 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11101 rows starting from the beginning of the part 2026.02.26 17:13:41.169041 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 128 rows starting from the beginning of the part 2026.02.26 17:13:41.169041 [ 277 ] {11b3b270-2309-4aa1-b6b1-eb03716c52c5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:41.169079 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.02.26 17:13:41.169105 [ 277 ] {11b3b270-2309-4aa1-b6b1-eb03716c52c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:41.169115 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.02.26 17:13:41.169151 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 267 rows starting from the beginning of the part 2026.02.26 17:13:41.169185 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:13:41.169299 [ 187 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:41.169414 [ 187 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_36_7} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.26 17:13:41.169537 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.02.26 17:13:41.169854 [ 277 ] {11b3b270-2309-4aa1-b6b1-eb03716c52c5} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.169894 [ 277 ] {11b3b270-2309-4aa1-b6b1-eb03716c52c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.170425 [ 277 ] {11b3b270-2309-4aa1-b6b1-eb03716c52c5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.26 17:13:41.170656 [ 277 ] {11b3b270-2309-4aa1-b6b1-eb03716c52c5} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:41.170798 [ 277 ] {11b3b270-2309-4aa1-b6b1-eb03716c52c5} executeQuery: Read 10 rows, 18.35 KiB in 0.001775 sec., 5633.802816901408 rows/sec., 10.10 MiB/sec. 2026.02.26 17:13:41.170852 [ 277 ] {11b3b270-2309-4aa1-b6b1-eb03716c52c5} TCPHandler: Processed in 0.001970694 sec. 2026.02.26 17:13:41.170965 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:41.171059 [ 277 ] {3cf93641-4b0c-4790-8a49-6fbb367e05e3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:41.171100 [ 277 ] {3cf93641-4b0c-4790-8a49-6fbb367e05e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:41.171461 [ 277 ] {3cf93641-4b0c-4790-8a49-6fbb367e05e3} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.171497 [ 277 ] {3cf93641-4b0c-4790-8a49-6fbb367e05e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.171830 [ 277 ] {3cf93641-4b0c-4790-8a49-6fbb367e05e3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.26 17:13:41.172041 [ 277 ] {3cf93641-4b0c-4790-8a49-6fbb367e05e3} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:41.172144 [ 88 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.26 17:13:41.172166 [ 277 ] {3cf93641-4b0c-4790-8a49-6fbb367e05e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.02.26 17:13:41.172181 [ 88 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:41.172200 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:41.172200 [ 277 ] {3cf93641-4b0c-4790-8a49-6fbb367e05e3} TCPHandler: Processed in 0.001283996 sec. 2026.02.26 17:13:41.172257 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:13:41.172335 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:41.172362 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2112 rows starting from the beginning of the part 2026.02.26 17:13:41.172413 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part 2026.02.26 17:13:41.172453 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.02.26 17:13:41.172489 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.02.26 17:13:41.172528 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:13:41.172565 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:13:41.172967 [ 198 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 11976 rows, containing 5 columns (5 merged, 0 gathered) in 0.004096364 sec., 2923568.315706319 rows/sec., 198.13 MiB/sec. 2026.02.26 17:13:41.173442 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.26 17:13:41.173502 [ 187 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 4 columns (4 merged, 0 gathered) in 0.001265724 sec., 1919849.8250803493 rows/sec., 124.12 MiB/sec. 2026.02.26 17:13:41.173743 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:41.173764 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.26 17:13:41.173820 [ 199 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_36_7} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.26 17:13:41.173905 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2026.02.26 17:13:41.174020 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:41.174086 [ 188 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_36_7} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.26 17:13:41.174143 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.02.26 17:13:43.592069 [ 107 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:13:43.592124 [ 107 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:13:43.759502 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12460 2026.02.26 17:13:43.759989 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:43.760035 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:43.760527 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:13:43.760755 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:43.760884 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12460 2026.02.26 17:13:43.760909 [ 107 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:13:43.760982 [ 107 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:43.761002 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:43.761107 [ 191 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:43.761225 [ 191 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:43.761265 [ 191 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10092 rows starting from the beginning of the part 2026.02.26 17:13:43.761331 [ 191 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:43.761374 [ 191 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:43.761414 [ 191 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:43.761452 [ 191 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:43.761491 [ 191 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:13:43.766103 [ 199 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12460 rows, containing 4 columns (4 merged, 0 gathered) in 0.00504043 sec., 2472011.316494823 rows/sec., 35.36 MiB/sec. 2026.02.26 17:13:43.766418 [ 199 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:13:43.766712 [ 199 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_26_5} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:43.766790 [ 199 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_26_5} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:13:43.766868 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.02.26 17:13:44.395243 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.02.26 17:13:44.412871 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:44.412932 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:44.418480 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:13:44.419189 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:44.419481 [ 127 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:13:44.419574 [ 127 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:44.419608 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:44.419755 [ 191 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:44.422655 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.02.26 17:13:44.425021 [ 191 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:44.426476 [ 191 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:44.431362 [ 191 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:44.435896 [ 191 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:44.440016 [ 191 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:44.444529 [ 191 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:44.448726 [ 191 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:13:44.504353 [ 187 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.084660594 sec., 2315.1266810152547 rows/sec., 11.97 MiB/sec. 2026.02.26 17:13:44.506531 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:13:44.508960 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_26_5} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:44.509089 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_26_5} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:13:44.510744 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.26 17:13:45.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 266.04 MiB, peak 276.58 MiB, free memory in arenas 0.00 B, will set to 270.38 MiB (RSS), difference: 4.33 MiB 2026.02.26 17:13:46.171625 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.171803 [ 277 ] {88828500-20d0-4145-ba72-38f46d463a07} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:13:46.171864 [ 277 ] {88828500-20d0-4145-ba72-38f46d463a07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:13:46.172540 [ 277 ] {88828500-20d0-4145-ba72-38f46d463a07} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.172585 [ 277 ] {88828500-20d0-4145-ba72-38f46d463a07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.173010 [ 277 ] {88828500-20d0-4145-ba72-38f46d463a07} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:13:46.173233 [ 277 ] {88828500-20d0-4145-ba72-38f46d463a07} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:13:46.173378 [ 277 ] {88828500-20d0-4145-ba72-38f46d463a07} executeQuery: Read 284 rows, 18.47 KiB in 0.001619 sec., 175416.92402717727 rows/sec., 11.14 MiB/sec. 2026.02.26 17:13:46.173418 [ 277 ] {88828500-20d0-4145-ba72-38f46d463a07} TCPHandler: Processed in 0.001912803 sec. 2026.02.26 17:13:46.173534 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.173628 [ 277 ] {cc43399a-c576-43db-b96e-91168a50d995} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:46.173680 [ 277 ] {cc43399a-c576-43db-b96e-91168a50d995} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:46.174378 [ 277 ] {cc43399a-c576-43db-b96e-91168a50d995} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.174414 [ 277 ] {cc43399a-c576-43db-b96e-91168a50d995} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.174787 [ 277 ] {cc43399a-c576-43db-b96e-91168a50d995} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.26 17:13:46.175007 [ 277 ] {cc43399a-c576-43db-b96e-91168a50d995} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:46.175132 [ 277 ] {cc43399a-c576-43db-b96e-91168a50d995} executeQuery: Read 859 rows, 70.06 KiB in 0.001521 sec., 564760.0262984878 rows/sec., 44.99 MiB/sec. 2026.02.26 17:13:46.175168 [ 277 ] {cc43399a-c576-43db-b96e-91168a50d995} TCPHandler: Processed in 0.001682007 sec. 2026.02.26 17:13:46.175282 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.175376 [ 277 ] {6167da5b-616b-410f-835d-8c838674b327} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:46.175414 [ 277 ] {6167da5b-616b-410f-835d-8c838674b327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:46.175887 [ 277 ] {6167da5b-616b-410f-835d-8c838674b327} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.175925 [ 277 ] {6167da5b-616b-410f-835d-8c838674b327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.176247 [ 277 ] {6167da5b-616b-410f-835d-8c838674b327} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.26 17:13:46.176469 [ 277 ] {6167da5b-616b-410f-835d-8c838674b327} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:46.176596 [ 277 ] {6167da5b-616b-410f-835d-8c838674b327} executeQuery: Read 173 rows, 10.87 KiB in 0.001238 sec., 139741.51857835217 rows/sec., 8.58 MiB/sec. 2026.02.26 17:13:46.176635 [ 277 ] {6167da5b-616b-410f-835d-8c838674b327} TCPHandler: Processed in 0.001400649 sec. 2026.02.26 17:13:46.176747 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.176843 [ 277 ] {845a69c7-1a1b-4c49-a7c2-2e03986daf15} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:13:46.176884 [ 277 ] {845a69c7-1a1b-4c49-a7c2-2e03986daf15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:13:46.177314 [ 277 ] {845a69c7-1a1b-4c49-a7c2-2e03986daf15} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.177351 [ 277 ] {845a69c7-1a1b-4c49-a7c2-2e03986daf15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.177662 [ 277 ] {845a69c7-1a1b-4c49-a7c2-2e03986daf15} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:13:46.177868 [ 277 ] {845a69c7-1a1b-4c49-a7c2-2e03986daf15} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:13:46.177996 [ 277 ] {845a69c7-1a1b-4c49-a7c2-2e03986daf15} executeQuery: Read 149 rows, 9.86 KiB in 0.001171 sec., 127241.67378309138 rows/sec., 8.22 MiB/sec. 2026.02.26 17:13:46.178035 [ 277 ] {845a69c7-1a1b-4c49-a7c2-2e03986daf15} TCPHandler: Processed in 0.001335608 sec. 2026.02.26 17:13:46.178144 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.178238 [ 277 ] {ff4c73dc-4283-454d-92c1-ab156cd73704} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:13:46.178278 [ 277 ] {ff4c73dc-4283-454d-92c1-ab156cd73704} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:13:46.178698 [ 277 ] {ff4c73dc-4283-454d-92c1-ab156cd73704} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.178735 [ 277 ] {ff4c73dc-4283-454d-92c1-ab156cd73704} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.179047 [ 277 ] {ff4c73dc-4283-454d-92c1-ab156cd73704} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:13:46.179261 [ 277 ] {ff4c73dc-4283-454d-92c1-ab156cd73704} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:13:46.179390 [ 277 ] {ff4c73dc-4283-454d-92c1-ab156cd73704} executeQuery: Read 148 rows, 8.62 KiB in 0.001171 sec., 126387.7028181042 rows/sec., 7.19 MiB/sec. 2026.02.26 17:13:46.179428 [ 277 ] {ff4c73dc-4283-454d-92c1-ab156cd73704} TCPHandler: Processed in 0.001332347 sec. 2026.02.26 17:13:46.179539 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.179633 [ 277 ] {58bfdd6d-3411-4f1e-9bf6-c37b530238b8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:46.179672 [ 277 ] {58bfdd6d-3411-4f1e-9bf6-c37b530238b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:46.180227 [ 277 ] {58bfdd6d-3411-4f1e-9bf6-c37b530238b8} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.180263 [ 277 ] {58bfdd6d-3411-4f1e-9bf6-c37b530238b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.180592 [ 277 ] {58bfdd6d-3411-4f1e-9bf6-c37b530238b8} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.26 17:13:46.180815 [ 277 ] {58bfdd6d-3411-4f1e-9bf6-c37b530238b8} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:46.180939 [ 277 ] {58bfdd6d-3411-4f1e-9bf6-c37b530238b8} executeQuery: Read 521 rows, 37.66 KiB in 0.001324 sec., 393504.53172205435 rows/sec., 27.78 MiB/sec. 2026.02.26 17:13:46.180977 [ 277 ] {58bfdd6d-3411-4f1e-9bf6-c37b530238b8} TCPHandler: Processed in 0.001485291 sec. 2026.02.26 17:13:46.181091 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.181185 [ 277 ] {b104d76c-f60f-408b-bb76-19e0ef983b51} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:13:46.181227 [ 277 ] {b104d76c-f60f-408b-bb76-19e0ef983b51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:13:46.181554 [ 277 ] {b104d76c-f60f-408b-bb76-19e0ef983b51} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.181590 [ 277 ] {b104d76c-f60f-408b-bb76-19e0ef983b51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.181895 [ 277 ] {b104d76c-f60f-408b-bb76-19e0ef983b51} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:13:46.182111 [ 277 ] {b104d76c-f60f-408b-bb76-19e0ef983b51} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:13:46.182220 [ 28 ] {} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.26 17:13:46.182235 [ 277 ] {b104d76c-f60f-408b-bb76-19e0ef983b51} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2026.02.26 17:13:46.182257 [ 28 ] {} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.182273 [ 277 ] {b104d76c-f60f-408b-bb76-19e0ef983b51} TCPHandler: Processed in 0.001228894 sec. 2026.02.26 17:13:46.182277 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.182359 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::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.26 17:13:46.182379 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.182458 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:46.182474 [ 277 ] {1af48f83-d3f0-4328-a08e-e2f078f9bc94} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:46.182489 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2026.02.26 17:13:46.182517 [ 277 ] {1af48f83-d3f0-4328-a08e-e2f078f9bc94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:46.182540 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.02.26 17:13:46.182580 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.02.26 17:13:46.182619 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.02.26 17:13:46.182655 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.02.26 17:13:46.182693 [ 200 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.02.26 17:13:46.182912 [ 277 ] {1af48f83-d3f0-4328-a08e-e2f078f9bc94} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.182947 [ 277 ] {1af48f83-d3f0-4328-a08e-e2f078f9bc94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.183318 [ 277 ] {1af48f83-d3f0-4328-a08e-e2f078f9bc94} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.26 17:13:46.183387 [ 195 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001054579 sec., 91031.58701244762 rows/sec., 4.64 MiB/sec. 2026.02.26 17:13:46.183548 [ 277 ] {1af48f83-d3f0-4328-a08e-e2f078f9bc94} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:46.183582 [ 195 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.26 17:13:46.183682 [ 277 ] {1af48f83-d3f0-4328-a08e-e2f078f9bc94} executeQuery: Read 265 rows, 18.03 KiB in 0.001226 sec., 216150.0815660685 rows/sec., 14.36 MiB/sec. 2026.02.26 17:13:46.183723 [ 277 ] {1af48f83-d3f0-4328-a08e-e2f078f9bc94} TCPHandler: Processed in 0.001389618 sec. 2026.02.26 17:13:46.183833 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.183903 [ 195 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:13:46.183930 [ 277 ] {88dc0996-d7bf-4ac7-92a7-f9296a9b9b7a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:13:46.183977 [ 277 ] {88dc0996-d7bf-4ac7-92a7-f9296a9b9b7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:13:46.183982 [ 195 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_16_3} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.26 17:13:46.184098 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.26 17:13:46.184290 [ 277 ] {88dc0996-d7bf-4ac7-92a7-f9296a9b9b7a} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.184330 [ 277 ] {88dc0996-d7bf-4ac7-92a7-f9296a9b9b7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.184638 [ 277 ] {88dc0996-d7bf-4ac7-92a7-f9296a9b9b7a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:13:46.184846 [ 277 ] {88dc0996-d7bf-4ac7-92a7-f9296a9b9b7a} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:13:46.184968 [ 277 ] {88dc0996-d7bf-4ac7-92a7-f9296a9b9b7a} executeQuery: Read 1 rows, 69.00 B in 0.001056 sec., 946.9696969696969 rows/sec., 63.81 KiB/sec. 2026.02.26 17:13:46.185004 [ 277 ] {88dc0996-d7bf-4ac7-92a7-f9296a9b9b7a} TCPHandler: Processed in 0.001217633 sec. 2026.02.26 17:13:46.185102 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.185195 [ 277 ] {11634bd5-c02a-422d-bb40-6b3cd3d0ea71} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:46.185248 [ 277 ] {11634bd5-c02a-422d-bb40-6b3cd3d0ea71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:46.186032 [ 277 ] {11634bd5-c02a-422d-bb40-6b3cd3d0ea71} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.186067 [ 277 ] {11634bd5-c02a-422d-bb40-6b3cd3d0ea71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.186635 [ 277 ] {11634bd5-c02a-422d-bb40-6b3cd3d0ea71} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.26 17:13:46.186879 [ 277 ] {11634bd5-c02a-422d-bb40-6b3cd3d0ea71} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:46.187009 [ 277 ] {11634bd5-c02a-422d-bb40-6b3cd3d0ea71} executeQuery: Read 31 rows, 56.88 KiB in 0.001832 sec., 16921.39737991266 rows/sec., 30.32 MiB/sec. 2026.02.26 17:13:46.187062 [ 277 ] {11634bd5-c02a-422d-bb40-6b3cd3d0ea71} TCPHandler: Processed in 0.002005526 sec. 2026.02.26 17:13:46.187172 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:46.187266 [ 277 ] {f6e85602-9c54-4c85-b128-5cf56431c36d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:46.187307 [ 277 ] {f6e85602-9c54-4c85-b128-5cf56431c36d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:46.187624 [ 277 ] {f6e85602-9c54-4c85-b128-5cf56431c36d} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:46.187658 [ 277 ] {f6e85602-9c54-4c85-b128-5cf56431c36d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:46.187985 [ 277 ] {f6e85602-9c54-4c85-b128-5cf56431c36d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.26 17:13:46.188217 [ 277 ] {f6e85602-9c54-4c85-b128-5cf56431c36d} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:46.188343 [ 277 ] {f6e85602-9c54-4c85-b128-5cf56431c36d} executeQuery: Read 90 rows, 5.77 KiB in 0.001094 sec., 82266.91042047532 rows/sec., 5.15 MiB/sec. 2026.02.26 17:13:46.188378 [ 277 ] {f6e85602-9c54-4c85-b128-5cf56431c36d} TCPHandler: Processed in 0.001254245 sec. 2026.02.26 17:13:48.939703 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 848 2026.02.26 17:13:48.942057 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:48.942107 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:48.943305 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:13:48.943579 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:13:48.943837 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 848 2026.02.26 17:13:51.189993 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:51.190200 [ 277 ] {484e0ce7-b0cb-4974-bda1-d9959fd44914} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:13:51.190271 [ 277 ] {484e0ce7-b0cb-4974-bda1-d9959fd44914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:13:51.190910 [ 277 ] {484e0ce7-b0cb-4974-bda1-d9959fd44914} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.190959 [ 277 ] {484e0ce7-b0cb-4974-bda1-d9959fd44914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.191339 [ 277 ] {484e0ce7-b0cb-4974-bda1-d9959fd44914} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.26 17:13:51.191563 [ 277 ] {484e0ce7-b0cb-4974-bda1-d9959fd44914} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:13:51.191715 [ 277 ] {484e0ce7-b0cb-4974-bda1-d9959fd44914} executeQuery: Read 8 rows, 668.00 B in 0.001565 sec., 5111.821086261981 rows/sec., 416.83 KiB/sec. 2026.02.26 17:13:51.191763 [ 277 ] {484e0ce7-b0cb-4974-bda1-d9959fd44914} TCPHandler: Processed in 0.001899213 sec. 2026.02.26 17:13:51.191885 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:51.191995 [ 277 ] {3bc74185-a3c9-42a1-91d8-f8fa58f37942} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:51.192038 [ 277 ] {3bc74185-a3c9-42a1-91d8-f8fa58f37942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:51.192939 [ 277 ] {3bc74185-a3c9-42a1-91d8-f8fa58f37942} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.192974 [ 277 ] {3bc74185-a3c9-42a1-91d8-f8fa58f37942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.193368 [ 277 ] {3bc74185-a3c9-42a1-91d8-f8fa58f37942} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.26 17:13:51.193585 [ 277 ] {3bc74185-a3c9-42a1-91d8-f8fa58f37942} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:51.193723 [ 277 ] {3bc74185-a3c9-42a1-91d8-f8fa58f37942} executeQuery: Read 1220 rows, 103.27 KiB in 0.001752 sec., 696347.0319634703 rows/sec., 57.56 MiB/sec. 2026.02.26 17:13:51.193762 [ 277 ] {3bc74185-a3c9-42a1-91d8-f8fa58f37942} TCPHandler: Processed in 0.001927623 sec. 2026.02.26 17:13:51.193878 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:51.193972 [ 277 ] {ce6417c1-5047-4dd7-8154-cb489ea273b5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:51.194013 [ 277 ] {ce6417c1-5047-4dd7-8154-cb489ea273b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:51.194411 [ 277 ] {ce6417c1-5047-4dd7-8154-cb489ea273b5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.194445 [ 277 ] {ce6417c1-5047-4dd7-8154-cb489ea273b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.194739 [ 277 ] {ce6417c1-5047-4dd7-8154-cb489ea273b5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.26 17:13:51.194945 [ 277 ] {ce6417c1-5047-4dd7-8154-cb489ea273b5} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:51.195043 [ 44 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.26 17:13:51.195069 [ 277 ] {ce6417c1-5047-4dd7-8154-cb489ea273b5} executeQuery: Read 18 rows, 1.31 KiB in 0.001115 sec., 16143.497757847532 rows/sec., 1.15 MiB/sec. 2026.02.26 17:13:51.195081 [ 44 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.195105 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.195108 [ 277 ] {ce6417c1-5047-4dd7-8154-cb489ea273b5} TCPHandler: Processed in 0.001278876 sec. 2026.02.26 17:13:51.195222 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:51.195241 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:51.195317 [ 277 ] {988ffa1a-80ea-45b1-9a01-5c3b8f3609ad} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:13:51.195360 [ 277 ] {988ffa1a-80ea-45b1-9a01-5c3b8f3609ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:13:51.195396 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:51.195438 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 215 rows starting from the beginning of the part 2026.02.26 17:13:51.195515 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:51.195570 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 177 rows starting from the beginning of the part 2026.02.26 17:13:51.195624 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:13:51.195673 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 173 rows starting from the beginning of the part 2026.02.26 17:13:51.195724 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 18 rows starting from the beginning of the part 2026.02.26 17:13:51.195834 [ 277 ] {988ffa1a-80ea-45b1-9a01-5c3b8f3609ad} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.195875 [ 277 ] {988ffa1a-80ea-45b1-9a01-5c3b8f3609ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:51.196218 [ 277 ] {988ffa1a-80ea-45b1-9a01-5c3b8f3609ad} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:13:51.196449 [ 277 ] {988ffa1a-80ea-45b1-9a01-5c3b8f3609ad} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:13:51.196575 [ 277 ] {988ffa1a-80ea-45b1-9a01-5c3b8f3609ad} executeQuery: Read 228 rows, 15.81 KiB in 0.001276 sec., 178683.3855799373 rows/sec., 12.10 MiB/sec. 2026.02.26 17:13:51.196613 [ 277 ] {988ffa1a-80ea-45b1-9a01-5c3b8f3609ad} TCPHandler: Processed in 0.001439619 sec. 2026.02.26 17:13:51.196631 [ 195 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 5 columns (5 merged, 0 gathered) in 0.001451001 sec., 415575.1787903661 rows/sec., 27.71 MiB/sec. 2026.02.26 17:13:51.196725 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:51.196781 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.26 17:13:51.196827 [ 277 ] {fbe055f1-18fa-473b-877c-e72e50522c5c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:51.196872 [ 277 ] {fbe055f1-18fa-473b-877c-e72e50522c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:51.197050 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:51.197122 [ 187 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_36_7} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.26 17:13:51.197197 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.26 17:13:51.197449 [ 277 ] {fbe055f1-18fa-473b-877c-e72e50522c5c} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.197490 [ 277 ] {fbe055f1-18fa-473b-877c-e72e50522c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.197849 [ 277 ] {fbe055f1-18fa-473b-877c-e72e50522c5c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.26 17:13:51.198062 [ 277 ] {fbe055f1-18fa-473b-877c-e72e50522c5c} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:51.198191 [ 277 ] {fbe055f1-18fa-473b-877c-e72e50522c5c} executeQuery: Read 538 rows, 40.86 KiB in 0.001381 sec., 389572.773352643 rows/sec., 28.89 MiB/sec. 2026.02.26 17:13:51.198228 [ 277 ] {fbe055f1-18fa-473b-877c-e72e50522c5c} TCPHandler: Processed in 0.001551553 sec. 2026.02.26 17:13:51.198344 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:51.198437 [ 277 ] {bd8f5024-cf1a-4f22-aa99-28acbfc02dbe} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:51.198479 [ 277 ] {bd8f5024-cf1a-4f22-aa99-28acbfc02dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:51.199057 [ 277 ] {bd8f5024-cf1a-4f22-aa99-28acbfc02dbe} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.199091 [ 277 ] {bd8f5024-cf1a-4f22-aa99-28acbfc02dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.199489 [ 277 ] {bd8f5024-cf1a-4f22-aa99-28acbfc02dbe} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.26 17:13:51.199719 [ 277 ] {bd8f5024-cf1a-4f22-aa99-28acbfc02dbe} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:51.199848 [ 277 ] {bd8f5024-cf1a-4f22-aa99-28acbfc02dbe} executeQuery: Read 848 rows, 58.45 KiB in 0.001429 sec., 593421.9734079776 rows/sec., 39.94 MiB/sec. 2026.02.26 17:13:51.199886 [ 277 ] {bd8f5024-cf1a-4f22-aa99-28acbfc02dbe} TCPHandler: Processed in 0.001590534 sec. 2026.02.26 17:13:51.200002 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:51.200097 [ 277 ] {36cd404a-2c6c-4f65-9159-988d058b894c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:51.200151 [ 277 ] {36cd404a-2c6c-4f65-9159-988d058b894c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:51.200926 [ 277 ] {36cd404a-2c6c-4f65-9159-988d058b894c} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.200961 [ 277 ] {36cd404a-2c6c-4f65-9159-988d058b894c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.201501 [ 277 ] {36cd404a-2c6c-4f65-9159-988d058b894c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.26 17:13:51.201735 [ 277 ] {36cd404a-2c6c-4f65-9159-988d058b894c} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:51.201837 [ 44 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.26 17:13:51.201870 [ 44 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.201870 [ 277 ] {36cd404a-2c6c-4f65-9159-988d058b894c} executeQuery: Read 10 rows, 18.35 KiB in 0.001792 sec., 5580.357142857143 rows/sec., 10.00 MiB/sec. 2026.02.26 17:13:51.201888 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.201935 [ 277 ] {36cd404a-2c6c-4f65-9159-988d058b894c} TCPHandler: Processed in 0.001981175 sec. 2026.02.26 17:13:51.201998 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:51.202053 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:51.202153 [ 277 ] {bd1d5326-6531-4ed7-b461-fa081f32e105} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:51.202194 [ 277 ] {bd1d5326-6531-4ed7-b461-fa081f32e105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:51.202243 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:13:51.202307 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 588 rows starting from the beginning of the part 2026.02.26 17:13:51.202447 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:51.202551 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part 2026.02.26 17:13:51.202585 [ 277 ] {bd1d5326-6531-4ed7-b461-fa081f32e105} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.202641 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:51.202653 [ 277 ] {bd1d5326-6531-4ed7-b461-fa081f32e105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:51.202745 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part 2026.02.26 17:13:51.202856 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:13:51.203005 [ 277 ] {bd1d5326-6531-4ed7-b461-fa081f32e105} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.26 17:13:51.203251 [ 277 ] {bd1d5326-6531-4ed7-b461-fa081f32e105} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:51.203392 [ 277 ] {bd1d5326-6531-4ed7-b461-fa081f32e105} executeQuery: Read 60 rows, 4.14 KiB in 0.001257 sec., 47732.6968973747 rows/sec., 3.22 MiB/sec. 2026.02.26 17:13:51.203428 [ 277 ] {bd1d5326-6531-4ed7-b461-fa081f32e105} TCPHandler: Processed in 0.001423179 sec. 2026.02.26 17:13:51.210373 [ 189 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 19 columns (19 merged, 0 gathered) in 0.008423733 sec., 80724.30595794051 rows/sec., 144.65 MiB/sec. 2026.02.26 17:13:51.211487 [ 196 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.26 17:13:51.211815 [ 196 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_36_7} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:51.211880 [ 196 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_36_7} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.26 17:13:51.211994 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. 2026.02.26 17:13:51.261932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12972 2026.02.26 17:13:51.262429 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.262473 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.263048 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:13:51.263279 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:51.263409 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12972 2026.02.26 17:13:51.923770 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.02.26 17:13:51.938400 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:51.938445 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.02.26 17:13:51.943943 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:13:51.944638 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:51.947163 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.02.26 17:13:52.000274 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 271.67 MiB, peak 278.58 MiB, free memory in arenas 0.00 B, will set to 273.75 MiB (RSS), difference: 2.08 MiB 2026.02.26 17:13:56.171033 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.171226 [ 277 ] {38aa25f8-709a-46e1-a520-efb0a8904bb4} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:13:56.171289 [ 277 ] {38aa25f8-709a-46e1-a520-efb0a8904bb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:13:56.172056 [ 277 ] {38aa25f8-709a-46e1-a520-efb0a8904bb4} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.172102 [ 277 ] {38aa25f8-709a-46e1-a520-efb0a8904bb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.172504 [ 277 ] {38aa25f8-709a-46e1-a520-efb0a8904bb4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:13:56.172735 [ 277 ] {38aa25f8-709a-46e1-a520-efb0a8904bb4} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:13:56.172875 [ 277 ] {38aa25f8-709a-46e1-a520-efb0a8904bb4} executeQuery: Read 284 rows, 18.47 KiB in 0.001695 sec., 167551.62241887907 rows/sec., 10.64 MiB/sec. 2026.02.26 17:13:56.172915 [ 277 ] {38aa25f8-709a-46e1-a520-efb0a8904bb4} TCPHandler: Processed in 0.002000365 sec. 2026.02.26 17:13:56.173050 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.173144 [ 277 ] {42cadf11-5298-43e6-8178-7aa4d121a0e3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:13:56.173183 [ 277 ] {42cadf11-5298-43e6-8178-7aa4d121a0e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:13:56.173964 [ 277 ] {42cadf11-5298-43e6-8178-7aa4d121a0e3} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.174000 [ 277 ] {42cadf11-5298-43e6-8178-7aa4d121a0e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.174365 [ 277 ] {42cadf11-5298-43e6-8178-7aa4d121a0e3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.26 17:13:56.174569 [ 277 ] {42cadf11-5298-43e6-8178-7aa4d121a0e3} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:13:56.174694 [ 277 ] {42cadf11-5298-43e6-8178-7aa4d121a0e3} executeQuery: Read 859 rows, 70.06 KiB in 0.001568 sec., 547831.6326530612 rows/sec., 43.64 MiB/sec. 2026.02.26 17:13:56.174730 [ 277 ] {42cadf11-5298-43e6-8178-7aa4d121a0e3} TCPHandler: Processed in 0.001734858 sec. 2026.02.26 17:13:56.174847 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.174939 [ 277 ] {fa9951ad-33c0-43d3-b38c-4afe91a38314} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:13:56.174977 [ 277 ] {fa9951ad-33c0-43d3-b38c-4afe91a38314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:13:56.175415 [ 277 ] {fa9951ad-33c0-43d3-b38c-4afe91a38314} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.175451 [ 277 ] {fa9951ad-33c0-43d3-b38c-4afe91a38314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.175759 [ 277 ] {fa9951ad-33c0-43d3-b38c-4afe91a38314} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.26 17:13:56.175962 [ 277 ] {fa9951ad-33c0-43d3-b38c-4afe91a38314} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:13:56.176083 [ 277 ] {fa9951ad-33c0-43d3-b38c-4afe91a38314} executeQuery: Read 173 rows, 10.87 KiB in 0.001161 sec., 149009.47459086994 rows/sec., 9.15 MiB/sec. 2026.02.26 17:13:56.176119 [ 277 ] {fa9951ad-33c0-43d3-b38c-4afe91a38314} TCPHandler: Processed in 0.001318627 sec. 2026.02.26 17:13:56.176225 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.176317 [ 277 ] {3fd8ca6f-a91d-4d0a-83f4-a7111cff1a39} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:13:56.176355 [ 277 ] {3fd8ca6f-a91d-4d0a-83f4-a7111cff1a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:13:56.176790 [ 277 ] {3fd8ca6f-a91d-4d0a-83f4-a7111cff1a39} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.176824 [ 277 ] {3fd8ca6f-a91d-4d0a-83f4-a7111cff1a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.177119 [ 277 ] {3fd8ca6f-a91d-4d0a-83f4-a7111cff1a39} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:13:56.177321 [ 277 ] {3fd8ca6f-a91d-4d0a-83f4-a7111cff1a39} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:13:56.177440 [ 277 ] {3fd8ca6f-a91d-4d0a-83f4-a7111cff1a39} executeQuery: Read 149 rows, 9.86 KiB in 0.001141 sec., 130587.2042068361 rows/sec., 8.44 MiB/sec. 2026.02.26 17:13:56.177481 [ 277 ] {3fd8ca6f-a91d-4d0a-83f4-a7111cff1a39} TCPHandler: Processed in 0.001298705 sec. 2026.02.26 17:13:56.177584 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.177674 [ 277 ] {2db213bc-47c7-47df-840a-8e5656a179e5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:13:56.177711 [ 277 ] {2db213bc-47c7-47df-840a-8e5656a179e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:13:56.178126 [ 277 ] {2db213bc-47c7-47df-840a-8e5656a179e5} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.178160 [ 277 ] {2db213bc-47c7-47df-840a-8e5656a179e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.178443 [ 277 ] {2db213bc-47c7-47df-840a-8e5656a179e5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:13:56.178651 [ 277 ] {2db213bc-47c7-47df-840a-8e5656a179e5} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:13:56.178774 [ 277 ] {2db213bc-47c7-47df-840a-8e5656a179e5} executeQuery: Read 148 rows, 8.62 KiB in 0.001117 sec., 132497.76186213072 rows/sec., 7.54 MiB/sec. 2026.02.26 17:13:56.178809 [ 277 ] {2db213bc-47c7-47df-840a-8e5656a179e5} TCPHandler: Processed in 0.001272145 sec. 2026.02.26 17:13:56.178914 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.179005 [ 277 ] {87ee949e-44e2-4ccc-a218-90da17c1b589} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:13:56.179042 [ 277 ] {87ee949e-44e2-4ccc-a218-90da17c1b589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:13:56.179598 [ 277 ] {87ee949e-44e2-4ccc-a218-90da17c1b589} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.179633 [ 277 ] {87ee949e-44e2-4ccc-a218-90da17c1b589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.179942 [ 277 ] {87ee949e-44e2-4ccc-a218-90da17c1b589} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.26 17:13:56.180144 [ 277 ] {87ee949e-44e2-4ccc-a218-90da17c1b589} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:13:56.180265 [ 277 ] {87ee949e-44e2-4ccc-a218-90da17c1b589} executeQuery: Read 521 rows, 37.66 KiB in 0.001277 sec., 407987.47063429916 rows/sec., 28.80 MiB/sec. 2026.02.26 17:13:56.180301 [ 277 ] {87ee949e-44e2-4ccc-a218-90da17c1b589} TCPHandler: Processed in 0.00143409 sec. 2026.02.26 17:13:56.180414 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.180506 [ 277 ] {033c85d6-d81a-4c26-b03d-b542cfdacb28} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:13:56.180546 [ 277 ] {033c85d6-d81a-4c26-b03d-b542cfdacb28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:13:56.180864 [ 277 ] {033c85d6-d81a-4c26-b03d-b542cfdacb28} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.180898 [ 277 ] {033c85d6-d81a-4c26-b03d-b542cfdacb28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.181190 [ 277 ] {033c85d6-d81a-4c26-b03d-b542cfdacb28} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:13:56.181397 [ 277 ] {033c85d6-d81a-4c26-b03d-b542cfdacb28} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:13:56.181516 [ 277 ] {033c85d6-d81a-4c26-b03d-b542cfdacb28} executeQuery: Read 6 rows, 321.00 B in 0.001027 sec., 5842.259006815969 rows/sec., 305.24 KiB/sec. 2026.02.26 17:13:56.181550 [ 277 ] {033c85d6-d81a-4c26-b03d-b542cfdacb28} TCPHandler: Processed in 0.001182522 sec. 2026.02.26 17:13:56.181663 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.181753 [ 277 ] {1bea7c35-4ddb-4e54-b99b-c51a520594d7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:56.181793 [ 277 ] {1bea7c35-4ddb-4e54-b99b-c51a520594d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:13:56.182190 [ 277 ] {1bea7c35-4ddb-4e54-b99b-c51a520594d7} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.182225 [ 277 ] {1bea7c35-4ddb-4e54-b99b-c51a520594d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.182535 [ 277 ] {1bea7c35-4ddb-4e54-b99b-c51a520594d7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.26 17:13:56.182731 [ 277 ] {1bea7c35-4ddb-4e54-b99b-c51a520594d7} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:13:56.182850 [ 277 ] {1bea7c35-4ddb-4e54-b99b-c51a520594d7} executeQuery: Read 265 rows, 18.03 KiB in 0.001115 sec., 237668.16143497755 rows/sec., 15.79 MiB/sec. 2026.02.26 17:13:56.182886 [ 277 ] {1bea7c35-4ddb-4e54-b99b-c51a520594d7} TCPHandler: Processed in 0.001268605 sec. 2026.02.26 17:13:56.182989 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.183080 [ 277 ] {dbf7c445-9da7-46a5-b2e3-0e2998380a2b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:13:56.183120 [ 277 ] {dbf7c445-9da7-46a5-b2e3-0e2998380a2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:13:56.183418 [ 277 ] {dbf7c445-9da7-46a5-b2e3-0e2998380a2b} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.183452 [ 277 ] {dbf7c445-9da7-46a5-b2e3-0e2998380a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.183729 [ 277 ] {dbf7c445-9da7-46a5-b2e3-0e2998380a2b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:13:56.183934 [ 277 ] {dbf7c445-9da7-46a5-b2e3-0e2998380a2b} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:13:56.184053 [ 277 ] {dbf7c445-9da7-46a5-b2e3-0e2998380a2b} executeQuery: Read 1 rows, 69.00 B in 0.00099 sec., 1010.1010101010102 rows/sec., 68.06 KiB/sec. 2026.02.26 17:13:56.184087 [ 277 ] {dbf7c445-9da7-46a5-b2e3-0e2998380a2b} TCPHandler: Processed in 0.001144552 sec. 2026.02.26 17:13:56.184181 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.184270 [ 277 ] {c1a995b7-5c85-4f75-af6f-bfb02015d630} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:13:56.184321 [ 277 ] {c1a995b7-5c85-4f75-af6f-bfb02015d630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:13:56.185121 [ 277 ] {c1a995b7-5c85-4f75-af6f-bfb02015d630} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.185156 [ 277 ] {c1a995b7-5c85-4f75-af6f-bfb02015d630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.185671 [ 277 ] {c1a995b7-5c85-4f75-af6f-bfb02015d630} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.26 17:13:56.185908 [ 277 ] {c1a995b7-5c85-4f75-af6f-bfb02015d630} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:13:56.186039 [ 277 ] {c1a995b7-5c85-4f75-af6f-bfb02015d630} executeQuery: Read 31 rows, 56.88 KiB in 0.001785 sec., 17366.946778711485 rows/sec., 31.12 MiB/sec. 2026.02.26 17:13:56.186090 [ 277 ] {c1a995b7-5c85-4f75-af6f-bfb02015d630} TCPHandler: Processed in 0.001954484 sec. 2026.02.26 17:13:56.186195 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:13:56.186288 [ 277 ] {619f851b-bcc7-4ad4-b920-bead552c0898} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:13:56.186327 [ 277 ] {619f851b-bcc7-4ad4-b920-bead552c0898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:13:56.186661 [ 277 ] {619f851b-bcc7-4ad4-b920-bead552c0898} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:56.186696 [ 277 ] {619f851b-bcc7-4ad4-b920-bead552c0898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:56.186991 [ 277 ] {619f851b-bcc7-4ad4-b920-bead552c0898} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.26 17:13:56.187195 [ 277 ] {619f851b-bcc7-4ad4-b920-bead552c0898} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:13:56.187313 [ 277 ] {619f851b-bcc7-4ad4-b920-bead552c0898} executeQuery: Read 90 rows, 5.77 KiB in 0.001043 sec., 86289.54937679769 rows/sec., 5.40 MiB/sec. 2026.02.26 17:13:56.187348 [ 277 ] {619f851b-bcc7-4ad4-b920-bead552c0898} TCPHandler: Processed in 0.001199173 sec. 2026.02.26 17:13:58.592174 [ 33 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:13:58.592230 [ 33 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:13:58.763487 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13420 2026.02.26 17:13:58.764252 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:58.764291 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:58.764774 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:13:58.765011 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:13:58.765137 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13420 2026.02.26 17:13:58.944042 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 886 2026.02.26 17:13:58.946746 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:58.946788 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:58.947982 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:13:58.948245 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:13:58.948491 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 886 2026.02.26 17:13:59.447233 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.02.26 17:13:59.462679 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:13:59.462723 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:13:59.468838 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:13:59.469543 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:13:59.472369 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.02.26 17:14:01.162583 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:01.162774 [ 277 ] {ee7b65e8-ac63-4996-bfd1-004573d55c5c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:01.162843 [ 277 ] {ee7b65e8-ac63-4996-bfd1-004573d55c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:01.163509 [ 277 ] {ee7b65e8-ac63-4996-bfd1-004573d55c5c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:01.163555 [ 277 ] {ee7b65e8-ac63-4996-bfd1-004573d55c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:01.163939 [ 277 ] {ee7b65e8-ac63-4996-bfd1-004573d55c5c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.26 17:14:01.164168 [ 277 ] {ee7b65e8-ac63-4996-bfd1-004573d55c5c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:01.164311 [ 277 ] {ee7b65e8-ac63-4996-bfd1-004573d55c5c} executeQuery: Read 76 rows, 6.41 KiB in 0.001587 sec., 47889.09892879647 rows/sec., 3.95 MiB/sec. 2026.02.26 17:14:01.164351 [ 277 ] {ee7b65e8-ac63-4996-bfd1-004573d55c5c} TCPHandler: Processed in 0.001895943 sec. 2026.02.26 17:14:01.164472 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:01.164566 [ 277 ] {57e9adbf-e01c-4412-baa0-6e7c454bdfd8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:01.164606 [ 277 ] {57e9adbf-e01c-4412-baa0-6e7c454bdfd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:01.164993 [ 277 ] {57e9adbf-e01c-4412-baa0-6e7c454bdfd8} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:01.165028 [ 277 ] {57e9adbf-e01c-4412-baa0-6e7c454bdfd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:01.165319 [ 277 ] {57e9adbf-e01c-4412-baa0-6e7c454bdfd8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.26 17:14:01.165541 [ 277 ] {57e9adbf-e01c-4412-baa0-6e7c454bdfd8} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:01.165668 [ 277 ] {57e9adbf-e01c-4412-baa0-6e7c454bdfd8} executeQuery: Read 10 rows, 770.00 B in 0.00112 sec., 8928.57142857143 rows/sec., 671.39 KiB/sec. 2026.02.26 17:14:01.165705 [ 277 ] {57e9adbf-e01c-4412-baa0-6e7c454bdfd8} TCPHandler: Processed in 0.001280606 sec. 2026.02.26 17:14:01.165813 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:01.165906 [ 277 ] {b555f2e6-ae79-41ae-92ba-ed786b7267d6} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:01.165944 [ 277 ] {b555f2e6-ae79-41ae-92ba-ed786b7267d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:01.166347 [ 277 ] {b555f2e6-ae79-41ae-92ba-ed786b7267d6} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:01.166382 [ 277 ] {b555f2e6-ae79-41ae-92ba-ed786b7267d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:01.166673 [ 277 ] {b555f2e6-ae79-41ae-92ba-ed786b7267d6} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.26 17:14:01.166888 [ 277 ] {b555f2e6-ae79-41ae-92ba-ed786b7267d6} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:01.167010 [ 277 ] {b555f2e6-ae79-41ae-92ba-ed786b7267d6} executeQuery: Read 74 rows, 5.92 KiB in 0.001121 sec., 66012.48884924175 rows/sec., 5.15 MiB/sec. 2026.02.26 17:14:01.167046 [ 277 ] {b555f2e6-ae79-41ae-92ba-ed786b7267d6} TCPHandler: Processed in 0.001280305 sec. 2026.02.26 17:14:01.167153 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:01.167245 [ 277 ] {2427f4fe-db0e-453c-86dc-716772b75cc0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:01.167287 [ 277 ] {2427f4fe-db0e-453c-86dc-716772b75cc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:01.167685 [ 277 ] {2427f4fe-db0e-453c-86dc-716772b75cc0} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:01.167720 [ 277 ] {2427f4fe-db0e-453c-86dc-716772b75cc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:01.168049 [ 277 ] {2427f4fe-db0e-453c-86dc-716772b75cc0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.26 17:14:01.168263 [ 277 ] {2427f4fe-db0e-453c-86dc-716772b75cc0} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:01.168389 [ 277 ] {2427f4fe-db0e-453c-86dc-716772b75cc0} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.02.26 17:14:01.168423 [ 277 ] {2427f4fe-db0e-453c-86dc-716772b75cc0} TCPHandler: Processed in 0.001317056 sec. 2026.02.26 17:14:01.168521 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:01.168612 [ 277 ] {7c1e6242-c54e-4be5-b337-602825522bf3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:01.168666 [ 277 ] {7c1e6242-c54e-4be5-b337-602825522bf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:01.169387 [ 277 ] {7c1e6242-c54e-4be5-b337-602825522bf3} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:01.169423 [ 277 ] {7c1e6242-c54e-4be5-b337-602825522bf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:01.169922 [ 277 ] {7c1e6242-c54e-4be5-b337-602825522bf3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.26 17:14:01.170133 [ 277 ] {7c1e6242-c54e-4be5-b337-602825522bf3} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:01.170266 [ 277 ] {7c1e6242-c54e-4be5-b337-602825522bf3} executeQuery: Read 10 rows, 18.35 KiB in 0.001672 sec., 5980.861244019138 rows/sec., 10.72 MiB/sec. 2026.02.26 17:14:01.170318 [ 277 ] {7c1e6242-c54e-4be5-b337-602825522bf3} TCPHandler: Processed in 0.001843801 sec. 2026.02.26 17:14:01.170421 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:01.170512 [ 277 ] {ca737036-d8a9-481b-abbf-3c4ef100481a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:01.170551 [ 277 ] {ca737036-d8a9-481b-abbf-3c4ef100481a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:01.170872 [ 277 ] {ca737036-d8a9-481b-abbf-3c4ef100481a} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:01.170907 [ 277 ] {ca737036-d8a9-481b-abbf-3c4ef100481a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:01.171208 [ 277 ] {ca737036-d8a9-481b-abbf-3c4ef100481a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.26 17:14:01.171412 [ 277 ] {ca737036-d8a9-481b-abbf-3c4ef100481a} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:01.171533 [ 277 ] {ca737036-d8a9-481b-abbf-3c4ef100481a} executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. 2026.02.26 17:14:01.171568 [ 277 ] {ca737036-d8a9-481b-abbf-3c4ef100481a} TCPHandler: Processed in 0.001193733 sec. 2026.02.26 17:14:03.710216 [ 25 ] {} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.26 17:14:03.710309 [ 25 ] {} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:03.710346 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:03.710459 [ 196 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::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.26 17:14:03.710605 [ 196 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:03.710642 [ 196 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::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.26 17:14:03.710715 [ 196 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.02.26 17:14:03.710764 [ 196 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::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.26 17:14:03.710811 [ 196 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.02.26 17:14:03.710856 [ 196 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part 2026.02.26 17:14:03.711653 [ 189 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001249165 sec., 28819.251259841574 rows/sec., 2.40 MiB/sec. 2026.02.26 17:14:03.711790 [ 192 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.26 17:14:03.712053 [ 192 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_13_3} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:14:03.712126 [ 192 ] {a696bf23-6707-488b-a1f2-f5ca33f27f3b::all_1_13_3} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.26 17:14:03.712192 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.26 17:14:06.171146 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.171360 [ 277 ] {4320aacb-f0ce-4deb-990c-0547e496c449} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:14:06.171437 [ 277 ] {4320aacb-f0ce-4deb-990c-0547e496c449} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:14:06.172281 [ 277 ] {4320aacb-f0ce-4deb-990c-0547e496c449} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.172325 [ 277 ] {4320aacb-f0ce-4deb-990c-0547e496c449} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.172724 [ 277 ] {4320aacb-f0ce-4deb-990c-0547e496c449} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:14:06.172949 [ 277 ] {4320aacb-f0ce-4deb-990c-0547e496c449} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:14:06.173091 [ 277 ] {4320aacb-f0ce-4deb-990c-0547e496c449} executeQuery: Read 284 rows, 18.47 KiB in 0.001783 sec., 159282.10880538417 rows/sec., 10.12 MiB/sec. 2026.02.26 17:14:06.173131 [ 277 ] {4320aacb-f0ce-4deb-990c-0547e496c449} TCPHandler: Processed in 0.002111078 sec. 2026.02.26 17:14:06.173257 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.173358 [ 277 ] {09e2afc8-5141-43b4-9458-66f692253427} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:14:06.173397 [ 277 ] {09e2afc8-5141-43b4-9458-66f692253427} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:14:06.173813 [ 277 ] {09e2afc8-5141-43b4-9458-66f692253427} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.173847 [ 277 ] {09e2afc8-5141-43b4-9458-66f692253427} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.174134 [ 277 ] {09e2afc8-5141-43b4-9458-66f692253427} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.26 17:14:06.174341 [ 277 ] {09e2afc8-5141-43b4-9458-66f692253427} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:14:06.174462 [ 277 ] {09e2afc8-5141-43b4-9458-66f692253427} executeQuery: Read 2 rows, 167.00 B in 0.001122 sec., 1782.5311942959001 rows/sec., 145.35 KiB/sec. 2026.02.26 17:14:06.174502 [ 277 ] {09e2afc8-5141-43b4-9458-66f692253427} TCPHandler: Processed in 0.001292026 sec. 2026.02.26 17:14:06.174620 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.174712 [ 277 ] {4e18993b-b7f0-4a1c-99e5-db888596e2f6} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:06.174749 [ 277 ] {4e18993b-b7f0-4a1c-99e5-db888596e2f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:06.175570 [ 277 ] {4e18993b-b7f0-4a1c-99e5-db888596e2f6} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.175607 [ 277 ] {4e18993b-b7f0-4a1c-99e5-db888596e2f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.175970 [ 277 ] {4e18993b-b7f0-4a1c-99e5-db888596e2f6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.26 17:14:06.176181 [ 277 ] {4e18993b-b7f0-4a1c-99e5-db888596e2f6} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:06.176286 [ 42 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.26 17:14:06.176307 [ 277 ] {4e18993b-b7f0-4a1c-99e5-db888596e2f6} executeQuery: Read 860 rows, 70.14 KiB in 0.001611 sec., 533829.9193047796 rows/sec., 42.52 MiB/sec. 2026.02.26 17:14:06.176354 [ 42 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.176363 [ 277 ] {4e18993b-b7f0-4a1c-99e5-db888596e2f6} TCPHandler: Processed in 0.00179286 sec. 2026.02.26 17:14:06.176387 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.176545 [ 196 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:14:06.176553 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.176656 [ 196 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:06.176687 [ 196 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2149 rows starting from the beginning of the part 2026.02.26 17:14:06.176692 [ 277 ] {21241f91-c89d-4d0f-a27c-7c7b1d1e24c9} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:06.176744 [ 277 ] {21241f91-c89d-4d0f-a27c-7c7b1d1e24c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:06.176752 [ 196 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 859 rows starting from the beginning of the part 2026.02.26 17:14:06.176805 [ 196 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1220 rows starting from the beginning of the part 2026.02.26 17:14:06.176851 [ 196 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 859 rows starting from the beginning of the part 2026.02.26 17:14:06.176895 [ 196 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 76 rows starting from the beginning of the part 2026.02.26 17:14:06.176939 [ 196 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 860 rows starting from the beginning of the part 2026.02.26 17:14:06.177335 [ 277 ] {21241f91-c89d-4d0f-a27c-7c7b1d1e24c9} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.177377 [ 277 ] {21241f91-c89d-4d0f-a27c-7c7b1d1e24c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.177701 [ 277 ] {21241f91-c89d-4d0f-a27c-7c7b1d1e24c9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.26 17:14:06.177904 [ 277 ] {21241f91-c89d-4d0f-a27c-7c7b1d1e24c9} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:06.178026 [ 277 ] {21241f91-c89d-4d0f-a27c-7c7b1d1e24c9} executeQuery: Read 175 rows, 11.01 KiB in 0.001364 sec., 128299.12023460411 rows/sec., 7.88 MiB/sec. 2026.02.26 17:14:06.178063 [ 277 ] {21241f91-c89d-4d0f-a27c-7c7b1d1e24c9} TCPHandler: Processed in 0.001576924 sec. 2026.02.26 17:14:06.178182 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.178276 [ 277 ] {ba07eaf0-c648-439a-9f2a-0abbb793f45f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:14:06.178314 [ 277 ] {ba07eaf0-c648-439a-9f2a-0abbb793f45f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:14:06.178804 [ 277 ] {ba07eaf0-c648-439a-9f2a-0abbb793f45f} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.178843 [ 277 ] {ba07eaf0-c648-439a-9f2a-0abbb793f45f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.179000 [ 190 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6023 rows, containing 5 columns (5 merged, 0 gathered) in 0.002505629 sec., 2403787.6317683104 rows/sec., 204.35 MiB/sec. 2026.02.26 17:14:06.179171 [ 277 ] {ba07eaf0-c648-439a-9f2a-0abbb793f45f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:14:06.179345 [ 189 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.26 17:14:06.179413 [ 277 ] {ba07eaf0-c648-439a-9f2a-0abbb793f45f} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:06.179526 [ 42 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:14:06.179547 [ 277 ] {ba07eaf0-c648-439a-9f2a-0abbb793f45f} executeQuery: Read 149 rows, 9.86 KiB in 0.001288 sec., 115683.22981366458 rows/sec., 7.47 MiB/sec. 2026.02.26 17:14:06.179558 [ 42 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.179589 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.179591 [ 277 ] {ba07eaf0-c648-439a-9f2a-0abbb793f45f} TCPHandler: Processed in 0.00145593 sec. 2026.02.26 17:14:06.179672 [ 192 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:14:06.179685 [ 190 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:06.179732 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.179763 [ 192 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:06.179789 [ 192 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 401 rows starting from the beginning of the part 2026.02.26 17:14:06.179806 [ 190 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_41_8} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.26 17:14:06.179830 [ 277 ] {350acf31-edb8-4e18-b1ce-2bf9c6ec82bf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:14:06.179840 [ 192 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 149 rows starting from the beginning of the part 2026.02.26 17:14:06.179874 [ 277 ] {350acf31-edb8-4e18-b1ce-2bf9c6ec82bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:14:06.179886 [ 192 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 149 rows starting from the beginning of the part 2026.02.26 17:14:06.179925 [ 192 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part 2026.02.26 17:14:06.179925 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.02.26 17:14:06.179966 [ 192 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 149 rows starting from the beginning of the part 2026.02.26 17:14:06.180006 [ 192 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 149 rows starting from the beginning of the part 2026.02.26 17:14:06.180386 [ 277 ] {350acf31-edb8-4e18-b1ce-2bf9c6ec82bf} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.180421 [ 277 ] {350acf31-edb8-4e18-b1ce-2bf9c6ec82bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.180755 [ 277 ] {350acf31-edb8-4e18-b1ce-2bf9c6ec82bf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:14:06.180830 [ 194 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1225 rows, containing 5 columns (5 merged, 0 gathered) in 0.001186923 sec., 1032080.4298172669 rows/sec., 72.18 MiB/sec. 2026.02.26 17:14:06.181000 [ 277 ] {350acf31-edb8-4e18-b1ce-2bf9c6ec82bf} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:14:06.181012 [ 190 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:14:06.181153 [ 277 ] {350acf31-edb8-4e18-b1ce-2bf9c6ec82bf} executeQuery: Read 148 rows, 8.62 KiB in 0.001339 sec., 110530.24645257655 rows/sec., 6.29 MiB/sec. 2026.02.26 17:14:06.181200 [ 277 ] {350acf31-edb8-4e18-b1ce-2bf9c6ec82bf} TCPHandler: Processed in 0.001515462 sec. 2026.02.26 17:14:06.181311 [ 190 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:06.181327 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.181383 [ 190 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_21_4} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:14:06.181436 [ 277 ] {a221c98c-0353-461b-a17a-32523938b03d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:06.181457 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.26 17:14:06.181479 [ 277 ] {a221c98c-0353-461b-a17a-32523938b03d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:06.182097 [ 277 ] {a221c98c-0353-461b-a17a-32523938b03d} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.182132 [ 277 ] {a221c98c-0353-461b-a17a-32523938b03d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.182469 [ 277 ] {a221c98c-0353-461b-a17a-32523938b03d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.26 17:14:06.182673 [ 277 ] {a221c98c-0353-461b-a17a-32523938b03d} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:06.182773 [ 42 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.26 17:14:06.182798 [ 277 ] {a221c98c-0353-461b-a17a-32523938b03d} executeQuery: Read 523 rows, 37.82 KiB in 0.00138 sec., 378985.50724637683 rows/sec., 26.77 MiB/sec. 2026.02.26 17:14:06.182814 [ 42 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.182839 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.182840 [ 277 ] {a221c98c-0353-461b-a17a-32523938b03d} TCPHandler: Processed in 0.001559303 sec. 2026.02.26 17:14:06.182921 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:14:06.182967 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.183022 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:06.183057 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1061 rows starting from the beginning of the part 2026.02.26 17:14:06.183063 [ 277 ] {fe2ee2ca-3cc1-4c0a-aa8a-d764ffb05b4f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:14:06.183109 [ 277 ] {fe2ee2ca-3cc1-4c0a-aa8a-d764ffb05b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:14:06.183118 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 521 rows starting from the beginning of the part 2026.02.26 17:14:06.183167 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 538 rows starting from the beginning of the part 2026.02.26 17:14:06.183207 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 521 rows starting from the beginning of the part 2026.02.26 17:14:06.183244 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 74 rows starting from the beginning of the part 2026.02.26 17:14:06.183281 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 523 rows starting from the beginning of the part 2026.02.26 17:14:06.183435 [ 277 ] {fe2ee2ca-3cc1-4c0a-aa8a-d764ffb05b4f} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.183473 [ 277 ] {fe2ee2ca-3cc1-4c0a-aa8a-d764ffb05b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.183784 [ 277 ] {fe2ee2ca-3cc1-4c0a-aa8a-d764ffb05b4f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:14:06.183997 [ 277 ] {fe2ee2ca-3cc1-4c0a-aa8a-d764ffb05b4f} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:14:06.184125 [ 277 ] {fe2ee2ca-3cc1-4c0a-aa8a-d764ffb05b4f} executeQuery: Read 6 rows, 321.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 290.53 KiB/sec. 2026.02.26 17:14:06.184160 [ 277 ] {fe2ee2ca-3cc1-4c0a-aa8a-d764ffb05b4f} TCPHandler: Processed in 0.001241065 sec. 2026.02.26 17:14:06.184256 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.184347 [ 277 ] {32598bdc-9adb-4bca-ba35-cdab87cdce8b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:06.184387 [ 277 ] {32598bdc-9adb-4bca-ba35-cdab87cdce8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:06.184513 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3238 rows, containing 5 columns (5 merged, 0 gathered) in 0.001627585 sec., 1989450.6277705927 rows/sec., 150.99 MiB/sec. 2026.02.26 17:14:06.184671 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.26 17:14:06.184798 [ 277 ] {32598bdc-9adb-4bca-ba35-cdab87cdce8b} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.184840 [ 277 ] {32598bdc-9adb-4bca-ba35-cdab87cdce8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.184912 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:06.185000 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_41_8} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.26 17:14:06.185070 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.02.26 17:14:06.185180 [ 277 ] {32598bdc-9adb-4bca-ba35-cdab87cdce8b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.26 17:14:06.185396 [ 277 ] {32598bdc-9adb-4bca-ba35-cdab87cdce8b} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:06.185519 [ 186 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.26 17:14:06.185521 [ 277 ] {32598bdc-9adb-4bca-ba35-cdab87cdce8b} executeQuery: Read 266 rows, 18.10 KiB in 0.001191 sec., 223341.72963895884 rows/sec., 14.84 MiB/sec. 2026.02.26 17:14:06.185561 [ 186 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.185579 [ 277 ] {32598bdc-9adb-4bca-ba35-cdab87cdce8b} TCPHandler: Processed in 0.001369468 sec. 2026.02.26 17:14:06.185589 [ 186 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.185696 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.185709 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:14:06.185796 [ 277 ] {219b1c84-5b6a-48c6-be7a-5270dcc54e5f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:14:06.185833 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:06.185840 [ 277 ] {219b1c84-5b6a-48c6-be7a-5270dcc54e5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:14:06.185872 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11976 rows starting from the beginning of the part 2026.02.26 17:14:06.185937 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 265 rows starting from the beginning of the part 2026.02.26 17:14:06.185986 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 848 rows starting from the beginning of the part 2026.02.26 17:14:06.186029 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:14:06.186072 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.02.26 17:14:06.186113 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 266 rows starting from the beginning of the part 2026.02.26 17:14:06.186161 [ 277 ] {219b1c84-5b6a-48c6-be7a-5270dcc54e5f} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.186201 [ 277 ] {219b1c84-5b6a-48c6-be7a-5270dcc54e5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.186510 [ 277 ] {219b1c84-5b6a-48c6-be7a-5270dcc54e5f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.26 17:14:06.186728 [ 277 ] {219b1c84-5b6a-48c6-be7a-5270dcc54e5f} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:14:06.186864 [ 277 ] {219b1c84-5b6a-48c6-be7a-5270dcc54e5f} executeQuery: Read 1 rows, 69.00 B in 0.001086 sec., 920.8103130755065 rows/sec., 62.05 KiB/sec. 2026.02.26 17:14:06.186901 [ 277 ] {219b1c84-5b6a-48c6-be7a-5270dcc54e5f} TCPHandler: Processed in 0.001251734 sec. 2026.02.26 17:14:06.187005 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.187106 [ 277 ] {ac0ba59a-65dc-47ba-baa4-654db0ba549b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:06.187157 [ 277 ] {ac0ba59a-65dc-47ba-baa4-654db0ba549b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:06.187976 [ 277 ] {ac0ba59a-65dc-47ba-baa4-654db0ba549b} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.188010 [ 277 ] {ac0ba59a-65dc-47ba-baa4-654db0ba549b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.188764 [ 277 ] {ac0ba59a-65dc-47ba-baa4-654db0ba549b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.26 17:14:06.188986 [ 277 ] {ac0ba59a-65dc-47ba-baa4-654db0ba549b} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:06.189120 [ 277 ] {ac0ba59a-65dc-47ba-baa4-654db0ba549b} executeQuery: Read 31 rows, 56.88 KiB in 0.002031 sec., 15263.417035942886 rows/sec., 27.35 MiB/sec. 2026.02.26 17:14:06.189174 [ 277 ] {ac0ba59a-65dc-47ba-baa4-654db0ba549b} TCPHandler: Processed in 0.002215711 sec. 2026.02.26 17:14:06.189284 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:06.189377 [ 277 ] {f639af54-e667-40d0-9fcf-c8e46b779c32} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:06.189417 [ 277 ] {f639af54-e667-40d0-9fcf-c8e46b779c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:06.189757 [ 277 ] {f639af54-e667-40d0-9fcf-c8e46b779c32} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.189792 [ 277 ] {f639af54-e667-40d0-9fcf-c8e46b779c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.189916 [ 197 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 13780 rows, containing 5 columns (5 merged, 0 gathered) in 0.004249048 sec., 3243079.3909600456 rows/sec., 219.51 MiB/sec. 2026.02.26 17:14:06.190091 [ 277 ] {f639af54-e667-40d0-9fcf-c8e46b779c32} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.26 17:14:06.190317 [ 277 ] {f639af54-e667-40d0-9fcf-c8e46b779c32} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:06.190328 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.26 17:14:06.190441 [ 277 ] {f639af54-e667-40d0-9fcf-c8e46b779c32} executeQuery: Read 90 rows, 5.77 KiB in 0.001081 sec., 83256.24421831638 rows/sec., 5.21 MiB/sec. 2026.02.26 17:14:06.190441 [ 126 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.26 17:14:06.190483 [ 277 ] {f639af54-e667-40d0-9fcf-c8e46b779c32} TCPHandler: Processed in 0.001246405 sec. 2026.02.26 17:14:06.190497 [ 126 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.190526 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.190611 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:06.190612 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:06.190689 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_41_8} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.26 17:14:06.190733 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:06.190769 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2430 rows starting from the beginning of the part 2026.02.26 17:14:06.190770 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. 2026.02.26 17:14:06.190825 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:06.190870 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:06.190904 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:06.190939 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:06.190974 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 90 rows starting from the beginning of the part 2026.02.26 17:14:06.192099 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2820 rows, containing 4 columns (4 merged, 0 gathered) in 0.001524052 sec., 1850330.5661486618 rows/sec., 119.47 MiB/sec. 2026.02.26 17:14:06.192363 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.26 17:14:06.192587 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_41_8} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:06.192643 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_41_8} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.26 17:14:06.192694 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.02.26 17:14:06.265231 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13932 2026.02.26 17:14:06.265756 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.265803 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.266302 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.26 17:14:06.266551 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:06.266674 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13932 2026.02.26 17:14:06.972456 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.02.26 17:14:06.989411 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:06.989468 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:06.995268 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.26 17:14:06.995960 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:06.998750 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.02.26 17:14:08.948763 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 922 2026.02.26 17:14:08.951377 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:08.951413 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:08.952599 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:14:08.952879 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:14:08.953011 [ 155 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:14:08.953052 [ 155 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:08.953075 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:08.953127 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 922 2026.02.26 17:14:08.953208 [ 190 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::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.26 17:14:08.953812 [ 190 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:08.953952 [ 190 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 752 rows starting from the beginning of the part 2026.02.26 17:14:08.954286 [ 190 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2026.02.26 17:14:08.954600 [ 190 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part 2026.02.26 17:14:08.954896 [ 190 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::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.26 17:14:08.955209 [ 190 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part 2026.02.26 17:14:08.955539 [ 190 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2026.02.26 17:14:08.961451 [ 188 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 922 rows, containing 72 columns (72 merged, 0 gathered) in 0.00830286 sec., 111046.07328077313 rows/sec., 93.61 MiB/sec. 2026.02.26 17:14:08.963001 [ 201 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:14:08.963626 [ 201 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:14:08.963712 [ 201 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_21_4} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:14:08.964079 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.02.26 17:14:11.163317 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:11.163507 [ 277 ] {8b9f5347-31e2-4d76-9e67-10ef5786cf0f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:11.163570 [ 277 ] {8b9f5347-31e2-4d76-9e67-10ef5786cf0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:11.164196 [ 277 ] {8b9f5347-31e2-4d76-9e67-10ef5786cf0f} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:11.164240 [ 277 ] {8b9f5347-31e2-4d76-9e67-10ef5786cf0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:11.164630 [ 277 ] {8b9f5347-31e2-4d76-9e67-10ef5786cf0f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.26 17:14:11.164857 [ 277 ] {8b9f5347-31e2-4d76-9e67-10ef5786cf0f} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:11.165003 [ 277 ] {8b9f5347-31e2-4d76-9e67-10ef5786cf0f} executeQuery: Read 76 rows, 6.41 KiB in 0.001543 sec., 49254.6986390149 rows/sec., 4.06 MiB/sec. 2026.02.26 17:14:11.165045 [ 277 ] {8b9f5347-31e2-4d76-9e67-10ef5786cf0f} TCPHandler: Processed in 0.001850811 sec. 2026.02.26 17:14:11.165166 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:11.165263 [ 277 ] {bb80c9b6-5a3c-4b81-ad34-8ac69d64676a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:11.165304 [ 277 ] {bb80c9b6-5a3c-4b81-ad34-8ac69d64676a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:11.165700 [ 277 ] {bb80c9b6-5a3c-4b81-ad34-8ac69d64676a} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:11.165735 [ 277 ] {bb80c9b6-5a3c-4b81-ad34-8ac69d64676a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:11.166034 [ 277 ] {bb80c9b6-5a3c-4b81-ad34-8ac69d64676a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.26 17:14:11.166245 [ 277 ] {bb80c9b6-5a3c-4b81-ad34-8ac69d64676a} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:11.166369 [ 277 ] {bb80c9b6-5a3c-4b81-ad34-8ac69d64676a} executeQuery: Read 10 rows, 770.00 B in 0.001124 sec., 8896.79715302491 rows/sec., 669.00 KiB/sec. 2026.02.26 17:14:11.166406 [ 277 ] {bb80c9b6-5a3c-4b81-ad34-8ac69d64676a} TCPHandler: Processed in 0.001289895 sec. 2026.02.26 17:14:11.166513 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:11.166609 [ 277 ] {5e468005-22ca-4052-b5b9-6b3ecf6b0a54} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:11.166648 [ 277 ] {5e468005-22ca-4052-b5b9-6b3ecf6b0a54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:11.167054 [ 277 ] {5e468005-22ca-4052-b5b9-6b3ecf6b0a54} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:11.167089 [ 277 ] {5e468005-22ca-4052-b5b9-6b3ecf6b0a54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:11.167393 [ 277 ] {5e468005-22ca-4052-b5b9-6b3ecf6b0a54} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.26 17:14:11.167606 [ 277 ] {5e468005-22ca-4052-b5b9-6b3ecf6b0a54} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:11.167729 [ 277 ] {5e468005-22ca-4052-b5b9-6b3ecf6b0a54} executeQuery: Read 74 rows, 5.92 KiB in 0.001138 sec., 65026.36203866433 rows/sec., 5.08 MiB/sec. 2026.02.26 17:14:11.167766 [ 277 ] {5e468005-22ca-4052-b5b9-6b3ecf6b0a54} TCPHandler: Processed in 0.001302806 sec. 2026.02.26 17:14:11.167876 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:11.167971 [ 277 ] {5067cc94-eec4-4a84-b8a6-7d3046a5cd84} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:11.168014 [ 277 ] {5067cc94-eec4-4a84-b8a6-7d3046a5cd84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:11.168409 [ 277 ] {5067cc94-eec4-4a84-b8a6-7d3046a5cd84} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:11.168445 [ 277 ] {5067cc94-eec4-4a84-b8a6-7d3046a5cd84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:11.168785 [ 277 ] {5067cc94-eec4-4a84-b8a6-7d3046a5cd84} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.26 17:14:11.169000 [ 277 ] {5067cc94-eec4-4a84-b8a6-7d3046a5cd84} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:11.169125 [ 277 ] {5067cc94-eec4-4a84-b8a6-7d3046a5cd84} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.02.26 17:14:11.169161 [ 277 ] {5067cc94-eec4-4a84-b8a6-7d3046a5cd84} TCPHandler: Processed in 0.001335637 sec. 2026.02.26 17:14:11.169278 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:11.169374 [ 277 ] {ac42798f-f57b-4142-8a7e-25f3227f549f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:11.169435 [ 277 ] {ac42798f-f57b-4142-8a7e-25f3227f549f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:11.170171 [ 277 ] {ac42798f-f57b-4142-8a7e-25f3227f549f} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:11.170206 [ 277 ] {ac42798f-f57b-4142-8a7e-25f3227f549f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:11.170713 [ 277 ] {ac42798f-f57b-4142-8a7e-25f3227f549f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.26 17:14:11.170934 [ 277 ] {ac42798f-f57b-4142-8a7e-25f3227f549f} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:11.171069 [ 277 ] {ac42798f-f57b-4142-8a7e-25f3227f549f} executeQuery: Read 10 rows, 18.35 KiB in 0.001713 sec., 5837.711617046119 rows/sec., 10.46 MiB/sec. 2026.02.26 17:14:11.171121 [ 277 ] {ac42798f-f57b-4142-8a7e-25f3227f549f} TCPHandler: Processed in 0.001893322 sec. 2026.02.26 17:14:11.171230 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:11.171326 [ 277 ] {333a240a-95fa-47d9-a5c9-46b72107d72f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:11.171367 [ 277 ] {333a240a-95fa-47d9-a5c9-46b72107d72f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:11.171699 [ 277 ] {333a240a-95fa-47d9-a5c9-46b72107d72f} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:11.171735 [ 277 ] {333a240a-95fa-47d9-a5c9-46b72107d72f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:11.172038 [ 277 ] {333a240a-95fa-47d9-a5c9-46b72107d72f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.26 17:14:11.172249 [ 277 ] {333a240a-95fa-47d9-a5c9-46b72107d72f} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:11.172371 [ 277 ] {333a240a-95fa-47d9-a5c9-46b72107d72f} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2026.02.26 17:14:11.172407 [ 277 ] {333a240a-95fa-47d9-a5c9-46b72107d72f} TCPHandler: Processed in 0.001225683 sec. 2026.02.26 17:14:13.592493 [ 152 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:14:13.592561 [ 152 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:14:13.766772 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14380 2026.02.26 17:14:13.767437 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:13.767484 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:13.767972 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.26 17:14:13.768209 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:13.768354 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14380 2026.02.26 17:14:14.499794 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.02.26 17:14:14.516567 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:14.516618 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:14.522455 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.26 17:14:14.523152 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:14.526206 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.02.26 17:14:16.171181 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.171354 [ 277 ] {bb6d7d50-0305-4e1e-bd8b-60d32bcd0ad5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:14:16.171428 [ 277 ] {bb6d7d50-0305-4e1e-bd8b-60d32bcd0ad5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:14:16.172248 [ 277 ] {bb6d7d50-0305-4e1e-bd8b-60d32bcd0ad5} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.172286 [ 277 ] {bb6d7d50-0305-4e1e-bd8b-60d32bcd0ad5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.172703 [ 277 ] {bb6d7d50-0305-4e1e-bd8b-60d32bcd0ad5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:14:16.172940 [ 277 ] {bb6d7d50-0305-4e1e-bd8b-60d32bcd0ad5} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:14:16.173060 [ 116 ] {} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:14:16.173088 [ 277 ] {bb6d7d50-0305-4e1e-bd8b-60d32bcd0ad5} executeQuery: Read 284 rows, 18.47 KiB in 0.00178 sec., 159550.56179775283 rows/sec., 10.13 MiB/sec. 2026.02.26 17:14:16.173102 [ 116 ] {} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.173132 [ 277 ] {bb6d7d50-0305-4e1e-bd8b-60d32bcd0ad5} TCPHandler: Processed in 0.002072678 sec. 2026.02.26 17:14:16.173134 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.173276 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.173285 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::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.26 17:14:16.173381 [ 277 ] {013e41b7-3473-4c49-8fff-0a1ad007b21c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:16.173436 [ 277 ] {013e41b7-3473-4c49-8fff-0a1ad007b21c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:16.173446 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:16.173488 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 308 rows starting from the beginning of the part 2026.02.26 17:14:16.173560 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 284 rows starting from the beginning of the part 2026.02.26 17:14:16.173605 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 284 rows starting from the beginning of the part 2026.02.26 17:14:16.173649 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 284 rows starting from the beginning of the part 2026.02.26 17:14:16.173689 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 284 rows starting from the beginning of the part 2026.02.26 17:14:16.173727 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 284 rows starting from the beginning of the part 2026.02.26 17:14:16.174276 [ 277 ] {013e41b7-3473-4c49-8fff-0a1ad007b21c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.174318 [ 277 ] {013e41b7-3473-4c49-8fff-0a1ad007b21c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:16.174724 [ 277 ] {013e41b7-3473-4c49-8fff-0a1ad007b21c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.26 17:14:16.174806 [ 201 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582914 sec., 1091657.5379332043 rows/sec., 73.79 MiB/sec. 2026.02.26 17:14:16.174946 [ 277 ] {013e41b7-3473-4c49-8fff-0a1ad007b21c} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:16.174964 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:14:16.175081 [ 277 ] {013e41b7-3473-4c49-8fff-0a1ad007b21c} executeQuery: Read 859 rows, 70.06 KiB in 0.001724 sec., 498259.8607888631 rows/sec., 39.69 MiB/sec. 2026.02.26 17:14:16.175126 [ 277 ] {013e41b7-3473-4c49-8fff-0a1ad007b21c} TCPHandler: Processed in 0.001901953 sec. 2026.02.26 17:14:16.175221 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:14:16.175245 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.175294 [ 199 ] {5af9b5ba-67ba-4739-a330-0622a7c4c852::all_1_21_4} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:14:16.175347 [ 277 ] {01e4ca7b-a385-428d-8ab7-af1232244850} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:16.175370 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.02.26 17:14:16.175391 [ 277 ] {01e4ca7b-a385-428d-8ab7-af1232244850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:16.175850 [ 277 ] {01e4ca7b-a385-428d-8ab7-af1232244850} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.175886 [ 277 ] {01e4ca7b-a385-428d-8ab7-af1232244850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.176196 [ 277 ] {01e4ca7b-a385-428d-8ab7-af1232244850} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.26 17:14:16.176410 [ 277 ] {01e4ca7b-a385-428d-8ab7-af1232244850} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:16.176505 [ 116 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.26 17:14:16.176532 [ 277 ] {01e4ca7b-a385-428d-8ab7-af1232244850} executeQuery: Read 173 rows, 10.87 KiB in 0.001203 sec., 143807.14879467996 rows/sec., 8.83 MiB/sec. 2026.02.26 17:14:16.176538 [ 116 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.176562 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.176568 [ 277 ] {01e4ca7b-a385-428d-8ab7-af1232244850} TCPHandler: Processed in 0.001373528 sec. 2026.02.26 17:14:16.176646 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:14:16.176680 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.176751 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:16.176779 [ 277 ] {df600973-7b6b-406a-9508-efdbeae85ff9} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:14:16.176790 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 215 rows starting from the beginning of the part 2026.02.26 17:14:16.176827 [ 277 ] {df600973-7b6b-406a-9508-efdbeae85ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:14:16.176868 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 173 rows starting from the beginning of the part 2026.02.26 17:14:16.176928 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:14:16.176975 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 175 rows starting from the beginning of the part 2026.02.26 17:14:16.177025 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:14:16.177071 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 173 rows starting from the beginning of the part 2026.02.26 17:14:16.177267 [ 277 ] {df600973-7b6b-406a-9508-efdbeae85ff9} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.177308 [ 277 ] {df600973-7b6b-406a-9508-efdbeae85ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:16.177632 [ 277 ] {df600973-7b6b-406a-9508-efdbeae85ff9} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:14:16.177868 [ 277 ] {df600973-7b6b-406a-9508-efdbeae85ff9} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:16.177991 [ 277 ] {df600973-7b6b-406a-9508-efdbeae85ff9} executeQuery: Read 149 rows, 9.86 KiB in 0.00123 sec., 121138.21138211382 rows/sec., 7.83 MiB/sec. 2026.02.26 17:14:16.178023 [ 201 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416019 sec., 533891.1412911833 rows/sec., 35.31 MiB/sec. 2026.02.26 17:14:16.178029 [ 277 ] {df600973-7b6b-406a-9508-efdbeae85ff9} TCPHandler: Processed in 0.001398728 sec. 2026.02.26 17:14:16.178158 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.26 17:14:16.178167 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.178273 [ 277 ] {dbb3a5a5-6e1a-44aa-a7f7-b51f65476e59} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:14:16.178315 [ 277 ] {dbb3a5a5-6e1a-44aa-a7f7-b51f65476e59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:14:16.178408 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:16.178475 [ 191 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_41_8} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.26 17:14:16.178540 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.26 17:14:16.178769 [ 277 ] {dbb3a5a5-6e1a-44aa-a7f7-b51f65476e59} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.178810 [ 277 ] {dbb3a5a5-6e1a-44aa-a7f7-b51f65476e59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.179122 [ 277 ] {dbb3a5a5-6e1a-44aa-a7f7-b51f65476e59} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:14:16.179337 [ 277 ] {dbb3a5a5-6e1a-44aa-a7f7-b51f65476e59} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:14:16.179428 [ 116 ] {} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:14:16.179454 [ 116 ] {} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.179459 [ 277 ] {dbb3a5a5-6e1a-44aa-a7f7-b51f65476e59} executeQuery: Read 148 rows, 8.62 KiB in 0.001204 sec., 122923.58803986711 rows/sec., 6.99 MiB/sec. 2026.02.26 17:14:16.179470 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.179498 [ 277 ] {dbb3a5a5-6e1a-44aa-a7f7-b51f65476e59} TCPHandler: Processed in 0.001380278 sec. 2026.02.26 17:14:16.179555 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::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.26 17:14:16.179608 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.179666 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:16.179703 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 160 rows starting from the beginning of the part 2026.02.26 17:14:16.179707 [ 277 ] {7ce8ab74-73f3-4251-9d74-86ba918a5e65} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:16.179754 [ 277 ] {7ce8ab74-73f3-4251-9d74-86ba918a5e65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:16.179770 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 148 rows starting from the beginning of the part 2026.02.26 17:14:16.179819 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 148 rows starting from the beginning of the part 2026.02.26 17:14:16.179859 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part 2026.02.26 17:14:16.179896 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 148 rows starting from the beginning of the part 2026.02.26 17:14:16.179936 [ 201 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 148 rows starting from the beginning of the part 2026.02.26 17:14:16.180367 [ 277 ] {7ce8ab74-73f3-4251-9d74-86ba918a5e65} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.180407 [ 277 ] {7ce8ab74-73f3-4251-9d74-86ba918a5e65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:16.180747 [ 277 ] {7ce8ab74-73f3-4251-9d74-86ba918a5e65} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.26 17:14:16.180879 [ 191 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001361678 sec., 660949.2111938358 rows/sec., 40.28 MiB/sec. 2026.02.26 17:14:16.180966 [ 277 ] {7ce8ab74-73f3-4251-9d74-86ba918a5e65} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:16.181032 [ 200 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:14:16.181098 [ 277 ] {7ce8ab74-73f3-4251-9d74-86ba918a5e65} executeQuery: Read 521 rows, 37.66 KiB in 0.001409 sec., 369765.79134137684 rows/sec., 26.10 MiB/sec. 2026.02.26 17:14:16.181136 [ 277 ] {7ce8ab74-73f3-4251-9d74-86ba918a5e65} TCPHandler: Processed in 0.001577803 sec. 2026.02.26 17:14:16.181274 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.181391 [ 277 ] {a07a4b9f-255d-4263-8388-47ee89af481b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:14:16.181441 [ 277 ] {a07a4b9f-255d-4263-8388-47ee89af481b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:14:16.181440 [ 200 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:14:16.181537 [ 200 ] {c3295e22-8100-4774-8107-14773c21ef6d::all_1_21_4} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:14:16.181635 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.26 17:14:16.181845 [ 277 ] {a07a4b9f-255d-4263-8388-47ee89af481b} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.181878 [ 277 ] {a07a4b9f-255d-4263-8388-47ee89af481b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.182182 [ 277 ] {a07a4b9f-255d-4263-8388-47ee89af481b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:14:16.182397 [ 277 ] {a07a4b9f-255d-4263-8388-47ee89af481b} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:14:16.182517 [ 277 ] {a07a4b9f-255d-4263-8388-47ee89af481b} executeQuery: Read 6 rows, 321.00 B in 0.001152 sec., 5208.333333333333 rows/sec., 272.12 KiB/sec. 2026.02.26 17:14:16.182553 [ 277 ] {a07a4b9f-255d-4263-8388-47ee89af481b} TCPHandler: Processed in 0.001342497 sec. 2026.02.26 17:14:16.182681 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.182775 [ 277 ] {4442ffc8-c91b-417f-9a09-aa927ffe7083} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:16.182817 [ 277 ] {4442ffc8-c91b-417f-9a09-aa927ffe7083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:16.183242 [ 277 ] {4442ffc8-c91b-417f-9a09-aa927ffe7083} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.183275 [ 277 ] {4442ffc8-c91b-417f-9a09-aa927ffe7083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.183614 [ 277 ] {4442ffc8-c91b-417f-9a09-aa927ffe7083} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.26 17:14:16.183836 [ 277 ] {4442ffc8-c91b-417f-9a09-aa927ffe7083} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:16.183958 [ 277 ] {4442ffc8-c91b-417f-9a09-aa927ffe7083} executeQuery: Read 265 rows, 18.03 KiB in 0.0012 sec., 220833.33333333334 rows/sec., 14.67 MiB/sec. 2026.02.26 17:14:16.183994 [ 277 ] {4442ffc8-c91b-417f-9a09-aa927ffe7083} TCPHandler: Processed in 0.001368777 sec. 2026.02.26 17:14:16.184108 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.184203 [ 277 ] {fd05aa2f-98cc-49e9-b0ea-c79b0f9eaeed} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:14:16.184243 [ 277 ] {fd05aa2f-98cc-49e9-b0ea-c79b0f9eaeed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:14:16.184552 [ 277 ] {fd05aa2f-98cc-49e9-b0ea-c79b0f9eaeed} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.184585 [ 277 ] {fd05aa2f-98cc-49e9-b0ea-c79b0f9eaeed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.184869 [ 277 ] {fd05aa2f-98cc-49e9-b0ea-c79b0f9eaeed} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.26 17:14:16.185078 [ 277 ] {fd05aa2f-98cc-49e9-b0ea-c79b0f9eaeed} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:14:16.185165 [ 116 ] {} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.02.26 17:14:16.185195 [ 116 ] {} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.185199 [ 277 ] {fd05aa2f-98cc-49e9-b0ea-c79b0f9eaeed} executeQuery: Read 1 rows, 69.00 B in 0.001014 sec., 986.1932938856016 rows/sec., 66.45 KiB/sec. 2026.02.26 17:14:16.185212 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.185238 [ 277 ] {fd05aa2f-98cc-49e9-b0ea-c79b0f9eaeed} TCPHandler: Processed in 0.001179803 sec. 2026.02.26 17:14:16.185299 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.02.26 17:14:16.185351 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.185419 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:16.185450 [ 277 ] {9ddf090f-15d1-497e-b277-58b8c7237c7d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:16.185460 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part 2026.02.26 17:14:16.185510 [ 277 ] {9ddf090f-15d1-497e-b277-58b8c7237c7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:16.185533 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.02.26 17:14:16.185590 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.02.26 17:14:16.185637 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.02.26 17:14:16.185681 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.02.26 17:14:16.185727 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.02.26 17:14:16.186331 [ 277 ] {9ddf090f-15d1-497e-b277-58b8c7237c7d} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.186372 [ 277 ] {9ddf090f-15d1-497e-b277-58b8c7237c7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:16.186474 [ 187 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.001216443 sec., 15619.309741599072 rows/sec., 1.03 MiB/sec. 2026.02.26 17:14:16.186673 [ 202 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.02.26 17:14:16.186939 [ 277 ] {9ddf090f-15d1-497e-b277-58b8c7237c7d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.26 17:14:16.187023 [ 202 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:14:16.187149 [ 202 ] {7c8d72c9-0a66-4218-97bd-3b88efe43c4c::all_1_19_4} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.02.26 17:14:16.187207 [ 277 ] {9ddf090f-15d1-497e-b277-58b8c7237c7d} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:16.187250 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.26 17:14:16.187322 [ 116 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.26 17:14:16.187349 [ 277 ] {9ddf090f-15d1-497e-b277-58b8c7237c7d} executeQuery: Read 31 rows, 56.88 KiB in 0.001917 sec., 16171.100678142931 rows/sec., 28.98 MiB/sec. 2026.02.26 17:14:16.187357 [ 116 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.187378 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:16.187402 [ 277 ] {9ddf090f-15d1-497e-b277-58b8c7237c7d} TCPHandler: Processed in 0.002101438 sec. 2026.02.26 17:14:16.187442 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:14:16.187545 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:16.187616 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:16.187645 [ 277 ] {71287392-64ca-4ff1-b204-764735d89533} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:16.187666 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 680 rows starting from the beginning of the part 2026.02.26 17:14:16.187690 [ 277 ] {71287392-64ca-4ff1-b204-764735d89533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:16.187779 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part 2026.02.26 17:14:16.187881 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:14:16.187972 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part 2026.02.26 17:14:16.188024 [ 277 ] {71287392-64ca-4ff1-b204-764735d89533} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:16.188064 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:14:16.188065 [ 277 ] {71287392-64ca-4ff1-b204-764735d89533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:16.188168 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part 2026.02.26 17:14:16.188411 [ 277 ] {71287392-64ca-4ff1-b204-764735d89533} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.26 17:14:16.188667 [ 277 ] {71287392-64ca-4ff1-b204-764735d89533} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:16.188791 [ 277 ] {71287392-64ca-4ff1-b204-764735d89533} executeQuery: Read 90 rows, 5.77 KiB in 0.001164 sec., 77319.58762886598 rows/sec., 4.84 MiB/sec. 2026.02.26 17:14:16.188826 [ 277 ] {71287392-64ca-4ff1-b204-764735d89533} TCPHandler: Processed in 0.001331027 sec. 2026.02.26 17:14:16.234782 [ 195 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 19 columns (19 merged, 0 gathered) in 0.047361842 sec., 16743.436625627863 rows/sec., 30.00 MiB/sec. 2026.02.26 17:14:16.235965 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.26 17:14:16.236316 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:16.236397 [ 191 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_41_8} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.26 17:14:16.236522 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB. 2026.02.26 17:14:17.001176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 276.00 MiB, peak 283.58 MiB, free memory in arenas 0.00 B, will set to 277.38 MiB (RSS), difference: 1.38 MiB 2026.02.26 17:14:18.954227 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 956 2026.02.26 17:14:18.956625 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:18.956678 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.02.26 17:14:18.957960 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:14:18.958259 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:14:18.958638 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 956 2026.02.26 17:14:21.193545 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:21.193772 [ 277 ] {0a1d4640-4083-418b-9f9b-b912e27b56d8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:14:21.193845 [ 277 ] {0a1d4640-4083-418b-9f9b-b912e27b56d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:14:21.194453 [ 277 ] {0a1d4640-4083-418b-9f9b-b912e27b56d8} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.194499 [ 277 ] {0a1d4640-4083-418b-9f9b-b912e27b56d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.194889 [ 277 ] {0a1d4640-4083-418b-9f9b-b912e27b56d8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.26 17:14:21.195109 [ 277 ] {0a1d4640-4083-418b-9f9b-b912e27b56d8} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:14:21.195254 [ 277 ] {0a1d4640-4083-418b-9f9b-b912e27b56d8} executeQuery: Read 4 rows, 334.00 B in 0.001539 sec., 2599.090318388564 rows/sec., 211.94 KiB/sec. 2026.02.26 17:14:21.195295 [ 277 ] {0a1d4640-4083-418b-9f9b-b912e27b56d8} TCPHandler: Processed in 0.001885873 sec. 2026.02.26 17:14:21.195408 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:21.195505 [ 277 ] {d30f10c7-e7bf-4a37-8452-44511c25bc17} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:21.195543 [ 277 ] {d30f10c7-e7bf-4a37-8452-44511c25bc17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:21.196363 [ 277 ] {d30f10c7-e7bf-4a37-8452-44511c25bc17} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.196399 [ 277 ] {d30f10c7-e7bf-4a37-8452-44511c25bc17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.196787 [ 277 ] {d30f10c7-e7bf-4a37-8452-44511c25bc17} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.26 17:14:21.197003 [ 277 ] {d30f10c7-e7bf-4a37-8452-44511c25bc17} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:21.197128 [ 277 ] {d30f10c7-e7bf-4a37-8452-44511c25bc17} executeQuery: Read 1218 rows, 103.12 KiB in 0.001642 sec., 741778.3191230207 rows/sec., 61.33 MiB/sec. 2026.02.26 17:14:21.197165 [ 277 ] {d30f10c7-e7bf-4a37-8452-44511c25bc17} TCPHandler: Processed in 0.001807451 sec. 2026.02.26 17:14:21.197277 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:21.197373 [ 277 ] {9c818589-2c73-453f-b138-1b6f556c0212} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:21.197413 [ 277 ] {9c818589-2c73-453f-b138-1b6f556c0212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:21.197801 [ 277 ] {9c818589-2c73-453f-b138-1b6f556c0212} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.197837 [ 277 ] {9c818589-2c73-453f-b138-1b6f556c0212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.198144 [ 277 ] {9c818589-2c73-453f-b138-1b6f556c0212} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.26 17:14:21.198354 [ 277 ] {9c818589-2c73-453f-b138-1b6f556c0212} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:21.198481 [ 277 ] {9c818589-2c73-453f-b138-1b6f556c0212} executeQuery: Read 14 rows, 1.03 KiB in 0.001126 sec., 12433.392539964476 rows/sec., 915.85 KiB/sec. 2026.02.26 17:14:21.198518 [ 277 ] {9c818589-2c73-453f-b138-1b6f556c0212} TCPHandler: Processed in 0.001290526 sec. 2026.02.26 17:14:21.198625 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:21.198721 [ 277 ] {ef4205f4-7c2d-47cb-a0b0-8bc39651e30e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:14:21.198760 [ 277 ] {ef4205f4-7c2d-47cb-a0b0-8bc39651e30e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:14:21.199202 [ 277 ] {ef4205f4-7c2d-47cb-a0b0-8bc39651e30e} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.199237 [ 277 ] {ef4205f4-7c2d-47cb-a0b0-8bc39651e30e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.199549 [ 277 ] {ef4205f4-7c2d-47cb-a0b0-8bc39651e30e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:14:21.199767 [ 277 ] {ef4205f4-7c2d-47cb-a0b0-8bc39651e30e} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:21.199891 [ 277 ] {ef4205f4-7c2d-47cb-a0b0-8bc39651e30e} executeQuery: Read 228 rows, 15.81 KiB in 0.001188 sec., 191919.19191919192 rows/sec., 13.00 MiB/sec. 2026.02.26 17:14:21.199929 [ 277 ] {ef4205f4-7c2d-47cb-a0b0-8bc39651e30e} TCPHandler: Processed in 0.001353917 sec. 2026.02.26 17:14:21.200033 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:21.200135 [ 277 ] {8b2b2a32-9e8e-4084-8cd0-77c70a26ef46} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:21.200176 [ 277 ] {8b2b2a32-9e8e-4084-8cd0-77c70a26ef46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:21.200730 [ 277 ] {8b2b2a32-9e8e-4084-8cd0-77c70a26ef46} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.200766 [ 277 ] {8b2b2a32-9e8e-4084-8cd0-77c70a26ef46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.201097 [ 277 ] {8b2b2a32-9e8e-4084-8cd0-77c70a26ef46} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.26 17:14:21.201316 [ 277 ] {8b2b2a32-9e8e-4084-8cd0-77c70a26ef46} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:21.201445 [ 277 ] {8b2b2a32-9e8e-4084-8cd0-77c70a26ef46} executeQuery: Read 534 rows, 40.53 KiB in 0.001329 sec., 401805.8690744921 rows/sec., 29.78 MiB/sec. 2026.02.26 17:14:21.201483 [ 277 ] {8b2b2a32-9e8e-4084-8cd0-77c70a26ef46} TCPHandler: Processed in 0.001499751 sec. 2026.02.26 17:14:21.201593 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:21.201693 [ 277 ] {1c0d5445-9e93-4332-abd2-153a00a13cb1} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:21.201735 [ 277 ] {1c0d5445-9e93-4332-abd2-153a00a13cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:21.202255 [ 277 ] {1c0d5445-9e93-4332-abd2-153a00a13cb1} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.202291 [ 277 ] {1c0d5445-9e93-4332-abd2-153a00a13cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.202664 [ 277 ] {1c0d5445-9e93-4332-abd2-153a00a13cb1} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.26 17:14:21.202870 [ 277 ] {1c0d5445-9e93-4332-abd2-153a00a13cb1} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:21.202996 [ 277 ] {1c0d5445-9e93-4332-abd2-153a00a13cb1} executeQuery: Read 846 rows, 58.31 KiB in 0.001322 sec., 639939.4856278365 rows/sec., 43.07 MiB/sec. 2026.02.26 17:14:21.203032 [ 277 ] {1c0d5445-9e93-4332-abd2-153a00a13cb1} TCPHandler: Processed in 0.001487101 sec. 2026.02.26 17:14:21.203144 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:21.203237 [ 277 ] {bebc545c-e7ba-48bf-8e63-12b46ff8ee2b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:21.203291 [ 277 ] {bebc545c-e7ba-48bf-8e63-12b46ff8ee2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:21.204018 [ 277 ] {bebc545c-e7ba-48bf-8e63-12b46ff8ee2b} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.204053 [ 277 ] {bebc545c-e7ba-48bf-8e63-12b46ff8ee2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.204548 [ 277 ] {bebc545c-e7ba-48bf-8e63-12b46ff8ee2b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.26 17:14:21.204783 [ 277 ] {bebc545c-e7ba-48bf-8e63-12b46ff8ee2b} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:21.204919 [ 277 ] {bebc545c-e7ba-48bf-8e63-12b46ff8ee2b} executeQuery: Read 10 rows, 18.35 KiB in 0.0017 sec., 5882.352941176471 rows/sec., 10.54 MiB/sec. 2026.02.26 17:14:21.204972 [ 277 ] {bebc545c-e7ba-48bf-8e63-12b46ff8ee2b} TCPHandler: Processed in 0.001876022 sec. 2026.02.26 17:14:21.205088 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:21.205183 [ 277 ] {112472ba-8a02-458c-a0fd-c74a9bbf4057} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:21.205223 [ 277 ] {112472ba-8a02-458c-a0fd-c74a9bbf4057} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:21.205554 [ 277 ] {112472ba-8a02-458c-a0fd-c74a9bbf4057} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.205590 [ 277 ] {112472ba-8a02-458c-a0fd-c74a9bbf4057} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.205898 [ 277 ] {112472ba-8a02-458c-a0fd-c74a9bbf4057} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.26 17:14:21.206099 [ 277 ] {112472ba-8a02-458c-a0fd-c74a9bbf4057} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:21.206224 [ 277 ] {112472ba-8a02-458c-a0fd-c74a9bbf4057} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.02.26 17:14:21.206259 [ 277 ] {112472ba-8a02-458c-a0fd-c74a9bbf4057} TCPHandler: Processed in 0.001219174 sec. 2026.02.26 17:14:21.269351 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14892 2026.02.26 17:14:21.269850 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.269889 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.270359 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.26 17:14:21.270589 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:21.270716 [ 145 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.26 17:14:21.270730 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14892 2026.02.26 17:14:21.270760 [ 145 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:21.270783 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:21.270922 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:21.271148 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:21.271211 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12460 rows starting from the beginning of the part 2026.02.26 17:14:21.271312 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:21.271385 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:21.271451 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:21.271518 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:21.271582 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:21.273494 [ 194 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14892 rows, containing 4 columns (4 merged, 0 gathered) in 0.002637733 sec., 5645757.171025271 rows/sec., 80.76 MiB/sec. 2026.02.26 17:14:21.273756 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.26 17:14:21.274005 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_31_6} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:21.274080 [ 187 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_31_6} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.26 17:14:21.274163 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.02.26 17:14:22.027206 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.02.26 17:14:22.044317 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:22.044366 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:22.050093 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.26 17:14:22.050794 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:22.051102 [ 145 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.26 17:14:22.051193 [ 145 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:22.051230 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:22.051401 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:22.053586 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.02.26 17:14:22.055027 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:22.056405 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:22.061056 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:22.065514 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:22.070151 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:22.074757 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:22.078920 [ 195 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:22.136600 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.085275252 sec., 2744.055215456883 rows/sec., 14.19 MiB/sec. 2026.02.26 17:14:22.139275 [ 193 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.26 17:14:22.141329 [ 193 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_31_6} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:22.141445 [ 193 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_31_6} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.26 17:14:22.143532 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.26 17:14:23.000267 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 278.53 MiB, peak 289.07 MiB, free memory in arenas 0.00 B, will set to 282.70 MiB (RSS), difference: 4.17 MiB 2026.02.26 17:14:23.817836 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56414 2026.02.26 17:14:23.817957 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.817987 [ 287 ] {} TCP-Session: 16883b20-cc80-4331-9a71-9385839bcfa1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56414 2026.02.26 17:14:23.818013 [ 287 ] {} TCP-Session: 16883b20-cc80-4331-9a71-9385839bcfa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.818027 [ 287 ] {} TCP-Session: 16883b20-cc80-4331-9a71-9385839bcfa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.818289 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55351 2026.02.26 17:14:23.818363 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53770 2026.02.26 17:14:23.818389 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63647 2026.02.26 17:14:23.818427 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43047 2026.02.26 17:14:23.818450 [ 287 ] {} TCP-Session: 16883b20-cc80-4331-9a71-9385839bcfa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:23.818439 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37783 2026.02.26 17:14:23.818566 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.818589 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55523 2026.02.26 17:14:23.818597 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37228 2026.02.26 17:14:23.818607 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43220 2026.02.26 17:14:23.818613 [ 289 ] {} TCP-Session: e0f32c9f-2262-457a-aa35-9e988bfa9d01 Authenticating user 'default' from [fd00:1122:3344:101::e]:55351 2026.02.26 17:14:23.818677 [ 287 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} executeQuery: (from [fd00:1122:3344:101::e]:56414) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:14:23.818711 [ 289 ] {} TCP-Session: e0f32c9f-2262-457a-aa35-9e988bfa9d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.818745 [ 289 ] {} TCP-Session: e0f32c9f-2262-457a-aa35-9e988bfa9d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.819072 [ 287 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:14:23.819157 [ 287 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:14:23.819177 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.819228 [ 293 ] {} TCP-Session: 739fd6ac-9476-4346-9282-bb277012dc3e Authenticating user 'default' from [fd00:1122:3344:101::e]:43047 2026.02.26 17:14:23.819257 [ 293 ] {} TCP-Session: 739fd6ac-9476-4346-9282-bb277012dc3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.819278 [ 293 ] {} TCP-Session: 739fd6ac-9476-4346-9282-bb277012dc3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.819310 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.819353 [ 275 ] {} TCP-Session: 80792a97-c98b-4957-ab85-5007bf59944e Authenticating user 'default' from [fd00:1122:3344:101::e]:37228 2026.02.26 17:14:23.819381 [ 275 ] {} TCP-Session: 80792a97-c98b-4957-ab85-5007bf59944e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.819398 [ 275 ] {} TCP-Session: 80792a97-c98b-4957-ab85-5007bf59944e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.819454 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.819493 [ 286 ] {} TCP-Session: 737660da-6cdb-427c-9326-b447bd6744b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43220 2026.02.26 17:14:23.819514 [ 286 ] {} TCP-Session: 737660da-6cdb-427c-9326-b447bd6744b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.819532 [ 286 ] {} TCP-Session: 737660da-6cdb-427c-9326-b447bd6744b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.819592 [ 287 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:14:23.819870 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.819932 [ 292 ] {} TCP-Session: 7ff33cf1-1607-418e-8747-1a27661ab753 Authenticating user 'default' from [fd00:1122:3344:101::e]:37783 2026.02.26 17:14:23.819963 [ 292 ] {} TCP-Session: 7ff33cf1-1607-418e-8747-1a27661ab753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.819978 [ 292 ] {} TCP-Session: 7ff33cf1-1607-418e-8747-1a27661ab753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.820017 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.820062 [ 290 ] {} TCP-Session: 5e9203f3-fd28-4d86-bc2f-d658f1299238 Authenticating user 'default' from [fd00:1122:3344:101::e]:53770 2026.02.26 17:14:23.820081 [ 290 ] {} TCP-Session: 5e9203f3-fd28-4d86-bc2f-d658f1299238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.820097 [ 290 ] {} TCP-Session: 5e9203f3-fd28-4d86-bc2f-d658f1299238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.820517 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.820568 [ 291 ] {} TCP-Session: de460f6e-f6c0-4f5a-adf9-fde01de25e2b Authenticating user 'default' from [fd00:1122:3344:101::e]:63647 2026.02.26 17:14:23.820595 [ 291 ] {} TCP-Session: de460f6e-f6c0-4f5a-adf9-fde01de25e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.820618 [ 291 ] {} TCP-Session: de460f6e-f6c0-4f5a-adf9-fde01de25e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.820639 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:23.820679 [ 294 ] {} TCP-Session: 85571743-529b-4b08-a4b6-f232b75333d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55523 2026.02.26 17:14:23.820701 [ 294 ] {} TCP-Session: 85571743-529b-4b08-a4b6-f232b75333d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.820716 [ 294 ] {} TCP-Session: 85571743-529b-4b08-a4b6-f232b75333d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.821261 [ 298 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} AggregatingTransform: Aggregating 2026.02.26 17:14:23.821315 [ 298 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} Aggregator: Aggregation method: without_key 2026.02.26 17:14:23.821356 [ 298 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001621655 sec. (616.654 rows/sec., 24.09 KiB/sec.) 2026.02.26 17:14:23.821375 [ 298 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} Aggregator: Merging aggregated data 2026.02.26 17:14:23.822932 [ 287 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} executeQuery: Read 1 rows, 40.00 B in 0.004328 sec., 231.0536044362292 rows/sec., 9.03 KiB/sec. 2026.02.26 17:14:23.823111 [ 287 ] {43de5710-1bc6-4683-b3b7-472d8f0dc7c3} TCPHandler: Processed in 0.004783182 sec. 2026.02.26 17:14:23.823231 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823268 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823284 [ 287 ] {} TCP-Session: 16883b20-cc80-4331-9a71-9385839bcfa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.823311 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823319 [ 294 ] {} TCP-Session: 85571743-529b-4b08-a4b6-f232b75333d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.823334 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823359 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823400 [ 286 ] {} TCP-Session: 737660da-6cdb-427c-9326-b447bd6744b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.823408 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823442 [ 292 ] {} TCP-Session: 7ff33cf1-1607-418e-8747-1a27661ab753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.823388 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823473 [ 293 ] {} TCP-Session: 739fd6ac-9476-4346-9282-bb277012dc3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.823513 [ 290 ] {} TCP-Session: 5e9203f3-fd28-4d86-bc2f-d658f1299238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.823388 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823355 [ 275 ] {} TCP-Session: 80792a97-c98b-4957-ab85-5007bf59944e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.823580 [ 291 ] {} TCP-Session: de460f6e-f6c0-4f5a-adf9-fde01de25e2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:23.823288 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:23.823686 [ 289 ] {} TCP-Session: e0f32c9f-2262-457a-aa35-9e988bfa9d01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.273373 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63117 2026.02.26 17:14:24.273484 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.273511 [ 292 ] {} TCP-Session: accdcfa2-6001-408b-982d-061d3d96c745 Authenticating user 'default' from [fd00:1122:3344:101::e]:63117 2026.02.26 17:14:24.273534 [ 292 ] {} TCP-Session: accdcfa2-6001-408b-982d-061d3d96c745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.273546 [ 292 ] {} TCP-Session: accdcfa2-6001-408b-982d-061d3d96c745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.273723 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52370 2026.02.26 17:14:24.273753 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53590 2026.02.26 17:14:24.273790 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40139 2026.02.26 17:14:24.273810 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55470 2026.02.26 17:14:24.273817 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59245 2026.02.26 17:14:24.273856 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50555 2026.02.26 17:14:24.273873 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.273846 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50854 2026.02.26 17:14:24.273918 [ 275 ] {} TCP-Session: 8bd53198-9e72-4e82-b2c8-dcd9dfc4a2fd Authenticating user 'default' from [fd00:1122:3344:101::e]:40139 2026.02.26 17:14:24.273926 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.273935 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.273925 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.273976 [ 287 ] {} TCP-Session: 5e9cd170-1973-4b83-9b8a-6ed4eab1e3ba Authenticating user 'default' from [fd00:1122:3344:101::e]:59245 2026.02.26 17:14:24.273980 [ 291 ] {} TCP-Session: 19e992d7-ab2d-4599-9170-660113bb38ae Authenticating user 'default' from [fd00:1122:3344:101::e]:50555 2026.02.26 17:14:24.273998 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.274014 [ 275 ] {} TCP-Session: 8bd53198-9e72-4e82-b2c8-dcd9dfc4a2fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274031 [ 286 ] {} TCP-Session: c253a28e-4b3c-4209-8057-37257726d21f Authenticating user 'default' from [fd00:1122:3344:101::e]:55470 2026.02.26 17:14:24.274042 [ 290 ] {} TCP-Session: 96d9f145-1dfe-4868-a1a2-01f0c8098b91 Authenticating user 'default' from [fd00:1122:3344:101::e]:50854 2026.02.26 17:14:24.274046 [ 275 ] {} TCP-Session: 8bd53198-9e72-4e82-b2c8-dcd9dfc4a2fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274065 [ 286 ] {} TCP-Session: c253a28e-4b3c-4209-8057-37257726d21f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274075 [ 290 ] {} TCP-Session: 96d9f145-1dfe-4868-a1a2-01f0c8098b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274097 [ 286 ] {} TCP-Session: c253a28e-4b3c-4209-8057-37257726d21f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274132 [ 290 ] {} TCP-Session: 96d9f145-1dfe-4868-a1a2-01f0c8098b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274020 [ 291 ] {} TCP-Session: 19e992d7-ab2d-4599-9170-660113bb38ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.273913 [ 292 ] {} TCP-Session: accdcfa2-6001-408b-982d-061d3d96c745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:24.274186 [ 291 ] {} TCP-Session: 19e992d7-ab2d-4599-9170-660113bb38ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.273839 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.273824 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51126 2026.02.26 17:14:24.274263 [ 293 ] {} TCP-Session: ad30f21e-c631-4068-866f-c9ebb65a39e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:52370 2026.02.26 17:14:24.274021 [ 287 ] {} TCP-Session: 5e9cd170-1973-4b83-9b8a-6ed4eab1e3ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274289 [ 293 ] {} TCP-Session: ad30f21e-c631-4068-866f-c9ebb65a39e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274302 [ 287 ] {} TCP-Session: 5e9cd170-1973-4b83-9b8a-6ed4eab1e3ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274314 [ 293 ] {} TCP-Session: ad30f21e-c631-4068-866f-c9ebb65a39e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274322 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.273873 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.274354 [ 289 ] {} TCP-Session: 5baeb3d2-78f7-45cc-b62a-4ca007a239d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:51126 2026.02.26 17:14:24.274383 [ 294 ] {} TCP-Session: 6383caca-cb28-4d69-934a-ef09bc27cdad Authenticating user 'default' from [fd00:1122:3344:101::e]:53590 2026.02.26 17:14:24.274388 [ 289 ] {} TCP-Session: 5baeb3d2-78f7-45cc-b62a-4ca007a239d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274410 [ 294 ] {} TCP-Session: 6383caca-cb28-4d69-934a-ef09bc27cdad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274422 [ 289 ] {} TCP-Session: 5baeb3d2-78f7-45cc-b62a-4ca007a239d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274436 [ 294 ] {} TCP-Session: 6383caca-cb28-4d69-934a-ef09bc27cdad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.274386 [ 292 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} executeQuery: (from [fd00:1122:3344:101::e]:63117) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:14:24.274791 [ 292 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:14:24.274850 [ 292 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:14:24.275189 [ 292 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:14:24.276384 [ 297 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} AggregatingTransform: Aggregating 2026.02.26 17:14:24.276434 [ 297 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} Aggregator: Aggregation method: without_key 2026.02.26 17:14:24.276472 [ 297 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001176423 sec. (850.034 rows/sec., 33.20 KiB/sec.) 2026.02.26 17:14:24.276491 [ 297 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} Aggregator: Merging aggregated data 2026.02.26 17:14:24.277824 [ 292 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} executeQuery: Read 1 rows, 40.00 B in 0.003506 sec., 285.2253280091272 rows/sec., 11.14 KiB/sec. 2026.02.26 17:14:24.278036 [ 292 ] {e5a0ab22-bfa0-462b-acbc-b93599ae3fc7} TCPHandler: Processed in 0.004282559 sec. 2026.02.26 17:14:24.278174 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278205 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278220 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278237 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278254 [ 286 ] {} TCP-Session: c253a28e-4b3c-4209-8057-37257726d21f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.278270 [ 289 ] {} TCP-Session: 5baeb3d2-78f7-45cc-b62a-4ca007a239d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.278279 [ 293 ] {} TCP-Session: ad30f21e-c631-4068-866f-c9ebb65a39e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.278290 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278322 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278340 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278360 [ 275 ] {} TCP-Session: 8bd53198-9e72-4e82-b2c8-dcd9dfc4a2fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.278368 [ 287 ] {} TCP-Session: 5e9cd170-1973-4b83-9b8a-6ed4eab1e3ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.278396 [ 294 ] {} TCP-Session: 6383caca-cb28-4d69-934a-ef09bc27cdad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.278272 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278254 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.278465 [ 291 ] {} TCP-Session: 19e992d7-ab2d-4599-9170-660113bb38ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.278217 [ 292 ] {} TCP-Session: accdcfa2-6001-408b-982d-061d3d96c745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.278490 [ 290 ] {} TCP-Session: 96d9f145-1dfe-4868-a1a2-01f0c8098b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.548934 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41531 2026.02.26 17:14:24.549060 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549089 [ 292 ] {} TCP-Session: e5c6e337-8e4b-48b3-a179-a5e3b0985031 Authenticating user 'default' from [fd00:1122:3344:101::e]:41531 2026.02.26 17:14:24.549112 [ 292 ] {} TCP-Session: e5c6e337-8e4b-48b3-a179-a5e3b0985031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549126 [ 292 ] {} TCP-Session: e5c6e337-8e4b-48b3-a179-a5e3b0985031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549293 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54666 2026.02.26 17:14:24.549329 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40032 2026.02.26 17:14:24.549342 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46908 2026.02.26 17:14:24.549377 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40542 2026.02.26 17:14:24.549406 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63460 2026.02.26 17:14:24.549416 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55473 2026.02.26 17:14:24.549451 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549451 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549429 [ 292 ] {} TCP-Session: e5c6e337-8e4b-48b3-a179-a5e3b0985031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:24.549495 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549511 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549488 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549546 [ 291 ] {} TCP-Session: e12e9833-572c-40c3-9497-b6c7016acda9 Authenticating user 'default' from [fd00:1122:3344:101::e]:55473 2026.02.26 17:14:24.549571 [ 290 ] {} TCP-Session: 8580a5e8-5361-4319-bf06-7fd78938a0cb Authenticating user 'default' from [fd00:1122:3344:101::e]:63460 2026.02.26 17:14:24.549586 [ 291 ] {} TCP-Session: e12e9833-572c-40c3-9497-b6c7016acda9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549604 [ 290 ] {} TCP-Session: 8580a5e8-5361-4319-bf06-7fd78938a0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549612 [ 291 ] {} TCP-Session: e12e9833-572c-40c3-9497-b6c7016acda9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549627 [ 290 ] {} TCP-Session: 8580a5e8-5361-4319-bf06-7fd78938a0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549486 [ 275 ] {} TCP-Session: 00269eeb-5fbc-4a88-a80a-a387414d6c7a Authenticating user 'default' from [fd00:1122:3344:101::e]:46908 2026.02.26 17:14:24.549402 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549674 [ 275 ] {} TCP-Session: 00269eeb-5fbc-4a88-a80a-a387414d6c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549667 [ 292 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} executeQuery: (from [fd00:1122:3344:101::e]:41531) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.26 17:14:24.549707 [ 275 ] {} TCP-Session: 00269eeb-5fbc-4a88-a80a-a387414d6c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549705 [ 293 ] {} TCP-Session: 0460c825-a232-4c4c-b1e4-2a62829ceb70 Authenticating user 'default' from [fd00:1122:3344:101::e]:54666 2026.02.26 17:14:24.549384 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34888 2026.02.26 17:14:24.549775 [ 293 ] {} TCP-Session: 0460c825-a232-4c4c-b1e4-2a62829ceb70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549374 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46605 2026.02.26 17:14:24.549792 [ 293 ] {} TCP-Session: 0460c825-a232-4c4c-b1e4-2a62829ceb70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549825 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549539 [ 287 ] {} TCP-Session: 35e776e7-57a8-42be-80ab-c90619b15cae Authenticating user 'default' from [fd00:1122:3344:101::e]:40542 2026.02.26 17:14:24.549851 [ 289 ] {} TCP-Session: 227c2b78-a896-4d87-b960-df175a206031 Authenticating user 'default' from [fd00:1122:3344:101::e]:34888 2026.02.26 17:14:24.549862 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.26 17:14:24.549871 [ 287 ] {} TCP-Session: 35e776e7-57a8-42be-80ab-c90619b15cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549881 [ 289 ] {} TCP-Session: 227c2b78-a896-4d87-b960-df175a206031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549899 [ 287 ] {} TCP-Session: 35e776e7-57a8-42be-80ab-c90619b15cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549896 [ 286 ] {} TCP-Session: 6cfc4a3f-8643-4f07-9a76-adf29001a284 Authenticating user 'default' from [fd00:1122:3344:101::e]:46605 2026.02.26 17:14:24.549913 [ 289 ] {} TCP-Session: 227c2b78-a896-4d87-b960-df175a206031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549938 [ 286 ] {} TCP-Session: 6cfc4a3f-8643-4f07-9a76-adf29001a284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549494 [ 294 ] {} TCP-Session: ab607899-b9da-4b20-a85d-7be74d4f757a Authenticating user 'default' from [fd00:1122:3344:101::e]:40032 2026.02.26 17:14:24.549963 [ 286 ] {} TCP-Session: 6cfc4a3f-8643-4f07-9a76-adf29001a284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549988 [ 294 ] {} TCP-Session: ab607899-b9da-4b20-a85d-7be74d4f757a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.549988 [ 292 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.26 17:14:24.550008 [ 294 ] {} TCP-Session: ab607899-b9da-4b20-a85d-7be74d4f757a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.550068 [ 292 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.26 17:14:24.550383 [ 292 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} oximeter.version (ddc8e893-468b-43f7-935f-34791385b260) (SelectExecutor): Key condition: unknown 2026.02.26 17:14:24.551355 [ 303 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} AggregatingTransform: Aggregating 2026.02.26 17:14:24.551403 [ 303 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} Aggregator: Aggregation method: without_key 2026.02.26 17:14:24.551439 [ 303 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000947246 sec. (1055.692 rows/sec., 41.24 KiB/sec.) 2026.02.26 17:14:24.551460 [ 303 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} Aggregator: Merging aggregated data 2026.02.26 17:14:24.552685 [ 292 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} executeQuery: Read 1 rows, 40.00 B in 0.003081 sec., 324.5699448231094 rows/sec., 12.68 KiB/sec. 2026.02.26 17:14:24.552811 [ 292 ] {3b746ef4-8f3f-43be-a429-93f7aac0c46c} TCPHandler: Processed in 0.003504627 sec. 2026.02.26 17:14:24.552962 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.552990 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.553007 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.553032 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.553045 [ 291 ] {} TCP-Session: e12e9833-572c-40c3-9497-b6c7016acda9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.553059 [ 286 ] {} TCP-Session: 6cfc4a3f-8643-4f07-9a76-adf29001a284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.553090 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.553108 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.553142 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.553148 [ 275 ] {} TCP-Session: 00269eeb-5fbc-4a88-a80a-a387414d6c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.553170 [ 287 ] {} TCP-Session: 35e776e7-57a8-42be-80ab-c90619b15cae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.553189 [ 289 ] {} TCP-Session: 227c2b78-a896-4d87-b960-df175a206031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.553094 [ 293 ] {} TCP-Session: 0460c825-a232-4c4c-b1e4-2a62829ceb70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.553067 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.553065 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.26 17:14:24.553282 [ 290 ] {} TCP-Session: 8580a5e8-5361-4319-bf06-7fd78938a0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.553012 [ 292 ] {} TCP-Session: e5c6e337-8e4b-48b3-a179-a5e3b0985031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:24.553302 [ 294 ] {} TCP-Session: ab607899-b9da-4b20-a85d-7be74d4f757a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.26 17:14:26.171932 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.172106 [ 277 ] {386236e0-2484-48b1-93a4-b2ad4032738b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:14:26.172170 [ 277 ] {386236e0-2484-48b1-93a4-b2ad4032738b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:14:26.172912 [ 277 ] {386236e0-2484-48b1-93a4-b2ad4032738b} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.172960 [ 277 ] {386236e0-2484-48b1-93a4-b2ad4032738b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.173379 [ 277 ] {386236e0-2484-48b1-93a4-b2ad4032738b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:14:26.173611 [ 277 ] {386236e0-2484-48b1-93a4-b2ad4032738b} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:14:26.173770 [ 277 ] {386236e0-2484-48b1-93a4-b2ad4032738b} executeQuery: Read 284 rows, 18.47 KiB in 0.00171 sec., 166081.87134502924 rows/sec., 10.55 MiB/sec. 2026.02.26 17:14:26.173822 [ 277 ] {386236e0-2484-48b1-93a4-b2ad4032738b} TCPHandler: Processed in 0.002009756 sec. 2026.02.26 17:14:26.173949 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.174051 [ 277 ] {d4f0640c-65e0-48cc-a6cd-f660868820d0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:26.174094 [ 277 ] {d4f0640c-65e0-48cc-a6cd-f660868820d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:26.174906 [ 277 ] {d4f0640c-65e0-48cc-a6cd-f660868820d0} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.174944 [ 277 ] {d4f0640c-65e0-48cc-a6cd-f660868820d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.175336 [ 277 ] {d4f0640c-65e0-48cc-a6cd-f660868820d0} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.26 17:14:26.175563 [ 277 ] {d4f0640c-65e0-48cc-a6cd-f660868820d0} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:26.175704 [ 277 ] {d4f0640c-65e0-48cc-a6cd-f660868820d0} executeQuery: Read 859 rows, 70.06 KiB in 0.001675 sec., 512835.82089552237 rows/sec., 40.85 MiB/sec. 2026.02.26 17:14:26.175743 [ 277 ] {d4f0640c-65e0-48cc-a6cd-f660868820d0} TCPHandler: Processed in 0.001845651 sec. 2026.02.26 17:14:26.175874 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.175970 [ 277 ] {8b9e8412-d19a-4bf5-abc0-de97731341be} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:26.176011 [ 277 ] {8b9e8412-d19a-4bf5-abc0-de97731341be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:26.176458 [ 277 ] {8b9e8412-d19a-4bf5-abc0-de97731341be} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.176495 [ 277 ] {8b9e8412-d19a-4bf5-abc0-de97731341be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.176814 [ 277 ] {8b9e8412-d19a-4bf5-abc0-de97731341be} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.26 17:14:26.177023 [ 277 ] {8b9e8412-d19a-4bf5-abc0-de97731341be} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:26.177151 [ 277 ] {8b9e8412-d19a-4bf5-abc0-de97731341be} executeQuery: Read 173 rows, 10.87 KiB in 0.001201 sec., 144046.62781015818 rows/sec., 8.84 MiB/sec. 2026.02.26 17:14:26.177190 [ 277 ] {8b9e8412-d19a-4bf5-abc0-de97731341be} TCPHandler: Processed in 0.001365198 sec. 2026.02.26 17:14:26.177303 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.177398 [ 277 ] {2b3ed4bd-1581-46c4-9282-c09e6ba121de} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:14:26.177437 [ 277 ] {2b3ed4bd-1581-46c4-9282-c09e6ba121de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:14:26.177869 [ 277 ] {2b3ed4bd-1581-46c4-9282-c09e6ba121de} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.177906 [ 277 ] {2b3ed4bd-1581-46c4-9282-c09e6ba121de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.178219 [ 277 ] {2b3ed4bd-1581-46c4-9282-c09e6ba121de} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:14:26.178437 [ 277 ] {2b3ed4bd-1581-46c4-9282-c09e6ba121de} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:26.178561 [ 277 ] {2b3ed4bd-1581-46c4-9282-c09e6ba121de} executeQuery: Read 149 rows, 9.86 KiB in 0.001182 sec., 126057.5296108291 rows/sec., 8.14 MiB/sec. 2026.02.26 17:14:26.178599 [ 277 ] {2b3ed4bd-1581-46c4-9282-c09e6ba121de} TCPHandler: Processed in 0.001344787 sec. 2026.02.26 17:14:26.178710 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.178804 [ 277 ] {16c2d454-3bc8-4e66-8b5a-a3dcc568bed9} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:14:26.178845 [ 277 ] {16c2d454-3bc8-4e66-8b5a-a3dcc568bed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:14:26.179268 [ 277 ] {16c2d454-3bc8-4e66-8b5a-a3dcc568bed9} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.179304 [ 277 ] {16c2d454-3bc8-4e66-8b5a-a3dcc568bed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.179615 [ 277 ] {16c2d454-3bc8-4e66-8b5a-a3dcc568bed9} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:14:26.179834 [ 277 ] {16c2d454-3bc8-4e66-8b5a-a3dcc568bed9} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:14:26.179959 [ 277 ] {16c2d454-3bc8-4e66-8b5a-a3dcc568bed9} executeQuery: Read 148 rows, 8.62 KiB in 0.001173 sec., 126172.20801364024 rows/sec., 7.18 MiB/sec. 2026.02.26 17:14:26.179997 [ 277 ] {16c2d454-3bc8-4e66-8b5a-a3dcc568bed9} TCPHandler: Processed in 0.001336197 sec. 2026.02.26 17:14:26.180114 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.180207 [ 277 ] {111c6f4c-d84f-44f6-8e85-55204bf36825} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:26.180246 [ 277 ] {111c6f4c-d84f-44f6-8e85-55204bf36825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:26.180883 [ 277 ] {111c6f4c-d84f-44f6-8e85-55204bf36825} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.180925 [ 277 ] {111c6f4c-d84f-44f6-8e85-55204bf36825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.181312 [ 277 ] {111c6f4c-d84f-44f6-8e85-55204bf36825} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.26 17:14:26.181542 [ 277 ] {111c6f4c-d84f-44f6-8e85-55204bf36825} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:26.181677 [ 277 ] {111c6f4c-d84f-44f6-8e85-55204bf36825} executeQuery: Read 521 rows, 37.66 KiB in 0.001487 sec., 350369.8722259583 rows/sec., 24.73 MiB/sec. 2026.02.26 17:14:26.181716 [ 277 ] {111c6f4c-d84f-44f6-8e85-55204bf36825} TCPHandler: Processed in 0.001651286 sec. 2026.02.26 17:14:26.181830 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.181927 [ 277 ] {04887f6f-f5ff-48bc-8f78-2c853bb7ae5d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:14:26.181969 [ 277 ] {04887f6f-f5ff-48bc-8f78-2c853bb7ae5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:14:26.182306 [ 277 ] {04887f6f-f5ff-48bc-8f78-2c853bb7ae5d} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.182343 [ 277 ] {04887f6f-f5ff-48bc-8f78-2c853bb7ae5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.182647 [ 277 ] {04887f6f-f5ff-48bc-8f78-2c853bb7ae5d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:14:26.182875 [ 277 ] {04887f6f-f5ff-48bc-8f78-2c853bb7ae5d} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:14:26.183008 [ 277 ] {04887f6f-f5ff-48bc-8f78-2c853bb7ae5d} executeQuery: Read 6 rows, 321.00 B in 0.001099 sec., 5459.50864422202 rows/sec., 285.24 KiB/sec. 2026.02.26 17:14:26.183045 [ 277 ] {04887f6f-f5ff-48bc-8f78-2c853bb7ae5d} TCPHandler: Processed in 0.001263665 sec. 2026.02.26 17:14:26.183157 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.183252 [ 277 ] {1ccf7dca-87d3-4a12-9eae-7e04adca60d2} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:26.183293 [ 277 ] {1ccf7dca-87d3-4a12-9eae-7e04adca60d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:26.183725 [ 277 ] {1ccf7dca-87d3-4a12-9eae-7e04adca60d2} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.183761 [ 277 ] {1ccf7dca-87d3-4a12-9eae-7e04adca60d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.184118 [ 277 ] {1ccf7dca-87d3-4a12-9eae-7e04adca60d2} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.26 17:14:26.184339 [ 277 ] {1ccf7dca-87d3-4a12-9eae-7e04adca60d2} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:26.184472 [ 277 ] {1ccf7dca-87d3-4a12-9eae-7e04adca60d2} executeQuery: Read 265 rows, 18.03 KiB in 0.001239 sec., 213882.1630347054 rows/sec., 14.21 MiB/sec. 2026.02.26 17:14:26.184509 [ 277 ] {1ccf7dca-87d3-4a12-9eae-7e04adca60d2} TCPHandler: Processed in 0.001400829 sec. 2026.02.26 17:14:26.184622 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.184722 [ 277 ] {5a451c2c-e670-4501-9a02-33f7b128beae} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:14:26.184764 [ 277 ] {5a451c2c-e670-4501-9a02-33f7b128beae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:14:26.185090 [ 277 ] {5a451c2c-e670-4501-9a02-33f7b128beae} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.185126 [ 277 ] {5a451c2c-e670-4501-9a02-33f7b128beae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.185463 [ 277 ] {5a451c2c-e670-4501-9a02-33f7b128beae} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.26 17:14:26.185691 [ 277 ] {5a451c2c-e670-4501-9a02-33f7b128beae} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:14:26.185819 [ 277 ] {5a451c2c-e670-4501-9a02-33f7b128beae} executeQuery: Read 1 rows, 69.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 60.43 KiB/sec. 2026.02.26 17:14:26.185856 [ 277 ] {5a451c2c-e670-4501-9a02-33f7b128beae} TCPHandler: Processed in 0.001283176 sec. 2026.02.26 17:14:26.185968 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.186062 [ 277 ] {e1a4291b-ad93-445d-aa35-74a8051c79b3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:26.186114 [ 277 ] {e1a4291b-ad93-445d-aa35-74a8051c79b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:26.186942 [ 277 ] {e1a4291b-ad93-445d-aa35-74a8051c79b3} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.186979 [ 277 ] {e1a4291b-ad93-445d-aa35-74a8051c79b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.187542 [ 277 ] {e1a4291b-ad93-445d-aa35-74a8051c79b3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.26 17:14:26.187780 [ 277 ] {e1a4291b-ad93-445d-aa35-74a8051c79b3} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:26.187916 [ 277 ] {e1a4291b-ad93-445d-aa35-74a8051c79b3} executeQuery: Read 31 rows, 56.88 KiB in 0.001871 sec., 16568.679850347406 rows/sec., 29.69 MiB/sec. 2026.02.26 17:14:26.187976 [ 277 ] {e1a4291b-ad93-445d-aa35-74a8051c79b3} TCPHandler: Processed in 0.002056777 sec. 2026.02.26 17:14:26.188090 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:26.188186 [ 277 ] {b834ec02-a4c7-4efe-baed-4c54b2cce75e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:26.188226 [ 277 ] {b834ec02-a4c7-4efe-baed-4c54b2cce75e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:26.188577 [ 277 ] {b834ec02-a4c7-4efe-baed-4c54b2cce75e} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:26.188614 [ 277 ] {b834ec02-a4c7-4efe-baed-4c54b2cce75e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:26.188938 [ 277 ] {b834ec02-a4c7-4efe-baed-4c54b2cce75e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.26 17:14:26.189162 [ 277 ] {b834ec02-a4c7-4efe-baed-4c54b2cce75e} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:26.189292 [ 277 ] {b834ec02-a4c7-4efe-baed-4c54b2cce75e} executeQuery: Read 90 rows, 5.77 KiB in 0.001125 sec., 80000 rows/sec., 5.01 MiB/sec. 2026.02.26 17:14:26.189328 [ 277 ] {b834ec02-a4c7-4efe-baed-4c54b2cce75e} TCPHandler: Processed in 0.001286556 sec. 2026.02.26 17:14:28.592616 [ 134 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:14:28.592679 [ 134 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:14:28.770871 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15340 2026.02.26 17:14:28.771396 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:28.771440 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:28.771932 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.26 17:14:28.772179 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:28.772319 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15340 2026.02.26 17:14:28.958873 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1000 2026.02.26 17:14:28.961438 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:28.961485 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:28.962797 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:14:28.963068 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:14:28.963329 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1000 2026.02.26 17:14:29.001160 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000807592 sec. 2026.02.26 17:14:29.553709 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.02.26 17:14:29.569177 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:29.569231 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:29.575615 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.26 17:14:29.576320 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:29.579003 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.02.26 17:14:31.162816 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:31.162986 [ 277 ] {c5144c85-94a4-4a4f-901b-d0aa005c9f72} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:31.163047 [ 277 ] {c5144c85-94a4-4a4f-901b-d0aa005c9f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:31.163672 [ 277 ] {c5144c85-94a4-4a4f-901b-d0aa005c9f72} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.163721 [ 277 ] {c5144c85-94a4-4a4f-901b-d0aa005c9f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:31.164099 [ 277 ] {c5144c85-94a4-4a4f-901b-d0aa005c9f72} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.26 17:14:31.164320 [ 277 ] {c5144c85-94a4-4a4f-901b-d0aa005c9f72} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:31.164447 [ 132 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.26 17:14:31.164467 [ 277 ] {c5144c85-94a4-4a4f-901b-d0aa005c9f72} executeQuery: Read 76 rows, 6.41 KiB in 0.001526 sec., 49803.40760157274 rows/sec., 4.10 MiB/sec. 2026.02.26 17:14:31.164490 [ 132 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.164513 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.02.26 17:14:31.164516 [ 277 ] {c5144c85-94a4-4a4f-901b-d0aa005c9f72} TCPHandler: Processed in 0.001827371 sec. 2026.02.26 17:14:31.164644 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:31.164681 [ 197 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:14:31.164757 [ 277 ] {746e4f69-3749-401b-9c41-e5a53529c1c3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:31.164806 [ 277 ] {746e4f69-3749-401b-9c41-e5a53529c1c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:31.164890 [ 197 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:31.164950 [ 197 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2149 rows starting from the beginning of the part 2026.02.26 17:14:31.165055 [ 197 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 76 rows starting from the beginning of the part 2026.02.26 17:14:31.165132 [ 197 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 859 rows starting from the beginning of the part 2026.02.26 17:14:31.165202 [ 197 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1218 rows starting from the beginning of the part 2026.02.26 17:14:31.165217 [ 277 ] {746e4f69-3749-401b-9c41-e5a53529c1c3} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.165259 [ 277 ] {746e4f69-3749-401b-9c41-e5a53529c1c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:31.165278 [ 197 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 859 rows starting from the beginning of the part 2026.02.26 17:14:31.165353 [ 197 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 76 rows starting from the beginning of the part 2026.02.26 17:14:31.165581 [ 277 ] {746e4f69-3749-401b-9c41-e5a53529c1c3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.26 17:14:31.165822 [ 277 ] {746e4f69-3749-401b-9c41-e5a53529c1c3} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:31.165953 [ 277 ] {746e4f69-3749-401b-9c41-e5a53529c1c3} executeQuery: Read 10 rows, 770.00 B in 0.001219 sec., 8203.445447087777 rows/sec., 616.86 KiB/sec. 2026.02.26 17:14:31.165991 [ 277 ] {746e4f69-3749-401b-9c41-e5a53529c1c3} TCPHandler: Processed in 0.001397179 sec. 2026.02.26 17:14:31.166106 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:31.166204 [ 277 ] {4d47bb17-0e04-4cd3-85a8-a15ee039285f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:31.166244 [ 277 ] {4d47bb17-0e04-4cd3-85a8-a15ee039285f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:31.166646 [ 277 ] {4d47bb17-0e04-4cd3-85a8-a15ee039285f} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.166680 [ 277 ] {4d47bb17-0e04-4cd3-85a8-a15ee039285f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:31.166995 [ 277 ] {4d47bb17-0e04-4cd3-85a8-a15ee039285f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.26 17:14:31.167199 [ 277 ] {4d47bb17-0e04-4cd3-85a8-a15ee039285f} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:31.167289 [ 132 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.26 17:14:31.167316 [ 132 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.167321 [ 277 ] {4d47bb17-0e04-4cd3-85a8-a15ee039285f} executeQuery: Read 74 rows, 5.92 KiB in 0.001137 sec., 65083.553210202284 rows/sec., 5.08 MiB/sec. 2026.02.26 17:14:31.167332 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:31.167359 [ 277 ] {4d47bb17-0e04-4cd3-85a8-a15ee039285f} TCPHandler: Processed in 0.001301066 sec. 2026.02.26 17:14:31.167388 [ 192 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5237 rows, containing 5 columns (5 merged, 0 gathered) in 0.002796517 sec., 1872686.6312631033 rows/sec., 159.71 MiB/sec. 2026.02.26 17:14:31.167411 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:14:31.167473 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:31.167525 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:31.167563 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1061 rows starting from the beginning of the part 2026.02.26 17:14:31.167572 [ 277 ] {e4b95235-f466-4da6-a431-db3d944ad6cf} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:31.167620 [ 277 ] {e4b95235-f466-4da6-a431-db3d944ad6cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:31.167626 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 74 rows starting from the beginning of the part 2026.02.26 17:14:31.167684 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 521 rows starting from the beginning of the part 2026.02.26 17:14:31.167730 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 534 rows starting from the beginning of the part 2026.02.26 17:14:31.167775 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 521 rows starting from the beginning of the part 2026.02.26 17:14:31.167821 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part 2026.02.26 17:14:31.167820 [ 198 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.26 17:14:31.168028 [ 277 ] {e4b95235-f466-4da6-a431-db3d944ad6cf} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.168069 [ 277 ] {e4b95235-f466-4da6-a431-db3d944ad6cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:31.168259 [ 198 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:31.168366 [ 198 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_46_9} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.26 17:14:31.168438 [ 277 ] {e4b95235-f466-4da6-a431-db3d944ad6cf} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.26 17:14:31.168470 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.02.26 17:14:31.168667 [ 277 ] {e4b95235-f466-4da6-a431-db3d944ad6cf} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:31.168779 [ 132 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.26 17:14:31.168803 [ 132 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.168808 [ 277 ] {e4b95235-f466-4da6-a431-db3d944ad6cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2026.02.26 17:14:31.168818 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:31.168845 [ 277 ] {e4b95235-f466-4da6-a431-db3d944ad6cf} TCPHandler: Processed in 0.00142069 sec. 2026.02.26 17:14:31.168895 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:14:31.168953 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:31.168993 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:31.169023 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13780 rows starting from the beginning of the part 2026.02.26 17:14:31.169048 [ 277 ] {8be1f26b-cb6e-498a-bb29-f67b36e2a706} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:31.169063 [ 198 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2785 rows, containing 5 columns (5 merged, 0 gathered) in 0.001693317 sec., 1644700.9036110782 rows/sec., 125.52 MiB/sec. 2026.02.26 17:14:31.169080 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:14:31.169103 [ 277 ] {8be1f26b-cb6e-498a-bb29-f67b36e2a706} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:31.169132 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 265 rows starting from the beginning of the part 2026.02.26 17:14:31.169174 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 846 rows starting from the beginning of the part 2026.02.26 17:14:31.169214 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 265 rows starting from the beginning of the part 2026.02.26 17:14:31.169235 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.26 17:14:31.169254 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.02.26 17:14:31.169519 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:31.169596 [ 189 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_46_9} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.26 17:14:31.169670 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.02.26 17:14:31.169845 [ 277 ] {8be1f26b-cb6e-498a-bb29-f67b36e2a706} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.169883 [ 277 ] {8be1f26b-cb6e-498a-bb29-f67b36e2a706} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:31.170438 [ 277 ] {8be1f26b-cb6e-498a-bb29-f67b36e2a706} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.26 17:14:31.170676 [ 277 ] {8be1f26b-cb6e-498a-bb29-f67b36e2a706} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:31.170830 [ 277 ] {8be1f26b-cb6e-498a-bb29-f67b36e2a706} executeQuery: Read 10 rows, 18.35 KiB in 0.001799 sec., 5558.643690939411 rows/sec., 9.96 MiB/sec. 2026.02.26 17:14:31.170900 [ 277 ] {8be1f26b-cb6e-498a-bb29-f67b36e2a706} TCPHandler: Processed in 0.001993896 sec. 2026.02.26 17:14:31.171024 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:31.171142 [ 277 ] {048df740-b394-4125-85fe-5fd540288c28} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:31.171192 [ 277 ] {048df740-b394-4125-85fe-5fd540288c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:31.171609 [ 277 ] {048df740-b394-4125-85fe-5fd540288c28} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.171642 [ 277 ] {048df740-b394-4125-85fe-5fd540288c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:31.171962 [ 277 ] {048df740-b394-4125-85fe-5fd540288c28} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.26 17:14:31.172245 [ 277 ] {048df740-b394-4125-85fe-5fd540288c28} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:31.172345 [ 132 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.26 17:14:31.172373 [ 132 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:31.172375 [ 277 ] {048df740-b394-4125-85fe-5fd540288c28} executeQuery: Read 60 rows, 4.14 KiB in 0.001258 sec., 47694.753577106516 rows/sec., 3.21 MiB/sec. 2026.02.26 17:14:31.172389 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:31.172415 [ 277 ] {048df740-b394-4125-85fe-5fd540288c28} TCPHandler: Processed in 0.001451481 sec. 2026.02.26 17:14:31.172477 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:31.172593 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:31.172625 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2820 rows starting from the beginning of the part 2026.02.26 17:14:31.172686 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:31.172728 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part 2026.02.26 17:14:31.172765 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:31.172801 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part 2026.02.26 17:14:31.172834 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:31.174079 [ 189 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001641046 sec., 1937788.4593119267 rows/sec., 125.21 MiB/sec. 2026.02.26 17:14:31.174165 [ 196 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 15476 rows, containing 5 columns (5 merged, 0 gathered) in 0.005308567 sec., 2915287.684981653 rows/sec., 197.26 MiB/sec. 2026.02.26 17:14:31.174406 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.26 17:14:31.174609 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.26 17:14:31.174682 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_46_9} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:31.174763 [ 190 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_46_9} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.26 17:14:31.174826 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.02.26 17:14:31.174945 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:31.175030 [ 188 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_46_9} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.26 17:14:31.175110 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. 2026.02.26 17:14:32.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 285.24 MiB, peak 294.41 MiB, free memory in arenas 0.00 B, will set to 286.70 MiB (RSS), difference: 1.46 MiB 2026.02.26 17:14:36.171776 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.171970 [ 277 ] {d8f8baa4-fccd-4bea-821c-ead13d50623a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:14:36.172034 [ 277 ] {d8f8baa4-fccd-4bea-821c-ead13d50623a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:14:36.172784 [ 277 ] {d8f8baa4-fccd-4bea-821c-ead13d50623a} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.172833 [ 277 ] {d8f8baa4-fccd-4bea-821c-ead13d50623a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.173251 [ 277 ] {d8f8baa4-fccd-4bea-821c-ead13d50623a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:14:36.173493 [ 277 ] {d8f8baa4-fccd-4bea-821c-ead13d50623a} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:14:36.173650 [ 277 ] {d8f8baa4-fccd-4bea-821c-ead13d50623a} executeQuery: Read 284 rows, 18.47 KiB in 0.001724 sec., 164733.17865429234 rows/sec., 10.46 MiB/sec. 2026.02.26 17:14:36.173701 [ 277 ] {d8f8baa4-fccd-4bea-821c-ead13d50623a} TCPHandler: Processed in 0.002051167 sec. 2026.02.26 17:14:36.173835 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.173940 [ 277 ] {09486265-b5e6-4892-85ac-4d6f3c1888b0} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:14:36.173983 [ 277 ] {09486265-b5e6-4892-85ac-4d6f3c1888b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:14:36.174426 [ 277 ] {09486265-b5e6-4892-85ac-4d6f3c1888b0} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.174464 [ 277 ] {09486265-b5e6-4892-85ac-4d6f3c1888b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.174755 [ 277 ] {09486265-b5e6-4892-85ac-4d6f3c1888b0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.26 17:14:36.174958 [ 277 ] {09486265-b5e6-4892-85ac-4d6f3c1888b0} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:14:36.175089 [ 277 ] {09486265-b5e6-4892-85ac-4d6f3c1888b0} executeQuery: Read 4 rows, 334.00 B in 0.001173 sec., 3410.059676044331 rows/sec., 278.07 KiB/sec. 2026.02.26 17:14:36.175128 [ 277 ] {09486265-b5e6-4892-85ac-4d6f3c1888b0} TCPHandler: Processed in 0.001343807 sec. 2026.02.26 17:14:36.175239 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.175334 [ 277 ] {be28c50e-57ae-4560-a905-5212de20d024} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:36.175373 [ 277 ] {be28c50e-57ae-4560-a905-5212de20d024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:36.176052 [ 277 ] {be28c50e-57ae-4560-a905-5212de20d024} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.176088 [ 277 ] {be28c50e-57ae-4560-a905-5212de20d024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.176457 [ 277 ] {be28c50e-57ae-4560-a905-5212de20d024} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.26 17:14:36.176667 [ 277 ] {be28c50e-57ae-4560-a905-5212de20d024} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:36.176797 [ 277 ] {be28c50e-57ae-4560-a905-5212de20d024} executeQuery: Read 861 rows, 70.21 KiB in 0.001482 sec., 580971.6599190283 rows/sec., 46.27 MiB/sec. 2026.02.26 17:14:36.176834 [ 277 ] {be28c50e-57ae-4560-a905-5212de20d024} TCPHandler: Processed in 0.001645286 sec. 2026.02.26 17:14:36.176963 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.177059 [ 277 ] {05f0ab83-4bdd-4f3c-ba8c-d302d246586e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:36.177098 [ 277 ] {05f0ab83-4bdd-4f3c-ba8c-d302d246586e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:36.177539 [ 277 ] {05f0ab83-4bdd-4f3c-ba8c-d302d246586e} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.177575 [ 277 ] {05f0ab83-4bdd-4f3c-ba8c-d302d246586e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.177893 [ 277 ] {05f0ab83-4bdd-4f3c-ba8c-d302d246586e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.26 17:14:36.178115 [ 277 ] {05f0ab83-4bdd-4f3c-ba8c-d302d246586e} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:36.178246 [ 277 ] {05f0ab83-4bdd-4f3c-ba8c-d302d246586e} executeQuery: Read 177 rows, 11.15 KiB in 0.001206 sec., 146766.16915422885 rows/sec., 9.03 MiB/sec. 2026.02.26 17:14:36.178285 [ 277 ] {05f0ab83-4bdd-4f3c-ba8c-d302d246586e} TCPHandler: Processed in 0.001370448 sec. 2026.02.26 17:14:36.178397 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.178492 [ 277 ] {8e2f8b0c-6226-46af-a41e-3bad037bbc07} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:14:36.178532 [ 277 ] {8e2f8b0c-6226-46af-a41e-3bad037bbc07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:14:36.178958 [ 277 ] {8e2f8b0c-6226-46af-a41e-3bad037bbc07} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.178993 [ 277 ] {8e2f8b0c-6226-46af-a41e-3bad037bbc07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.179299 [ 277 ] {8e2f8b0c-6226-46af-a41e-3bad037bbc07} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:14:36.179517 [ 277 ] {8e2f8b0c-6226-46af-a41e-3bad037bbc07} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:36.179644 [ 277 ] {8e2f8b0c-6226-46af-a41e-3bad037bbc07} executeQuery: Read 149 rows, 9.86 KiB in 0.001169 sec., 127459.36698032508 rows/sec., 8.23 MiB/sec. 2026.02.26 17:14:36.179683 [ 277 ] {8e2f8b0c-6226-46af-a41e-3bad037bbc07} TCPHandler: Processed in 0.001333797 sec. 2026.02.26 17:14:36.179797 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.179891 [ 277 ] {4256e3c8-51a2-4d57-ac04-ee1b48105180} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:14:36.179930 [ 277 ] {4256e3c8-51a2-4d57-ac04-ee1b48105180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:14:36.180356 [ 277 ] {4256e3c8-51a2-4d57-ac04-ee1b48105180} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.180392 [ 277 ] {4256e3c8-51a2-4d57-ac04-ee1b48105180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.180689 [ 277 ] {4256e3c8-51a2-4d57-ac04-ee1b48105180} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:14:36.180915 [ 277 ] {4256e3c8-51a2-4d57-ac04-ee1b48105180} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:14:36.181046 [ 277 ] {4256e3c8-51a2-4d57-ac04-ee1b48105180} executeQuery: Read 148 rows, 8.62 KiB in 0.001173 sec., 126172.20801364024 rows/sec., 7.18 MiB/sec. 2026.02.26 17:14:36.181083 [ 277 ] {4256e3c8-51a2-4d57-ac04-ee1b48105180} TCPHandler: Processed in 0.001335397 sec. 2026.02.26 17:14:36.181194 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.181288 [ 277 ] {06273923-5fe4-491e-ad31-276aea7c2202} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:36.181328 [ 277 ] {06273923-5fe4-491e-ad31-276aea7c2202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:36.181882 [ 277 ] {06273923-5fe4-491e-ad31-276aea7c2202} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.181919 [ 277 ] {06273923-5fe4-491e-ad31-276aea7c2202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.182246 [ 277 ] {06273923-5fe4-491e-ad31-276aea7c2202} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.26 17:14:36.182470 [ 277 ] {06273923-5fe4-491e-ad31-276aea7c2202} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:36.182596 [ 277 ] {06273923-5fe4-491e-ad31-276aea7c2202} executeQuery: Read 525 rows, 37.99 KiB in 0.001326 sec., 395927.6018099548 rows/sec., 27.98 MiB/sec. 2026.02.26 17:14:36.182635 [ 277 ] {06273923-5fe4-491e-ad31-276aea7c2202} TCPHandler: Processed in 0.001488611 sec. 2026.02.26 17:14:36.182748 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.182843 [ 277 ] {1a1ca5bd-5b97-401e-9981-1a8bced372cd} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:14:36.182883 [ 277 ] {1a1ca5bd-5b97-401e-9981-1a8bced372cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:14:36.183210 [ 277 ] {1a1ca5bd-5b97-401e-9981-1a8bced372cd} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.183246 [ 277 ] {1a1ca5bd-5b97-401e-9981-1a8bced372cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.183548 [ 277 ] {1a1ca5bd-5b97-401e-9981-1a8bced372cd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:14:36.183766 [ 277 ] {1a1ca5bd-5b97-401e-9981-1a8bced372cd} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:14:36.183875 [ 121 ] {} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.26 17:14:36.183894 [ 277 ] {1a1ca5bd-5b97-401e-9981-1a8bced372cd} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2026.02.26 17:14:36.183933 [ 121 ] {} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.183943 [ 277 ] {1a1ca5bd-5b97-401e-9981-1a8bced372cd} TCPHandler: Processed in 0.001248225 sec. 2026.02.26 17:14:36.183962 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.184062 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.184084 [ 189 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::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.26 17:14:36.184164 [ 277 ] {5910d4b5-bdba-4684-8f4c-d4769f06c382} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:36.184208 [ 277 ] {5910d4b5-bdba-4684-8f4c-d4769f06c382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:36.184221 [ 189 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:36.184264 [ 189 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part 2026.02.26 17:14:36.184330 [ 189 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.02.26 17:14:36.184376 [ 189 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.02.26 17:14:36.184420 [ 189 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.02.26 17:14:36.184457 [ 189 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.02.26 17:14:36.184498 [ 189 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.02.26 17:14:36.184609 [ 277 ] {5910d4b5-bdba-4684-8f4c-d4769f06c382} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.184651 [ 277 ] {5910d4b5-bdba-4684-8f4c-d4769f06c382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.185010 [ 277 ] {5910d4b5-bdba-4684-8f4c-d4769f06c382} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.26 17:14:36.185241 [ 277 ] {5910d4b5-bdba-4684-8f4c-d4769f06c382} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:36.185258 [ 190 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.001215134 sec., 103692.26768405788 rows/sec., 5.29 MiB/sec. 2026.02.26 17:14:36.185371 [ 277 ] {5910d4b5-bdba-4684-8f4c-d4769f06c382} executeQuery: Read 267 rows, 18.17 KiB in 0.001226 sec., 217781.40293637844 rows/sec., 14.48 MiB/sec. 2026.02.26 17:14:36.185414 [ 277 ] {5910d4b5-bdba-4684-8f4c-d4769f06c382} TCPHandler: Processed in 0.001400149 sec. 2026.02.26 17:14:36.185430 [ 196 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.26 17:14:36.185527 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.185622 [ 277 ] {34924a02-6f48-4368-a949-2eeb9f23eb6b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:14:36.185661 [ 277 ] {34924a02-6f48-4368-a949-2eeb9f23eb6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:14:36.185703 [ 196 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:14:36.185770 [ 196 ] {21f1aa07-f004-4e15-83ba-9eb749bc75da::all_1_21_4} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.26 17:14:36.185850 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.26 17:14:36.185988 [ 277 ] {34924a02-6f48-4368-a949-2eeb9f23eb6b} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.186023 [ 277 ] {34924a02-6f48-4368-a949-2eeb9f23eb6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.186313 [ 277 ] {34924a02-6f48-4368-a949-2eeb9f23eb6b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.26 17:14:36.186533 [ 277 ] {34924a02-6f48-4368-a949-2eeb9f23eb6b} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:14:36.186657 [ 277 ] {34924a02-6f48-4368-a949-2eeb9f23eb6b} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2026.02.26 17:14:36.186692 [ 277 ] {34924a02-6f48-4368-a949-2eeb9f23eb6b} TCPHandler: Processed in 0.001213584 sec. 2026.02.26 17:14:36.186803 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.186897 [ 277 ] {ba068d19-1795-4946-8a6e-6934ae538e7b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:36.186949 [ 277 ] {ba068d19-1795-4946-8a6e-6934ae538e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:36.187731 [ 277 ] {ba068d19-1795-4946-8a6e-6934ae538e7b} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.187768 [ 277 ] {ba068d19-1795-4946-8a6e-6934ae538e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.188295 [ 277 ] {ba068d19-1795-4946-8a6e-6934ae538e7b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.26 17:14:36.188519 [ 277 ] {ba068d19-1795-4946-8a6e-6934ae538e7b} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:36.188657 [ 277 ] {ba068d19-1795-4946-8a6e-6934ae538e7b} executeQuery: Read 31 rows, 56.88 KiB in 0.001778 sec., 17435.320584926885 rows/sec., 31.24 MiB/sec. 2026.02.26 17:14:36.188727 [ 277 ] {ba068d19-1795-4946-8a6e-6934ae538e7b} TCPHandler: Processed in 0.001972655 sec. 2026.02.26 17:14:36.188897 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:36.188993 [ 277 ] {0e0c894f-58fc-495c-9454-f6f65557ef2e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:36.189032 [ 277 ] {0e0c894f-58fc-495c-9454-f6f65557ef2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:36.189368 [ 277 ] {0e0c894f-58fc-495c-9454-f6f65557ef2e} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.189404 [ 277 ] {0e0c894f-58fc-495c-9454-f6f65557ef2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.189703 [ 277 ] {0e0c894f-58fc-495c-9454-f6f65557ef2e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.26 17:14:36.189929 [ 277 ] {0e0c894f-58fc-495c-9454-f6f65557ef2e} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:36.190052 [ 277 ] {0e0c894f-58fc-495c-9454-f6f65557ef2e} executeQuery: Read 90 rows, 5.77 KiB in 0.001076 sec., 83643.12267657994 rows/sec., 5.23 MiB/sec. 2026.02.26 17:14:36.190134 [ 277 ] {0e0c894f-58fc-495c-9454-f6f65557ef2e} TCPHandler: Processed in 0.001284636 sec. 2026.02.26 17:14:36.272430 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15852 2026.02.26 17:14:36.273007 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:36.273047 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:36.273532 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.26 17:14:36.273775 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:36.273892 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15852 2026.02.26 17:14:37.079079 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.02.26 17:14:37.095140 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:37.095196 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:37.101337 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.26 17:14:37.102031 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:37.104829 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.02.26 17:14:38.963598 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1036 2026.02.26 17:14:38.965987 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:38.966033 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:38.967238 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:14:38.967520 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:14:38.967773 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1036 2026.02.26 17:14:41.163155 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:41.163342 [ 277 ] {6ce0b82e-e039-46ed-a458-3f4bc0167d27} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:41.163403 [ 277 ] {6ce0b82e-e039-46ed-a458-3f4bc0167d27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:41.164037 [ 277 ] {6ce0b82e-e039-46ed-a458-3f4bc0167d27} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:41.164079 [ 277 ] {6ce0b82e-e039-46ed-a458-3f4bc0167d27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:41.164471 [ 277 ] {6ce0b82e-e039-46ed-a458-3f4bc0167d27} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.26 17:14:41.164723 [ 277 ] {6ce0b82e-e039-46ed-a458-3f4bc0167d27} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:41.164878 [ 277 ] {6ce0b82e-e039-46ed-a458-3f4bc0167d27} executeQuery: Read 76 rows, 6.41 KiB in 0.001581 sec., 48070.841239721696 rows/sec., 3.96 MiB/sec. 2026.02.26 17:14:41.164922 [ 277 ] {6ce0b82e-e039-46ed-a458-3f4bc0167d27} TCPHandler: Processed in 0.001883782 sec. 2026.02.26 17:14:41.165043 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:41.165140 [ 277 ] {a8a6cef1-ae3b-4247-99ff-294324c0e253} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:41.165180 [ 277 ] {a8a6cef1-ae3b-4247-99ff-294324c0e253} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:41.165573 [ 277 ] {a8a6cef1-ae3b-4247-99ff-294324c0e253} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:41.165608 [ 277 ] {a8a6cef1-ae3b-4247-99ff-294324c0e253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:41.165918 [ 277 ] {a8a6cef1-ae3b-4247-99ff-294324c0e253} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.26 17:14:41.166127 [ 277 ] {a8a6cef1-ae3b-4247-99ff-294324c0e253} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:41.166234 [ 115 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.26 17:14:41.166257 [ 277 ] {a8a6cef1-ae3b-4247-99ff-294324c0e253} executeQuery: Read 10 rows, 770.00 B in 0.001137 sec., 8795.074758135444 rows/sec., 661.35 KiB/sec. 2026.02.26 17:14:41.166302 [ 115 ] {} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:41.166312 [ 277 ] {a8a6cef1-ae3b-4247-99ff-294324c0e253} TCPHandler: Processed in 0.001316826 sec. 2026.02.26 17:14:41.166332 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:41.166445 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:41.166470 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:14:41.166544 [ 277 ] {19da6b6f-afe9-4cd7-9280-c5ce710246de} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:41.166587 [ 277 ] {19da6b6f-afe9-4cd7-9280-c5ce710246de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:41.166617 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:41.166655 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 215 rows starting from the beginning of the part 2026.02.26 17:14:41.166728 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part 2026.02.26 17:14:41.166772 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 173 rows starting from the beginning of the part 2026.02.26 17:14:41.166811 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:14:41.166846 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 177 rows starting from the beginning of the part 2026.02.26 17:14:41.166884 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::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.26 17:14:41.167014 [ 277 ] {19da6b6f-afe9-4cd7-9280-c5ce710246de} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:41.167055 [ 277 ] {19da6b6f-afe9-4cd7-9280-c5ce710246de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:41.167424 [ 277 ] {19da6b6f-afe9-4cd7-9280-c5ce710246de} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.26 17:14:41.167661 [ 277 ] {19da6b6f-afe9-4cd7-9280-c5ce710246de} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:41.167757 [ 199 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 599 rows, containing 5 columns (5 merged, 0 gathered) in 0.001348917 sec., 444059.9384543304 rows/sec., 29.60 MiB/sec. 2026.02.26 17:14:41.167792 [ 277 ] {19da6b6f-afe9-4cd7-9280-c5ce710246de} executeQuery: Read 74 rows, 5.92 KiB in 0.001267 sec., 58405.68271507498 rows/sec., 4.56 MiB/sec. 2026.02.26 17:14:41.167834 [ 277 ] {19da6b6f-afe9-4cd7-9280-c5ce710246de} TCPHandler: Processed in 0.00143691 sec. 2026.02.26 17:14:41.167914 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.26 17:14:41.167948 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:41.168049 [ 277 ] {a7d92532-e8bf-4f46-92c9-3e3eccb5646f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:41.168093 [ 277 ] {a7d92532-e8bf-4f46-92c9-3e3eccb5646f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:41.168174 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:41.168248 [ 190 ] {a9b08864-6198-487b-a40a-cc840a77a310::all_1_46_9} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.26 17:14:41.168320 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.26 17:14:41.168499 [ 277 ] {a7d92532-e8bf-4f46-92c9-3e3eccb5646f} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:41.168539 [ 277 ] {a7d92532-e8bf-4f46-92c9-3e3eccb5646f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:41.168886 [ 277 ] {a7d92532-e8bf-4f46-92c9-3e3eccb5646f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.26 17:14:41.169108 [ 277 ] {a7d92532-e8bf-4f46-92c9-3e3eccb5646f} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:41.169237 [ 277 ] {a7d92532-e8bf-4f46-92c9-3e3eccb5646f} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.02.26 17:14:41.169273 [ 277 ] {a7d92532-e8bf-4f46-92c9-3e3eccb5646f} TCPHandler: Processed in 0.001373747 sec. 2026.02.26 17:14:41.169381 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:41.169475 [ 277 ] {0723f497-893d-448c-997c-83cebeab376d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:41.169528 [ 277 ] {0723f497-893d-448c-997c-83cebeab376d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:41.170276 [ 277 ] {0723f497-893d-448c-997c-83cebeab376d} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:41.170313 [ 277 ] {0723f497-893d-448c-997c-83cebeab376d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:41.170880 [ 277 ] {0723f497-893d-448c-997c-83cebeab376d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.26 17:14:41.171114 [ 277 ] {0723f497-893d-448c-997c-83cebeab376d} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:41.171238 [ 114 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.26 17:14:41.171252 [ 277 ] {0723f497-893d-448c-997c-83cebeab376d} executeQuery: Read 10 rows, 18.35 KiB in 0.001795 sec., 5571.030640668524 rows/sec., 9.98 MiB/sec. 2026.02.26 17:14:41.171286 [ 114 ] {} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:41.171311 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:41.171321 [ 277 ] {0723f497-893d-448c-997c-83cebeab376d} TCPHandler: Processed in 0.001987225 sec. 2026.02.26 17:14:41.171383 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:14:41.171437 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:41.171535 [ 277 ] {463d21a9-2a77-4dac-be00-04e067669e79} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:41.171575 [ 277 ] {463d21a9-2a77-4dac-be00-04e067669e79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:41.171588 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:41.171643 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 793 rows starting from the beginning of the part 2026.02.26 17:14:41.171755 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:14:41.171852 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part 2026.02.26 17:14:41.171910 [ 277 ] {463d21a9-2a77-4dac-be00-04e067669e79} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:41.171940 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:14:41.171950 [ 277 ] {463d21a9-2a77-4dac-be00-04e067669e79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:41.172036 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 31 rows starting from the beginning of the part 2026.02.26 17:14:41.172133 [ 202 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::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.26 17:14:41.172281 [ 277 ] {463d21a9-2a77-4dac-be00-04e067669e79} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.26 17:14:41.172553 [ 277 ] {463d21a9-2a77-4dac-be00-04e067669e79} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:41.172687 [ 277 ] {463d21a9-2a77-4dac-be00-04e067669e79} executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. 2026.02.26 17:14:41.172727 [ 277 ] {463d21a9-2a77-4dac-be00-04e067669e79} TCPHandler: Processed in 0.001338247 sec. 2026.02.26 17:14:41.177048 [ 201 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 885 rows, containing 19 columns (19 merged, 0 gathered) in 0.005688938 sec., 155565.06328597708 rows/sec., 278.77 MiB/sec. 2026.02.26 17:14:41.178620 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.26 17:14:41.179053 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_46_9} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:41.179139 [ 199 ] {2c5ee19b-344d-4898-a034-9749bdd7081c::all_1_46_9} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.26 17:14:41.179278 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.67 MiB. 2026.02.26 17:14:42.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 287.34 MiB, peak 294.98 MiB, free memory in arenas 0.00 B, will set to 289.52 MiB (RSS), difference: 2.18 MiB 2026.02.26 17:14:43.592935 [ 112 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:14:43.593011 [ 112 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:14:43.774936 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16300 2026.02.26 17:14:43.775424 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:43.775468 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:43.775959 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.26 17:14:43.776197 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:43.776360 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16300 2026.02.26 17:14:44.605858 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.02.26 17:14:44.621789 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:44.621840 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:44.627932 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.26 17:14:44.628624 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:44.631365 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.02.26 17:14:46.172323 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.172523 [ 277 ] {a87a652e-e699-4a9b-985c-a22e17a2da2d} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:14:46.172594 [ 277 ] {a87a652e-e699-4a9b-985c-a22e17a2da2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:14:46.173346 [ 277 ] {a87a652e-e699-4a9b-985c-a22e17a2da2d} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.173395 [ 277 ] {a87a652e-e699-4a9b-985c-a22e17a2da2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.173802 [ 277 ] {a87a652e-e699-4a9b-985c-a22e17a2da2d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:14:46.174027 [ 277 ] {a87a652e-e699-4a9b-985c-a22e17a2da2d} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:14:46.174172 [ 277 ] {a87a652e-e699-4a9b-985c-a22e17a2da2d} executeQuery: Read 284 rows, 18.47 KiB in 0.0017 sec., 167058.82352941178 rows/sec., 10.61 MiB/sec. 2026.02.26 17:14:46.174213 [ 277 ] {a87a652e-e699-4a9b-985c-a22e17a2da2d} TCPHandler: Processed in 0.002015555 sec. 2026.02.26 17:14:46.174341 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.174435 [ 277 ] {ba9eab0f-92d7-4d87-9e25-4589b1427fdc} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:46.174474 [ 277 ] {ba9eab0f-92d7-4d87-9e25-4589b1427fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:46.175166 [ 277 ] {ba9eab0f-92d7-4d87-9e25-4589b1427fdc} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.175201 [ 277 ] {ba9eab0f-92d7-4d87-9e25-4589b1427fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.175541 [ 277 ] {ba9eab0f-92d7-4d87-9e25-4589b1427fdc} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.26 17:14:46.175745 [ 277 ] {ba9eab0f-92d7-4d87-9e25-4589b1427fdc} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:46.175867 [ 277 ] {ba9eab0f-92d7-4d87-9e25-4589b1427fdc} executeQuery: Read 859 rows, 70.06 KiB in 0.00145 sec., 592413.7931034483 rows/sec., 47.19 MiB/sec. 2026.02.26 17:14:46.175903 [ 277 ] {ba9eab0f-92d7-4d87-9e25-4589b1427fdc} TCPHandler: Processed in 0.001615125 sec. 2026.02.26 17:14:46.176018 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.176111 [ 277 ] {41818514-f564-410a-ad00-5aeecfa61973} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:46.176151 [ 277 ] {41818514-f564-410a-ad00-5aeecfa61973} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:46.176583 [ 277 ] {41818514-f564-410a-ad00-5aeecfa61973} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.176619 [ 277 ] {41818514-f564-410a-ad00-5aeecfa61973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.176909 [ 277 ] {41818514-f564-410a-ad00-5aeecfa61973} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.26 17:14:46.177109 [ 277 ] {41818514-f564-410a-ad00-5aeecfa61973} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:46.177229 [ 277 ] {41818514-f564-410a-ad00-5aeecfa61973} executeQuery: Read 173 rows, 10.87 KiB in 0.001136 sec., 152288.73239436618 rows/sec., 9.35 MiB/sec. 2026.02.26 17:14:46.177265 [ 277 ] {41818514-f564-410a-ad00-5aeecfa61973} TCPHandler: Processed in 0.001295616 sec. 2026.02.26 17:14:46.177375 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.177469 [ 277 ] {aa157f02-8d1e-4909-b61c-0da4d57ae5f7} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:14:46.177507 [ 277 ] {aa157f02-8d1e-4909-b61c-0da4d57ae5f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:14:46.177940 [ 277 ] {aa157f02-8d1e-4909-b61c-0da4d57ae5f7} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.177975 [ 277 ] {aa157f02-8d1e-4909-b61c-0da4d57ae5f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.178262 [ 277 ] {aa157f02-8d1e-4909-b61c-0da4d57ae5f7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:14:46.178528 [ 277 ] {aa157f02-8d1e-4909-b61c-0da4d57ae5f7} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:46.178667 [ 109 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:14:46.178673 [ 277 ] {aa157f02-8d1e-4909-b61c-0da4d57ae5f7} executeQuery: Read 149 rows, 9.86 KiB in 0.001221 sec., 122031.12203112202 rows/sec., 7.88 MiB/sec. 2026.02.26 17:14:46.178743 [ 109 ] {} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.178771 [ 277 ] {aa157f02-8d1e-4909-b61c-0da4d57ae5f7} TCPHandler: Processed in 0.0014432 sec. 2026.02.26 17:14:46.178774 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.178903 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.178912 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::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.26 17:14:46.179049 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:46.179057 [ 277 ] {6e418c0d-87d0-4c84-b1ab-1a9fcf51ca7b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:14:46.179083 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 401 rows starting from the beginning of the part 2026.02.26 17:14:46.179121 [ 277 ] {6e418c0d-87d0-4c84-b1ab-1a9fcf51ca7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:14:46.179155 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 149 rows starting from the beginning of the part 2026.02.26 17:14:46.179204 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part 2026.02.26 17:14:46.179244 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 149 rows starting from the beginning of the part 2026.02.26 17:14:46.179282 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 149 rows starting from the beginning of the part 2026.02.26 17:14:46.179323 [ 201 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part 2026.02.26 17:14:46.179575 [ 277 ] {6e418c0d-87d0-4c84-b1ab-1a9fcf51ca7b} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.179618 [ 277 ] {6e418c0d-87d0-4c84-b1ab-1a9fcf51ca7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.179961 [ 277 ] {6e418c0d-87d0-4c84-b1ab-1a9fcf51ca7b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.26 17:14:46.180192 [ 277 ] {6e418c0d-87d0-4c84-b1ab-1a9fcf51ca7b} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:14:46.180242 [ 191 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1225 rows, containing 5 columns (5 merged, 0 gathered) in 0.001372398 sec., 892598.2113060497 rows/sec., 62.43 MiB/sec. 2026.02.26 17:14:46.180325 [ 277 ] {6e418c0d-87d0-4c84-b1ab-1a9fcf51ca7b} executeQuery: Read 148 rows, 8.62 KiB in 0.001292 sec., 114551.08359133128 rows/sec., 6.51 MiB/sec. 2026.02.26 17:14:46.180368 [ 277 ] {6e418c0d-87d0-4c84-b1ab-1a9fcf51ca7b} TCPHandler: Processed in 0.001519312 sec. 2026.02.26 17:14:46.180484 [ 187 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:14:46.180486 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.180603 [ 277 ] {fbb0bb13-b1c2-41fa-96e1-c2e8364497b6} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:46.180647 [ 277 ] {fbb0bb13-b1c2-41fa-96e1-c2e8364497b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:46.180811 [ 187 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:46.180905 [ 187 ] {f0f4e2ef-95da-4667-a8c6-7571055cd19f::all_1_26_5} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:14:46.181049 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.26 17:14:46.181218 [ 277 ] {fbb0bb13-b1c2-41fa-96e1-c2e8364497b6} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.181259 [ 277 ] {fbb0bb13-b1c2-41fa-96e1-c2e8364497b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.181648 [ 277 ] {fbb0bb13-b1c2-41fa-96e1-c2e8364497b6} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.26 17:14:46.181886 [ 277 ] {fbb0bb13-b1c2-41fa-96e1-c2e8364497b6} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:46.182026 [ 277 ] {fbb0bb13-b1c2-41fa-96e1-c2e8364497b6} executeQuery: Read 521 rows, 37.66 KiB in 0.001442 sec., 361303.74479889043 rows/sec., 25.51 MiB/sec. 2026.02.26 17:14:46.182065 [ 277 ] {fbb0bb13-b1c2-41fa-96e1-c2e8364497b6} TCPHandler: Processed in 0.001629465 sec. 2026.02.26 17:14:46.182176 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.182271 [ 277 ] {36995bf6-2f35-4f10-8c35-9bd4feba3a4c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:14:46.182313 [ 277 ] {36995bf6-2f35-4f10-8c35-9bd4feba3a4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:14:46.182649 [ 277 ] {36995bf6-2f35-4f10-8c35-9bd4feba3a4c} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.182683 [ 277 ] {36995bf6-2f35-4f10-8c35-9bd4feba3a4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.182997 [ 277 ] {36995bf6-2f35-4f10-8c35-9bd4feba3a4c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:14:46.183216 [ 277 ] {36995bf6-2f35-4f10-8c35-9bd4feba3a4c} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:14:46.183345 [ 277 ] {36995bf6-2f35-4f10-8c35-9bd4feba3a4c} executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. 2026.02.26 17:14:46.183381 [ 277 ] {36995bf6-2f35-4f10-8c35-9bd4feba3a4c} TCPHandler: Processed in 0.001255084 sec. 2026.02.26 17:14:46.183483 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.183578 [ 277 ] {ed98d010-6144-412e-a074-c6504893a3ff} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:46.183619 [ 277 ] {ed98d010-6144-412e-a074-c6504893a3ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:46.184011 [ 277 ] {ed98d010-6144-412e-a074-c6504893a3ff} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.184046 [ 277 ] {ed98d010-6144-412e-a074-c6504893a3ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.184381 [ 277 ] {ed98d010-6144-412e-a074-c6504893a3ff} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.26 17:14:46.184601 [ 277 ] {ed98d010-6144-412e-a074-c6504893a3ff} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:46.184727 [ 277 ] {ed98d010-6144-412e-a074-c6504893a3ff} executeQuery: Read 265 rows, 18.03 KiB in 0.001167 sec., 227077.97772065122 rows/sec., 15.09 MiB/sec. 2026.02.26 17:14:46.184763 [ 277 ] {ed98d010-6144-412e-a074-c6504893a3ff} TCPHandler: Processed in 0.001328267 sec. 2026.02.26 17:14:46.184879 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.184973 [ 277 ] {96e993ed-465e-4749-953a-95f71c406362} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:14:46.185013 [ 277 ] {96e993ed-465e-4749-953a-95f71c406362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:14:46.185319 [ 277 ] {96e993ed-465e-4749-953a-95f71c406362} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.185353 [ 277 ] {96e993ed-465e-4749-953a-95f71c406362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.185646 [ 277 ] {96e993ed-465e-4749-953a-95f71c406362} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.26 17:14:46.185858 [ 277 ] {96e993ed-465e-4749-953a-95f71c406362} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:14:46.185980 [ 277 ] {96e993ed-465e-4749-953a-95f71c406362} executeQuery: Read 1 rows, 69.00 B in 0.001025 sec., 975.6097560975609 rows/sec., 65.74 KiB/sec. 2026.02.26 17:14:46.186016 [ 277 ] {96e993ed-465e-4749-953a-95f71c406362} TCPHandler: Processed in 0.001187442 sec. 2026.02.26 17:14:46.186125 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.186220 [ 277 ] {6c07be45-db03-48a8-a526-a512c692b142} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:46.186272 [ 277 ] {6c07be45-db03-48a8-a526-a512c692b142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:46.187174 [ 277 ] {6c07be45-db03-48a8-a526-a512c692b142} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.187214 [ 277 ] {6c07be45-db03-48a8-a526-a512c692b142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.187833 [ 277 ] {6c07be45-db03-48a8-a526-a512c692b142} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.26 17:14:46.188068 [ 277 ] {6c07be45-db03-48a8-a526-a512c692b142} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:46.188202 [ 277 ] {6c07be45-db03-48a8-a526-a512c692b142} executeQuery: Read 31 rows, 56.88 KiB in 0.002 sec., 15500 rows/sec., 27.78 MiB/sec. 2026.02.26 17:14:46.188257 [ 277 ] {6c07be45-db03-48a8-a526-a512c692b142} TCPHandler: Processed in 0.002180901 sec. 2026.02.26 17:14:46.188369 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:46.188466 [ 277 ] {a8d4c101-ded1-442a-86ed-cd9f6a1e7a77} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:46.188507 [ 277 ] {a8d4c101-ded1-442a-86ed-cd9f6a1e7a77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:46.188830 [ 277 ] {a8d4c101-ded1-442a-86ed-cd9f6a1e7a77} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:46.188866 [ 277 ] {a8d4c101-ded1-442a-86ed-cd9f6a1e7a77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:46.189181 [ 277 ] {a8d4c101-ded1-442a-86ed-cd9f6a1e7a77} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.26 17:14:46.189397 [ 277 ] {a8d4c101-ded1-442a-86ed-cd9f6a1e7a77} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:46.189519 [ 277 ] {a8d4c101-ded1-442a-86ed-cd9f6a1e7a77} executeQuery: Read 90 rows, 5.77 KiB in 0.001073 sec., 83876.98042870457 rows/sec., 5.25 MiB/sec. 2026.02.26 17:14:46.189554 [ 277 ] {a8d4c101-ded1-442a-86ed-cd9f6a1e7a77} TCPHandler: Processed in 0.001232934 sec. 2026.02.26 17:14:48.967978 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1070 2026.02.26 17:14:48.970557 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:48.970616 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:48.971850 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:14:48.972132 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:14:48.972518 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1070 2026.02.26 17:14:51.188482 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:51.188735 [ 277 ] {4c5e3bef-3ad7-4087-9040-d7ea2a5fbe51} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.26 17:14:51.188802 [ 277 ] {4c5e3bef-3ad7-4087-9040-d7ea2a5fbe51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.26 17:14:51.189464 [ 277 ] {4c5e3bef-3ad7-4087-9040-d7ea2a5fbe51} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.189512 [ 277 ] {4c5e3bef-3ad7-4087-9040-d7ea2a5fbe51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.189905 [ 277 ] {4c5e3bef-3ad7-4087-9040-d7ea2a5fbe51} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.26 17:14:51.190136 [ 277 ] {4c5e3bef-3ad7-4087-9040-d7ea2a5fbe51} oximeter.fields_ipaddr (a696bf23-6707-488b-a1f2-f5ca33f27f3b): 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.26 17:14:51.190286 [ 277 ] {4c5e3bef-3ad7-4087-9040-d7ea2a5fbe51} executeQuery: Read 8 rows, 668.00 B in 0.001607 sec., 4978.220286247667 rows/sec., 405.94 KiB/sec. 2026.02.26 17:14:51.190328 [ 277 ] {4c5e3bef-3ad7-4087-9040-d7ea2a5fbe51} TCPHandler: Processed in 0.001915723 sec. 2026.02.26 17:14:51.190452 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:51.190547 [ 277 ] {a42e767a-0cf5-4b86-8197-d0bb5b8a5713} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:51.190586 [ 277 ] {a42e767a-0cf5-4b86-8197-d0bb5b8a5713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:51.191789 [ 277 ] {a42e767a-0cf5-4b86-8197-d0bb5b8a5713} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.191825 [ 277 ] {a42e767a-0cf5-4b86-8197-d0bb5b8a5713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.192205 [ 277 ] {a42e767a-0cf5-4b86-8197-d0bb5b8a5713} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.26 17:14:51.192429 [ 277 ] {a42e767a-0cf5-4b86-8197-d0bb5b8a5713} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:51.192561 [ 277 ] {a42e767a-0cf5-4b86-8197-d0bb5b8a5713} executeQuery: Read 1220 rows, 103.27 KiB in 0.002032 sec., 600393.7007874016 rows/sec., 49.63 MiB/sec. 2026.02.26 17:14:51.192600 [ 277 ] {a42e767a-0cf5-4b86-8197-d0bb5b8a5713} TCPHandler: Processed in 0.002201251 sec. 2026.02.26 17:14:51.192727 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:51.192824 [ 277 ] {5946b36e-9a96-4621-9ef0-1128a181d13e} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:51.192865 [ 277 ] {5946b36e-9a96-4621-9ef0-1128a181d13e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:51.193325 [ 277 ] {5946b36e-9a96-4621-9ef0-1128a181d13e} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.193361 [ 277 ] {5946b36e-9a96-4621-9ef0-1128a181d13e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.193668 [ 277 ] {5946b36e-9a96-4621-9ef0-1128a181d13e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.26 17:14:51.193912 [ 277 ] {5946b36e-9a96-4621-9ef0-1128a181d13e} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:51.194043 [ 277 ] {5946b36e-9a96-4621-9ef0-1128a181d13e} executeQuery: Read 18 rows, 1.31 KiB in 0.001238 sec., 14539.579967689822 rows/sec., 1.03 MiB/sec. 2026.02.26 17:14:51.194081 [ 277 ] {5946b36e-9a96-4621-9ef0-1128a181d13e} TCPHandler: Processed in 0.001410839 sec. 2026.02.26 17:14:51.194190 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:51.194285 [ 277 ] {d61ae3b8-2249-497c-85f3-ca6e0fb5fa94} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:14:51.194323 [ 277 ] {d61ae3b8-2249-497c-85f3-ca6e0fb5fa94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:14:51.194833 [ 277 ] {d61ae3b8-2249-497c-85f3-ca6e0fb5fa94} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.194870 [ 277 ] {d61ae3b8-2249-497c-85f3-ca6e0fb5fa94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.195183 [ 277 ] {d61ae3b8-2249-497c-85f3-ca6e0fb5fa94} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.26 17:14:51.195395 [ 277 ] {d61ae3b8-2249-497c-85f3-ca6e0fb5fa94} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:51.195521 [ 277 ] {d61ae3b8-2249-497c-85f3-ca6e0fb5fa94} executeQuery: Read 228 rows, 15.81 KiB in 0.001254 sec., 181818.18181818182 rows/sec., 12.31 MiB/sec. 2026.02.26 17:14:51.195557 [ 277 ] {d61ae3b8-2249-497c-85f3-ca6e0fb5fa94} TCPHandler: Processed in 0.001415869 sec. 2026.02.26 17:14:51.195664 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:51.195760 [ 277 ] {313482c8-0b05-411d-a017-4021bd9b0a50} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:51.195799 [ 277 ] {313482c8-0b05-411d-a017-4021bd9b0a50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:51.196452 [ 277 ] {313482c8-0b05-411d-a017-4021bd9b0a50} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.196487 [ 277 ] {313482c8-0b05-411d-a017-4021bd9b0a50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.196818 [ 277 ] {313482c8-0b05-411d-a017-4021bd9b0a50} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.26 17:14:51.197032 [ 277 ] {313482c8-0b05-411d-a017-4021bd9b0a50} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:51.197156 [ 277 ] {313482c8-0b05-411d-a017-4021bd9b0a50} executeQuery: Read 538 rows, 40.86 KiB in 0.001414 sec., 380480.9052333805 rows/sec., 28.22 MiB/sec. 2026.02.26 17:14:51.197195 [ 277 ] {313482c8-0b05-411d-a017-4021bd9b0a50} TCPHandler: Processed in 0.001579593 sec. 2026.02.26 17:14:51.197304 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:51.197400 [ 277 ] {02d86454-ce4f-4a7f-99cf-bd9fc63977aa} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:51.197443 [ 277 ] {02d86454-ce4f-4a7f-99cf-bd9fc63977aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:51.198068 [ 277 ] {02d86454-ce4f-4a7f-99cf-bd9fc63977aa} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.198105 [ 277 ] {02d86454-ce4f-4a7f-99cf-bd9fc63977aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.198480 [ 277 ] {02d86454-ce4f-4a7f-99cf-bd9fc63977aa} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.26 17:14:51.198713 [ 277 ] {02d86454-ce4f-4a7f-99cf-bd9fc63977aa} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:51.198843 [ 277 ] {02d86454-ce4f-4a7f-99cf-bd9fc63977aa} executeQuery: Read 848 rows, 58.45 KiB in 0.001462 sec., 580027.3597811217 rows/sec., 39.04 MiB/sec. 2026.02.26 17:14:51.198880 [ 277 ] {02d86454-ce4f-4a7f-99cf-bd9fc63977aa} TCPHandler: Processed in 0.001624415 sec. 2026.02.26 17:14:51.198989 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:51.199084 [ 277 ] {f35028e0-f3c6-4e63-bb27-55d992ec3bb3} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:51.199137 [ 277 ] {f35028e0-f3c6-4e63-bb27-55d992ec3bb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:51.199900 [ 277 ] {f35028e0-f3c6-4e63-bb27-55d992ec3bb3} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.199935 [ 277 ] {f35028e0-f3c6-4e63-bb27-55d992ec3bb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.200441 [ 277 ] {f35028e0-f3c6-4e63-bb27-55d992ec3bb3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.26 17:14:51.200668 [ 277 ] {f35028e0-f3c6-4e63-bb27-55d992ec3bb3} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:51.200808 [ 277 ] {f35028e0-f3c6-4e63-bb27-55d992ec3bb3} executeQuery: Read 10 rows, 18.35 KiB in 0.001742 sec., 5740.52812858783 rows/sec., 10.29 MiB/sec. 2026.02.26 17:14:51.200861 [ 277 ] {f35028e0-f3c6-4e63-bb27-55d992ec3bb3} TCPHandler: Processed in 0.001920973 sec. 2026.02.26 17:14:51.200974 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:51.201068 [ 277 ] {37ac585b-f21e-4ed4-89c5-d415776f64e1} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:51.201109 [ 277 ] {37ac585b-f21e-4ed4-89c5-d415776f64e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:51.201450 [ 277 ] {37ac585b-f21e-4ed4-89c5-d415776f64e1} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.201486 [ 277 ] {37ac585b-f21e-4ed4-89c5-d415776f64e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.201794 [ 277 ] {37ac585b-f21e-4ed4-89c5-d415776f64e1} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.26 17:14:51.202013 [ 277 ] {37ac585b-f21e-4ed4-89c5-d415776f64e1} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:51.202137 [ 277 ] {37ac585b-f21e-4ed4-89c5-d415776f64e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.02.26 17:14:51.202172 [ 277 ] {37ac585b-f21e-4ed4-89c5-d415776f64e1} TCPHandler: Processed in 0.001246134 sec. 2026.02.26 17:14:51.276452 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16812 2026.02.26 17:14:51.277003 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:51.277043 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:51.277522 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.26 17:14:51.277744 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:51.277869 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16812 2026.02.26 17:14:52.131448 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.02.26 17:14:52.148225 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:52.148273 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:52.154828 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.26 17:14:52.155533 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:52.158137 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.02.26 17:14:56.171896 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.172086 [ 277 ] {b8761d18-eb56-4d0f-8f1e-31032505fde8} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.26 17:14:56.172150 [ 277 ] {b8761d18-eb56-4d0f-8f1e-31032505fde8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.26 17:14:56.172839 [ 277 ] {b8761d18-eb56-4d0f-8f1e-31032505fde8} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.172884 [ 277 ] {b8761d18-eb56-4d0f-8f1e-31032505fde8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.173301 [ 277 ] {b8761d18-eb56-4d0f-8f1e-31032505fde8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:14:56.173544 [ 277 ] {b8761d18-eb56-4d0f-8f1e-31032505fde8} oximeter.fields_i16 (5af9b5ba-67ba-4739-a330-0622a7c4c852): 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.26 17:14:56.173695 [ 277 ] {b8761d18-eb56-4d0f-8f1e-31032505fde8} executeQuery: Read 284 rows, 18.47 KiB in 0.001654 sec., 171704.95767835548 rows/sec., 10.91 MiB/sec. 2026.02.26 17:14:56.173738 [ 277 ] {b8761d18-eb56-4d0f-8f1e-31032505fde8} TCPHandler: Processed in 0.001963584 sec. 2026.02.26 17:14:56.173925 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.174023 [ 277 ] {d1fb2812-b760-4737-b678-a54094cd929a} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:14:56.174063 [ 277 ] {d1fb2812-b760-4737-b678-a54094cd929a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:14:56.174735 [ 277 ] {d1fb2812-b760-4737-b678-a54094cd929a} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.174770 [ 277 ] {d1fb2812-b760-4737-b678-a54094cd929a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.175134 [ 277 ] {d1fb2812-b760-4737-b678-a54094cd929a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.26 17:14:56.175348 [ 277 ] {d1fb2812-b760-4737-b678-a54094cd929a} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:56.175461 [ 66 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.26 17:14:56.175475 [ 277 ] {d1fb2812-b760-4737-b678-a54094cd929a} executeQuery: Read 859 rows, 70.06 KiB in 0.001472 sec., 583559.7826086957 rows/sec., 46.48 MiB/sec. 2026.02.26 17:14:56.175531 [ 66 ] {} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.175539 [ 277 ] {d1fb2812-b760-4737-b678-a54094cd929a} TCPHandler: Processed in 0.001667646 sec. 2026.02.26 17:14:56.175563 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.175665 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.175699 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::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.26 17:14:56.175765 [ 277 ] {f2319dac-eab8-4419-820b-0b13dfa8c3b9} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:14:56.175808 [ 277 ] {f2319dac-eab8-4419-820b-0b13dfa8c3b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:14:56.175847 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:56.175890 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2149 rows starting from the beginning of the part 2026.02.26 17:14:56.175965 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 861 rows starting from the beginning of the part 2026.02.26 17:14:56.176016 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 76 rows starting from the beginning of the part 2026.02.26 17:14:56.176064 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 859 rows starting from the beginning of the part 2026.02.26 17:14:56.176110 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1220 rows starting from the beginning of the part 2026.02.26 17:14:56.176155 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 859 rows starting from the beginning of the part 2026.02.26 17:14:56.176260 [ 277 ] {f2319dac-eab8-4419-820b-0b13dfa8c3b9} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.176300 [ 277 ] {f2319dac-eab8-4419-820b-0b13dfa8c3b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.176667 [ 277 ] {f2319dac-eab8-4419-820b-0b13dfa8c3b9} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.26 17:14:56.176908 [ 277 ] {f2319dac-eab8-4419-820b-0b13dfa8c3b9} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:14:56.177041 [ 277 ] {f2319dac-eab8-4419-820b-0b13dfa8c3b9} executeQuery: Read 173 rows, 10.87 KiB in 0.001295 sec., 133590.7335907336 rows/sec., 8.20 MiB/sec. 2026.02.26 17:14:56.177080 [ 277 ] {f2319dac-eab8-4419-820b-0b13dfa8c3b9} TCPHandler: Processed in 0.00146341 sec. 2026.02.26 17:14:56.177194 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.177287 [ 277 ] {340e301d-3796-413b-8305-61b8b0f18596} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.26 17:14:56.177326 [ 277 ] {340e301d-3796-413b-8305-61b8b0f18596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.26 17:14:56.177775 [ 277 ] {340e301d-3796-413b-8305-61b8b0f18596} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.177816 [ 277 ] {340e301d-3796-413b-8305-61b8b0f18596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.178146 [ 277 ] {340e301d-3796-413b-8305-61b8b0f18596} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.26 17:14:56.178215 [ 201 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6024 rows, containing 5 columns (5 merged, 0 gathered) in 0.002579042 sec., 2335751.0269317054 rows/sec., 198.56 MiB/sec. 2026.02.26 17:14:56.178363 [ 277 ] {340e301d-3796-413b-8305-61b8b0f18596} oximeter.fields_u32 (f0f4e2ef-95da-4667-a8c6-7571055cd19f): 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.26 17:14:56.178502 [ 277 ] {340e301d-3796-413b-8305-61b8b0f18596} executeQuery: Read 149 rows, 9.86 KiB in 0.001231 sec., 121039.80503655564 rows/sec., 7.82 MiB/sec. 2026.02.26 17:14:56.178513 [ 193 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.26 17:14:56.178546 [ 277 ] {340e301d-3796-413b-8305-61b8b0f18596} TCPHandler: Processed in 0.001399959 sec. 2026.02.26 17:14:56.178667 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.178766 [ 277 ] {143686d3-1ece-4b52-a12e-5da0dff5f27b} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.26 17:14:56.178808 [ 277 ] {143686d3-1ece-4b52-a12e-5da0dff5f27b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.26 17:14:56.178839 [ 193 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:14:56.178939 [ 193 ] {e48795cb-a93d-4215-af78-04c56fe8ae3d::all_1_51_10} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.26 17:14:56.179034 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.02.26 17:14:56.179260 [ 277 ] {143686d3-1ece-4b52-a12e-5da0dff5f27b} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.179300 [ 277 ] {143686d3-1ece-4b52-a12e-5da0dff5f27b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.179619 [ 277 ] {143686d3-1ece-4b52-a12e-5da0dff5f27b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.26 17:14:56.179829 [ 277 ] {143686d3-1ece-4b52-a12e-5da0dff5f27b} oximeter.fields_u8 (c3295e22-8100-4774-8107-14773c21ef6d): 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.26 17:14:56.179971 [ 277 ] {143686d3-1ece-4b52-a12e-5da0dff5f27b} executeQuery: Read 148 rows, 8.62 KiB in 0.001222 sec., 121112.92962356792 rows/sec., 6.89 MiB/sec. 2026.02.26 17:14:56.180011 [ 277 ] {143686d3-1ece-4b52-a12e-5da0dff5f27b} TCPHandler: Processed in 0.001393168 sec. 2026.02.26 17:14:56.180126 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.180223 [ 277 ] {0689ce03-1b56-4920-8324-90042e51ce4f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:14:56.180262 [ 277 ] {0689ce03-1b56-4920-8324-90042e51ce4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:14:56.180849 [ 277 ] {0689ce03-1b56-4920-8324-90042e51ce4f} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.180885 [ 277 ] {0689ce03-1b56-4920-8324-90042e51ce4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.181234 [ 277 ] {0689ce03-1b56-4920-8324-90042e51ce4f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.26 17:14:56.181472 [ 277 ] {0689ce03-1b56-4920-8324-90042e51ce4f} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:56.181583 [ 66 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.26 17:14:56.181605 [ 277 ] {0689ce03-1b56-4920-8324-90042e51ce4f} executeQuery: Read 521 rows, 37.66 KiB in 0.001399 sec., 372408.8634739099 rows/sec., 26.29 MiB/sec. 2026.02.26 17:14:56.181625 [ 66 ] {} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.181650 [ 277 ] {0689ce03-1b56-4920-8324-90042e51ce4f} TCPHandler: Processed in 0.001572294 sec. 2026.02.26 17:14:56.181651 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.181762 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.181781 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::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.26 17:14:56.181862 [ 277 ] {58138cd1-51f3-419d-be99-b78d1178db40} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.26 17:14:56.181908 [ 277 ] {58138cd1-51f3-419d-be99-b78d1178db40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.26 17:14:56.181932 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:56.181970 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1061 rows starting from the beginning of the part 2026.02.26 17:14:56.182036 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 525 rows starting from the beginning of the part 2026.02.26 17:14:56.182081 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 74 rows starting from the beginning of the part 2026.02.26 17:14:56.182121 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 521 rows starting from the beginning of the part 2026.02.26 17:14:56.182162 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 538 rows starting from the beginning of the part 2026.02.26 17:14:56.182200 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 521 rows starting from the beginning of the part 2026.02.26 17:14:56.182248 [ 277 ] {58138cd1-51f3-419d-be99-b78d1178db40} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.182290 [ 277 ] {58138cd1-51f3-419d-be99-b78d1178db40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.182629 [ 277 ] {58138cd1-51f3-419d-be99-b78d1178db40} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:14:56.182859 [ 277 ] {58138cd1-51f3-419d-be99-b78d1178db40} oximeter.measurements_bool (21f1aa07-f004-4e15-83ba-9eb749bc75da): 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.26 17:14:56.182999 [ 277 ] {58138cd1-51f3-419d-be99-b78d1178db40} executeQuery: Read 6 rows, 321.00 B in 0.001154 sec., 5199.306759098787 rows/sec., 271.64 KiB/sec. 2026.02.26 17:14:56.183038 [ 277 ] {58138cd1-51f3-419d-be99-b78d1178db40} TCPHandler: Processed in 0.001324286 sec. 2026.02.26 17:14:56.183150 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.183245 [ 277 ] {da803f75-db36-44e2-a3ab-5f2f485ff91c} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:56.183286 [ 277 ] {da803f75-db36-44e2-a3ab-5f2f485ff91c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.26 17:14:56.183544 [ 191 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3240 rows, containing 5 columns (5 merged, 0 gathered) in 0.00181548 sec., 1784651.992861392 rows/sec., 135.46 MiB/sec. 2026.02.26 17:14:56.183686 [ 277 ] {da803f75-db36-44e2-a3ab-5f2f485ff91c} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.183727 [ 277 ] {da803f75-db36-44e2-a3ab-5f2f485ff91c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.183800 [ 195 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.26 17:14:56.184127 [ 277 ] {da803f75-db36-44e2-a3ab-5f2f485ff91c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.26 17:14:56.184137 [ 195 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:14:56.184256 [ 195 ] {d2a23bf7-3575-4d61-b5c7-1fe6a480fba8::all_1_51_10} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.26 17:14:56.184358 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.02.26 17:14:56.184385 [ 277 ] {da803f75-db36-44e2-a3ab-5f2f485ff91c} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:56.184496 [ 66 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.26 17:14:56.184523 [ 277 ] {da803f75-db36-44e2-a3ab-5f2f485ff91c} executeQuery: Read 265 rows, 18.03 KiB in 0.001294 sec., 204791.34466769706 rows/sec., 13.61 MiB/sec. 2026.02.26 17:14:56.184528 [ 66 ] {} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.184563 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.184570 [ 277 ] {da803f75-db36-44e2-a3ab-5f2f485ff91c} TCPHandler: Processed in 0.001468051 sec. 2026.02.26 17:14:56.184629 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:14:56.184691 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.184716 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:56.184746 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15476 rows starting from the beginning of the part 2026.02.26 17:14:56.184791 [ 277 ] {7f568785-26ad-4ba1-bdcf-5f8d5a60afeb} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.26 17:14:56.184793 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 267 rows starting from the beginning of the part 2026.02.26 17:14:56.184838 [ 277 ] {7f568785-26ad-4ba1-bdcf-5f8d5a60afeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.26 17:14:56.184850 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::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.26 17:14:56.184891 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 265 rows starting from the beginning of the part 2026.02.26 17:14:56.184931 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 848 rows starting from the beginning of the part 2026.02.26 17:14:56.184969 [ 201 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 265 rows starting from the beginning of the part 2026.02.26 17:14:56.185167 [ 277 ] {7f568785-26ad-4ba1-bdcf-5f8d5a60afeb} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.185208 [ 277 ] {7f568785-26ad-4ba1-bdcf-5f8d5a60afeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.185509 [ 277 ] {7f568785-26ad-4ba1-bdcf-5f8d5a60afeb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.26 17:14:56.185748 [ 277 ] {7f568785-26ad-4ba1-bdcf-5f8d5a60afeb} oximeter.measurements_f64 (7c8d72c9-0a66-4218-97bd-3b88efe43c4c): 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.26 17:14:56.185882 [ 277 ] {7f568785-26ad-4ba1-bdcf-5f8d5a60afeb} executeQuery: Read 1 rows, 69.00 B in 0.001108 sec., 902.5270758122743 rows/sec., 60.81 KiB/sec. 2026.02.26 17:14:56.185921 [ 277 ] {7f568785-26ad-4ba1-bdcf-5f8d5a60afeb} TCPHandler: Processed in 0.001278925 sec. 2026.02.26 17:14:56.186031 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.186125 [ 277 ] {2290b5ed-d9a0-485e-9351-3747a06d8bc5} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.26 17:14:56.186178 [ 277 ] {2290b5ed-d9a0-485e-9351-3747a06d8bc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.26 17:14:56.186967 [ 277 ] {2290b5ed-d9a0-485e-9351-3747a06d8bc5} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.187004 [ 277 ] {2290b5ed-d9a0-485e-9351-3747a06d8bc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.187622 [ 277 ] {2290b5ed-d9a0-485e-9351-3747a06d8bc5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.26 17:14:56.187853 [ 277 ] {2290b5ed-d9a0-485e-9351-3747a06d8bc5} oximeter.measurements_histogramu64 (2c5ee19b-344d-4898-a034-9749bdd7081c): 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.26 17:14:56.187996 [ 277 ] {2290b5ed-d9a0-485e-9351-3747a06d8bc5} executeQuery: Read 31 rows, 56.88 KiB in 0.001885 sec., 16445.623342175066 rows/sec., 29.47 MiB/sec. 2026.02.26 17:14:56.188063 [ 277 ] {2290b5ed-d9a0-485e-9351-3747a06d8bc5} TCPHandler: Processed in 0.002079308 sec. 2026.02.26 17:14:56.188178 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:14:56.188274 [ 277 ] {4dcb4c47-e8a7-4138-8cdf-47ca56e06c91} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.26 17:14:56.188315 [ 277 ] {4dcb4c47-e8a7-4138-8cdf-47ca56e06c91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.26 17:14:56.188648 [ 277 ] {4dcb4c47-e8a7-4138-8cdf-47ca56e06c91} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.188684 [ 277 ] {4dcb4c47-e8a7-4138-8cdf-47ca56e06c91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.189028 [ 277 ] {4dcb4c47-e8a7-4138-8cdf-47ca56e06c91} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.26 17:14:56.189243 [ 277 ] {4dcb4c47-e8a7-4138-8cdf-47ca56e06c91} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:56.189372 [ 81 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.26 17:14:56.189374 [ 277 ] {4dcb4c47-e8a7-4138-8cdf-47ca56e06c91} executeQuery: Read 90 rows, 5.77 KiB in 0.001117 sec., 80572.96329453895 rows/sec., 5.04 MiB/sec. 2026.02.26 17:14:56.189414 [ 81 ] {} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:56.189433 [ 277 ] {4dcb4c47-e8a7-4138-8cdf-47ca56e06c91} TCPHandler: Processed in 0.001303416 sec. 2026.02.26 17:14:56.189440 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:56.189532 [ 195 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:56.189625 [ 195 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:56.189652 [ 195 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3180 rows starting from the beginning of the part 2026.02.26 17:14:56.189700 [ 195 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 90 rows starting from the beginning of the part 2026.02.26 17:14:56.189741 [ 195 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:56.189780 [ 195 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 90 rows starting from the beginning of the part 2026.02.26 17:14:56.189817 [ 195 ] {047e2051-c169-453e-967a-7bd61af0f1a7::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.26 17:14:56.189853 [ 195 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part 2026.02.26 17:14:56.190070 [ 194 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 17281 rows, containing 5 columns (5 merged, 0 gathered) in 0.005468291 sec., 3160219.527453824 rows/sec., 213.66 MiB/sec. 2026.02.26 17:14:56.190355 [ 191 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.26 17:14:56.190631 [ 191 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72): 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.26 17:14:56.190715 [ 191 ] {04d90a36-bf92-43b8-b1a6-2f727c0e1b72::all_1_51_10} oximeter.measurements_cumulativeu64 (04d90a36-bf92-43b8-b1a6-2f727c0e1b72) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.26 17:14:56.190802 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. 2026.02.26 17:14:56.191138 [ 198 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3570 rows, containing 4 columns (4 merged, 0 gathered) in 0.001640006 sec., 2176821.3043123013 rows/sec., 140.52 MiB/sec. 2026.02.26 17:14:56.191564 [ 191 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.26 17:14:56.192245 [ 191 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7): 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.26 17:14:56.192340 [ 191 ] {047e2051-c169-453e-967a-7bd61af0f1a7::all_1_51_10} oximeter.measurements_u64 (047e2051-c169-453e-967a-7bd61af0f1a7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.26 17:14:56.192410 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.02.26 17:14:57.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 291.13 MiB, peak 298.03 MiB, free memory in arenas 0.00 B, will set to 292.68 MiB (RSS), difference: 1.55 MiB 2026.02.26 17:14:58.593076 [ 58 ] {} DNSResolver: Updating DNS cache 2026.02.26 17:14:58.593133 [ 58 ] {} DNSResolver: Updated DNS cache 2026.02.26 17:14:58.778141 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17260 2026.02.26 17:14:58.778685 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:58.778731 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:58.779313 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.26 17:14:58.779594 [ 245 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:58.779745 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17260 2026.02.26 17:14:58.779762 [ 58 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.26 17:14:58.779834 [ 58 ] {} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:58.779854 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:58.779995 [ 195 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:58.780159 [ 195 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:58.780205 [ 195 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14892 rows starting from the beginning of the part 2026.02.26 17:14:58.780280 [ 195 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:58.780331 [ 195 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:58.780377 [ 195 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:58.780422 [ 195 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:58.780470 [ 195 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::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.26 17:14:58.782741 [ 198 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17260 rows, containing 4 columns (4 merged, 0 gathered) in 0.002817487 sec., 6126026.490982922 rows/sec., 87.63 MiB/sec. 2026.02.26 17:14:58.783037 [ 194 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.26 17:14:58.783373 [ 194 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_36_7} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66): 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.26 17:14:58.783461 [ 194 ] {fa382ee6-a9b5-4432-8a65-d862853d1e66::all_1_36_7} system.asynchronous_metric_log (fa382ee6-a9b5-4432-8a65-d862853d1e66) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.26 17:14:58.783567 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.02.26 17:14:58.972894 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1108 2026.02.26 17:14:58.975362 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:58.975406 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:58.976594 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.26 17:14:58.976854 [ 243 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:14:58.977022 [ 61 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.26 17:14:58.977074 [ 61 ] {} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:58.977098 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:58.977112 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1108 2026.02.26 17:14:58.977202 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::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.26 17:14:58.977797 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:58.977935 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 922 rows starting from the beginning of the part 2026.02.26 17:14:58.978336 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part 2026.02.26 17:14:58.978714 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 44 rows starting from the beginning of the part 2026.02.26 17:14:58.979077 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2026.02.26 17:14:58.979418 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part 2026.02.26 17:14:58.979754 [ 198 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 38 rows starting from the beginning of the part 2026.02.26 17:14:58.985687 [ 188 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1108 rows, containing 72 columns (72 merged, 0 gathered) in 0.008574527 sec., 129219.95580630862 rows/sec., 106.08 MiB/sec. 2026.02.26 17:14:58.987480 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.26 17:14:58.988055 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9): 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.26 17:14:58.988130 [ 197 ] {fc5aeb69-1649-4dd9-8ea4-4c8386008da9::all_1_26_5} system.query_log (fc5aeb69-1649-4dd9-8ea4-4c8386008da9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.26 17:14:58.988446 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. 2026.02.26 17:14:59.658390 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.02.26 17:14:59.675588 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:59.675639 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:59.681345 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.26 17:14:59.682009 [ 244 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:59.682340 [ 61 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.26 17:14:59.682430 [ 61 ] {} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:14:59.682467 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:14:59.682637 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:59.684990 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.02.26 17:14:59.687010 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.26 17:14:59.688438 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:59.693161 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:59.697625 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:59.701859 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:59.706114 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:59.710436 [ 194 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::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.26 17:14:59.763081 [ 189 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.08052522 sec., 3377.8237426734136 rows/sec., 17.47 MiB/sec. 2026.02.26 17:14:59.766087 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.26 17:14:59.768030 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_36_7} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889): 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.26 17:14:59.768140 [ 197 ] {5d4d6292-b420-44a6-b471-150ba9d7b889::all_1_36_7} system.metric_log (5d4d6292-b420-44a6-b471-150ba9d7b889) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.26 17:14:59.770560 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.02.26 17:15:00.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 294.04 MiB, peak 305.92 MiB, free memory in arenas 0.00 B, will set to 297.02 MiB (RSS), difference: 2.98 MiB 2026.02.26 17:15:01.164956 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:15:01.165141 [ 277 ] {f75fec83-98cc-41b2-8507-6c44875a2cde} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.26 17:15:01.165209 [ 277 ] {f75fec83-98cc-41b2-8507-6c44875a2cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.26 17:15:01.165916 [ 277 ] {f75fec83-98cc-41b2-8507-6c44875a2cde} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:15:01.165973 [ 277 ] {f75fec83-98cc-41b2-8507-6c44875a2cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:15:01.166404 [ 277 ] {f75fec83-98cc-41b2-8507-6c44875a2cde} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.26 17:15:01.166666 [ 277 ] {f75fec83-98cc-41b2-8507-6c44875a2cde} oximeter.fields_string (e48795cb-a93d-4215-af78-04c56fe8ae3d): 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.26 17:15:01.166846 [ 277 ] {f75fec83-98cc-41b2-8507-6c44875a2cde} executeQuery: Read 76 rows, 6.41 KiB in 0.001752 sec., 43378.995433789954 rows/sec., 3.57 MiB/sec. 2026.02.26 17:15:01.166903 [ 277 ] {f75fec83-98cc-41b2-8507-6c44875a2cde} TCPHandler: Processed in 0.002094648 sec. 2026.02.26 17:15:01.167059 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:15:01.167167 [ 277 ] {d71feb0f-7d17-4a7d-95ee-2b0b044ed70f} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.26 17:15:01.167213 [ 277 ] {d71feb0f-7d17-4a7d-95ee-2b0b044ed70f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.26 17:15:01.167693 [ 277 ] {d71feb0f-7d17-4a7d-95ee-2b0b044ed70f} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:15:01.167732 [ 277 ] {d71feb0f-7d17-4a7d-95ee-2b0b044ed70f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:15:01.168125 [ 277 ] {d71feb0f-7d17-4a7d-95ee-2b0b044ed70f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.26 17:15:01.168353 [ 277 ] {d71feb0f-7d17-4a7d-95ee-2b0b044ed70f} oximeter.fields_u16 (a9b08864-6198-487b-a40a-cc840a77a310): 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.26 17:15:01.168505 [ 277 ] {d71feb0f-7d17-4a7d-95ee-2b0b044ed70f} executeQuery: Read 10 rows, 770.00 B in 0.001362 sec., 7342.1439060205585 rows/sec., 552.09 KiB/sec. 2026.02.26 17:15:01.168555 [ 277 ] {d71feb0f-7d17-4a7d-95ee-2b0b044ed70f} TCPHandler: Processed in 0.001555293 sec. 2026.02.26 17:15:01.168679 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:15:01.168784 [ 277 ] {2f03aa54-712b-4d30-9b8c-8b7a355cf101} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.26 17:15:01.168831 [ 277 ] {2f03aa54-712b-4d30-9b8c-8b7a355cf101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.26 17:15:01.169319 [ 277 ] {2f03aa54-712b-4d30-9b8c-8b7a355cf101} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.26 17:15:01.169360 [ 277 ] {2f03aa54-712b-4d30-9b8c-8b7a355cf101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.02.26 17:15:01.169721 [ 277 ] {2f03aa54-712b-4d30-9b8c-8b7a355cf101} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.26 17:15:01.169970 [ 277 ] {2f03aa54-712b-4d30-9b8c-8b7a355cf101} oximeter.fields_uuid (d2a23bf7-3575-4d61-b5c7-1fe6a480fba8): 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.26 17:15:01.170106 [ 277 ] {2f03aa54-712b-4d30-9b8c-8b7a355cf101} executeQuery: Read 74 rows, 5.92 KiB in 0.001346 sec., 54977.7117384844 rows/sec., 4.29 MiB/sec. 2026.02.26 17:15:01.170149 [ 277 ] {2f03aa54-712b-4d30-9b8c-8b7a355cf101} TCPHandler: Processed in 0.001526362 sec. 2026.02.26 17:15:01.170271 [ 277 ] {} TCP-Session: fa415922-61e9-40c6-9da4-4fd43b301687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.26 17:15:01.170371 [ 277 ] {8a00e6e4-d329-4043-ab83-54dfb70bdbb2} executeQuery: (from [fd00:1122:3344:101::d]:55736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)