[ Apr 10 19:10:21 Enabled. ] [ Apr 10 19:10:21 Rereading configuration. ] [ Apr 10 19:10:22 Rereading configuration. ] [ Apr 10 19: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 [ Apr 10 19: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.04.10 19:10:26.894884 [ 1 ] {} Application: Will watch for the process with pid 24352 2026.04.10 19:10:26.895309 [ 1 ] {} Application: Forked a child process to watch 2026.04.10 19:10:27.386341 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24352 2026.04.10 19:10:27.387246 [ 1 ] {} Application: starting up 2026.04.10 19:10:27.387422 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.10 19:10:27.500469 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.10 19:10:27.640133 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.10 19:10:27.640234 [ 1 ] {} Application: Initializing DateLUT. 2026.04.10 19:10:27.640257 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.10 19:10:27.640343 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.10 19:10:27.641053 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.10 19:10:27.643427 [ 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.04.10 19:10:27.644364 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.10 19:10:27.645285 [ 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.04.10 19:10:27.645351 [ 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.04.10 19:10:27.645402 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.10 19:10:27.646172 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.10 19:10:27.647283 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.10 19:10:27.653782 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.10 19:10:27.654512 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.10 19:10:27.655952 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.10 19:10:27.656062 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.10 19:10:27.657145 [ 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.04.10 19:10:27.657664 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.10 19:10:27.661921 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.10 19:10:27.662265 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.10 19:10:27.665736 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.10 19:10:27.666209 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.10 19:10:27.666697 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.10 19:10:27.667121 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.10 19:10:27.668829 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.10 19:10:27.668856 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.10 19:10:27.668937 [ 152 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:10:27.669023 [ 152 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:10:27.779571 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.10 19:10:27.779612 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000222496 sec 2026.04.10 19:10:27.779667 [ 1 ] {} ReferentialDeps: No tables 2026.04.10 19:10:27.779706 [ 1 ] {} LoadingDeps: No tables 2026.04.10 19:10:27.780467 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.10 19:10:27.781228 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.10 19:10:27.791730 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.10 19:10:27.791773 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.10 19:10:27.791855 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.10 19:10:27.791867 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.10 19:10:27.791900 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.10 19:10:27.791976 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.10 19:10:27.796454 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.10 19:10:27.796508 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.10 19:10:27.796678 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.10 19:10:27.796976 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.10 19:10:27.797025 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.10 19:10:27.797040 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.10 19:10:27.797296 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.10 19:10:27.797311 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.10 19:10:27.797347 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.10 19:10:27.797769 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.10 19:10:27.820728 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.10 19:10:27.839660 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.10 19:10:27.839745 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000110123 sec 2026.04.10 19:10:27.839761 [ 1 ] {} ReferentialDeps: No tables 2026.04.10 19:10:27.839773 [ 1 ] {} LoadingDeps: No tables 2026.04.10 19:10:27.839804 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.10 19:10:27.840099 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.10 19:10:27.840228 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.10 19:10:27.840246 [ 1 ] {} Application: Loaded metadata. 2026.04.10 19:10:27.840259 [ 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.04.10 19:10:27.840273 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.10 19:10:27.921479 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.10 19:10:27.921703 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.77 MiB (RSS), difference: 92.00 MiB 2026.04.10 19:10:27.923194 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.1201e-05 sec. 2026.04.10 19:10:27.923580 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.10 19:10:27.924350 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.10 19:10:27.924367 [ 1 ] {} Application: Ready for connections. 2026.04.10 19:10:27.944845 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44511 2026.04.10 19:10:27.945892 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:27.945964 [ 3 ] {} TCP-Session: 6abf0393-bde1-46e6-bc17-37cd1bd55f6d Authenticating user 'default' from [fd00:1122:3344:101::b]:44511 2026.04.10 19:10:27.945994 [ 3 ] {} TCP-Session: 6abf0393-bde1-46e6-bc17-37cd1bd55f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.946163 [ 3 ] {} TCP-Session: 6abf0393-bde1-46e6-bc17-37cd1bd55f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.946267 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 19:10:27.946297 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.10 19:10:27.946419 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.10 19:10:27.946957 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39070 2026.04.10 19:10:27.947073 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37205 2026.04.10 19:10:27.947087 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56191 2026.04.10 19:10:27.947202 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:27.947294 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:27.947327 [ 4 ] {} TCP-Session: 07c22447-fd1c-40b5-81b3-129f50ca2e85 Authenticating user 'default' from [fd00:1122:3344:101::b]:39070 2026.04.10 19:10:27.947335 [ 254 ] {} TCP-Session: b31ff571-5a7a-45a8-bfbe-f8373ac361bd Authenticating user 'default' from [fd00:1122:3344:101::b]:37205 2026.04.10 19:10:27.947362 [ 4 ] {} TCP-Session: 07c22447-fd1c-40b5-81b3-129f50ca2e85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.947411 [ 254 ] {} TCP-Session: b31ff571-5a7a-45a8-bfbe-f8373ac361bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.947341 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:27.947444 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45346 2026.04.10 19:10:27.947493 [ 4 ] {} TCP-Session: 07c22447-fd1c-40b5-81b3-129f50ca2e85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.947346 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60454 2026.04.10 19:10:27.947597 [ 5 ] {} TCP-Session: cf4e7517-4ef7-4e0c-b771-28601a347428 Authenticating user 'default' from [fd00:1122:3344:101::b]:56191 2026.04.10 19:10:27.947679 [ 254 ] {} TCP-Session: b31ff571-5a7a-45a8-bfbe-f8373ac361bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.947619 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45661 2026.04.10 19:10:27.947740 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:27.947776 [ 5 ] {} TCP-Session: cf4e7517-4ef7-4e0c-b771-28601a347428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.947843 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:27.947837 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41949 2026.04.10 19:10:27.947791 [ 256 ] {} TCP-Session: d5d15c2d-a6b7-42af-8ee0-14a228c0ba05 Authenticating user 'default' from [fd00:1122:3344:101::b]:45346 2026.04.10 19:10:27.947905 [ 5 ] {} TCP-Session: cf4e7517-4ef7-4e0c-b771-28601a347428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.947967 [ 256 ] {} TCP-Session: d5d15c2d-a6b7-42af-8ee0-14a228c0ba05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.947892 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:27.948061 [ 256 ] {} TCP-Session: d5d15c2d-a6b7-42af-8ee0-14a228c0ba05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.948113 [ 257 ] {} TCP-Session: 0c4649e3-342f-41a7-a7c5-ee22b9f44f36 Authenticating user 'default' from [fd00:1122:3344:101::b]:45661 2026.04.10 19:10:27.948031 [ 255 ] {} TCP-Session: 0b0d5f9f-adfb-460a-8725-0869e7daacd9 Authenticating user 'default' from [fd00:1122:3344:101::b]:60454 2026.04.10 19:10:27.948191 [ 257 ] {} TCP-Session: 0c4649e3-342f-41a7-a7c5-ee22b9f44f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.948006 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:27.948234 [ 255 ] {} TCP-Session: 0b0d5f9f-adfb-460a-8725-0869e7daacd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.948283 [ 257 ] {} TCP-Session: 0c4649e3-342f-41a7-a7c5-ee22b9f44f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.948315 [ 258 ] {} TCP-Session: 481707cd-8a7a-47aa-a1cb-6008b7ab6ae1 Authenticating user 'default' from [fd00:1122:3344:101::b]:41949 2026.04.10 19:10:27.948296 [ 255 ] {} TCP-Session: 0b0d5f9f-adfb-460a-8725-0869e7daacd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.948433 [ 258 ] {} TCP-Session: 481707cd-8a7a-47aa-a1cb-6008b7ab6ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:27.948501 [ 258 ] {} TCP-Session: 481707cd-8a7a-47aa-a1cb-6008b7ab6ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.83 MiB, peak 116.83 MiB, free memory in arenas 0.00 B, will set to 118.95 MiB (RSS), difference: 2.11 MiB 2026.04.10 19:10:28.863117 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53039 2026.04.10 19:10:28.863319 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.863368 [ 259 ] {} TCP-Session: 8d5be84d-0c60-46e6-af43-b32414daac88 Authenticating user 'default' from [fd00:1122:3344:101::c]:53039 2026.04.10 19:10:28.863391 [ 259 ] {} TCP-Session: 8d5be84d-0c60-46e6-af43-b32414daac88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.863461 [ 259 ] {} TCP-Session: 8d5be84d-0c60-46e6-af43-b32414daac88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.863543 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 19:10:28.863577 [ 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.04.10 19:10:28.863672 [ 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.04.10 19:10:28.864253 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43970 2026.04.10 19:10:28.864256 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35306 2026.04.10 19:10:28.864316 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36010 2026.04.10 19:10:28.864396 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37667 2026.04.10 19:10:28.864515 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56718 2026.04.10 19:10:28.864628 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.864665 [ 260 ] {} TCP-Session: d9630727-ee41-4b17-8c3a-502f15a02aa4 Authenticating user 'default' from [fd00:1122:3344:101::c]:35306 2026.04.10 19:10:28.864671 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43123 2026.04.10 19:10:28.864731 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.864752 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.864743 [ 260 ] {} TCP-Session: d9630727-ee41-4b17-8c3a-502f15a02aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.864846 [ 262 ] {} TCP-Session: ab26094e-5e36-4a55-9d9a-d4fe302f0a49 Authenticating user 'default' from [fd00:1122:3344:101::c]:36010 2026.04.10 19:10:28.864821 [ 261 ] {} TCP-Session: fd221e60-4aeb-4276-a5d4-807c3162bf94 Authenticating user 'default' from [fd00:1122:3344:101::c]:43970 2026.04.10 19:10:28.864888 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52691 2026.04.10 19:10:28.864938 [ 262 ] {} TCP-Session: ab26094e-5e36-4a55-9d9a-d4fe302f0a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.864951 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.864927 [ 261 ] {} TCP-Session: fd221e60-4aeb-4276-a5d4-807c3162bf94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.864883 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.865044 [ 265 ] {} TCP-Session: 421760c6-dad5-44d3-bbc3-0bc1c884d0aa Authenticating user 'default' from [fd00:1122:3344:101::c]:43123 2026.04.10 19:10:28.865027 [ 261 ] {} TCP-Session: fd221e60-4aeb-4276-a5d4-807c3162bf94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865016 [ 262 ] {} TCP-Session: ab26094e-5e36-4a55-9d9a-d4fe302f0a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865163 [ 265 ] {} TCP-Session: 421760c6-dad5-44d3-bbc3-0bc1c884d0aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865114 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.864900 [ 260 ] {} TCP-Session: d9630727-ee41-4b17-8c3a-502f15a02aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.864900 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.865277 [ 266 ] {} TCP-Session: 8f5a4c36-c2eb-486a-afcd-01937cdf4dc4 Authenticating user 'default' from [fd00:1122:3344:101::c]:52691 2026.04.10 19:10:28.865282 [ 265 ] {} TCP-Session: 421760c6-dad5-44d3-bbc3-0bc1c884d0aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865376 [ 263 ] {} TCP-Session: 1990bc5e-0274-4d93-a0be-915a66f19ff8 Authenticating user 'default' from [fd00:1122:3344:101::c]:37667 2026.04.10 19:10:28.865352 [ 266 ] {} TCP-Session: 8f5a4c36-c2eb-486a-afcd-01937cdf4dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865158 [ 264 ] {} TCP-Session: e40d47e5-bee1-4aeb-9c6d-3d132e33db66 Authenticating user 'default' from [fd00:1122:3344:101::c]:56718 2026.04.10 19:10:28.865470 [ 266 ] {} TCP-Session: 8f5a4c36-c2eb-486a-afcd-01937cdf4dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865495 [ 263 ] {} TCP-Session: 1990bc5e-0274-4d93-a0be-915a66f19ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865553 [ 264 ] {} TCP-Session: e40d47e5-bee1-4aeb-9c6d-3d132e33db66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865563 [ 263 ] {} TCP-Session: 1990bc5e-0274-4d93-a0be-915a66f19ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.865652 [ 264 ] {} TCP-Session: e40d47e5-bee1-4aeb-9c6d-3d132e33db66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.866191 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35153 2026.04.10 19:10:28.866340 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.866416 [ 267 ] {} TCP-Session: 6d467060-c97c-489a-9327-8cb2a9c0ade0 Authenticating user 'default' from [fd00:1122:3344:101::a]:35153 2026.04.10 19:10:28.866440 [ 267 ] {} TCP-Session: 6d467060-c97c-489a-9327-8cb2a9c0ade0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.866453 [ 267 ] {} TCP-Session: 6d467060-c97c-489a-9327-8cb2a9c0ade0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.866567 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 19:10:28.866616 [ 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.04.10 19:10:28.866717 [ 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.04.10 19:10:28.867129 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44109 2026.04.10 19:10:28.867221 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41814 2026.04.10 19:10:28.867293 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.867328 [ 268 ] {} TCP-Session: 84fd964b-24b3-4f6e-aca5-aef700aab2c2 Authenticating user 'default' from [fd00:1122:3344:101::a]:44109 2026.04.10 19:10:28.867328 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50100 2026.04.10 19:10:28.867402 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.867435 [ 268 ] {} TCP-Session: 84fd964b-24b3-4f6e-aca5-aef700aab2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.867455 [ 269 ] {} TCP-Session: 24907a64-7d64-4705-bc7c-09bbe04140dd Authenticating user 'default' from [fd00:1122:3344:101::a]:41814 2026.04.10 19:10:28.867481 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39587 2026.04.10 19:10:28.867480 [ 268 ] {} TCP-Session: 84fd964b-24b3-4f6e-aca5-aef700aab2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.867589 [ 269 ] {} TCP-Session: 24907a64-7d64-4705-bc7c-09bbe04140dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.867620 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.867599 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61527 2026.04.10 19:10:28.867688 [ 269 ] {} TCP-Session: 24907a64-7d64-4705-bc7c-09bbe04140dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.867726 [ 270 ] {} TCP-Session: 690ad090-64b4-4065-be84-2ca811103738 Authenticating user 'default' from [fd00:1122:3344:101::a]:50100 2026.04.10 19:10:28.867697 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40281 2026.04.10 19:10:28.867804 [ 270 ] {} TCP-Session: 690ad090-64b4-4065-be84-2ca811103738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.867830 [ 270 ] {} TCP-Session: 690ad090-64b4-4065-be84-2ca811103738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.867866 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.867925 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63058 2026.04.10 19:10:28.867940 [ 271 ] {} TCP-Session: b6459d7a-2d94-4cb5-966b-0ac3483e557a Authenticating user 'default' from [fd00:1122:3344:101::a]:39587 2026.04.10 19:10:28.867932 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.868022 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.868055 [ 271 ] {} TCP-Session: b6459d7a-2d94-4cb5-966b-0ac3483e557a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.868071 [ 273 ] {} TCP-Session: 44378cb3-55e7-472b-bd4e-97390bd6329c Authenticating user 'default' from [fd00:1122:3344:101::a]:40281 2026.04.10 19:10:28.868118 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:28.868085 [ 272 ] {} TCP-Session: 3fc4c84a-1f63-4014-bcc0-b4e9217daa09 Authenticating user 'default' from [fd00:1122:3344:101::a]:61527 2026.04.10 19:10:28.868084 [ 271 ] {} TCP-Session: b6459d7a-2d94-4cb5-966b-0ac3483e557a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.868215 [ 272 ] {} TCP-Session: 3fc4c84a-1f63-4014-bcc0-b4e9217daa09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.868242 [ 274 ] {} TCP-Session: 9c6e6c29-8b4d-483b-88ef-5b02ad1ed0c6 Authenticating user 'default' from [fd00:1122:3344:101::a]:63058 2026.04.10 19:10:28.868200 [ 273 ] {} TCP-Session: 44378cb3-55e7-472b-bd4e-97390bd6329c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.868306 [ 272 ] {} TCP-Session: 3fc4c84a-1f63-4014-bcc0-b4e9217daa09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.868316 [ 274 ] {} TCP-Session: 9c6e6c29-8b4d-483b-88ef-5b02ad1ed0c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.868361 [ 273 ] {} TCP-Session: 44378cb3-55e7-472b-bd4e-97390bd6329c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:28.868372 [ 274 ] {} TCP-Session: 9c6e6c29-8b4d-483b-88ef-5b02ad1ed0c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.346962 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39950 2026.04.10 19:10:29.347166 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.347306 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Authenticating user 'default' from [fd00:1122:3344:101::d]:39950 2026.04.10 19:10:29.347333 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.347346 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.347480 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 19:10:29.347529 [ 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.04.10 19:10:29.347601 [ 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.04.10 19:10:29.349195 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61388 2026.04.10 19:10:29.349294 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63783 2026.04.10 19:10:29.349426 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46034 2026.04.10 19:10:29.349629 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44449 2026.04.10 19:10:29.349707 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.349898 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50125 2026.04.10 19:10:29.349902 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Authenticating user 'default' from [fd00:1122:3344:101::d]:61388 2026.04.10 19:10:29.349958 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.349957 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.350049 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.350003 [ 279 ] {} TCP-Session: 0b1c717c-4d7e-4c3e-9cb9-5447bf1330f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:44449 2026.04.10 19:10:29.350094 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56315 2026.04.10 19:10:29.349966 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350164 [ 278 ] {} TCP-Session: 7bc958d2-781d-4536-81fa-6d155c19d6a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46034 2026.04.10 19:10:29.350169 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.350244 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350303 [ 278 ] {} TCP-Session: 7bc958d2-781d-4536-81fa-6d155c19d6a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350266 [ 280 ] {} TCP-Session: acad56ab-44cf-493c-bf3f-4b4bd1f1a941 Authenticating user 'default' from [fd00:1122:3344:101::d]:50125 2026.04.10 19:10:29.350243 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.350406 [ 278 ] {} TCP-Session: 7bc958d2-781d-4536-81fa-6d155c19d6a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350385 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37125 2026.04.10 19:10:29.350374 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42561 2026.04.10 19:10:29.350479 [ 281 ] {} TCP-Session: 058a4e11-2836-489f-9bed-ac453e43bfb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56315 2026.04.10 19:10:29.350123 [ 277 ] {} TCP-Session: 5f9fbd6f-0925-4fbe-baf2-249e2c5b5200 Authenticating user 'default' from [fd00:1122:3344:101::d]:63783 2026.04.10 19:10:29.350128 [ 279 ] {} TCP-Session: 0b1c717c-4d7e-4c3e-9cb9-5447bf1330f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350390 [ 280 ] {} TCP-Session: acad56ab-44cf-493c-bf3f-4b4bd1f1a941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350637 [ 277 ] {} TCP-Session: 5f9fbd6f-0925-4fbe-baf2-249e2c5b5200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350590 [ 281 ] {} TCP-Session: 058a4e11-2836-489f-9bed-ac453e43bfb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350608 [ 279 ] {} TCP-Session: 0b1c717c-4d7e-4c3e-9cb9-5447bf1330f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350754 [ 277 ] {} TCP-Session: 5f9fbd6f-0925-4fbe-baf2-249e2c5b5200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350730 [ 280 ] {} TCP-Session: acad56ab-44cf-493c-bf3f-4b4bd1f1a941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350734 [ 281 ] {} TCP-Session: 058a4e11-2836-489f-9bed-ac453e43bfb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.350733 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.350963 [ 283 ] {} TCP-Session: 36dce176-8c4a-4026-8bfb-ca208b7ff482 Authenticating user 'default' from [fd00:1122:3344:101::d]:42561 2026.04.10 19:10:29.350985 [ 283 ] {} TCP-Session: 36dce176-8c4a-4026-8bfb-ca208b7ff482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.351084 [ 283 ] {} TCP-Session: 36dce176-8c4a-4026-8bfb-ca208b7ff482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.351401 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:29.351456 [ 282 ] {} TCP-Session: 34cd6a97-73d8-4a62-9d7b-e4ea85393874 Authenticating user 'default' from [fd00:1122:3344:101::d]:37125 2026.04.10 19:10:29.351576 [ 282 ] {} TCP-Session: 34cd6a97-73d8-4a62-9d7b-e4ea85393874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.351599 [ 282 ] {} TCP-Session: 34cd6a97-73d8-4a62-9d7b-e4ea85393874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:29.358149 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.361358 [ 275 ] {5c9461c6-ed98-4943-9a3b-2248f78360dd} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:10:29.465043 [ 275 ] {5c9461c6-ed98-4943-9a3b-2248f78360dd} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39950) (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.04.10 19:10:29.466343 [ 275 ] {5c9461c6-ed98-4943-9a3b-2248f78360dd} 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.04.10 19:10:29.466734 [ 275 ] {5c9461c6-ed98-4943-9a3b-2248f78360dd} TCPHandler: Processed in 0.115262145 sec. 2026.04.10 19:10:29.467213 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.467450 [ 276 ] {5e3b4b8a-7fbf-4f02-8991-dd4a87b9ad59} executeQuery: (from [fd00:1122:3344:101::d]:61388) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:10:29.467960 [ 276 ] {5e3b4b8a-7fbf-4f02-8991-dd4a87b9ad59} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61388) (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.04.10 19:10:29.468302 [ 276 ] {5e3b4b8a-7fbf-4f02-8991-dd4a87b9ad59} 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.04.10 19:10:29.468565 [ 276 ] {5e3b4b8a-7fbf-4f02-8991-dd4a87b9ad59} TCPHandler: Processed in 0.001538413 sec. 2026.04.10 19:10:29.468890 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.469842 [ 275 ] {67c38691-d6e3-4640-8319-3cfb91b1f1a3} executeQuery: (from [fd00:1122:3344:101::d]:39950) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.10 19:10:29.470515 [ 275 ] {67c38691-d6e3-4640-8319-3cfb91b1f1a3} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.10 19:10:29.481460 [ 275 ] {67c38691-d6e3-4640-8319-3cfb91b1f1a3} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.10 19:10:29.481611 [ 275 ] {67c38691-d6e3-4640-8319-3cfb91b1f1a3} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000186465 sec 2026.04.10 19:10:29.481626 [ 275 ] {67c38691-d6e3-4640-8319-3cfb91b1f1a3} ReferentialDeps: No tables 2026.04.10 19:10:29.481638 [ 275 ] {67c38691-d6e3-4640-8319-3cfb91b1f1a3} LoadingDeps: No tables 2026.04.10 19:10:29.481702 [ 275 ] {67c38691-d6e3-4640-8319-3cfb91b1f1a3} DatabaseAtomic (oximeter): Starting up tables. 2026.04.10 19:10:29.482451 [ 275 ] {67c38691-d6e3-4640-8319-3cfb91b1f1a3} TCPHandler: Processed in 0.013689265 sec. 2026.04.10 19:10:29.482739 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.482941 [ 275 ] {72f4f5fe-5514-4bed-bac8-f8b4476f8ce2} executeQuery: (from [fd00:1122:3344:101::d]:39950) /* 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.04.10 19:10:29.483136 [ 275 ] {72f4f5fe-5514-4bed-bac8-f8b4476f8ce2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.10 19:10:29.489026 [ 275 ] {72f4f5fe-5514-4bed-bac8-f8b4476f8ce2} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.10 19:10:29.493208 [ 275 ] {72f4f5fe-5514-4bed-bac8-f8b4476f8ce2} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976): Loading data parts 2026.04.10 19:10:29.494456 [ 275 ] {72f4f5fe-5514-4bed-bac8-f8b4476f8ce2} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976): There are no data parts 2026.04.10 19:10:29.498278 [ 275 ] {72f4f5fe-5514-4bed-bac8-f8b4476f8ce2} TCPHandler: Processed in 0.015620879 sec. 2026.04.10 19:10:29.498862 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.499097 [ 275 ] {eaf24ef9-68f3-4e69-b6fb-dc744a34278f} executeQuery: (from [fd00:1122:3344:101::d]:39950) /* 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.04.10 19:10:29.499254 [ 275 ] {eaf24ef9-68f3-4e69-b6fb-dc744a34278f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.10 19:10:29.511994 [ 275 ] {eaf24ef9-68f3-4e69-b6fb-dc744a34278f} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Loading data parts 2026.04.10 19:10:29.512338 [ 275 ] {eaf24ef9-68f3-4e69-b6fb-dc744a34278f} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): There are no data parts 2026.04.10 19:10:29.513944 [ 275 ] {eaf24ef9-68f3-4e69-b6fb-dc744a34278f} TCPHandler: Processed in 0.015229208 sec. 2026.04.10 19:10:29.514161 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.514468 [ 275 ] {38a0b413-2f18-402a-aa9d-780032ab73fa} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.514520 [ 275 ] {38a0b413-2f18-402a-aa9d-780032ab73fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.10 19:10:29.516848 [ 275 ] {38a0b413-2f18-402a-aa9d-780032ab73fa} oximeter.measurements_i8 (65d6fa52-c0aa-452d-b7bb-d9c4fda77c82): Loading data parts 2026.04.10 19:10:29.517119 [ 275 ] {38a0b413-2f18-402a-aa9d-780032ab73fa} oximeter.measurements_i8 (65d6fa52-c0aa-452d-b7bb-d9c4fda77c82): There are no data parts 2026.04.10 19:10:29.519568 [ 275 ] {38a0b413-2f18-402a-aa9d-780032ab73fa} TCPHandler: Processed in 0.005479774 sec. 2026.04.10 19:10:29.519810 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.519976 [ 275 ] {c0b21438-1191-487d-8d71-08915a2fe7ff} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.520090 [ 275 ] {c0b21438-1191-487d-8d71-08915a2fe7ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.10 19:10:29.525599 [ 275 ] {c0b21438-1191-487d-8d71-08915a2fe7ff} oximeter.measurements_u8 (f0016a7d-d751-4086-ae35-2cfd958db4be): Loading data parts 2026.04.10 19:10:29.525829 [ 275 ] {c0b21438-1191-487d-8d71-08915a2fe7ff} oximeter.measurements_u8 (f0016a7d-d751-4086-ae35-2cfd958db4be): There are no data parts 2026.04.10 19:10:29.527092 [ 275 ] {c0b21438-1191-487d-8d71-08915a2fe7ff} TCPHandler: Processed in 0.007333657 sec. 2026.04.10 19:10:29.527255 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.527533 [ 275 ] {4b23c530-b59a-4526-9d67-51971a5bdeef} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.527584 [ 275 ] {4b23c530-b59a-4526-9d67-51971a5bdeef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.10 19:10:29.540038 [ 275 ] {4b23c530-b59a-4526-9d67-51971a5bdeef} oximeter.measurements_i16 (ec738d63-36ad-4762-8043-06b8d9219de1): Loading data parts 2026.04.10 19:10:29.540289 [ 275 ] {4b23c530-b59a-4526-9d67-51971a5bdeef} oximeter.measurements_i16 (ec738d63-36ad-4762-8043-06b8d9219de1): There are no data parts 2026.04.10 19:10:29.542575 [ 275 ] {4b23c530-b59a-4526-9d67-51971a5bdeef} TCPHandler: Processed in 0.015373413 sec. 2026.04.10 19:10:29.542903 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.543078 [ 275 ] {0526e5b0-07fb-4f4a-b71e-a85622da51eb} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.543207 [ 275 ] {0526e5b0-07fb-4f4a-b71e-a85622da51eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.10 19:10:29.545381 [ 275 ] {0526e5b0-07fb-4f4a-b71e-a85622da51eb} oximeter.measurements_u16 (8ce73a1b-fe4c-48d3-8400-a8183f8fbfae): Loading data parts 2026.04.10 19:10:29.545624 [ 275 ] {0526e5b0-07fb-4f4a-b71e-a85622da51eb} oximeter.measurements_u16 (8ce73a1b-fe4c-48d3-8400-a8183f8fbfae): There are no data parts 2026.04.10 19:10:29.547572 [ 275 ] {0526e5b0-07fb-4f4a-b71e-a85622da51eb} TCPHandler: Processed in 0.004730783 sec. 2026.04.10 19:10:29.547755 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.547976 [ 275 ] {37f9c8ac-786c-4efe-9a3b-a77f6a89ccbf} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.548053 [ 275 ] {37f9c8ac-786c-4efe-9a3b-a77f6a89ccbf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.10 19:10:29.555123 [ 275 ] {37f9c8ac-786c-4efe-9a3b-a77f6a89ccbf} oximeter.measurements_i32 (33d43dba-87b8-410a-b5b0-3318de0f731e): Loading data parts 2026.04.10 19:10:29.555327 [ 275 ] {37f9c8ac-786c-4efe-9a3b-a77f6a89ccbf} oximeter.measurements_i32 (33d43dba-87b8-410a-b5b0-3318de0f731e): There are no data parts 2026.04.10 19:10:29.557246 [ 275 ] {37f9c8ac-786c-4efe-9a3b-a77f6a89ccbf} TCPHandler: Processed in 0.00956841 sec. 2026.04.10 19:10:29.557521 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.557679 [ 275 ] {8f29f5cc-f0c6-4bbd-a2db-6a65c3680037} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.557808 [ 275 ] {8f29f5cc-f0c6-4bbd-a2db-6a65c3680037} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.10 19:10:29.560370 [ 275 ] {8f29f5cc-f0c6-4bbd-a2db-6a65c3680037} oximeter.measurements_u32 (17f8508b-7f90-4751-8cc6-78f7cd53b159): Loading data parts 2026.04.10 19:10:29.560576 [ 275 ] {8f29f5cc-f0c6-4bbd-a2db-6a65c3680037} oximeter.measurements_u32 (17f8508b-7f90-4751-8cc6-78f7cd53b159): There are no data parts 2026.04.10 19:10:29.571541 [ 275 ] {8f29f5cc-f0c6-4bbd-a2db-6a65c3680037} TCPHandler: Processed in 0.014072326 sec. 2026.04.10 19:10:29.571720 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.572019 [ 275 ] {8961c2db-0a7e-4c8b-bfb7-c2d2e6be75c2} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.572117 [ 275 ] {8961c2db-0a7e-4c8b-bfb7-c2d2e6be75c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.10 19:10:29.574702 [ 275 ] {8961c2db-0a7e-4c8b-bfb7-c2d2e6be75c2} oximeter.measurements_i64 (6de4225a-8868-4e95-87ed-01518e13b851): Loading data parts 2026.04.10 19:10:29.574871 [ 275 ] {8961c2db-0a7e-4c8b-bfb7-c2d2e6be75c2} oximeter.measurements_i64 (6de4225a-8868-4e95-87ed-01518e13b851): There are no data parts 2026.04.10 19:10:29.576902 [ 275 ] {8961c2db-0a7e-4c8b-bfb7-c2d2e6be75c2} TCPHandler: Processed in 0.005243148 sec. 2026.04.10 19:10:29.577152 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.577326 [ 275 ] {3143be0d-930e-4619-ade9-5637c3a8b8ba} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.577454 [ 275 ] {3143be0d-930e-4619-ade9-5637c3a8b8ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.10 19:10:29.579907 [ 275 ] {3143be0d-930e-4619-ade9-5637c3a8b8ba} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Loading data parts 2026.04.10 19:10:29.580061 [ 275 ] {3143be0d-930e-4619-ade9-5637c3a8b8ba} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): There are no data parts 2026.04.10 19:10:29.586300 [ 275 ] {3143be0d-930e-4619-ade9-5637c3a8b8ba} TCPHandler: Processed in 0.009201028 sec. 2026.04.10 19:10:29.586466 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.586653 [ 275 ] {1a7589ad-ef18-45f2-93df-21f258efb8f7} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.586788 [ 275 ] {1a7589ad-ef18-45f2-93df-21f258efb8f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.10 19:10:29.589464 [ 275 ] {1a7589ad-ef18-45f2-93df-21f258efb8f7} oximeter.measurements_f32 (698c129d-e061-4aa9-b775-7ade74767dfc): Loading data parts 2026.04.10 19:10:29.589614 [ 275 ] {1a7589ad-ef18-45f2-93df-21f258efb8f7} oximeter.measurements_f32 (698c129d-e061-4aa9-b775-7ade74767dfc): There are no data parts 2026.04.10 19:10:29.591178 [ 275 ] {1a7589ad-ef18-45f2-93df-21f258efb8f7} TCPHandler: Processed in 0.004773575 sec. 2026.04.10 19:10:29.591399 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.591553 [ 275 ] {18d13a16-17a3-4b85-9e6b-435466c75b24} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.591671 [ 275 ] {18d13a16-17a3-4b85-9e6b-435466c75b24} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.10 19:10:29.593447 [ 275 ] {18d13a16-17a3-4b85-9e6b-435466c75b24} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Loading data parts 2026.04.10 19:10:29.593596 [ 275 ] {18d13a16-17a3-4b85-9e6b-435466c75b24} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): There are no data parts 2026.04.10 19:10:29.604864 [ 275 ] {18d13a16-17a3-4b85-9e6b-435466c75b24} TCPHandler: Processed in 0.0135149 sec. 2026.04.10 19:10:29.605034 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.605220 [ 275 ] {c7d93f4e-3de2-4e8a-9e53-6b6fbd9c90f7} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.605376 [ 275 ] {c7d93f4e-3de2-4e8a-9e53-6b6fbd9c90f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.10 19:10:29.610891 [ 275 ] {c7d93f4e-3de2-4e8a-9e53-6b6fbd9c90f7} oximeter.measurements_string (5483244b-5e60-4639-820f-cba9c0496e6d): Loading data parts 2026.04.10 19:10:29.611075 [ 275 ] {c7d93f4e-3de2-4e8a-9e53-6b6fbd9c90f7} oximeter.measurements_string (5483244b-5e60-4639-820f-cba9c0496e6d): There are no data parts 2026.04.10 19:10:29.612629 [ 275 ] {c7d93f4e-3de2-4e8a-9e53-6b6fbd9c90f7} TCPHandler: Processed in 0.007655956 sec. 2026.04.10 19:10:29.612861 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.613018 [ 275 ] {8d9096dc-baac-45bc-85d7-f5650f5f4698} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.613145 [ 275 ] {8d9096dc-baac-45bc-85d7-f5650f5f4698} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.10 19:10:29.615138 [ 275 ] {8d9096dc-baac-45bc-85d7-f5650f5f4698} oximeter.measurements_bytes (4c3246f0-f90f-4efd-ba62-e4be60c8dbeb): Loading data parts 2026.04.10 19:10:29.615288 [ 275 ] {8d9096dc-baac-45bc-85d7-f5650f5f4698} oximeter.measurements_bytes (4c3246f0-f90f-4efd-ba62-e4be60c8dbeb): There are no data parts 2026.04.10 19:10:29.616593 [ 275 ] {8d9096dc-baac-45bc-85d7-f5650f5f4698} TCPHandler: Processed in 0.003780836 sec. 2026.04.10 19:10:29.616851 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.617016 [ 275 ] {93c48651-eaef-4d15-bb42-76cb6b670d62} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.617135 [ 275 ] {93c48651-eaef-4d15-bb42-76cb6b670d62} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.10 19:10:29.619037 [ 275 ] {93c48651-eaef-4d15-bb42-76cb6b670d62} oximeter.measurements_cumulativei64 (b487056d-1937-4554-a6df-1e7703287392): Loading data parts 2026.04.10 19:10:29.619261 [ 275 ] {93c48651-eaef-4d15-bb42-76cb6b670d62} oximeter.measurements_cumulativei64 (b487056d-1937-4554-a6df-1e7703287392): There are no data parts 2026.04.10 19:10:29.620459 [ 275 ] {93c48651-eaef-4d15-bb42-76cb6b670d62} TCPHandler: Processed in 0.003660013 sec. 2026.04.10 19:10:29.620613 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.620874 [ 275 ] {078782da-8f2b-4420-93e8-51e46abbbe60} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.621016 [ 275 ] {078782da-8f2b-4420-93e8-51e46abbbe60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.10 19:10:29.624029 [ 275 ] {078782da-8f2b-4420-93e8-51e46abbbe60} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Loading data parts 2026.04.10 19:10:29.624222 [ 275 ] {078782da-8f2b-4420-93e8-51e46abbbe60} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): There are no data parts 2026.04.10 19:10:29.635683 [ 275 ] {078782da-8f2b-4420-93e8-51e46abbbe60} TCPHandler: Processed in 0.015128766 sec. 2026.04.10 19:10:29.635857 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.636027 [ 275 ] {44470a5d-1730-4c5e-8614-9c93e780cd57} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.636157 [ 275 ] {44470a5d-1730-4c5e-8614-9c93e780cd57} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.10 19:10:29.639220 [ 275 ] {44470a5d-1730-4c5e-8614-9c93e780cd57} oximeter.measurements_cumulativef32 (f37dbdef-cab3-48d6-b644-331a510bd0c4): Loading data parts 2026.04.10 19:10:29.639433 [ 275 ] {44470a5d-1730-4c5e-8614-9c93e780cd57} oximeter.measurements_cumulativef32 (f37dbdef-cab3-48d6-b644-331a510bd0c4): There are no data parts 2026.04.10 19:10:29.641336 [ 275 ] {44470a5d-1730-4c5e-8614-9c93e780cd57} TCPHandler: Processed in 0.005539716 sec. 2026.04.10 19:10:29.641627 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.641809 [ 275 ] {0f66db0f-15a1-49f3-8606-63cb35225447} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.641945 [ 275 ] {0f66db0f-15a1-49f3-8606-63cb35225447} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.10 19:10:29.643689 [ 275 ] {0f66db0f-15a1-49f3-8606-63cb35225447} oximeter.measurements_cumulativef64 (a8e39c68-1edf-4973-8e7f-e2462f1b5b45): Loading data parts 2026.04.10 19:10:29.643964 [ 275 ] {0f66db0f-15a1-49f3-8606-63cb35225447} oximeter.measurements_cumulativef64 (a8e39c68-1edf-4973-8e7f-e2462f1b5b45): There are no data parts 2026.04.10 19:10:29.648570 [ 275 ] {0f66db0f-15a1-49f3-8606-63cb35225447} TCPHandler: Processed in 0.006995167 sec. 2026.04.10 19:10:29.648736 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.649059 [ 275 ] {b8a64464-3780-44fb-ad9b-bfba33810c01} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.649190 [ 275 ] {b8a64464-3780-44fb-ad9b-bfba33810c01} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.10 19:10:29.651391 [ 275 ] {b8a64464-3780-44fb-ad9b-bfba33810c01} oximeter.measurements_histogrami8 (f78bce16-2cc0-41f8-8870-3863fad8af5b): Loading data parts 2026.04.10 19:10:29.651551 [ 275 ] {b8a64464-3780-44fb-ad9b-bfba33810c01} oximeter.measurements_histogrami8 (f78bce16-2cc0-41f8-8870-3863fad8af5b): There are no data parts 2026.04.10 19:10:29.663694 [ 275 ] {b8a64464-3780-44fb-ad9b-bfba33810c01} TCPHandler: Processed in 0.015013133 sec. 2026.04.10 19:10:29.663937 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.664156 [ 275 ] {730c34a5-5b4f-46f3-ad7e-2dd005d50560} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.664275 [ 275 ] {730c34a5-5b4f-46f3-ad7e-2dd005d50560} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.10 19:10:29.673194 [ 275 ] {730c34a5-5b4f-46f3-ad7e-2dd005d50560} oximeter.measurements_histogramu8 (5b3c95fd-6727-4582-9e31-4ceeb4780b08): Loading data parts 2026.04.10 19:10:29.673406 [ 275 ] {730c34a5-5b4f-46f3-ad7e-2dd005d50560} oximeter.measurements_histogramu8 (5b3c95fd-6727-4582-9e31-4ceeb4780b08): There are no data parts 2026.04.10 19:10:29.685932 [ 275 ] {730c34a5-5b4f-46f3-ad7e-2dd005d50560} TCPHandler: Processed in 0.022045761 sec. 2026.04.10 19:10:29.686096 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.686460 [ 275 ] {1bc7546b-a9f3-45db-b980-60d3f302fa8a} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.686648 [ 275 ] {1bc7546b-a9f3-45db-b980-60d3f302fa8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.10 19:10:29.702230 [ 275 ] {1bc7546b-a9f3-45db-b980-60d3f302fa8a} oximeter.measurements_histogrami16 (ffbe94ea-2b9f-4257-9be6-07f45824e933): Loading data parts 2026.04.10 19:10:29.702390 [ 275 ] {1bc7546b-a9f3-45db-b980-60d3f302fa8a} oximeter.measurements_histogrami16 (ffbe94ea-2b9f-4257-9be6-07f45824e933): There are no data parts 2026.04.10 19:10:29.704850 [ 275 ] {1bc7546b-a9f3-45db-b980-60d3f302fa8a} TCPHandler: Processed in 0.01880537 sec. 2026.04.10 19:10:29.705216 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.705491 [ 275 ] {5063d376-0895-41af-b2a6-f059105b3060} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.705641 [ 275 ] {5063d376-0895-41af-b2a6-f059105b3060} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.10 19:10:29.720288 [ 275 ] {5063d376-0895-41af-b2a6-f059105b3060} oximeter.measurements_histogramu16 (dbf7d35b-c971-4d00-afc9-3eafcb8d3a1a): Loading data parts 2026.04.10 19:10:29.720501 [ 275 ] {5063d376-0895-41af-b2a6-f059105b3060} oximeter.measurements_histogramu16 (dbf7d35b-c971-4d00-afc9-3eafcb8d3a1a): There are no data parts 2026.04.10 19:10:29.724270 [ 275 ] {5063d376-0895-41af-b2a6-f059105b3060} TCPHandler: Processed in 0.019120588 sec. 2026.04.10 19:10:29.724423 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.724719 [ 275 ] {58e1a8dd-8c70-45e9-bf79-757064028756} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.724893 [ 275 ] {58e1a8dd-8c70-45e9-bf79-757064028756} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.10 19:10:29.742705 [ 275 ] {58e1a8dd-8c70-45e9-bf79-757064028756} oximeter.measurements_histogrami32 (5bdff988-76ef-4469-939b-7ad5c86ae8be): Loading data parts 2026.04.10 19:10:29.742888 [ 275 ] {58e1a8dd-8c70-45e9-bf79-757064028756} oximeter.measurements_histogrami32 (5bdff988-76ef-4469-939b-7ad5c86ae8be): There are no data parts 2026.04.10 19:10:29.745394 [ 275 ] {58e1a8dd-8c70-45e9-bf79-757064028756} TCPHandler: Processed in 0.021025472 sec. 2026.04.10 19:10:29.745655 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.745894 [ 275 ] {76b7dd1e-12f3-4f28-90eb-a4cd9b35547f} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.746026 [ 275 ] {76b7dd1e-12f3-4f28-90eb-a4cd9b35547f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.10 19:10:29.761371 [ 275 ] {76b7dd1e-12f3-4f28-90eb-a4cd9b35547f} oximeter.measurements_histogramu32 (1ddbf430-d923-443d-a696-c6f965ca2172): Loading data parts 2026.04.10 19:10:29.761574 [ 275 ] {76b7dd1e-12f3-4f28-90eb-a4cd9b35547f} oximeter.measurements_histogramu32 (1ddbf430-d923-443d-a696-c6f965ca2172): There are no data parts 2026.04.10 19:10:29.781325 [ 275 ] {76b7dd1e-12f3-4f28-90eb-a4cd9b35547f} TCPHandler: Processed in 0.035725826 sec. 2026.04.10 19:10:29.781518 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.781877 [ 275 ] {59a23897-aa30-4230-82e2-988f6d9bfade} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.782017 [ 275 ] {59a23897-aa30-4230-82e2-988f6d9bfade} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.10 19:10:29.799127 [ 275 ] {59a23897-aa30-4230-82e2-988f6d9bfade} oximeter.measurements_histogrami64 (218b71e4-8c19-4099-adb5-52eff6e67f71): Loading data parts 2026.04.10 19:10:29.799303 [ 275 ] {59a23897-aa30-4230-82e2-988f6d9bfade} oximeter.measurements_histogrami64 (218b71e4-8c19-4099-adb5-52eff6e67f71): There are no data parts 2026.04.10 19:10:29.808328 [ 275 ] {59a23897-aa30-4230-82e2-988f6d9bfade} TCPHandler: Processed in 0.026886697 sec. 2026.04.10 19:10:29.809165 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.809400 [ 275 ] {2cce7068-f222-4479-ad4d-5f0ef668f3a4} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.809570 [ 275 ] {2cce7068-f222-4479-ad4d-5f0ef668f3a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.10 19:10:29.813919 [ 275 ] {2cce7068-f222-4479-ad4d-5f0ef668f3a4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Loading data parts 2026.04.10 19:10:29.814120 [ 275 ] {2cce7068-f222-4479-ad4d-5f0ef668f3a4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): There are no data parts 2026.04.10 19:10:29.819793 [ 275 ] {2cce7068-f222-4479-ad4d-5f0ef668f3a4} TCPHandler: Processed in 0.010694451 sec. 2026.04.10 19:10:29.819971 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.820249 [ 275 ] {aaab3cb0-671a-4aee-a486-a1518e149d41} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.820384 [ 275 ] {aaab3cb0-671a-4aee-a486-a1518e149d41} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.10 19:10:29.832832 [ 275 ] {aaab3cb0-671a-4aee-a486-a1518e149d41} oximeter.measurements_histogramf32 (d949628c-58d7-4aae-abd6-55727e3aff91): Loading data parts 2026.04.10 19:10:29.832986 [ 275 ] {aaab3cb0-671a-4aee-a486-a1518e149d41} oximeter.measurements_histogramf32 (d949628c-58d7-4aae-abd6-55727e3aff91): There are no data parts 2026.04.10 19:10:29.835632 [ 275 ] {aaab3cb0-671a-4aee-a486-a1518e149d41} TCPHandler: Processed in 0.015729753 sec. 2026.04.10 19:10:29.835864 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.836077 [ 275 ] {3d56c989-c7cf-4257-9b68-477af4e4f845} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.836206 [ 275 ] {3d56c989-c7cf-4257-9b68-477af4e4f845} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.10 19:10:29.851901 [ 275 ] {3d56c989-c7cf-4257-9b68-477af4e4f845} oximeter.measurements_histogramf64 (4e4c5764-c449-4b70-a7a4-2827497dd43b): Loading data parts 2026.04.10 19:10:29.852118 [ 275 ] {3d56c989-c7cf-4257-9b68-477af4e4f845} oximeter.measurements_histogramf64 (4e4c5764-c449-4b70-a7a4-2827497dd43b): There are no data parts 2026.04.10 19:10:29.854334 [ 275 ] {3d56c989-c7cf-4257-9b68-477af4e4f845} TCPHandler: Processed in 0.018523702 sec. 2026.04.10 19:10:29.854513 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.854765 [ 275 ] {e05cbc08-a3ff-4e46-abf3-fef66462d379} executeQuery: (from [fd00:1122:3344:101::d]:39950) /* 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.04.10 19:10:29.854915 [ 275 ] {e05cbc08-a3ff-4e46-abf3-fef66462d379} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.10 19:10:29.870907 [ 275 ] {e05cbc08-a3ff-4e46-abf3-fef66462d379} oximeter.fields_bool (844662bd-3cb6-49cf-8c98-556eb02f98cf): Loading data parts 2026.04.10 19:10:29.871129 [ 275 ] {e05cbc08-a3ff-4e46-abf3-fef66462d379} oximeter.fields_bool (844662bd-3cb6-49cf-8c98-556eb02f98cf): There are no data parts 2026.04.10 19:10:29.873711 [ 275 ] {e05cbc08-a3ff-4e46-abf3-fef66462d379} TCPHandler: Processed in 0.019266622 sec. 2026.04.10 19:10:29.873875 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.874107 [ 275 ] {3e7f5103-4e68-4e56-8c67-29fcb25bd744} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.874218 [ 275 ] {3e7f5103-4e68-4e56-8c67-29fcb25bd744} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.10 19:10:29.876166 [ 275 ] {3e7f5103-4e68-4e56-8c67-29fcb25bd744} oximeter.fields_i8 (93247257-7a25-4868-a7ed-ab034731aa56): Loading data parts 2026.04.10 19:10:29.876323 [ 275 ] {3e7f5103-4e68-4e56-8c67-29fcb25bd744} oximeter.fields_i8 (93247257-7a25-4868-a7ed-ab034731aa56): There are no data parts 2026.04.10 19:10:29.878151 [ 275 ] {3e7f5103-4e68-4e56-8c67-29fcb25bd744} TCPHandler: Processed in 0.004331292 sec. 2026.04.10 19:10:29.878315 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.878475 [ 275 ] {6c1719ff-3dd2-4a6b-a929-6c5a923effcd} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.878589 [ 275 ] {6c1719ff-3dd2-4a6b-a929-6c5a923effcd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.10 19:10:29.888933 [ 275 ] {6c1719ff-3dd2-4a6b-a929-6c5a923effcd} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Loading data parts 2026.04.10 19:10:29.889078 [ 275 ] {6c1719ff-3dd2-4a6b-a929-6c5a923effcd} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): There are no data parts 2026.04.10 19:10:29.891181 [ 275 ] {6c1719ff-3dd2-4a6b-a929-6c5a923effcd} TCPHandler: Processed in 0.012928224 sec. 2026.04.10 19:10:29.891339 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.891579 [ 275 ] {376f7a0d-3d6b-477b-9d93-f4ab6ac5012c} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.891704 [ 275 ] {376f7a0d-3d6b-477b-9d93-f4ab6ac5012c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.10 19:10:29.893482 [ 275 ] {376f7a0d-3d6b-477b-9d93-f4ab6ac5012c} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Loading data parts 2026.04.10 19:10:29.893624 [ 275 ] {376f7a0d-3d6b-477b-9d93-f4ab6ac5012c} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): There are no data parts 2026.04.10 19:10:29.900348 [ 275 ] {376f7a0d-3d6b-477b-9d93-f4ab6ac5012c} TCPHandler: Processed in 0.009058625 sec. 2026.04.10 19:10:29.900512 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.900673 [ 275 ] {6715e0ff-4efb-4a96-92a3-afdc79240a0b} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.900809 [ 275 ] {6715e0ff-4efb-4a96-92a3-afdc79240a0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.10 19:10:29.903238 [ 275 ] {6715e0ff-4efb-4a96-92a3-afdc79240a0b} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Loading data parts 2026.04.10 19:10:29.903476 [ 275 ] {6715e0ff-4efb-4a96-92a3-afdc79240a0b} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): There are no data parts 2026.04.10 19:10:29.905483 [ 275 ] {6715e0ff-4efb-4a96-92a3-afdc79240a0b} TCPHandler: Processed in 0.005028712 sec. 2026.04.10 19:10:29.905677 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.905897 [ 275 ] {31ccae32-1051-4005-afd3-b69d21f81ac0} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.906024 [ 275 ] {31ccae32-1051-4005-afd3-b69d21f81ac0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.10 19:10:29.918285 [ 275 ] {31ccae32-1051-4005-afd3-b69d21f81ac0} oximeter.fields_i32 (6fcfbce2-41d0-491e-8287-e064e1c4a679): Loading data parts 2026.04.10 19:10:29.918457 [ 275 ] {31ccae32-1051-4005-afd3-b69d21f81ac0} oximeter.fields_i32 (6fcfbce2-41d0-491e-8287-e064e1c4a679): There are no data parts 2026.04.10 19:10:29.920440 [ 275 ] {31ccae32-1051-4005-afd3-b69d21f81ac0} TCPHandler: Processed in 0.014815147 sec. 2026.04.10 19:10:29.920593 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.920751 [ 275 ] {3cdaf1d9-f917-4b92-b29c-78754389e3e7} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.920887 [ 275 ] {3cdaf1d9-f917-4b92-b29c-78754389e3e7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.10 19:10:29.923480 [ 275 ] {3cdaf1d9-f917-4b92-b29c-78754389e3e7} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Loading data parts 2026.04.10 19:10:29.923627 [ 275 ] {3cdaf1d9-f917-4b92-b29c-78754389e3e7} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): There are no data parts 2026.04.10 19:10:29.930159 [ 275 ] {3cdaf1d9-f917-4b92-b29c-78754389e3e7} TCPHandler: Processed in 0.00961708 sec. 2026.04.10 19:10:29.930423 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.930584 [ 275 ] {7366afce-eb34-47e5-96c4-64922574bc4f} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.930719 [ 275 ] {7366afce-eb34-47e5-96c4-64922574bc4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.10 19:10:29.933079 [ 275 ] {7366afce-eb34-47e5-96c4-64922574bc4f} oximeter.fields_i64 (e599b36a-af52-461b-979a-cdb5af8b1a00): Loading data parts 2026.04.10 19:10:29.933329 [ 275 ] {7366afce-eb34-47e5-96c4-64922574bc4f} oximeter.fields_i64 (e599b36a-af52-461b-979a-cdb5af8b1a00): There are no data parts 2026.04.10 19:10:29.935521 [ 275 ] {7366afce-eb34-47e5-96c4-64922574bc4f} TCPHandler: Processed in 0.005151705 sec. 2026.04.10 19:10:29.935680 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.935891 [ 275 ] {869f39bd-2738-443e-970c-eaa7f1af1c77} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.935975 [ 275 ] {869f39bd-2738-443e-970c-eaa7f1af1c77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.10 19:10:29.947700 [ 275 ] {869f39bd-2738-443e-970c-eaa7f1af1c77} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Loading data parts 2026.04.10 19:10:29.947866 [ 275 ] {869f39bd-2738-443e-970c-eaa7f1af1c77} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): There are no data parts 2026.04.10 19:10:29.950245 [ 275 ] {869f39bd-2738-443e-970c-eaa7f1af1c77} TCPHandler: Processed in 0.014616862 sec. 2026.04.10 19:10:29.950542 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.950706 [ 275 ] {0e50a132-fa76-4b47-86bc-d72d5ad36ca9} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.950838 [ 275 ] {0e50a132-fa76-4b47-86bc-d72d5ad36ca9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.10 19:10:29.952740 [ 275 ] {0e50a132-fa76-4b47-86bc-d72d5ad36ca9} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Loading data parts 2026.04.10 19:10:29.953054 [ 275 ] {0e50a132-fa76-4b47-86bc-d72d5ad36ca9} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): There are no data parts 2026.04.10 19:10:29.955312 [ 275 ] {0e50a132-fa76-4b47-86bc-d72d5ad36ca9} TCPHandler: Processed in 0.004823195 sec. 2026.04.10 19:10:29.955461 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.955706 [ 275 ] {37ea9c0e-b3e5-4b49-912e-4b2b5ac589f8} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.955846 [ 275 ] {37ea9c0e-b3e5-4b49-912e-4b2b5ac589f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.10 19:10:29.962874 [ 275 ] {37ea9c0e-b3e5-4b49-912e-4b2b5ac589f8} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Loading data parts 2026.04.10 19:10:29.963016 [ 275 ] {37ea9c0e-b3e5-4b49-912e-4b2b5ac589f8} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): There are no data parts 2026.04.10 19:10:29.964797 [ 275 ] {37ea9c0e-b3e5-4b49-912e-4b2b5ac589f8} TCPHandler: Processed in 0.009384484 sec. 2026.04.10 19:10:29.965001 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.965160 [ 275 ] {2414e479-8d29-450a-b42a-2d862f0b4c47} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:29.965292 [ 275 ] {2414e479-8d29-450a-b42a-2d862f0b4c47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.10 19:10:29.967372 [ 275 ] {2414e479-8d29-450a-b42a-2d862f0b4c47} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Loading data parts 2026.04.10 19:10:29.967614 [ 275 ] {2414e479-8d29-450a-b42a-2d862f0b4c47} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): There are no data parts 2026.04.10 19:10:29.979174 [ 275 ] {2414e479-8d29-450a-b42a-2d862f0b4c47} TCPHandler: Processed in 0.01422648 sec. 2026.04.10 19:10:29.979361 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.979761 [ 275 ] {7b25a050-3bea-42be-92f8-45c28cf72291} executeQuery: (from [fd00:1122:3344:101::d]:39950) /* 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.04.10 19:10:29.979924 [ 275 ] {7b25a050-3bea-42be-92f8-45c28cf72291} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.10 19:10:29.982509 [ 275 ] {7b25a050-3bea-42be-92f8-45c28cf72291} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0): Loading data parts 2026.04.10 19:10:29.982838 [ 275 ] {7b25a050-3bea-42be-92f8-45c28cf72291} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0): There are no data parts 2026.04.10 19:10:29.984197 [ 275 ] {7b25a050-3bea-42be-92f8-45c28cf72291} TCPHandler: Processed in 0.004898547 sec. 2026.04.10 19:10:29.984485 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:29.984906 [ 276 ] {fa6b9137-a235-414c-ab96-1973ec84d867} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.10 19:10:29.986215 [ 276 ] {fa6b9137-a235-414c-ab96-1973ec84d867} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.10 19:10:29.997277 [ 285 ] {fa6b9137-a235-414c-ab96-1973ec84d867} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:29.997451 [ 285 ] {fa6b9137-a235-414c-ab96-1973ec84d867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2026.04.10 19:10:30.001124 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 127.32 MiB, peak 127.32 MiB, free memory in arenas 0.00 B, will set to 139.11 MiB (RSS), difference: 11.80 MiB 2026.04.10 19:10:30.002075 [ 285 ] {fa6b9137-a235-414c-ab96-1973ec84d867} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:30.002715 [ 285 ] {fa6b9137-a235-414c-ab96-1973ec84d867} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:30.003000 [ 276 ] {fa6b9137-a235-414c-ab96-1973ec84d867} executeQuery: Read 1 rows, 16.00 B in 0.018223 sec., 54.87570652472151 rows/sec., 878.01 B/sec. 2026.04.10 19:10:30.003407 [ 276 ] {fa6b9137-a235-414c-ab96-1973ec84d867} TCPHandler: Processed in 0.019054036 sec. 2026.04.10 19:10:35.298126 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.04.10 19:10:35.298132 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.10 19:10:35.298241 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.10 19:10:35.298262 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.10 19:10:35.321755 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Loading data parts 2026.04.10 19:10:35.321956 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): There are no data parts 2026.04.10 19:10:35.334029 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Loading data parts 2026.04.10 19:10:35.334290 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): There are no data parts 2026.04.10 19:10:35.345347 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:35.345400 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:35.351116 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:35.351661 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:35.351795 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.04.10 19:10:35.409023 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:35.409195 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:35.415559 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:35.416744 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:35.419930 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.10 19:10:36.000384 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.85 MiB, peak 148.85 MiB, free memory in arenas 0.00 B, will set to 153.95 MiB (RSS), difference: 9.10 MiB 2026.04.10 19:10:37.798959 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.04.10 19:10:37.799162 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.10 19:10:37.806488 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Loading data parts 2026.04.10 19:10:37.806685 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): There are no data parts 2026.04.10 19:10:37.813130 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:37.813268 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:37.815260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:37.815775 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:37.816053 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.04.10 19:10:38.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.15 MiB, peak 158.15 MiB, free memory in arenas 0.00 B, will set to 154.96 MiB (RSS), difference: -3.19 MiB 2026.04.10 19:10:42.669070 [ 117 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:10:42.669136 [ 117 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:10:42.852806 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.04.10 19:10:42.853568 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:42.853600 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:42.854381 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:10:42.854909 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:42.855055 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.04.10 19:10:42.920952 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.10 19:10:42.937989 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:42.938102 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:42.944469 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:10:42.945559 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:42.948462 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.10 19:10:43.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.70 MiB, peak 159.70 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 2.11 MiB 2026.04.10 19:10:48.001146 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.82 MiB, peak 159.70 MiB, free memory in arenas 0.00 B, will set to 157.84 MiB (RSS), difference: 4.02 MiB 2026.04.10 19:10:50.015297 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.015588 [ 275 ] {f1889a35-6533-42f0-a74c-05ca96a3d910} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.016024 [ 275 ] {f1889a35-6533-42f0-a74c-05ca96a3d910} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.020410 [ 275 ] {f1889a35-6533-42f0-a74c-05ca96a3d910} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.021365 [ 275 ] {f1889a35-6533-42f0-a74c-05ca96a3d910} TCPHandler: Processed in 0.006250716 sec. 2026.04.10 19:10:50.034475 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.034669 [ 275 ] {c6fdc2da-28e7-4163-ad04-2baff57559da} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.039497 [ 275 ] {c6fdc2da-28e7-4163-ad04-2baff57559da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.039544 [ 275 ] {c6fdc2da-28e7-4163-ad04-2baff57559da} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.039935 [ 275 ] {c6fdc2da-28e7-4163-ad04-2baff57559da} TCPHandler: Processed in 0.005511795 sec. 2026.04.10 19:10:50.040141 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.040258 [ 275 ] {bf7b7b4d-fd9d-46c6-b5d8-6c3da7ba4b1b} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.040534 [ 275 ] {bf7b7b4d-fd9d-46c6-b5d8-6c3da7ba4b1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.040577 [ 275 ] {bf7b7b4d-fd9d-46c6-b5d8-6c3da7ba4b1b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.040894 [ 275 ] {bf7b7b4d-fd9d-46c6-b5d8-6c3da7ba4b1b} TCPHandler: Processed in 0.000803843 sec. 2026.04.10 19:10:50.041084 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.041200 [ 275 ] {cedc4cc2-8d72-4d9e-ac6e-327ec30fd1bd} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.041433 [ 275 ] {cedc4cc2-8d72-4d9e-ac6e-327ec30fd1bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.041477 [ 275 ] {cedc4cc2-8d72-4d9e-ac6e-327ec30fd1bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.041839 [ 275 ] {cedc4cc2-8d72-4d9e-ac6e-327ec30fd1bd} TCPHandler: Processed in 0.000803643 sec. 2026.04.10 19:10:50.042035 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.042149 [ 275 ] {6d8b760b-81d9-4046-ae9e-36524ee04a63} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.042382 [ 275 ] {6d8b760b-81d9-4046-ae9e-36524ee04a63} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.042425 [ 275 ] {6d8b760b-81d9-4046-ae9e-36524ee04a63} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.042734 [ 275 ] {6d8b760b-81d9-4046-ae9e-36524ee04a63} TCPHandler: Processed in 0.000747331 sec. 2026.04.10 19:10:50.042932 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.043045 [ 275 ] {c40c8643-7df4-4ab9-9626-0888379591e0} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.043278 [ 275 ] {c40c8643-7df4-4ab9-9626-0888379591e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.043321 [ 275 ] {c40c8643-7df4-4ab9-9626-0888379591e0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.043628 [ 275 ] {c40c8643-7df4-4ab9-9626-0888379591e0} TCPHandler: Processed in 0.000747251 sec. 2026.04.10 19:10:50.043823 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.043938 [ 275 ] {c620e539-462d-4fe9-9cea-868cddd89a5c} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.044172 [ 275 ] {c620e539-462d-4fe9-9cea-868cddd89a5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.044215 [ 275 ] {c620e539-462d-4fe9-9cea-868cddd89a5c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.044528 [ 275 ] {c620e539-462d-4fe9-9cea-868cddd89a5c} TCPHandler: Processed in 0.000752222 sec. 2026.04.10 19:10:50.044722 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.044838 [ 275 ] {45f74f3d-9868-4a2f-85e6-e03a203754d2} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.045074 [ 275 ] {45f74f3d-9868-4a2f-85e6-e03a203754d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.045117 [ 275 ] {45f74f3d-9868-4a2f-85e6-e03a203754d2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.045423 [ 275 ] {45f74f3d-9868-4a2f-85e6-e03a203754d2} TCPHandler: Processed in 0.000749851 sec. 2026.04.10 19:10:50.045618 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.045734 [ 275 ] {ebd5041b-3483-4f6c-b76d-de4a4b1b472f} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.045970 [ 275 ] {ebd5041b-3483-4f6c-b76d-de4a4b1b472f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.046012 [ 275 ] {ebd5041b-3483-4f6c-b76d-de4a4b1b472f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.046344 [ 275 ] {ebd5041b-3483-4f6c-b76d-de4a4b1b472f} TCPHandler: Processed in 0.000775002 sec. 2026.04.10 19:10:50.046533 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.046651 [ 275 ] {c63b2f71-454f-4940-8dfd-54278a125857} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.046887 [ 275 ] {c63b2f71-454f-4940-8dfd-54278a125857} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.046929 [ 275 ] {c63b2f71-454f-4940-8dfd-54278a125857} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.047238 [ 275 ] {c63b2f71-454f-4940-8dfd-54278a125857} TCPHandler: Processed in 0.000753392 sec. 2026.04.10 19:10:50.047432 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.047549 [ 275 ] {f75ec709-d622-481a-a4f5-d66940269ec9} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.047789 [ 275 ] {f75ec709-d622-481a-a4f5-d66940269ec9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.047832 [ 275 ] {f75ec709-d622-481a-a4f5-d66940269ec9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.048138 [ 275 ] {f75ec709-d622-481a-a4f5-d66940269ec9} TCPHandler: Processed in 0.000755151 sec. 2026.04.10 19:10:50.048325 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.048443 [ 275 ] {e7264657-935d-4abb-b075-17122ba7544e} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.048681 [ 275 ] {e7264657-935d-4abb-b075-17122ba7544e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.048723 [ 275 ] {e7264657-935d-4abb-b075-17122ba7544e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.049027 [ 275 ] {e7264657-935d-4abb-b075-17122ba7544e} TCPHandler: Processed in 0.000750291 sec. 2026.04.10 19:10:50.049220 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.049339 [ 275 ] {53a5166e-dbec-4fbd-86ff-6b64d391909f} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.049587 [ 275 ] {53a5166e-dbec-4fbd-86ff-6b64d391909f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.049630 [ 275 ] {53a5166e-dbec-4fbd-86ff-6b64d391909f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.049934 [ 275 ] {53a5166e-dbec-4fbd-86ff-6b64d391909f} TCPHandler: Processed in 0.000762191 sec. 2026.04.10 19:10:50.050129 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.050247 [ 275 ] {7438dc6a-5fec-4d63-a02b-14327b8d94aa} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.050489 [ 275 ] {7438dc6a-5fec-4d63-a02b-14327b8d94aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.050531 [ 275 ] {7438dc6a-5fec-4d63-a02b-14327b8d94aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.050847 [ 275 ] {7438dc6a-5fec-4d63-a02b-14327b8d94aa} TCPHandler: Processed in 0.000767261 sec. 2026.04.10 19:10:50.051042 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.051159 [ 275 ] {5a3a40a4-0543-497c-9a4e-b1e4f9bbaa57} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.051406 [ 275 ] {5a3a40a4-0543-497c-9a4e-b1e4f9bbaa57} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.051449 [ 275 ] {5a3a40a4-0543-497c-9a4e-b1e4f9bbaa57} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.051764 [ 275 ] {5a3a40a4-0543-497c-9a4e-b1e4f9bbaa57} TCPHandler: Processed in 0.000770652 sec. 2026.04.10 19:10:50.052945 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.053063 [ 275 ] {b2e15f46-8c4a-4866-9094-5f3200c1f743} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.053314 [ 275 ] {b2e15f46-8c4a-4866-9094-5f3200c1f743} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.053355 [ 275 ] {b2e15f46-8c4a-4866-9094-5f3200c1f743} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.053668 [ 275 ] {b2e15f46-8c4a-4866-9094-5f3200c1f743} TCPHandler: Processed in 0.000772342 sec. 2026.04.10 19:10:50.054734 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.054854 [ 275 ] {423e3ef9-9a6c-4a1d-9853-499709e545aa} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.055104 [ 275 ] {423e3ef9-9a6c-4a1d-9853-499709e545aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.055146 [ 275 ] {423e3ef9-9a6c-4a1d-9853-499709e545aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.055466 [ 275 ] {423e3ef9-9a6c-4a1d-9853-499709e545aa} TCPHandler: Processed in 0.000780852 sec. 2026.04.10 19:10:50.055669 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.055797 [ 275 ] {9bb528a5-9ba5-4eb5-a286-bb0e5ebf6baf} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.056059 [ 275 ] {9bb528a5-9ba5-4eb5-a286-bb0e5ebf6baf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.056101 [ 275 ] {9bb528a5-9ba5-4eb5-a286-bb0e5ebf6baf} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.056410 [ 275 ] {9bb528a5-9ba5-4eb5-a286-bb0e5ebf6baf} TCPHandler: Processed in 0.000792813 sec. 2026.04.10 19:10:50.056607 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.056728 [ 275 ] {f8c4541a-9635-46b7-8018-122f6ede4da0} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.056982 [ 275 ] {f8c4541a-9635-46b7-8018-122f6ede4da0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.057024 [ 275 ] {f8c4541a-9635-46b7-8018-122f6ede4da0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.057331 [ 275 ] {f8c4541a-9635-46b7-8018-122f6ede4da0} TCPHandler: Processed in 0.000772612 sec. 2026.04.10 19:10:50.057526 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.057647 [ 275 ] {aeca8c02-f55b-495c-bd4f-4ba10283973e} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.057902 [ 275 ] {aeca8c02-f55b-495c-bd4f-4ba10283973e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.057944 [ 275 ] {aeca8c02-f55b-495c-bd4f-4ba10283973e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.058271 [ 275 ] {aeca8c02-f55b-495c-bd4f-4ba10283973e} TCPHandler: Processed in 0.000794022 sec. 2026.04.10 19:10:50.058465 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.058586 [ 275 ] {3ed8159f-54e8-4230-861d-08dd0b9b39ae} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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.04.10 19:10:50.058843 [ 275 ] {3ed8159f-54e8-4230-861d-08dd0b9b39ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.058885 [ 275 ] {3ed8159f-54e8-4230-861d-08dd0b9b39ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.059194 [ 275 ] {3ed8159f-54e8-4230-861d-08dd0b9b39ae} TCPHandler: Processed in 0.000776762 sec. 2026.04.10 19:10:50.059449 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.059572 [ 275 ] {8892653a-f90b-4d7a-a82a-51ae66fec6e5} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.059830 [ 275 ] {8892653a-f90b-4d7a-a82a-51ae66fec6e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.059872 [ 275 ] {8892653a-f90b-4d7a-a82a-51ae66fec6e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.060181 [ 275 ] {8892653a-f90b-4d7a-a82a-51ae66fec6e5} TCPHandler: Processed in 0.000780762 sec. 2026.04.10 19:10:50.060671 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.060793 [ 275 ] {8bc60ea9-f866-4e4e-9017-32893606202e} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.061052 [ 275 ] {8bc60ea9-f866-4e4e-9017-32893606202e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.061094 [ 275 ] {8bc60ea9-f866-4e4e-9017-32893606202e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.061405 [ 275 ] {8bc60ea9-f866-4e4e-9017-32893606202e} TCPHandler: Processed in 0.000782242 sec. 2026.04.10 19:10:50.061625 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.061747 [ 275 ] {a48e02af-bae5-4773-a62b-9c1a3d84760e} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.062008 [ 275 ] {a48e02af-bae5-4773-a62b-9c1a3d84760e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.062050 [ 275 ] {a48e02af-bae5-4773-a62b-9c1a3d84760e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.062367 [ 275 ] {a48e02af-bae5-4773-a62b-9c1a3d84760e} TCPHandler: Processed in 0.000791182 sec. 2026.04.10 19:10:50.062579 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.062702 [ 275 ] {236ac400-d7f7-4a0f-a9de-b2a875cf1390} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.062964 [ 275 ] {236ac400-d7f7-4a0f-a9de-b2a875cf1390} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.063006 [ 275 ] {236ac400-d7f7-4a0f-a9de-b2a875cf1390} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.063315 [ 275 ] {236ac400-d7f7-4a0f-a9de-b2a875cf1390} TCPHandler: Processed in 0.000785342 sec. 2026.04.10 19:10:50.063529 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.063653 [ 275 ] {2da3b353-74ed-453e-97d4-3962f18c943b} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.063917 [ 275 ] {2da3b353-74ed-453e-97d4-3962f18c943b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.063959 [ 275 ] {2da3b353-74ed-453e-97d4-3962f18c943b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.064268 [ 275 ] {2da3b353-74ed-453e-97d4-3962f18c943b} TCPHandler: Processed in 0.000789692 sec. 2026.04.10 19:10:50.064480 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.064604 [ 275 ] {c32abaa7-3284-4e71-9414-fcd7c4aba4a2} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.064866 [ 275 ] {c32abaa7-3284-4e71-9414-fcd7c4aba4a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.064908 [ 275 ] {c32abaa7-3284-4e71-9414-fcd7c4aba4a2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.065220 [ 275 ] {c32abaa7-3284-4e71-9414-fcd7c4aba4a2} TCPHandler: Processed in 0.000789092 sec. 2026.04.10 19:10:50.065430 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.065555 [ 275 ] {39ec8c23-8870-4f4d-ba1e-481da5bfc469} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.065820 [ 275 ] {39ec8c23-8870-4f4d-ba1e-481da5bfc469} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.065862 [ 275 ] {39ec8c23-8870-4f4d-ba1e-481da5bfc469} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.066172 [ 275 ] {39ec8c23-8870-4f4d-ba1e-481da5bfc469} TCPHandler: Processed in 0.000791762 sec. 2026.04.10 19:10:50.066391 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.066516 [ 275 ] {d8d1a775-a36d-48a9-aae3-177181c697c2} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.066781 [ 275 ] {d8d1a775-a36d-48a9-aae3-177181c697c2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.066823 [ 275 ] {d8d1a775-a36d-48a9-aae3-177181c697c2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.067132 [ 275 ] {d8d1a775-a36d-48a9-aae3-177181c697c2} TCPHandler: Processed in 0.000788973 sec. 2026.04.10 19:10:50.067344 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.067468 [ 275 ] {6f08dccb-b1f2-4d3f-8c8b-abb72cf8f45d} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.067736 [ 275 ] {6f08dccb-b1f2-4d3f-8c8b-abb72cf8f45d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.067778 [ 275 ] {6f08dccb-b1f2-4d3f-8c8b-abb72cf8f45d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.068086 [ 275 ] {6f08dccb-b1f2-4d3f-8c8b-abb72cf8f45d} TCPHandler: Processed in 0.000790452 sec. 2026.04.10 19:10:50.068295 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.068419 [ 275 ] {749ca628-17a3-409a-9402-0bb8d5f3c723} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.068687 [ 275 ] {749ca628-17a3-409a-9402-0bb8d5f3c723} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.068729 [ 275 ] {749ca628-17a3-409a-9402-0bb8d5f3c723} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.069037 [ 275 ] {749ca628-17a3-409a-9402-0bb8d5f3c723} TCPHandler: Processed in 0.000790252 sec. 2026.04.10 19:10:50.076265 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.076421 [ 275 ] {3f5b3c0f-7929-4119-813f-50f4dd0dfa5b} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:10:50.076709 [ 275 ] {3f5b3c0f-7929-4119-813f-50f4dd0dfa5b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.076751 [ 275 ] {3f5b3c0f-7929-4119-813f-50f4dd0dfa5b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:50.077075 [ 275 ] {3f5b3c0f-7929-4119-813f-50f4dd0dfa5b} TCPHandler: Processed in 0.000890705 sec. 2026.04.10 19:10:50.083419 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.083546 [ 275 ] {095cec0e-cd7c-4e54-8365-3261ac2b9aab} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 19:10:50.083595 [ 275 ] {095cec0e-cd7c-4e54-8365-3261ac2b9aab} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:10:50.086386 [ 275 ] {095cec0e-cd7c-4e54-8365-3261ac2b9aab} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.086433 [ 275 ] {095cec0e-cd7c-4e54-8365-3261ac2b9aab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.087067 [ 275 ] {095cec0e-cd7c-4e54-8365-3261ac2b9aab} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.087455 [ 275 ] {095cec0e-cd7c-4e54-8365-3261ac2b9aab} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.087598 [ 275 ] {095cec0e-cd7c-4e54-8365-3261ac2b9aab} executeQuery: Read 32 rows, 7.26 KiB in 0.004087 sec., 7829.703939319794 rows/sec., 1.74 MiB/sec. 2026.04.10 19:10:50.087635 [ 275 ] {095cec0e-cd7c-4e54-8365-3261ac2b9aab} TCPHandler: Processed in 0.004276421 sec. 2026.04.10 19:10:50.087793 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.087889 [ 275 ] {ef198667-f104-4cfe-afc0-2ba4e1126577} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:10:50.087928 [ 275 ] {ef198667-f104-4cfe-afc0-2ba4e1126577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:10:50.092586 [ 275 ] {ef198667-f104-4cfe-afc0-2ba4e1126577} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.092635 [ 275 ] {ef198667-f104-4cfe-afc0-2ba4e1126577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.093268 [ 275 ] {ef198667-f104-4cfe-afc0-2ba4e1126577} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.093838 [ 275 ] {ef198667-f104-4cfe-afc0-2ba4e1126577} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.093960 [ 275 ] {ef198667-f104-4cfe-afc0-2ba4e1126577} executeQuery: Read 284 rows, 18.47 KiB in 0.00609 sec., 46633.82594417077 rows/sec., 2.96 MiB/sec. 2026.04.10 19:10:50.093998 [ 275 ] {ef198667-f104-4cfe-afc0-2ba4e1126577} TCPHandler: Processed in 0.006263806 sec. 2026.04.10 19:10:50.094130 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.094236 [ 275 ] {61b01f0b-73c6-45b7-9e21-83f821f624ce} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:10:50.094276 [ 275 ] {61b01f0b-73c6-45b7-9e21-83f821f624ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:10:50.094700 [ 275 ] {61b01f0b-73c6-45b7-9e21-83f821f624ce} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.094737 [ 275 ] {61b01f0b-73c6-45b7-9e21-83f821f624ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.095136 [ 275 ] {61b01f0b-73c6-45b7-9e21-83f821f624ce} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.095587 [ 275 ] {61b01f0b-73c6-45b7-9e21-83f821f624ce} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.095712 [ 275 ] {61b01f0b-73c6-45b7-9e21-83f821f624ce} executeQuery: Read 10 rows, 835.00 B in 0.001494 sec., 6693.440428380187 rows/sec., 545.80 KiB/sec. 2026.04.10 19:10:50.095750 [ 275 ] {61b01f0b-73c6-45b7-9e21-83f821f624ce} TCPHandler: Processed in 0.001670197 sec. 2026.04.10 19:10:50.095876 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.095971 [ 275 ] {ff9378c9-be6c-481c-8216-38df1182f053} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:10:50.096010 [ 275 ] {ff9378c9-be6c-481c-8216-38df1182f053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:10:50.096861 [ 275 ] {ff9378c9-be6c-481c-8216-38df1182f053} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.096897 [ 275 ] {ff9378c9-be6c-481c-8216-38df1182f053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.097369 [ 275 ] {ff9378c9-be6c-481c-8216-38df1182f053} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.097787 [ 275 ] {ff9378c9-be6c-481c-8216-38df1182f053} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.097910 [ 275 ] {ff9378c9-be6c-481c-8216-38df1182f053} executeQuery: Read 824 rows, 65.37 KiB in 0.001956 sec., 421267.8936605317 rows/sec., 32.64 MiB/sec. 2026.04.10 19:10:50.097947 [ 275 ] {ff9378c9-be6c-481c-8216-38df1182f053} TCPHandler: Processed in 0.00212863 sec. 2026.04.10 19:10:50.098061 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.098155 [ 275 ] {38ed6119-506f-4e00-84a7-b933706f38f1} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:10:50.098194 [ 275 ] {38ed6119-506f-4e00-84a7-b933706f38f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:10:50.098634 [ 275 ] {38ed6119-506f-4e00-84a7-b933706f38f1} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.098670 [ 275 ] {38ed6119-506f-4e00-84a7-b933706f38f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.099067 [ 275 ] {38ed6119-506f-4e00-84a7-b933706f38f1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.099483 [ 275 ] {38ed6119-506f-4e00-84a7-b933706f38f1} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.099605 [ 275 ] {38ed6119-506f-4e00-84a7-b933706f38f1} executeQuery: Read 163 rows, 10.07 KiB in 0.001467 sec., 111111.11111111111 rows/sec., 6.70 MiB/sec. 2026.04.10 19:10:50.099641 [ 275 ] {38ed6119-506f-4e00-84a7-b933706f38f1} TCPHandler: Processed in 0.001629876 sec. 2026.04.10 19:10:50.099754 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.099847 [ 275 ] {feb9b0a1-d87a-4aa8-9a75-9c8674a5496f} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:10:50.099886 [ 275 ] {feb9b0a1-d87a-4aa8-9a75-9c8674a5496f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:10:50.100342 [ 275 ] {feb9b0a1-d87a-4aa8-9a75-9c8674a5496f} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.100375 [ 275 ] {feb9b0a1-d87a-4aa8-9a75-9c8674a5496f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.100772 [ 275 ] {feb9b0a1-d87a-4aa8-9a75-9c8674a5496f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.101213 [ 275 ] {feb9b0a1-d87a-4aa8-9a75-9c8674a5496f} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.101332 [ 275 ] {feb9b0a1-d87a-4aa8-9a75-9c8674a5496f} executeQuery: Read 149 rows, 9.86 KiB in 0.001502 sec., 99201.06524633821 rows/sec., 6.41 MiB/sec. 2026.04.10 19:10:50.101367 [ 275 ] {feb9b0a1-d87a-4aa8-9a75-9c8674a5496f} TCPHandler: Processed in 0.001662197 sec. 2026.04.10 19:10:50.101478 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.101575 [ 275 ] {ab773824-f6f2-4f8c-a38b-a10c0826eef0} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:10:50.101613 [ 275 ] {ab773824-f6f2-4f8c-a38b-a10c0826eef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:10:50.102042 [ 275 ] {ab773824-f6f2-4f8c-a38b-a10c0826eef0} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.102077 [ 275 ] {ab773824-f6f2-4f8c-a38b-a10c0826eef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.102484 [ 275 ] {ab773824-f6f2-4f8c-a38b-a10c0826eef0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.102901 [ 275 ] {ab773824-f6f2-4f8c-a38b-a10c0826eef0} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.103021 [ 275 ] {ab773824-f6f2-4f8c-a38b-a10c0826eef0} executeQuery: Read 148 rows, 8.62 KiB in 0.001464 sec., 101092.89617486339 rows/sec., 5.75 MiB/sec. 2026.04.10 19:10:50.103058 [ 275 ] {ab773824-f6f2-4f8c-a38b-a10c0826eef0} TCPHandler: Processed in 0.001628946 sec. 2026.04.10 19:10:50.103170 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.103267 [ 275 ] {4e3f44ae-58a1-41d6-b125-cef6676c60e0} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:10:50.103304 [ 275 ] {4e3f44ae-58a1-41d6-b125-cef6676c60e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:10:50.103879 [ 275 ] {4e3f44ae-58a1-41d6-b125-cef6676c60e0} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.103916 [ 275 ] {4e3f44ae-58a1-41d6-b125-cef6676c60e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.104337 [ 275 ] {4e3f44ae-58a1-41d6-b125-cef6676c60e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.104755 [ 275 ] {4e3f44ae-58a1-41d6-b125-cef6676c60e0} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.104878 [ 275 ] {4e3f44ae-58a1-41d6-b125-cef6676c60e0} executeQuery: Read 511 rows, 36.88 KiB in 0.001629 sec., 313689.37998772255 rows/sec., 22.11 MiB/sec. 2026.04.10 19:10:50.104915 [ 275 ] {4e3f44ae-58a1-41d6-b125-cef6676c60e0} TCPHandler: Processed in 0.00179504 sec. 2026.04.10 19:10:50.105023 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.105126 [ 275 ] {b3ea12cb-1a3c-432c-89c8-703192d1c84f} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:10:50.105167 [ 275 ] {b3ea12cb-1a3c-432c-89c8-703192d1c84f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:10:50.105514 [ 275 ] {b3ea12cb-1a3c-432c-89c8-703192d1c84f} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.105550 [ 275 ] {b3ea12cb-1a3c-432c-89c8-703192d1c84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.106006 [ 275 ] {b3ea12cb-1a3c-432c-89c8-703192d1c84f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.106467 [ 275 ] {b3ea12cb-1a3c-432c-89c8-703192d1c84f} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.106590 [ 275 ] {b3ea12cb-1a3c-432c-89c8-703192d1c84f} executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. 2026.04.10 19:10:50.106626 [ 275 ] {b3ea12cb-1a3c-432c-89c8-703192d1c84f} TCPHandler: Processed in 0.001652567 sec. 2026.04.10 19:10:50.106743 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.106838 [ 275 ] {ff24c23e-ad6a-4b42-8347-ec49b8ebf57a} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:10:50.106880 [ 275 ] {ff24c23e-ad6a-4b42-8347-ec49b8ebf57a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:10:50.107319 [ 275 ] {ff24c23e-ad6a-4b42-8347-ec49b8ebf57a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.107352 [ 275 ] {ff24c23e-ad6a-4b42-8347-ec49b8ebf57a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.107850 [ 275 ] {ff24c23e-ad6a-4b42-8347-ec49b8ebf57a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.108274 [ 275 ] {ff24c23e-ad6a-4b42-8347-ec49b8ebf57a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.108396 [ 275 ] {ff24c23e-ad6a-4b42-8347-ec49b8ebf57a} executeQuery: Read 270 rows, 18.38 KiB in 0.001576 sec., 171319.79695431472 rows/sec., 11.39 MiB/sec. 2026.04.10 19:10:50.108432 [ 275 ] {ff24c23e-ad6a-4b42-8347-ec49b8ebf57a} TCPHandler: Processed in 0.001739449 sec. 2026.04.10 19:10:50.108545 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.108640 [ 275 ] {170e7f17-322a-4119-9187-b00440445c11} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:10:50.108681 [ 275 ] {170e7f17-322a-4119-9187-b00440445c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:10:50.108982 [ 275 ] {170e7f17-322a-4119-9187-b00440445c11} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.109018 [ 275 ] {170e7f17-322a-4119-9187-b00440445c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.109495 [ 275 ] {170e7f17-322a-4119-9187-b00440445c11} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.109913 [ 275 ] {170e7f17-322a-4119-9187-b00440445c11} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.110034 [ 275 ] {170e7f17-322a-4119-9187-b00440445c11} executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. 2026.04.10 19:10:50.110070 [ 275 ] {170e7f17-322a-4119-9187-b00440445c11} TCPHandler: Processed in 0.001575835 sec. 2026.04.10 19:10:50.110176 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.110272 [ 275 ] {92d13d6e-a871-47f8-84fb-3c42ae5d89c4} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:10:50.110325 [ 275 ] {92d13d6e-a871-47f8-84fb-3c42ae5d89c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:10:50.111068 [ 275 ] {92d13d6e-a871-47f8-84fb-3c42ae5d89c4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.111105 [ 275 ] {92d13d6e-a871-47f8-84fb-3c42ae5d89c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.112291 [ 275 ] {92d13d6e-a871-47f8-84fb-3c42ae5d89c4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.112711 [ 275 ] {92d13d6e-a871-47f8-84fb-3c42ae5d89c4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.112842 [ 275 ] {92d13d6e-a871-47f8-84fb-3c42ae5d89c4} executeQuery: Read 11 rows, 20.18 KiB in 0.002587 sec., 4252.029377657518 rows/sec., 7.62 MiB/sec. 2026.04.10 19:10:50.112890 [ 275 ] {92d13d6e-a871-47f8-84fb-3c42ae5d89c4} TCPHandler: Processed in 0.002762758 sec. 2026.04.10 19:10:50.113002 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:50.113096 [ 275 ] {d0006009-d6aa-42e3-a29b-3fb2bde33a6d} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:10:50.113137 [ 275 ] {d0006009-d6aa-42e3-a29b-3fb2bde33a6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:10:50.113471 [ 275 ] {d0006009-d6aa-42e3-a29b-3fb2bde33a6d} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.113508 [ 275 ] {d0006009-d6aa-42e3-a29b-3fb2bde33a6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.113942 [ 275 ] {d0006009-d6aa-42e3-a29b-3fb2bde33a6d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:10:50.114429 [ 275 ] {d0006009-d6aa-42e3-a29b-3fb2bde33a6d} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.114582 [ 275 ] {d0006009-d6aa-42e3-a29b-3fb2bde33a6d} executeQuery: Read 90 rows, 5.77 KiB in 0.001502 sec., 59920.10652463382 rows/sec., 3.75 MiB/sec. 2026.04.10 19:10:50.114624 [ 275 ] {d0006009-d6aa-42e3-a29b-3fb2bde33a6d} TCPHandler: Processed in 0.001673357 sec. 2026.04.10 19:10:50.355965 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.04.10 19:10:50.356475 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.356522 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.357165 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:10:50.357692 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.357825 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.04.10 19:10:50.449360 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.10 19:10:50.464893 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:50.464941 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:50.471479 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:10:50.472611 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:50.475468 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.10 19:10:55.024745 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:55.024968 [ 275 ] {8a244e56-42d4-43ec-ab60-63bfd87366f4} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:10:55.025037 [ 275 ] {8a244e56-42d4-43ec-ab60-63bfd87366f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:10:55.025817 [ 275 ] {8a244e56-42d4-43ec-ab60-63bfd87366f4} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:55.025881 [ 275 ] {8a244e56-42d4-43ec-ab60-63bfd87366f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:55.026478 [ 275 ] {8a244e56-42d4-43ec-ab60-63bfd87366f4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:10:55.027183 [ 275 ] {8a244e56-42d4-43ec-ab60-63bfd87366f4} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:55.027367 [ 275 ] {8a244e56-42d4-43ec-ab60-63bfd87366f4} executeQuery: Read 56 rows, 4.38 KiB in 0.002449 sec., 22866.476112699063 rows/sec., 1.75 MiB/sec. 2026.04.10 19:10:55.027423 [ 275 ] {8a244e56-42d4-43ec-ab60-63bfd87366f4} TCPHandler: Processed in 0.00281695 sec. 2026.04.10 19:10:55.027579 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:55.027689 [ 275 ] {a35e5152-4fda-42da-a892-30976c777cf6} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:10:55.027734 [ 275 ] {a35e5152-4fda-42da-a892-30976c777cf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:10:55.028249 [ 275 ] {a35e5152-4fda-42da-a892-30976c777cf6} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:55.028287 [ 275 ] {a35e5152-4fda-42da-a892-30976c777cf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:55.028757 [ 275 ] {a35e5152-4fda-42da-a892-30976c777cf6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:10:55.029466 [ 275 ] {a35e5152-4fda-42da-a892-30976c777cf6} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:55.029663 [ 275 ] {a35e5152-4fda-42da-a892-30976c777cf6} executeQuery: Read 64 rows, 5.12 KiB in 0.001993 sec., 32112.393376818865 rows/sec., 2.51 MiB/sec. 2026.04.10 19:10:55.029726 [ 275 ] {a35e5152-4fda-42da-a892-30976c777cf6} TCPHandler: Processed in 0.002216322 sec. 2026.04.10 19:10:55.029876 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:55.029982 [ 275 ] {e725dc6b-fde4-4efb-8547-54e92a0d3657} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:10:55.030027 [ 275 ] {e725dc6b-fde4-4efb-8547-54e92a0d3657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:10:55.030593 [ 275 ] {e725dc6b-fde4-4efb-8547-54e92a0d3657} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:55.030633 [ 275 ] {e725dc6b-fde4-4efb-8547-54e92a0d3657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:55.031215 [ 275 ] {e725dc6b-fde4-4efb-8547-54e92a0d3657} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:10:55.031711 [ 275 ] {e725dc6b-fde4-4efb-8547-54e92a0d3657} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:55.031853 [ 275 ] {e725dc6b-fde4-4efb-8547-54e92a0d3657} executeQuery: Read 160 rows, 11.41 KiB in 0.001892 sec., 84566.59619450317 rows/sec., 5.89 MiB/sec. 2026.04.10 19:10:55.031907 [ 275 ] {e725dc6b-fde4-4efb-8547-54e92a0d3657} TCPHandler: Processed in 0.002096339 sec. 2026.04.10 19:10:55.032040 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:55.032143 [ 275 ] {33cf177a-7709-40ba-8c77-4f46586f6020} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:10:55.032196 [ 275 ] {33cf177a-7709-40ba-8c77-4f46586f6020} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:10:55.032588 [ 275 ] {33cf177a-7709-40ba-8c77-4f46586f6020} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:55.032638 [ 275 ] {33cf177a-7709-40ba-8c77-4f46586f6020} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:55.033138 [ 275 ] {33cf177a-7709-40ba-8c77-4f46586f6020} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:10:55.033714 [ 275 ] {33cf177a-7709-40ba-8c77-4f46586f6020} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:55.033847 [ 275 ] {33cf177a-7709-40ba-8c77-4f46586f6020} executeQuery: Read 60 rows, 4.14 KiB in 0.001729 sec., 34702.13996529786 rows/sec., 2.34 MiB/sec. 2026.04.10 19:10:55.033892 [ 275 ] {33cf177a-7709-40ba-8c77-4f46586f6020} TCPHandler: Processed in 0.001903934 sec. 2026.04.10 19:10:55.110378 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53305 2026.04.10 19:10:55.112339 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.112376 [ 286 ] {} TCP-Session: 92048aac-5fab-4e1e-92f8-84e9db05a7bd Authenticating user 'default' from [fd00:1122:3344:101::e]:53305 2026.04.10 19:10:55.112401 [ 286 ] {} TCP-Session: 92048aac-5fab-4e1e-92f8-84e9db05a7bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.112420 [ 286 ] {} TCP-Session: 92048aac-5fab-4e1e-92f8-84e9db05a7bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.112499 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.10 19:10:55.112524 [ 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.04.10 19:10:55.112542 [ 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.04.10 19:10:55.113527 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49772 2026.04.10 19:10:55.113599 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40377 2026.04.10 19:10:55.113659 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.113683 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58600 2026.04.10 19:10:55.113694 [ 287 ] {} TCP-Session: 7c9ef8ed-13d8-4399-99bf-58b18bb838a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:49772 2026.04.10 19:10:55.113725 [ 287 ] {} TCP-Session: 7c9ef8ed-13d8-4399-99bf-58b18bb838a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.113738 [ 287 ] {} TCP-Session: 7c9ef8ed-13d8-4399-99bf-58b18bb838a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.113854 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.113901 [ 288 ] {} TCP-Session: 33f4029e-64c5-4f10-bade-b526a2639a8b Authenticating user 'default' from [fd00:1122:3344:101::e]:40377 2026.04.10 19:10:55.113924 [ 288 ] {} TCP-Session: 33f4029e-64c5-4f10-bade-b526a2639a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.113936 [ 288 ] {} TCP-Session: 33f4029e-64c5-4f10-bade-b526a2639a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.113954 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.114004 [ 289 ] {} TCP-Session: 3664f1c6-6a40-46db-9e7f-9fa9e2aa339f Authenticating user 'default' from [fd00:1122:3344:101::e]:58600 2026.04.10 19:10:55.114004 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44434 2026.04.10 19:10:55.114026 [ 289 ] {} TCP-Session: 3664f1c6-6a40-46db-9e7f-9fa9e2aa339f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114020 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47862 2026.04.10 19:10:55.114054 [ 289 ] {} TCP-Session: 3664f1c6-6a40-46db-9e7f-9fa9e2aa339f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114079 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38352 2026.04.10 19:10:55.114219 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54329 2026.04.10 19:10:55.114286 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.114319 [ 291 ] {} TCP-Session: 8d76bc50-70de-49ab-b2d1-f0a805001f79 Authenticating user 'default' from [fd00:1122:3344:101::e]:44434 2026.04.10 19:10:55.114335 [ 291 ] {} TCP-Session: 8d76bc50-70de-49ab-b2d1-f0a805001f79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114348 [ 291 ] {} TCP-Session: 8d76bc50-70de-49ab-b2d1-f0a805001f79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114436 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65089 2026.04.10 19:10:55.114550 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.114551 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.114588 [ 290 ] {} TCP-Session: d8980c25-f36b-4cc1-a268-bf556f51f66d Authenticating user 'default' from [fd00:1122:3344:101::e]:47862 2026.04.10 19:10:55.114602 [ 292 ] {} TCP-Session: 88cc0ae2-6d82-4422-9443-7c6debe2dd99 Authenticating user 'default' from [fd00:1122:3344:101::e]:38352 2026.04.10 19:10:55.114616 [ 290 ] {} TCP-Session: d8980c25-f36b-4cc1-a268-bf556f51f66d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114624 [ 292 ] {} TCP-Session: 88cc0ae2-6d82-4422-9443-7c6debe2dd99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114638 [ 290 ] {} TCP-Session: d8980c25-f36b-4cc1-a268-bf556f51f66d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114648 [ 292 ] {} TCP-Session: 88cc0ae2-6d82-4422-9443-7c6debe2dd99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114636 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.114700 [ 293 ] {} TCP-Session: 84826fe8-0b35-4195-8817-7631354ffdce Authenticating user 'default' from [fd00:1122:3344:101::e]:54329 2026.04.10 19:10:55.114716 [ 293 ] {} TCP-Session: 84826fe8-0b35-4195-8817-7631354ffdce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114728 [ 293 ] {} TCP-Session: 84826fe8-0b35-4195-8817-7631354ffdce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114755 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:10:55.114799 [ 294 ] {} TCP-Session: ddfb3889-db0f-4135-a225-2821937464e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:65089 2026.04.10 19:10:55.114816 [ 294 ] {} TCP-Session: ddfb3889-db0f-4135-a225-2821937464e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.114828 [ 294 ] {} TCP-Session: ddfb3889-db0f-4135-a225-2821937464e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.116167 [ 286 ] {} TCP-Session: 92048aac-5fab-4e1e-92f8-84e9db05a7bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:10:55.116394 [ 286 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} executeQuery: (from [fd00:1122:3344:101::e]:53305) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:10:55.116738 [ 286 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:10:55.121380 [ 286 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:10:55.129118 [ 286 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:10:55.139417 [ 301 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} AggregatingTransform: Aggregating 2026.04.10 19:10:55.139619 [ 301 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} Aggregator: Aggregation method: without_key 2026.04.10 19:10:55.140377 [ 301 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004653901 sec. (214.874 rows/sec., 8.39 KiB/sec.) 2026.04.10 19:10:55.140406 [ 301 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} Aggregator: Merging aggregated data 2026.04.10 19:10:55.140461 [ 301 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.10 19:10:55.141908 [ 286 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} executeQuery: Read 1 rows, 40.00 B in 0.02558 sec., 39.09304143862393 rows/sec., 1.53 KiB/sec. 2026.04.10 19:10:55.142095 [ 286 ] {4a073d4a-d889-4a7b-93c1-2f5254c6ee37} TCPHandler: Processed in 0.026086784 sec. 2026.04.10 19:10:55.150594 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150638 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150657 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150677 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150698 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150708 [ 287 ] {} TCP-Session: 7c9ef8ed-13d8-4399-99bf-58b18bb838a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.150729 [ 289 ] {} TCP-Session: 3664f1c6-6a40-46db-9e7f-9fa9e2aa339f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.150735 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150759 [ 288 ] {} TCP-Session: 33f4029e-64c5-4f10-bade-b526a2639a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.150764 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150780 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150794 [ 292 ] {} TCP-Session: 88cc0ae2-6d82-4422-9443-7c6debe2dd99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.150837 [ 290 ] {} TCP-Session: d8980c25-f36b-4cc1-a268-bf556f51f66d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.150846 [ 294 ] {} TCP-Session: ddfb3889-db0f-4135-a225-2821937464e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.150715 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:10:55.150711 [ 293 ] {} TCP-Session: 84826fe8-0b35-4195-8817-7631354ffdce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.150649 [ 286 ] {} TCP-Session: 92048aac-5fab-4e1e-92f8-84e9db05a7bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:55.150914 [ 291 ] {} TCP-Session: 8d76bc50-70de-49ab-b2d1-f0a805001f79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:10:56.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.86 MiB, peak 169.97 MiB, free memory in arenas 0.00 B, will set to 164.73 MiB (RSS), difference: 2.86 MiB 2026.04.10 19:10:57.669382 [ 90 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:10:57.669435 [ 90 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:10:57.819312 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 100 entries to flush up to offset 188 2026.04.10 19:10:57.823521 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:57.823585 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:57.824973 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:10:57.825474 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:57.825788 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 188 2026.04.10 19:10:57.857909 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 433 entries to flush up to offset 1897 2026.04.10 19:10:57.858454 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:57.858495 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:57.859141 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:10:57.859593 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:57.859720 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1897 2026.04.10 19:10:57.975540 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.10 19:10:57.995158 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:10:57.995227 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:10:58.001140 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.28 MiB, peak 169.97 MiB, free memory in arenas 0.00 B, will set to 166.01 MiB (RSS), difference: -3.27 MiB 2026.04.10 19:10:58.002048 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:10:58.003186 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:10:58.006740 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.10 19:10:59.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.01 MiB, peak 169.97 MiB, free memory in arenas 0.00 B, will set to 166.54 MiB (RSS), difference: 4.53 MiB 2026.04.10 19:11:00.031699 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.031909 [ 275 ] {fc90a14f-81e4-4312-83d0-b814755e9c28} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.031973 [ 275 ] {fc90a14f-81e4-4312-83d0-b814755e9c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:11:00.032678 [ 275 ] {fc90a14f-81e4-4312-83d0-b814755e9c28} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.032715 [ 275 ] {fc90a14f-81e4-4312-83d0-b814755e9c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.033308 [ 275 ] {fc90a14f-81e4-4312-83d0-b814755e9c28} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.033831 [ 275 ] {fc90a14f-81e4-4312-83d0-b814755e9c28} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.033976 [ 275 ] {fc90a14f-81e4-4312-83d0-b814755e9c28} executeQuery: Read 284 rows, 18.47 KiB in 0.002119 sec., 134025.48371873525 rows/sec., 8.51 MiB/sec. 2026.04.10 19:11:00.034018 [ 275 ] {fc90a14f-81e4-4312-83d0-b814755e9c28} TCPHandler: Processed in 0.002464929 sec. 2026.04.10 19:11:00.034161 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.034258 [ 275 ] {dc0d7dff-8e07-4023-944d-23c77442f9a1} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:00.034299 [ 275 ] {dc0d7dff-8e07-4023-944d-23c77442f9a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:00.035028 [ 275 ] {dc0d7dff-8e07-4023-944d-23c77442f9a1} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.035062 [ 275 ] {dc0d7dff-8e07-4023-944d-23c77442f9a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.035575 [ 275 ] {dc0d7dff-8e07-4023-944d-23c77442f9a1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:00.036080 [ 275 ] {dc0d7dff-8e07-4023-944d-23c77442f9a1} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.036210 [ 275 ] {dc0d7dff-8e07-4023-944d-23c77442f9a1} executeQuery: Read 819 rows, 65.00 KiB in 0.00197 sec., 415736.04060913704 rows/sec., 32.22 MiB/sec. 2026.04.10 19:11:00.036246 [ 275 ] {dc0d7dff-8e07-4023-944d-23c77442f9a1} TCPHandler: Processed in 0.00214718 sec. 2026.04.10 19:11:00.036363 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.036459 [ 275 ] {f5a73f96-1a2b-4799-9752-3b38523c66ff} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.036498 [ 275 ] {f5a73f96-1a2b-4799-9752-3b38523c66ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:00.036923 [ 275 ] {f5a73f96-1a2b-4799-9752-3b38523c66ff} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.036960 [ 275 ] {f5a73f96-1a2b-4799-9752-3b38523c66ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.037397 [ 275 ] {f5a73f96-1a2b-4799-9752-3b38523c66ff} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.037891 [ 275 ] {f5a73f96-1a2b-4799-9752-3b38523c66ff} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.038021 [ 275 ] {f5a73f96-1a2b-4799-9752-3b38523c66ff} executeQuery: Read 153 rows, 9.37 KiB in 0.001581 sec., 96774.1935483871 rows/sec., 5.79 MiB/sec. 2026.04.10 19:11:00.038058 [ 275 ] {f5a73f96-1a2b-4799-9752-3b38523c66ff} TCPHandler: Processed in 0.001745789 sec. 2026.04.10 19:11:00.038174 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.038270 [ 275 ] {ed344ee3-3517-48fa-ba52-e806c0b117c8} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.038309 [ 275 ] {ed344ee3-3517-48fa-ba52-e806c0b117c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:11:00.038744 [ 275 ] {ed344ee3-3517-48fa-ba52-e806c0b117c8} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.038782 [ 275 ] {ed344ee3-3517-48fa-ba52-e806c0b117c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.039219 [ 275 ] {ed344ee3-3517-48fa-ba52-e806c0b117c8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.039750 [ 275 ] {ed344ee3-3517-48fa-ba52-e806c0b117c8} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.039875 [ 275 ] {ed344ee3-3517-48fa-ba52-e806c0b117c8} executeQuery: Read 149 rows, 9.86 KiB in 0.001623 sec., 91805.2988293284 rows/sec., 5.93 MiB/sec. 2026.04.10 19:11:00.039912 [ 275 ] {ed344ee3-3517-48fa-ba52-e806c0b117c8} TCPHandler: Processed in 0.001788141 sec. 2026.04.10 19:11:00.040028 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.040124 [ 275 ] {fc17262f-bcfa-44aa-a3a1-8bb30a3c6287} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.040163 [ 275 ] {fc17262f-bcfa-44aa-a3a1-8bb30a3c6287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:11:00.040632 [ 275 ] {fc17262f-bcfa-44aa-a3a1-8bb30a3c6287} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.040669 [ 275 ] {fc17262f-bcfa-44aa-a3a1-8bb30a3c6287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.041096 [ 275 ] {fc17262f-bcfa-44aa-a3a1-8bb30a3c6287} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.041515 [ 275 ] {fc17262f-bcfa-44aa-a3a1-8bb30a3c6287} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.041642 [ 275 ] {fc17262f-bcfa-44aa-a3a1-8bb30a3c6287} executeQuery: Read 148 rows, 8.62 KiB in 0.001536 sec., 96354.16666666666 rows/sec., 5.48 MiB/sec. 2026.04.10 19:11:00.041678 [ 275 ] {fc17262f-bcfa-44aa-a3a1-8bb30a3c6287} TCPHandler: Processed in 0.001701548 sec. 2026.04.10 19:11:00.041797 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.041891 [ 275 ] {f254adb4-eea5-4998-8042-c87dd834aba9} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:00.041930 [ 275 ] {f254adb4-eea5-4998-8042-c87dd834aba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:00.042497 [ 275 ] {f254adb4-eea5-4998-8042-c87dd834aba9} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.042534 [ 275 ] {f254adb4-eea5-4998-8042-c87dd834aba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.042956 [ 275 ] {f254adb4-eea5-4998-8042-c87dd834aba9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:00.043400 [ 275 ] {f254adb4-eea5-4998-8042-c87dd834aba9} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.043535 [ 275 ] {f254adb4-eea5-4998-8042-c87dd834aba9} executeQuery: Read 501 rows, 36.06 KiB in 0.001663 sec., 301262.77811184607 rows/sec., 21.18 MiB/sec. 2026.04.10 19:11:00.043573 [ 275 ] {f254adb4-eea5-4998-8042-c87dd834aba9} TCPHandler: Processed in 0.001828032 sec. 2026.04.10 19:11:00.043687 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.043781 [ 275 ] {a9af5a4e-34bb-41a2-9ac3-72fedf9be399} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:11:00.043821 [ 275 ] {a9af5a4e-34bb-41a2-9ac3-72fedf9be399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:11:00.044175 [ 275 ] {a9af5a4e-34bb-41a2-9ac3-72fedf9be399} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.044212 [ 275 ] {a9af5a4e-34bb-41a2-9ac3-72fedf9be399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.044629 [ 275 ] {a9af5a4e-34bb-41a2-9ac3-72fedf9be399} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.045085 [ 275 ] {a9af5a4e-34bb-41a2-9ac3-72fedf9be399} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.045221 [ 275 ] {a9af5a4e-34bb-41a2-9ac3-72fedf9be399} executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec. 2026.04.10 19:11:00.045262 [ 275 ] {a9af5a4e-34bb-41a2-9ac3-72fedf9be399} TCPHandler: Processed in 0.001625296 sec. 2026.04.10 19:11:00.045377 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.045472 [ 275 ] {4d21e006-6f69-410a-9a3f-2157b1804800} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.045514 [ 275 ] {4d21e006-6f69-410a-9a3f-2157b1804800} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:00.045914 [ 275 ] {4d21e006-6f69-410a-9a3f-2157b1804800} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.045950 [ 275 ] {4d21e006-6f69-410a-9a3f-2157b1804800} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.046384 [ 275 ] {4d21e006-6f69-410a-9a3f-2157b1804800} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:00.046873 [ 275 ] {4d21e006-6f69-410a-9a3f-2157b1804800} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.047010 [ 275 ] {4d21e006-6f69-410a-9a3f-2157b1804800} executeQuery: Read 265 rows, 18.03 KiB in 0.001557 sec., 170199.100834939 rows/sec., 11.31 MiB/sec. 2026.04.10 19:11:00.047052 [ 275 ] {4d21e006-6f69-410a-9a3f-2157b1804800} TCPHandler: Processed in 0.001726209 sec. 2026.04.10 19:11:00.047170 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.047266 [ 275 ] {2bef4e7d-5cd8-432d-9b0b-708adf9aba8c} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.047307 [ 275 ] {2bef4e7d-5cd8-432d-9b0b-708adf9aba8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:11:00.047667 [ 275 ] {2bef4e7d-5cd8-432d-9b0b-708adf9aba8c} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.047703 [ 275 ] {2bef4e7d-5cd8-432d-9b0b-708adf9aba8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.048155 [ 275 ] {2bef4e7d-5cd8-432d-9b0b-708adf9aba8c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.048637 [ 275 ] {2bef4e7d-5cd8-432d-9b0b-708adf9aba8c} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.048778 [ 275 ] {2bef4e7d-5cd8-432d-9b0b-708adf9aba8c} executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec. 2026.04.10 19:11:00.048813 [ 275 ] {2bef4e7d-5cd8-432d-9b0b-708adf9aba8c} TCPHandler: Processed in 0.001693838 sec. 2026.04.10 19:11:00.048925 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.049020 [ 275 ] {1e0461f4-f9f3-48a1-a9a0-0aa20e99ae87} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.049073 [ 275 ] {1e0461f4-f9f3-48a1-a9a0-0aa20e99ae87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:00.049818 [ 275 ] {1e0461f4-f9f3-48a1-a9a0-0aa20e99ae87} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.049855 [ 275 ] {1e0461f4-f9f3-48a1-a9a0-0aa20e99ae87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.050492 [ 275 ] {1e0461f4-f9f3-48a1-a9a0-0aa20e99ae87} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.051017 [ 275 ] {1e0461f4-f9f3-48a1-a9a0-0aa20e99ae87} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.051165 [ 275 ] {1e0461f4-f9f3-48a1-a9a0-0aa20e99ae87} executeQuery: Read 11 rows, 20.18 KiB in 0.002163 sec., 5085.529357374017 rows/sec., 9.11 MiB/sec. 2026.04.10 19:11:00.051223 [ 275 ] {1e0461f4-f9f3-48a1-a9a0-0aa20e99ae87} TCPHandler: Processed in 0.002347776 sec. 2026.04.10 19:11:00.051340 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.051437 [ 275 ] {149a2086-f6e5-4142-a9fd-c11be841c1ca} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.051476 [ 275 ] {149a2086-f6e5-4142-a9fd-c11be841c1ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:00.051813 [ 275 ] {149a2086-f6e5-4142-a9fd-c11be841c1ca} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.051849 [ 275 ] {149a2086-f6e5-4142-a9fd-c11be841c1ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.052287 [ 275 ] {149a2086-f6e5-4142-a9fd-c11be841c1ca} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:00.052775 [ 275 ] {149a2086-f6e5-4142-a9fd-c11be841c1ca} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.052904 [ 275 ] {149a2086-f6e5-4142-a9fd-c11be841c1ca} executeQuery: Read 90 rows, 5.77 KiB in 0.001486 sec., 60565.27590847914 rows/sec., 3.79 MiB/sec. 2026.04.10 19:11:00.052939 [ 275 ] {149a2086-f6e5-4142-a9fd-c11be841c1ca} TCPHandler: Processed in 0.001650316 sec. 2026.04.10 19:11:00.375796 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.376044 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:11:00.376466 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.378581 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 19:11:00.378845 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.378920 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.379100 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.04.10 19:11:00.381160 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.383160 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.383190 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.387512 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 19:11:00.387544 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.403278 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} executeQuery: Read 32 rows, 1.21 KiB in 0.027345 sec., 1170.2322179557505 rows/sec., 44.18 KiB/sec. 2026.04.10 19:11:00.403383 [ 275 ] {199b809d-66f6-4c64-acb8-26e17b865ebb} TCPHandler: Processed in 0.02772792 sec. 2026.04.10 19:11:00.403701 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.403856 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:11:00.404111 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.404148 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 19:11:00.404375 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.404434 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.404544 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.04.10 19:11:00.404575 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.404595 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.404609 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.404654 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 19:11:00.404675 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.405199 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} executeQuery: Read 32 rows, 1.21 KiB in 0.001412 sec., 22662.889518413598 rows/sec., 855.53 KiB/sec. 2026.04.10 19:11:00.405283 [ 275 ] {4ce451f6-78c1-4c8c-a501-c648219ca2bd} TCPHandler: Processed in 0.001647166 sec. 2026.04.10 19:11:00.405494 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.405630 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:11:00.405855 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.405891 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 19:11:00.406086 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.406141 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.406243 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.04.10 19:11:00.406360 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.406381 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.406396 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.406432 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 19:11:00.406531 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.407016 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} executeQuery: Read 32 rows, 1.21 KiB in 0.001441 sec., 22206.80083275503 rows/sec., 838.31 KiB/sec. 2026.04.10 19:11:00.407100 [ 275 ] {cee8ee68-05b5-4f2e-9f73-a2ffff3b3cbd} TCPHandler: Processed in 0.001657767 sec. 2026.04.10 19:11:00.407311 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.407446 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.10 19:11:00.407674 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.407710 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.10 19:11:00.407903 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.407958 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.408054 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.04.10 19:11:00.408084 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.408102 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.408116 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.408149 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.10 19:11:00.408169 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.408685 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} executeQuery: Read 32 rows, 1.21 KiB in 0.001295 sec., 24710.42471042471 rows/sec., 932.82 KiB/sec. 2026.04.10 19:11:00.408770 [ 275 ] {c95995d8-7805-4106-94e9-bdc7a12c97f0} TCPHandler: Processed in 0.001511423 sec. 2026.04.10 19:11:00.408996 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.409132 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.409357 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.409391 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.409586 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.409639 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.409736 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.04.10 19:11:00.409764 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.409783 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.409797 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.409829 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.409847 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.410321 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} executeQuery: Read 32 rows, 1.21 KiB in 0.001244 sec., 25723.47266881029 rows/sec., 971.07 KiB/sec. 2026.04.10 19:11:00.410405 [ 275 ] {5b90fa19-3724-4ff0-acf3-d04866231fd7} TCPHandler: Processed in 0.001461571 sec. 2026.04.10 19:11:00.410624 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.410759 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.410988 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.411025 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.411223 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.411276 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.411373 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.04.10 19:11:00.411401 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.411419 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.411434 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.411466 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.411484 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.412102 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} executeQuery: Read 32 rows, 1.21 KiB in 0.001398 sec., 22889.842632331904 rows/sec., 864.10 KiB/sec. 2026.04.10 19:11:00.412188 [ 275 ] {a64a13c7-f87a-44c0-84d5-ba4d4cec16a6} TCPHandler: Processed in 0.001615996 sec. 2026.04.10 19:11:00.412399 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.412535 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.412782 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.412818 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.413026 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.413079 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.413178 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.04.10 19:11:00.413207 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.413226 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.413240 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.413273 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.413292 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.413708 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} executeQuery: Read 32 rows, 1.21 KiB in 0.00123 sec., 26016.260162601626 rows/sec., 982.12 KiB/sec. 2026.04.10 19:11:00.413791 [ 275 ] {38ac8c18-8b56-4209-bc4b-5d6be4862891} TCPHandler: Processed in 0.001444551 sec. 2026.04.10 19:11:00.413995 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.414131 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.414373 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.414409 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.414630 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.414683 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.414780 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.04.10 19:11:00.414810 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.414828 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.414842 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.414875 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.414892 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.415427 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} executeQuery: Read 32 rows, 1.21 KiB in 0.001352 sec., 23668.63905325444 rows/sec., 893.50 KiB/sec. 2026.04.10 19:11:00.415511 [ 275 ] {743c4659-0563-49a1-81eb-6fea4ce3046e} TCPHandler: Processed in 0.001568004 sec. 2026.04.10 19:11:00.415732 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.415869 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.416109 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.416145 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.416356 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.416410 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.416508 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.04.10 19:11:00.416538 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.416556 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.416570 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.416603 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.416621 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.417117 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} executeQuery: Read 32 rows, 1.21 KiB in 0.001303 sec., 24558.71066768995 rows/sec., 927.10 KiB/sec. 2026.04.10 19:11:00.417207 [ 275 ] {93c0da01-76af-4209-9ff7-49643a1063fa} TCPHandler: Processed in 0.001527203 sec. 2026.04.10 19:11:00.462875 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.463048 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.463345 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.463391 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.463646 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.463712 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.463848 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.04.10 19:11:00.463885 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.463905 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.463920 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.463953 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.04.10 19:11:00.463970 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.464528 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} executeQuery: Read 32 rows, 1.21 KiB in 0.001554 sec., 20592.02059202059 rows/sec., 777.35 KiB/sec. 2026.04.10 19:11:00.464621 [ 275 ] {4324fb19-e7e7-41f1-8800-f981324b54a3} TCPHandler: Processed in 0.001812161 sec. 2026.04.10 19:11:00.492157 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.492302 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} executeQuery: (from [fd00:1122:3344:101::d]:39950) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 19:11:00.492545 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.492584 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 19:11:00.492810 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.492864 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.492965 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.04.10 19:11:00.492994 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.493012 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.493026 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.493059 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 19:11:00.493077 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.493661 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} executeQuery: Read 32 rows, 1.21 KiB in 0.001419 sec., 22551.09231853418 rows/sec., 851.31 KiB/sec. 2026.04.10 19:11:00.493755 [ 275 ] {5c9f0901-d5ca-402e-8753-4f88dff738aa} TCPHandler: Processed in 0.001651907 sec. 2026.04.10 19:11:00.522359 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.522573 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} executeQuery: (from [fd00:1122:3344:101::d]:39950) 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_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 19:11:00.522922 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:00.522968 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} 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_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 19:11:00.523176 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.523230 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:00.523328 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.04.10 19:11:00.523356 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:00.523374 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:00.523388 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:00.523421 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} 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_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 19:11:00.523439 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.04.10 19:11:00.523923 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} executeQuery: Read 32 rows, 1.21 KiB in 0.001444 sec., 22160.6648199446 rows/sec., 836.57 KiB/sec. 2026.04.10 19:11:00.524012 [ 275 ] {f22a5639-97aa-4736-9bbe-e9efdc3ec415} TCPHandler: Processed in 0.001734269 sec. 2026.04.10 19:11:00.525116 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.525225 [ 275 ] {d7711c4f-7fae-4d19-99ac-f50de7d5633b} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 19:11:00.525267 [ 275 ] {d7711c4f-7fae-4d19-99ac-f50de7d5633b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:00.525770 [ 275 ] {d7711c4f-7fae-4d19-99ac-f50de7d5633b} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.525812 [ 275 ] {d7711c4f-7fae-4d19-99ac-f50de7d5633b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.526336 [ 275 ] {d7711c4f-7fae-4d19-99ac-f50de7d5633b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.526714 [ 275 ] {d7711c4f-7fae-4d19-99ac-f50de7d5633b} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.526859 [ 275 ] {d7711c4f-7fae-4d19-99ac-f50de7d5633b} executeQuery: Read 12 rows, 2.16 KiB in 0.001665 sec., 7207.207207207207 rows/sec., 1.26 MiB/sec. 2026.04.10 19:11:00.526905 [ 275 ] {d7711c4f-7fae-4d19-99ac-f50de7d5633b} TCPHandler: Processed in 0.001840842 sec. 2026.04.10 19:11:00.527023 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.527119 [ 275 ] {1e8a22c2-f96e-44af-af4f-c26c9268a75c} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:11:00.527158 [ 275 ] {1e8a22c2-f96e-44af-af4f-c26c9268a75c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:11:00.527582 [ 275 ] {1e8a22c2-f96e-44af-af4f-c26c9268a75c} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.527619 [ 275 ] {1e8a22c2-f96e-44af-af4f-c26c9268a75c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.528040 [ 275 ] {1e8a22c2-f96e-44af-af4f-c26c9268a75c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:00.528455 [ 275 ] {1e8a22c2-f96e-44af-af4f-c26c9268a75c} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.528585 [ 275 ] {1e8a22c2-f96e-44af-af4f-c26c9268a75c} executeQuery: Read 4 rows, 334.00 B in 0.001485 sec., 2693.6026936026938 rows/sec., 219.64 KiB/sec. 2026.04.10 19:11:00.528628 [ 275 ] {1e8a22c2-f96e-44af-af4f-c26c9268a75c} TCPHandler: Processed in 0.001656217 sec. 2026.04.10 19:11:00.528741 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.528836 [ 275 ] {640914ef-2c9d-4c19-9286-25e7dcf3bc3b} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:00.528874 [ 275 ] {640914ef-2c9d-4c19-9286-25e7dcf3bc3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:00.530904 [ 275 ] {640914ef-2c9d-4c19-9286-25e7dcf3bc3b} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.530941 [ 275 ] {640914ef-2c9d-4c19-9286-25e7dcf3bc3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.531619 [ 275 ] {640914ef-2c9d-4c19-9286-25e7dcf3bc3b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:00.532034 [ 275 ] {640914ef-2c9d-4c19-9286-25e7dcf3bc3b} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.532166 [ 275 ] {640914ef-2c9d-4c19-9286-25e7dcf3bc3b} executeQuery: Read 2405 rows, 180.56 KiB in 0.003348 sec., 718339.3070489845 rows/sec., 52.67 MiB/sec. 2026.04.10 19:11:00.532205 [ 275 ] {640914ef-2c9d-4c19-9286-25e7dcf3bc3b} TCPHandler: Processed in 0.003516059 sec. 2026.04.10 19:11:00.532325 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.532421 [ 275 ] {b017cab3-cf2c-4b37-b157-a71eb5ed5279} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.532462 [ 275 ] {b017cab3-cf2c-4b37-b157-a71eb5ed5279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:00.532866 [ 275 ] {b017cab3-cf2c-4b37-b157-a71eb5ed5279} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.532903 [ 275 ] {b017cab3-cf2c-4b37-b157-a71eb5ed5279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.533322 [ 275 ] {b017cab3-cf2c-4b37-b157-a71eb5ed5279} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:00.533743 [ 275 ] {b017cab3-cf2c-4b37-b157-a71eb5ed5279} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.533871 [ 275 ] {b017cab3-cf2c-4b37-b157-a71eb5ed5279} executeQuery: Read 13 rows, 979.00 B in 0.001468 sec., 8855.585831062672 rows/sec., 651.26 KiB/sec. 2026.04.10 19:11:00.533908 [ 275 ] {b017cab3-cf2c-4b37-b157-a71eb5ed5279} TCPHandler: Processed in 0.001634296 sec. 2026.04.10 19:11:00.534018 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.534113 [ 275 ] {0fb87491-58fe-49e3-9175-deb8da70d6ed} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.534152 [ 275 ] {0fb87491-58fe-49e3-9175-deb8da70d6ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:11:00.534855 [ 275 ] {0fb87491-58fe-49e3-9175-deb8da70d6ed} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.534892 [ 275 ] {0fb87491-58fe-49e3-9175-deb8da70d6ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.535321 [ 275 ] {0fb87491-58fe-49e3-9175-deb8da70d6ed} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:00.535758 [ 275 ] {0fb87491-58fe-49e3-9175-deb8da70d6ed} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.535885 [ 275 ] {0fb87491-58fe-49e3-9175-deb8da70d6ed} executeQuery: Read 801 rows, 47.38 KiB in 0.001789 sec., 447736.1654555618 rows/sec., 25.86 MiB/sec. 2026.04.10 19:11:00.535922 [ 275 ] {0fb87491-58fe-49e3-9175-deb8da70d6ed} TCPHandler: Processed in 0.001954615 sec. 2026.04.10 19:11:00.536034 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.536128 [ 275 ] {5712723f-ccbb-430e-9073-472fdf4203dc} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.536167 [ 275 ] {5712723f-ccbb-430e-9073-472fdf4203dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:11:00.536552 [ 275 ] {5712723f-ccbb-430e-9073-472fdf4203dc} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.536588 [ 275 ] {5712723f-ccbb-430e-9073-472fdf4203dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.537061 [ 275 ] {5712723f-ccbb-430e-9073-472fdf4203dc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:11:00.537467 [ 275 ] {5712723f-ccbb-430e-9073-472fdf4203dc} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.537589 [ 275 ] {5712723f-ccbb-430e-9073-472fdf4203dc} executeQuery: Read 2 rows, 144.00 B in 0.001478 sec., 1353.1799729364006 rows/sec., 95.15 KiB/sec. 2026.04.10 19:11:00.537626 [ 275 ] {5712723f-ccbb-430e-9073-472fdf4203dc} TCPHandler: Processed in 0.001641986 sec. 2026.04.10 19:11:00.537735 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.537828 [ 275 ] {446c3de3-f609-4983-b056-47d7ba5feb01} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:00.537867 [ 275 ] {446c3de3-f609-4983-b056-47d7ba5feb01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:00.538796 [ 275 ] {446c3de3-f609-4983-b056-47d7ba5feb01} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.538832 [ 275 ] {446c3de3-f609-4983-b056-47d7ba5feb01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.539354 [ 275 ] {446c3de3-f609-4983-b056-47d7ba5feb01} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:00.539774 [ 275 ] {446c3de3-f609-4983-b056-47d7ba5feb01} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.539906 [ 275 ] {446c3de3-f609-4983-b056-47d7ba5feb01} executeQuery: Read 1295 rows, 88.52 KiB in 0.002097 sec., 617548.8793514544 rows/sec., 41.22 MiB/sec. 2026.04.10 19:11:00.539943 [ 275 ] {446c3de3-f609-4983-b056-47d7ba5feb01} TCPHandler: Processed in 0.002259034 sec. 2026.04.10 19:11:00.540059 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.540153 [ 275 ] {e51ca8ec-f152-4da5-a593-c205860acb37} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.540195 [ 275 ] {e51ca8ec-f152-4da5-a593-c205860acb37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:00.541286 [ 275 ] {e51ca8ec-f152-4da5-a593-c205860acb37} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.541322 [ 275 ] {e51ca8ec-f152-4da5-a593-c205860acb37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.541911 [ 275 ] {e51ca8ec-f152-4da5-a593-c205860acb37} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:00.542321 [ 275 ] {e51ca8ec-f152-4da5-a593-c205860acb37} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.542453 [ 275 ] {e51ca8ec-f152-4da5-a593-c205860acb37} executeQuery: Read 2646 rows, 168.30 KiB in 0.002318 sec., 1141501.2942191544 rows/sec., 70.90 MiB/sec. 2026.04.10 19:11:00.542490 [ 275 ] {e51ca8ec-f152-4da5-a593-c205860acb37} TCPHandler: Processed in 0.00248236 sec. 2026.04.10 19:11:00.542603 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.542697 [ 275 ] {a1ef0a30-a2ef-41e6-badb-94791f4e53e3} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.542750 [ 275 ] {a1ef0a30-a2ef-41e6-badb-94791f4e53e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:00.543430 [ 275 ] {a1ef0a30-a2ef-41e6-badb-94791f4e53e3} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.543466 [ 275 ] {a1ef0a30-a2ef-41e6-badb-94791f4e53e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.544109 [ 275 ] {a1ef0a30-a2ef-41e6-badb-94791f4e53e3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:00.544519 [ 275 ] {a1ef0a30-a2ef-41e6-badb-94791f4e53e3} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.544660 [ 275 ] {a1ef0a30-a2ef-41e6-badb-94791f4e53e3} executeQuery: Read 9 rows, 16.51 KiB in 0.001981 sec., 4543.160020191822 rows/sec., 8.14 MiB/sec. 2026.04.10 19:11:00.544711 [ 275 ] {a1ef0a30-a2ef-41e6-badb-94791f4e53e3} TCPHandler: Processed in 0.00215896 sec. 2026.04.10 19:11:00.544828 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.544922 [ 275 ] {4f5d9a5c-c6ab-4b7b-a17a-93717d0674a7} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.544965 [ 275 ] {4f5d9a5c-c6ab-4b7b-a17a-93717d0674a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.10 19:11:00.545523 [ 275 ] {4f5d9a5c-c6ab-4b7b-a17a-93717d0674a7} oximeter.measurements_i64 (6de4225a-8868-4e95-87ed-01518e13b851): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.545560 [ 275 ] {4f5d9a5c-c6ab-4b7b-a17a-93717d0674a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.545954 [ 275 ] {4f5d9a5c-c6ab-4b7b-a17a-93717d0674a7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.10 19:11:00.546394 [ 275 ] {4f5d9a5c-c6ab-4b7b-a17a-93717d0674a7} oximeter.measurements_i64 (6de4225a-8868-4e95-87ed-01518e13b851): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.546525 [ 275 ] {4f5d9a5c-c6ab-4b7b-a17a-93717d0674a7} executeQuery: Read 3 rows, 217.00 B in 0.00162 sec., 1851.851851851852 rows/sec., 130.81 KiB/sec. 2026.04.10 19:11:00.546573 [ 275 ] {4f5d9a5c-c6ab-4b7b-a17a-93717d0674a7} TCPHandler: Processed in 0.001795781 sec. 2026.04.10 19:11:00.546685 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:00.546779 [ 275 ] {f598a321-391a-4874-9b97-ddfe4825fe1f} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:00.546820 [ 275 ] {f598a321-391a-4874-9b97-ddfe4825fe1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:00.547127 [ 275 ] {f598a321-391a-4874-9b97-ddfe4825fe1f} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:00.547167 [ 275 ] {f598a321-391a-4874-9b97-ddfe4825fe1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2026.04.10 19:11:00.547583 [ 275 ] {f598a321-391a-4874-9b97-ddfe4825fe1f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:00.548009 [ 275 ] {f598a321-391a-4874-9b97-ddfe4825fe1f} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:00.548147 [ 275 ] {f598a321-391a-4874-9b97-ddfe4825fe1f} executeQuery: Read 12 rows, 848.00 B in 0.001386 sec., 8658.008658008657 rows/sec., 597.49 KiB/sec. 2026.04.10 19:11:00.548189 [ 275 ] {f598a321-391a-4874-9b97-ddfe4825fe1f} TCPHandler: Processed in 0.001554184 sec. 2026.04.10 19:11:04.507356 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44431 2026.04.10 19:11:04.507530 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.507566 [ 286 ] {} TCP-Session: 8dab1acb-211a-427b-9229-ab177d8fab29 Authenticating user 'default' from [fd00:1122:3344:101::e]:44431 2026.04.10 19:11:04.507594 [ 286 ] {} TCP-Session: 8dab1acb-211a-427b-9229-ab177d8fab29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.507611 [ 286 ] {} TCP-Session: 8dab1acb-211a-427b-9229-ab177d8fab29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.507841 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47637 2026.04.10 19:11:04.507881 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60415 2026.04.10 19:11:04.507888 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51161 2026.04.10 19:11:04.507956 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56154 2026.04.10 19:11:04.508005 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.508018 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.507984 [ 286 ] {} TCP-Session: 8dab1acb-211a-427b-9229-ab177d8fab29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:04.508080 [ 291 ] {} TCP-Session: a23d1962-673e-4a54-b453-caef263dc8cf Authenticating user 'default' from [fd00:1122:3344:101::e]:60415 2026.04.10 19:11:04.508070 [ 288 ] {} TCP-Session: 30c91bd2-444d-4e09-8b3f-163b3ff26c3f Authenticating user 'default' from [fd00:1122:3344:101::e]:47637 2026.04.10 19:11:04.508115 [ 291 ] {} TCP-Session: a23d1962-673e-4a54-b453-caef263dc8cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508133 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.508155 [ 288 ] {} TCP-Session: 30c91bd2-444d-4e09-8b3f-163b3ff26c3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508145 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.508217 [ 290 ] {} TCP-Session: b9ab3475-8420-443a-9dd9-e7a7ed259fab Authenticating user 'default' from [fd00:1122:3344:101::e]:51161 2026.04.10 19:11:04.508201 [ 288 ] {} TCP-Session: 30c91bd2-444d-4e09-8b3f-163b3ff26c3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508274 [ 293 ] {} TCP-Session: b64ccd00-36aa-4796-987f-b99f895ce3d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:56154 2026.04.10 19:11:04.508282 [ 290 ] {} TCP-Session: b9ab3475-8420-443a-9dd9-e7a7ed259fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508317 [ 293 ] {} TCP-Session: b64ccd00-36aa-4796-987f-b99f895ce3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508322 [ 286 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} executeQuery: (from [fd00:1122:3344:101::e]:44431) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:11:04.508345 [ 293 ] {} TCP-Session: b64ccd00-36aa-4796-987f-b99f895ce3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508335 [ 290 ] {} TCP-Session: b9ab3475-8420-443a-9dd9-e7a7ed259fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.507968 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38484 2026.04.10 19:11:04.507890 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54856 2026.04.10 19:11:04.507851 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65478 2026.04.10 19:11:04.507851 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57770 2026.04.10 19:11:04.508154 [ 291 ] {} TCP-Session: a23d1962-673e-4a54-b453-caef263dc8cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508512 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.508587 [ 294 ] {} TCP-Session: bd5a6aa5-f6a2-4165-ba90-4f94b15a89af Authenticating user 'default' from [fd00:1122:3344:101::e]:38484 2026.04.10 19:11:04.508589 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.508614 [ 294 ] {} TCP-Session: bd5a6aa5-f6a2-4165-ba90-4f94b15a89af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508644 [ 292 ] {} TCP-Session: 1a11bdf2-0245-4181-b463-916417a83671 Authenticating user 'default' from [fd00:1122:3344:101::e]:54856 2026.04.10 19:11:04.508657 [ 294 ] {} TCP-Session: bd5a6aa5-f6a2-4165-ba90-4f94b15a89af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508674 [ 292 ] {} TCP-Session: 1a11bdf2-0245-4181-b463-916417a83671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508682 [ 286 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:11:04.508702 [ 292 ] {} TCP-Session: 1a11bdf2-0245-4181-b463-916417a83671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508773 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.508775 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.508812 [ 287 ] {} TCP-Session: aa337849-6fc3-4c52-8c7f-1bf0f7cb4834 Authenticating user 'default' from [fd00:1122:3344:101::e]:57770 2026.04.10 19:11:04.508777 [ 286 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:04.508834 [ 289 ] {} TCP-Session: 642d3722-823a-41d7-b04b-999faef0098c Authenticating user 'default' from [fd00:1122:3344:101::e]:65478 2026.04.10 19:11:04.508838 [ 287 ] {} TCP-Session: aa337849-6fc3-4c52-8c7f-1bf0f7cb4834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508882 [ 289 ] {} TCP-Session: 642d3722-823a-41d7-b04b-999faef0098c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508893 [ 287 ] {} TCP-Session: aa337849-6fc3-4c52-8c7f-1bf0f7cb4834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.508901 [ 289 ] {} TCP-Session: 642d3722-823a-41d7-b04b-999faef0098c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.509203 [ 286 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:11:04.510297 [ 297 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} AggregatingTransform: Aggregating 2026.04.10 19:11:04.510343 [ 297 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} Aggregator: Aggregation method: without_key 2026.04.10 19:11:04.510378 [ 297 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001044189 sec. (957.681 rows/sec., 37.41 KiB/sec.) 2026.04.10 19:11:04.510395 [ 297 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} Aggregator: Merging aggregated data 2026.04.10 19:11:04.511815 [ 286 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} executeQuery: Read 1 rows, 40.00 B in 0.003575 sec., 279.72027972027973 rows/sec., 10.93 KiB/sec. 2026.04.10 19:11:04.511991 [ 286 ] {fb3751e1-2fae-4132-af41-b86e8f025ba9} TCPHandler: Processed in 0.004179178 sec. 2026.04.10 19:11:04.512160 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512193 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512207 [ 286 ] {} TCP-Session: 8dab1acb-211a-427b-9229-ab177d8fab29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.512216 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512247 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512258 [ 292 ] {} TCP-Session: 1a11bdf2-0245-4181-b463-916417a83671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.512281 [ 288 ] {} TCP-Session: 30c91bd2-444d-4e09-8b3f-163b3ff26c3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.512280 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512311 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512347 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512358 [ 290 ] {} TCP-Session: b9ab3475-8420-443a-9dd9-e7a7ed259fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.512387 [ 293 ] {} TCP-Session: b64ccd00-36aa-4796-987f-b99f895ce3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.512400 [ 294 ] {} TCP-Session: bd5a6aa5-f6a2-4165-ba90-4f94b15a89af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.512317 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512259 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.512486 [ 289 ] {} TCP-Session: 642d3722-823a-41d7-b04b-999faef0098c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.512313 [ 291 ] {} TCP-Session: a23d1962-673e-4a54-b453-caef263dc8cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.512514 [ 287 ] {} TCP-Session: aa337849-6fc3-4c52-8c7f-1bf0f7cb4834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839100 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36317 2026.04.10 19:11:04.839222 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.839256 [ 286 ] {} TCP-Session: 900cb570-a887-4f0f-bf94-6e515eca4ab9 Authenticating user 'default' from [fd00:1122:3344:101::e]:36317 2026.04.10 19:11:04.839283 [ 286 ] {} TCP-Session: 900cb570-a887-4f0f-bf94-6e515eca4ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839299 [ 286 ] {} TCP-Session: 900cb570-a887-4f0f-bf94-6e515eca4ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839572 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59206 2026.04.10 19:11:04.839567 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58253 2026.04.10 19:11:04.839632 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60599 2026.04.10 19:11:04.839655 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59668 2026.04.10 19:11:04.839701 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.839713 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.839714 [ 286 ] {} TCP-Session: 900cb570-a887-4f0f-bf94-6e515eca4ab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:04.839738 [ 289 ] {} TCP-Session: a6175707-0f33-40cf-9a71-8305ca1a6f0a Authenticating user 'default' from [fd00:1122:3344:101::e]:59206 2026.04.10 19:11:04.839764 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.839749 [ 287 ] {} TCP-Session: 0ed1c972-9d0a-4aee-930c-6793ceaf7e2e Authenticating user 'default' from [fd00:1122:3344:101::e]:58253 2026.04.10 19:11:04.839788 [ 289 ] {} TCP-Session: a6175707-0f33-40cf-9a71-8305ca1a6f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839797 [ 293 ] {} TCP-Session: f145df06-ef9a-4bb4-b0f1-2c98c54f29a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:59668 2026.04.10 19:11:04.839822 [ 289 ] {} TCP-Session: a6175707-0f33-40cf-9a71-8305ca1a6f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839820 [ 287 ] {} TCP-Session: 0ed1c972-9d0a-4aee-930c-6793ceaf7e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839835 [ 293 ] {} TCP-Session: f145df06-ef9a-4bb4-b0f1-2c98c54f29a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839851 [ 287 ] {} TCP-Session: 0ed1c972-9d0a-4aee-930c-6793ceaf7e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839862 [ 293 ] {} TCP-Session: f145df06-ef9a-4bb4-b0f1-2c98c54f29a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.839668 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44442 2026.04.10 19:11:04.839631 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61139 2026.04.10 19:11:04.839938 [ 286 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} executeQuery: (from [fd00:1122:3344:101::e]:36317) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:11:04.839627 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50835 2026.04.10 19:11:04.840010 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.839568 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37915 2026.04.10 19:11:04.840042 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.840091 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.840114 [ 290 ] {} TCP-Session: 6d51d4e1-983a-434f-a7a7-0fc7f00f7823 Authenticating user 'default' from [fd00:1122:3344:101::e]:61139 2026.04.10 19:11:04.840127 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.840157 [ 290 ] {} TCP-Session: 6d51d4e1-983a-434f-a7a7-0fc7f00f7823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840136 [ 291 ] {} TCP-Session: 4d4f6209-eee2-4fea-9ec9-c273876e868b Authenticating user 'default' from [fd00:1122:3344:101::e]:50835 2026.04.10 19:11:04.840186 [ 288 ] {} TCP-Session: d0b26a8a-402d-438a-835a-a05bc829851a Authenticating user 'default' from [fd00:1122:3344:101::e]:37915 2026.04.10 19:11:04.840190 [ 290 ] {} TCP-Session: 6d51d4e1-983a-434f-a7a7-0fc7f00f7823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840217 [ 291 ] {} TCP-Session: 4d4f6209-eee2-4fea-9ec9-c273876e868b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840237 [ 288 ] {} TCP-Session: d0b26a8a-402d-438a-835a-a05bc829851a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840260 [ 291 ] {} TCP-Session: 4d4f6209-eee2-4fea-9ec9-c273876e868b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840274 [ 286 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:11:04.840276 [ 288 ] {} TCP-Session: d0b26a8a-402d-438a-835a-a05bc829851a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840061 [ 294 ] {} TCP-Session: dee4b07a-9170-45f4-a4fe-2612df1fd812 Authenticating user 'default' from [fd00:1122:3344:101::e]:44442 2026.04.10 19:11:04.839754 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:04.840346 [ 286 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:04.840351 [ 294 ] {} TCP-Session: dee4b07a-9170-45f4-a4fe-2612df1fd812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840379 [ 292 ] {} TCP-Session: d20d3deb-db8f-434c-b6e9-083ece111535 Authenticating user 'default' from [fd00:1122:3344:101::e]:60599 2026.04.10 19:11:04.840406 [ 294 ] {} TCP-Session: dee4b07a-9170-45f4-a4fe-2612df1fd812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840421 [ 292 ] {} TCP-Session: d20d3deb-db8f-434c-b6e9-083ece111535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840448 [ 292 ] {} TCP-Session: d20d3deb-db8f-434c-b6e9-083ece111535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.840759 [ 286 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:11:04.841852 [ 322 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} AggregatingTransform: Aggregating 2026.04.10 19:11:04.841902 [ 322 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} Aggregator: Aggregation method: without_key 2026.04.10 19:11:04.841942 [ 322 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001094821 sec. (913.391 rows/sec., 35.68 KiB/sec.) 2026.04.10 19:11:04.841964 [ 322 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} Aggregator: Merging aggregated data 2026.04.10 19:11:04.843450 [ 286 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} executeQuery: Read 1 rows, 40.00 B in 0.00358 sec., 279.3296089385475 rows/sec., 10.91 KiB/sec. 2026.04.10 19:11:04.843637 [ 286 ] {f343cc10-8278-4371-9eb5-0493b1dfc750} TCPHandler: Processed in 0.004062954 sec. 2026.04.10 19:11:04.843757 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.843796 [ 286 ] {} TCP-Session: 900cb570-a887-4f0f-bf94-6e515eca4ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.843803 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.843837 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.843853 [ 287 ] {} TCP-Session: 0ed1c972-9d0a-4aee-930c-6793ceaf7e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.843859 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.843876 [ 289 ] {} TCP-Session: a6175707-0f33-40cf-9a71-8305ca1a6f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.843904 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.843926 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.843953 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.843965 [ 290 ] {} TCP-Session: 6d51d4e1-983a-434f-a7a7-0fc7f00f7823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.843990 [ 293 ] {} TCP-Session: f145df06-ef9a-4bb4-b0f1-2c98c54f29a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.844008 [ 294 ] {} TCP-Session: dee4b07a-9170-45f4-a4fe-2612df1fd812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.843972 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.843928 [ 291 ] {} TCP-Session: 4d4f6209-eee2-4fea-9ec9-c273876e868b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.844080 [ 292 ] {} TCP-Session: d20d3deb-db8f-434c-b6e9-083ece111535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:04.843893 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:04.844144 [ 288 ] {} TCP-Session: d0b26a8a-402d-438a-835a-a05bc829851a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:05.023677 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:05.023969 [ 275 ] {83d485bd-4ee1-43df-b7b4-c6138cadb1a4} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:05.024075 [ 275 ] {83d485bd-4ee1-43df-b7b4-c6138cadb1a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:05.024900 [ 275 ] {83d485bd-4ee1-43df-b7b4-c6138cadb1a4} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:05.024963 [ 275 ] {83d485bd-4ee1-43df-b7b4-c6138cadb1a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. 2026.04.10 19:11:05.025723 [ 275 ] {83d485bd-4ee1-43df-b7b4-c6138cadb1a4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:05.026373 [ 275 ] {83d485bd-4ee1-43df-b7b4-c6138cadb1a4} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:05.026604 [ 275 ] {83d485bd-4ee1-43df-b7b4-c6138cadb1a4} executeQuery: Read 56 rows, 4.38 KiB in 0.002724 sec., 20558.002936857563 rows/sec., 1.57 MiB/sec. 2026.04.10 19:11:05.026678 [ 275 ] {83d485bd-4ee1-43df-b7b4-c6138cadb1a4} TCPHandler: Processed in 0.00320604 sec. 2026.04.10 19:11:05.026837 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:05.026957 [ 275 ] {aba1538a-19ff-4352-93d8-8ffab4487b0d} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:05.027012 [ 275 ] {aba1538a-19ff-4352-93d8-8ffab4487b0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:05.027544 [ 275 ] {aba1538a-19ff-4352-93d8-8ffab4487b0d} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:05.027587 [ 275 ] {aba1538a-19ff-4352-93d8-8ffab4487b0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. 2026.04.10 19:11:05.028112 [ 275 ] {aba1538a-19ff-4352-93d8-8ffab4487b0d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:05.028758 [ 275 ] {aba1538a-19ff-4352-93d8-8ffab4487b0d} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:05.028935 [ 275 ] {aba1538a-19ff-4352-93d8-8ffab4487b0d} executeQuery: Read 64 rows, 5.12 KiB in 0.002003 sec., 31952.07189216176 rows/sec., 2.49 MiB/sec. 2026.04.10 19:11:05.028989 [ 275 ] {aba1538a-19ff-4352-93d8-8ffab4487b0d} TCPHandler: Processed in 0.002216863 sec. 2026.04.10 19:11:05.029141 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:05.029269 [ 275 ] {8a51f702-f9cc-4c74-8ba8-b7f3e95fec4c} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:05.029323 [ 275 ] {8a51f702-f9cc-4c74-8ba8-b7f3e95fec4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:05.029806 [ 275 ] {8a51f702-f9cc-4c74-8ba8-b7f3e95fec4c} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:05.029850 [ 275 ] {8a51f702-f9cc-4c74-8ba8-b7f3e95fec4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. 2026.04.10 19:11:05.030475 [ 275 ] {8a51f702-f9cc-4c74-8ba8-b7f3e95fec4c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:05.031049 [ 275 ] {8a51f702-f9cc-4c74-8ba8-b7f3e95fec4c} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:05.031249 [ 275 ] {8a51f702-f9cc-4c74-8ba8-b7f3e95fec4c} executeQuery: Read 128 rows, 9.13 KiB in 0.002002 sec., 63936.06393606394 rows/sec., 4.45 MiB/sec. 2026.04.10 19:11:05.031298 [ 275 ] {8a51f702-f9cc-4c74-8ba8-b7f3e95fec4c} TCPHandler: Processed in 0.002214753 sec. 2026.04.10 19:11:05.031446 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:05.031569 [ 275 ] {affacf89-1f1c-47c8-895b-bbb38d159836} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:05.031626 [ 275 ] {affacf89-1f1c-47c8-895b-bbb38d159836} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:05.032061 [ 275 ] {affacf89-1f1c-47c8-895b-bbb38d159836} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:05.032109 [ 275 ] {affacf89-1f1c-47c8-895b-bbb38d159836} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. 2026.04.10 19:11:05.032627 [ 275 ] {affacf89-1f1c-47c8-895b-bbb38d159836} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:05.033289 [ 275 ] {affacf89-1f1c-47c8-895b-bbb38d159836} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:05.033474 [ 275 ] {affacf89-1f1c-47c8-895b-bbb38d159836} executeQuery: Read 48 rows, 3.31 KiB in 0.001927 sec., 24909.185262065388 rows/sec., 1.68 MiB/sec. 2026.04.10 19:11:05.033523 [ 275 ] {affacf89-1f1c-47c8-895b-bbb38d159836} TCPHandler: Processed in 0.00214153 sec. 2026.04.10 19:11:05.359815 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2409 2026.04.10 19:11:05.360433 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:05.360494 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. 2026.04.10 19:11:05.361247 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:05.361949 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:05.362175 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2409 2026.04.10 19:11:05.506831 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.04.10 19:11:05.526678 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:05.526765 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. 2026.04.10 19:11:05.534615 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:05.535982 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:05.540693 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.04.10 19:11:06.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.89 MiB, peak 179.23 MiB, free memory in arenas 0.00 B, will set to 170.97 MiB (RSS), difference: 1.09 MiB 2026.04.10 19:11:07.826137 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 80 entries to flush up to offset 268 2026.04.10 19:11:07.829427 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:07.829488 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. 2026.04.10 19:11:07.830854 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:07.831328 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:07.831589 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 268 2026.04.10 19:11:10.033436 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.033637 [ 275 ] {285a0db3-27f5-4483-af3c-31d47d23af2b} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:11:10.033708 [ 275 ] {285a0db3-27f5-4483-af3c-31d47d23af2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:11:10.034477 [ 275 ] {285a0db3-27f5-4483-af3c-31d47d23af2b} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.034531 [ 275 ] {285a0db3-27f5-4483-af3c-31d47d23af2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.035064 [ 275 ] {285a0db3-27f5-4483-af3c-31d47d23af2b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:10.035530 [ 275 ] {285a0db3-27f5-4483-af3c-31d47d23af2b} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.035697 [ 275 ] {285a0db3-27f5-4483-af3c-31d47d23af2b} executeQuery: Read 284 rows, 18.47 KiB in 0.002111 sec., 134533.39649455235 rows/sec., 8.54 MiB/sec. 2026.04.10 19:11:10.035752 [ 275 ] {285a0db3-27f5-4483-af3c-31d47d23af2b} TCPHandler: Processed in 0.002458179 sec. 2026.04.10 19:11:10.035888 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.036000 [ 275 ] {aab49167-0213-4d50-8596-b0d2c210c4be} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:10.036047 [ 275 ] {aab49167-0213-4d50-8596-b0d2c210c4be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:10.036828 [ 275 ] {aab49167-0213-4d50-8596-b0d2c210c4be} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.036866 [ 275 ] {aab49167-0213-4d50-8596-b0d2c210c4be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.037376 [ 275 ] {aab49167-0213-4d50-8596-b0d2c210c4be} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:10.037871 [ 275 ] {aab49167-0213-4d50-8596-b0d2c210c4be} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.038013 [ 275 ] {aab49167-0213-4d50-8596-b0d2c210c4be} executeQuery: Read 819 rows, 65.00 KiB in 0.002037 sec., 402061.85567010305 rows/sec., 31.16 MiB/sec. 2026.04.10 19:11:10.038053 [ 275 ] {aab49167-0213-4d50-8596-b0d2c210c4be} TCPHandler: Processed in 0.002221272 sec. 2026.04.10 19:11:10.038046 [ 69 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:10.038137 [ 69 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.038164 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.038168 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.038278 [ 275 ] {e9afd5bd-0f84-42d0-84af-45c6631a1b9e} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:10.038322 [ 275 ] {e9afd5bd-0f84-42d0-84af-45c6631a1b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:10.038770 [ 275 ] {e9afd5bd-0f84-42d0-84af-45c6631a1b9e} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.038808 [ 275 ] {e9afd5bd-0f84-42d0-84af-45c6631a1b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.039263 [ 275 ] {e9afd5bd-0f84-42d0-84af-45c6631a1b9e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:10.039776 [ 275 ] {e9afd5bd-0f84-42d0-84af-45c6631a1b9e} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.039908 [ 275 ] {e9afd5bd-0f84-42d0-84af-45c6631a1b9e} executeQuery: Read 153 rows, 9.37 KiB in 0.001653 sec., 92558.98366606171 rows/sec., 5.54 MiB/sec. 2026.04.10 19:11:10.039947 [ 275 ] {e9afd5bd-0f84-42d0-84af-45c6631a1b9e} TCPHandler: Processed in 0.001832832 sec. 2026.04.10 19:11:10.040064 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.040162 [ 275 ] {e6ad1a77-0e99-4f07-ba68-2c08abc0502f} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:11:10.040208 [ 275 ] {e6ad1a77-0e99-4f07-ba68-2c08abc0502f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:11:10.040464 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:11:10.040647 [ 275 ] {e6ad1a77-0e99-4f07-ba68-2c08abc0502f} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.040684 [ 275 ] {e6ad1a77-0e99-4f07-ba68-2c08abc0502f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.041179 [ 275 ] {e6ad1a77-0e99-4f07-ba68-2c08abc0502f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:10.041642 [ 275 ] {e6ad1a77-0e99-4f07-ba68-2c08abc0502f} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.041768 [ 275 ] {e6ad1a77-0e99-4f07-ba68-2c08abc0502f} executeQuery: Read 149 rows, 9.86 KiB in 0.001627 sec., 91579.59434542102 rows/sec., 5.92 MiB/sec. 2026.04.10 19:11:10.041804 [ 275 ] {e6ad1a77-0e99-4f07-ba68-2c08abc0502f} TCPHandler: Processed in 0.001791131 sec. 2026.04.10 19:11:10.041919 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.042014 [ 275 ] {e024744e-7a00-48bc-9a6e-46ba61ad99ea} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:11:10.042055 [ 275 ] {e024744e-7a00-48bc-9a6e-46ba61ad99ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:11:10.042488 [ 275 ] {e024744e-7a00-48bc-9a6e-46ba61ad99ea} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.042523 [ 275 ] {e024744e-7a00-48bc-9a6e-46ba61ad99ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.042551 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:10.042654 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 824 rows starting from the beginning of the part 2026.04.10 19:11:10.042770 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.04.10 19:11:10.042826 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 819 rows starting from the beginning of the part 2026.04.10 19:11:10.042880 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2405 rows starting from the beginning of the part 2026.04.10 19:11:10.042927 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.04.10 19:11:10.042956 [ 275 ] {e024744e-7a00-48bc-9a6e-46ba61ad99ea} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:10.042972 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 819 rows starting from the beginning of the part 2026.04.10 19:11:10.043506 [ 275 ] {e024744e-7a00-48bc-9a6e-46ba61ad99ea} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.043632 [ 275 ] {e024744e-7a00-48bc-9a6e-46ba61ad99ea} executeQuery: Read 148 rows, 8.62 KiB in 0.001635 sec., 90519.87767584098 rows/sec., 5.15 MiB/sec. 2026.04.10 19:11:10.043668 [ 275 ] {e024744e-7a00-48bc-9a6e-46ba61ad99ea} TCPHandler: Processed in 0.00180044 sec. 2026.04.10 19:11:10.043794 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.043889 [ 275 ] {7e87c621-6106-491d-b82d-f8372b4a3b67} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:10.043929 [ 275 ] {7e87c621-6106-491d-b82d-f8372b4a3b67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:10.044549 [ 275 ] {7e87c621-6106-491d-b82d-f8372b4a3b67} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.044585 [ 275 ] {7e87c621-6106-491d-b82d-f8372b4a3b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.045053 [ 275 ] {7e87c621-6106-491d-b82d-f8372b4a3b67} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:10.045624 [ 275 ] {7e87c621-6106-491d-b82d-f8372b4a3b67} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.045735 [ 69 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:10.045757 [ 275 ] {7e87c621-6106-491d-b82d-f8372b4a3b67} executeQuery: Read 501 rows, 36.06 KiB in 0.001886 sec., 265641.56945917284 rows/sec., 18.67 MiB/sec. 2026.04.10 19:11:10.045788 [ 69 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.045803 [ 275 ] {7e87c621-6106-491d-b82d-f8372b4a3b67} TCPHandler: Processed in 0.002058448 sec. 2026.04.10 19:11:10.045815 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.045929 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.045999 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:11:10.046034 [ 275 ] {81456c49-0d22-48bc-a1eb-8d99f89464da} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:11:10.046084 [ 275 ] {81456c49-0d22-48bc-a1eb-8d99f89464da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:11:10.046147 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:10.046198 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 511 rows starting from the beginning of the part 2026.04.10 19:11:10.046301 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.04.10 19:11:10.046356 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 501 rows starting from the beginning of the part 2026.04.10 19:11:10.046411 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1295 rows starting from the beginning of the part 2026.04.10 19:11:10.046462 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.04.10 19:11:10.046466 [ 275 ] {81456c49-0d22-48bc-a1eb-8d99f89464da} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.046511 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 501 rows starting from the beginning of the part 2026.04.10 19:11:10.046520 [ 275 ] {81456c49-0d22-48bc-a1eb-8d99f89464da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.047089 [ 275 ] {81456c49-0d22-48bc-a1eb-8d99f89464da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:10.047579 [ 275 ] {81456c49-0d22-48bc-a1eb-8d99f89464da} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.047722 [ 275 ] {81456c49-0d22-48bc-a1eb-8d99f89464da} executeQuery: Read 6 rows, 321.00 B in 0.001707 sec., 3514.93848857645 rows/sec., 183.64 KiB/sec. 2026.04.10 19:11:10.047761 [ 275 ] {81456c49-0d22-48bc-a1eb-8d99f89464da} TCPHandler: Processed in 0.001882963 sec. 2026.04.10 19:11:10.047883 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.048076 [ 275 ] {1df12b82-d56b-4782-9f10-c8dbab24bd13} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:10.048120 [ 275 ] {1df12b82-d56b-4782-9f10-c8dbab24bd13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:10.048309 [ 200 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2936 rows, containing 5 columns (5 merged, 0 gathered) in 0.002407638 sec., 1219452.4259876276 rows/sec., 88.92 MiB/sec. 2026.04.10 19:11:10.048553 [ 275 ] {1df12b82-d56b-4782-9f10-c8dbab24bd13} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.048597 [ 275 ] {1df12b82-d56b-4782-9f10-c8dbab24bd13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.048688 [ 186 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:10.049111 [ 275 ] {1df12b82-d56b-4782-9f10-c8dbab24bd13} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:10.049297 [ 186 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.049389 [ 186 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_6_1} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:10.049498 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.04.10 19:11:10.049710 [ 275 ] {1df12b82-d56b-4782-9f10-c8dbab24bd13} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.049823 [ 69 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:10.049852 [ 275 ] {1df12b82-d56b-4782-9f10-c8dbab24bd13} executeQuery: Read 265 rows, 18.03 KiB in 0.001795 sec., 147632.31197771587 rows/sec., 9.81 MiB/sec. 2026.04.10 19:11:10.049860 [ 69 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.049896 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.049900 [ 275 ] {1df12b82-d56b-4782-9f10-c8dbab24bd13} TCPHandler: Processed in 0.002070369 sec. 2026.04.10 19:11:10.049971 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:11:10.050034 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.050071 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:10.050103 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:11:10.050135 [ 275 ] {3d198119-e480-4f77-acdf-3731146b144d} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:11:10.050151 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.04.10 19:11:10.050182 [ 275 ] {3d198119-e480-4f77-acdf-3731146b144d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:11:10.050194 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 265 rows starting from the beginning of the part 2026.04.10 19:11:10.050246 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2646 rows starting from the beginning of the part 2026.04.10 19:11:10.050285 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2026.04.10 19:11:10.050323 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 265 rows starting from the beginning of the part 2026.04.10 19:11:10.050576 [ 275 ] {3d198119-e480-4f77-acdf-3731146b144d} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.050616 [ 275 ] {3d198119-e480-4f77-acdf-3731146b144d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.051143 [ 275 ] {3d198119-e480-4f77-acdf-3731146b144d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:10.051644 [ 275 ] {3d198119-e480-4f77-acdf-3731146b144d} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.051778 [ 275 ] {3d198119-e480-4f77-acdf-3731146b144d} executeQuery: Read 1 rows, 69.00 B in 0.001661 sec., 602.0469596628537 rows/sec., 40.57 KiB/sec. 2026.04.10 19:11:10.051814 [ 275 ] {3d198119-e480-4f77-acdf-3731146b144d} TCPHandler: Processed in 0.001833661 sec. 2026.04.10 19:11:10.051928 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.052026 [ 275 ] {0245b409-0981-4200-a9a0-42bcf43ec6c0} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:10.052082 [ 275 ] {0245b409-0981-4200-a9a0-42bcf43ec6c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:10.052833 [ 275 ] {0245b409-0981-4200-a9a0-42bcf43ec6c0} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.052875 [ 275 ] {0245b409-0981-4200-a9a0-42bcf43ec6c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.053558 [ 275 ] {0245b409-0981-4200-a9a0-42bcf43ec6c0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:10.054081 [ 275 ] {0245b409-0981-4200-a9a0-42bcf43ec6c0} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.054242 [ 275 ] {0245b409-0981-4200-a9a0-42bcf43ec6c0} executeQuery: Read 11 rows, 20.18 KiB in 0.002234 sec., 4923.903312444047 rows/sec., 8.82 MiB/sec. 2026.04.10 19:11:10.054308 [ 275 ] {0245b409-0981-4200-a9a0-42bcf43ec6c0} TCPHandler: Processed in 0.002431499 sec. 2026.04.10 19:11:10.054422 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:10.054460 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 4979 rows, containing 5 columns (5 merged, 0 gathered) in 0.016117724 sec., 308914.58372162224 rows/sec., 24.49 MiB/sec. 2026.04.10 19:11:10.054519 [ 275 ] {1681fc9a-9b16-41f7-a7b9-b63b4df5c6be} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:10.054566 [ 275 ] {1681fc9a-9b16-41f7-a7b9-b63b4df5c6be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:10.054803 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3734 rows, containing 5 columns (5 merged, 0 gathered) in 0.004857276 sec., 768743.6332627588 rows/sec., 48.91 MiB/sec. 2026.04.10 19:11:10.054904 [ 275 ] {1681fc9a-9b16-41f7-a7b9-b63b4df5c6be} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.054949 [ 275 ] {1681fc9a-9b16-41f7-a7b9-b63b4df5c6be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.054977 [ 189 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:10.055476 [ 200 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:10.055537 [ 275 ] {1681fc9a-9b16-41f7-a7b9-b63b4df5c6be} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:10.055653 [ 189 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.055746 [ 189 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_6_1} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:10.055830 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.04.10 19:11:10.056110 [ 275 ] {1681fc9a-9b16-41f7-a7b9-b63b4df5c6be} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.056195 [ 200 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.056220 [ 69 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:10.056250 [ 69 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:10.056256 [ 275 ] {1681fc9a-9b16-41f7-a7b9-b63b4df5c6be} executeQuery: Read 90 rows, 5.77 KiB in 0.001756 sec., 51252.84738041002 rows/sec., 3.21 MiB/sec. 2026.04.10 19:11:10.056270 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:10.056288 [ 200 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_6_1} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:10.056303 [ 275 ] {1681fc9a-9b16-41f7-a7b9-b63b4df5c6be} TCPHandler: Processed in 0.001932455 sec. 2026.04.10 19:11:10.056359 [ 189 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:11:10.056385 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.04.10 19:11:10.056451 [ 189 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:10.056481 [ 189 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:11:10.056553 [ 189 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.04.10 19:11:10.056602 [ 189 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.04.10 19:11:10.056647 [ 189 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.04.10 19:11:10.056689 [ 189 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2026.04.10 19:11:10.056734 [ 189 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 90 rows starting from the beginning of the part 2026.04.10 19:11:10.057609 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.001288907 sec., 302581.9550983896 rows/sec., 19.38 MiB/sec. 2026.04.10 19:11:10.057889 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:10.058430 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:10.058505 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_6_1} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:10.058574 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.10 19:11:11.001172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.98 MiB, peak 179.23 MiB, free memory in arenas 0.00 B, will set to 173.41 MiB (RSS), difference: 1.43 MiB 2026.04.10 19:11:12.669474 [ 63 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:11:12.669523 [ 63 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:11:12.862818 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2857 2026.04.10 19:11:12.863308 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:12.863355 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:12.863994 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:12.864434 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:12.864567 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2857 2026.04.10 19:11:12.864567 [ 62 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:12.864645 [ 62 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:12.864668 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:12.864783 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:12.864900 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:12.864938 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:12.865000 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:12.865042 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:12.865080 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 433 rows starting from the beginning of the part 2026.04.10 19:11:12.865122 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:12.865160 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:12.877902 [ 191 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2857 rows, containing 4 columns (4 merged, 0 gathered) in 0.013173351 sec., 216877.23951179924 rows/sec., 3.10 MiB/sec. 2026.04.10 19:11:12.878922 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:12.879488 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_6_1} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:12.879569 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_6_1} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:12.879664 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.04.10 19:11:13.001149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 173.47 MiB, peak 179.78 MiB, free memory in arenas 0.00 B, will set to 174.51 MiB (RSS), difference: 1.04 MiB 2026.04.10 19:11:13.041342 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.04.10 19:11:13.058943 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:13.058987 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:13.065408 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:13.066482 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:13.066753 [ 62 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:13.066815 [ 62 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:13.066836 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:13.066956 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:13.069676 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.04.10 19:11:13.071017 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:13.072316 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:13.076731 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:13.080964 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:13.085170 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:13.094339 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:13.098731 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:13.155238 [ 191 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.088331786 sec., 520.7638391914775 rows/sec., 2.69 MiB/sec. 2026.04.10 19:11:13.157587 [ 196 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:13.160160 [ 196 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_6_1} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:13.160256 [ 196 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_6_1} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:13.162274 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.04.10 19:11:14.000273 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 175.59 MiB, peak 185.13 MiB, free memory in arenas 0.00 B, will set to 184.45 MiB (RSS), difference: 8.86 MiB 2026.04.10 19:11:15.024931 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:15.025118 [ 275 ] {a96e6820-2a46-4b7a-929e-0433022e8216} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:15.025183 [ 275 ] {a96e6820-2a46-4b7a-929e-0433022e8216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:15.025842 [ 275 ] {a96e6820-2a46-4b7a-929e-0433022e8216} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:15.025884 [ 275 ] {a96e6820-2a46-4b7a-929e-0433022e8216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:15.026495 [ 275 ] {a96e6820-2a46-4b7a-929e-0433022e8216} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:15.026953 [ 275 ] {a96e6820-2a46-4b7a-929e-0433022e8216} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:15.027105 [ 275 ] {a96e6820-2a46-4b7a-929e-0433022e8216} executeQuery: Read 108 rows, 9.28 KiB in 0.002038 sec., 52993.13052011777 rows/sec., 4.45 MiB/sec. 2026.04.10 19:11:15.027149 [ 275 ] {a96e6820-2a46-4b7a-929e-0433022e8216} TCPHandler: Processed in 0.002347516 sec. 2026.04.10 19:11:15.027272 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:15.027366 [ 275 ] {12339007-9b23-4876-9096-61a0ef8a5529} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:15.027406 [ 275 ] {12339007-9b23-4876-9096-61a0ef8a5529} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:15.027825 [ 275 ] {12339007-9b23-4876-9096-61a0ef8a5529} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:15.027861 [ 275 ] {12339007-9b23-4876-9096-61a0ef8a5529} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:15.028262 [ 275 ] {12339007-9b23-4876-9096-61a0ef8a5529} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:15.028748 [ 275 ] {12339007-9b23-4876-9096-61a0ef8a5529} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:15.028964 [ 275 ] {12339007-9b23-4876-9096-61a0ef8a5529} executeQuery: Read 26 rows, 1.96 KiB in 0.001616 sec., 16089.10891089109 rows/sec., 1.18 MiB/sec. 2026.04.10 19:11:15.029003 [ 275 ] {12339007-9b23-4876-9096-61a0ef8a5529} TCPHandler: Processed in 0.00177995 sec. 2026.04.10 19:11:15.029116 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:15.029209 [ 275 ] {a119d369-9fbd-4713-9e32-865edcd5f6db} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:15.029248 [ 275 ] {a119d369-9fbd-4713-9e32-865edcd5f6db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:15.029661 [ 275 ] {a119d369-9fbd-4713-9e32-865edcd5f6db} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:15.029697 [ 275 ] {a119d369-9fbd-4713-9e32-865edcd5f6db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:15.030105 [ 275 ] {a119d369-9fbd-4713-9e32-865edcd5f6db} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:15.030564 [ 275 ] {a119d369-9fbd-4713-9e32-865edcd5f6db} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:15.030693 [ 275 ] {a119d369-9fbd-4713-9e32-865edcd5f6db} executeQuery: Read 98 rows, 7.86 KiB in 0.001503 sec., 65202.92747837658 rows/sec., 5.11 MiB/sec. 2026.04.10 19:11:15.030730 [ 275 ] {a119d369-9fbd-4713-9e32-865edcd5f6db} TCPHandler: Processed in 0.001662337 sec. 2026.04.10 19:11:15.030842 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:15.030935 [ 275 ] {efaf1a5f-9ec5-4a1b-a373-65060628a2db} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:15.030977 [ 275 ] {efaf1a5f-9ec5-4a1b-a373-65060628a2db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:15.031375 [ 275 ] {efaf1a5f-9ec5-4a1b-a373-65060628a2db} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:15.031410 [ 275 ] {efaf1a5f-9ec5-4a1b-a373-65060628a2db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:15.031868 [ 275 ] {efaf1a5f-9ec5-4a1b-a373-65060628a2db} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:15.032333 [ 275 ] {efaf1a5f-9ec5-4a1b-a373-65060628a2db} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:15.032464 [ 275 ] {efaf1a5f-9ec5-4a1b-a373-65060628a2db} executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. 2026.04.10 19:11:15.032501 [ 275 ] {efaf1a5f-9ec5-4a1b-a373-65060628a2db} TCPHandler: Processed in 0.001706578 sec. 2026.04.10 19:11:15.032607 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:15.032700 [ 275 ] {6dd867ce-6315-490c-9909-b51279f482f5} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:15.032752 [ 275 ] {6dd867ce-6315-490c-9909-b51279f482f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:15.033506 [ 275 ] {6dd867ce-6315-490c-9909-b51279f482f5} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:15.033542 [ 275 ] {6dd867ce-6315-490c-9909-b51279f482f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:15.034172 [ 275 ] {6dd867ce-6315-490c-9909-b51279f482f5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:15.034596 [ 275 ] {6dd867ce-6315-490c-9909-b51279f482f5} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:15.034756 [ 275 ] {6dd867ce-6315-490c-9909-b51279f482f5} executeQuery: Read 26 rows, 47.71 KiB in 0.002073 sec., 12542.209358417751 rows/sec., 22.48 MiB/sec. 2026.04.10 19:11:15.034808 [ 275 ] {6dd867ce-6315-490c-9909-b51279f482f5} TCPHandler: Processed in 0.002248703 sec. 2026.04.10 19:11:15.034920 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:15.035013 [ 275 ] {026c9452-3488-43b6-a9d6-cd6052037147} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.10 19:11:15.035055 [ 275 ] {026c9452-3488-43b6-a9d6-cd6052037147} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.10 19:11:15.035384 [ 275 ] {026c9452-3488-43b6-a9d6-cd6052037147} oximeter.measurements_i64 (6de4225a-8868-4e95-87ed-01518e13b851): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:15.035420 [ 275 ] {026c9452-3488-43b6-a9d6-cd6052037147} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:15.035893 [ 275 ] {026c9452-3488-43b6-a9d6-cd6052037147} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:15.036351 [ 275 ] {026c9452-3488-43b6-a9d6-cd6052037147} oximeter.measurements_i64 (6de4225a-8868-4e95-87ed-01518e13b851): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:15.036476 [ 275 ] {026c9452-3488-43b6-a9d6-cd6052037147} executeQuery: Read 15 rows, 1.14 KiB in 0.001481 sec., 10128.291694800811 rows/sec., 772.81 KiB/sec. 2026.04.10 19:11:15.036511 [ 275 ] {026c9452-3488-43b6-a9d6-cd6052037147} TCPHandler: Processed in 0.001639126 sec. 2026.04.10 19:11:15.036624 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:15.036715 [ 275 ] {0bce1397-54d0-4d2a-96c7-9505fde8c41e} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:15.036754 [ 275 ] {0bce1397-54d0-4d2a-96c7-9505fde8c41e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:15.037074 [ 275 ] {0bce1397-54d0-4d2a-96c7-9505fde8c41e} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:15.037109 [ 275 ] {0bce1397-54d0-4d2a-96c7-9505fde8c41e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:15.037510 [ 275 ] {0bce1397-54d0-4d2a-96c7-9505fde8c41e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:15.038143 [ 275 ] {0bce1397-54d0-4d2a-96c7-9505fde8c41e} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:15.038288 [ 275 ] {0bce1397-54d0-4d2a-96c7-9505fde8c41e} executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec. 2026.04.10 19:11:15.038326 [ 275 ] {0bce1397-54d0-4d2a-96c7-9505fde8c41e} TCPHandler: Processed in 0.001749819 sec. 2026.04.10 19:11:17.832702 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 304 2026.04.10 19:11:17.834964 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:17.835003 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:17.836286 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:17.836787 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:17.837018 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 304 2026.04.10 19:11:20.032922 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.033143 [ 275 ] {79a1ca3c-7b5c-4af0-9d08-c8808b7b5c19} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:11:20.033216 [ 275 ] {79a1ca3c-7b5c-4af0-9d08-c8808b7b5c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:11:20.034010 [ 275 ] {79a1ca3c-7b5c-4af0-9d08-c8808b7b5c19} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.034058 [ 275 ] {79a1ca3c-7b5c-4af0-9d08-c8808b7b5c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.034575 [ 275 ] {79a1ca3c-7b5c-4af0-9d08-c8808b7b5c19} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:20.035004 [ 275 ] {79a1ca3c-7b5c-4af0-9d08-c8808b7b5c19} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.035155 [ 275 ] {79a1ca3c-7b5c-4af0-9d08-c8808b7b5c19} executeQuery: Read 284 rows, 18.47 KiB in 0.002065 sec., 137530.26634382567 rows/sec., 8.74 MiB/sec. 2026.04.10 19:11:20.035196 [ 275 ] {79a1ca3c-7b5c-4af0-9d08-c8808b7b5c19} TCPHandler: Processed in 0.002413918 sec. 2026.04.10 19:11:20.035321 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.035417 [ 275 ] {a685d6df-2b52-46c5-b2d3-d8a3965f2dce} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:20.035458 [ 275 ] {a685d6df-2b52-46c5-b2d3-d8a3965f2dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:20.036351 [ 275 ] {a685d6df-2b52-46c5-b2d3-d8a3965f2dce} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.036387 [ 275 ] {a685d6df-2b52-46c5-b2d3-d8a3965f2dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.036866 [ 275 ] {a685d6df-2b52-46c5-b2d3-d8a3965f2dce} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:20.037278 [ 275 ] {a685d6df-2b52-46c5-b2d3-d8a3965f2dce} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.037407 [ 275 ] {a685d6df-2b52-46c5-b2d3-d8a3965f2dce} executeQuery: Read 819 rows, 65.00 KiB in 0.002009 sec., 407665.50522648083 rows/sec., 31.60 MiB/sec. 2026.04.10 19:11:20.037444 [ 275 ] {a685d6df-2b52-46c5-b2d3-d8a3965f2dce} TCPHandler: Processed in 0.002174932 sec. 2026.04.10 19:11:20.037556 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.037650 [ 275 ] {57842c8f-1b78-4a30-ae9e-3638dce21bc3} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:20.037690 [ 275 ] {57842c8f-1b78-4a30-ae9e-3638dce21bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:20.038137 [ 275 ] {57842c8f-1b78-4a30-ae9e-3638dce21bc3} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.038173 [ 275 ] {57842c8f-1b78-4a30-ae9e-3638dce21bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.038574 [ 275 ] {57842c8f-1b78-4a30-ae9e-3638dce21bc3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:20.039045 [ 275 ] {57842c8f-1b78-4a30-ae9e-3638dce21bc3} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.039144 [ 52 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:20.039173 [ 275 ] {57842c8f-1b78-4a30-ae9e-3638dce21bc3} executeQuery: Read 153 rows, 9.37 KiB in 0.001541 sec., 99286.17780661907 rows/sec., 5.94 MiB/sec. 2026.04.10 19:11:20.039209 [ 52 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.039219 [ 275 ] {57842c8f-1b78-4a30-ae9e-3638dce21bc3} TCPHandler: Processed in 0.001713109 sec. 2026.04.10 19:11:20.039239 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.039345 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.039370 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:11:20.039443 [ 275 ] {d63b79ce-0942-4ffc-8ff4-9548e2fc7d95} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:11:20.039479 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:20.039482 [ 275 ] {d63b79ce-0942-4ffc-8ff4-9548e2fc7d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:11:20.039522 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 163 rows starting from the beginning of the part 2026.04.10 19:11:20.039619 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 153 rows starting from the beginning of the part 2026.04.10 19:11:20.039676 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part 2026.04.10 19:11:20.039724 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 153 rows starting from the beginning of the part 2026.04.10 19:11:20.039772 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.04.10 19:11:20.039816 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 153 rows starting from the beginning of the part 2026.04.10 19:11:20.039967 [ 275 ] {d63b79ce-0942-4ffc-8ff4-9548e2fc7d95} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.040002 [ 275 ] {d63b79ce-0942-4ffc-8ff4-9548e2fc7d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.040553 [ 275 ] {d63b79ce-0942-4ffc-8ff4-9548e2fc7d95} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:20.040746 [ 191 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 661 rows, containing 5 columns (5 merged, 0 gathered) in 0.00143014 sec., 462192.51262114197 rows/sec., 29.82 MiB/sec. 2026.04.10 19:11:20.040975 [ 275 ] {d63b79ce-0942-4ffc-8ff4-9548e2fc7d95} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.041052 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:20.041131 [ 275 ] {d63b79ce-0942-4ffc-8ff4-9548e2fc7d95} executeQuery: Read 149 rows, 9.86 KiB in 0.001705 sec., 87390.0293255132 rows/sec., 5.65 MiB/sec. 2026.04.10 19:11:20.041177 [ 275 ] {d63b79ce-0942-4ffc-8ff4-9548e2fc7d95} TCPHandler: Processed in 0.001882353 sec. 2026.04.10 19:11:20.041298 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.041393 [ 275 ] {dc195900-3a24-414c-96cc-a6079dc91074} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:11:20.041433 [ 275 ] {dc195900-3a24-414c-96cc-a6079dc91074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:11:20.041554 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.041637 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_6_1} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:20.041729 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.10 19:11:20.041886 [ 275 ] {dc195900-3a24-414c-96cc-a6079dc91074} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.041926 [ 275 ] {dc195900-3a24-414c-96cc-a6079dc91074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.042379 [ 275 ] {dc195900-3a24-414c-96cc-a6079dc91074} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:20.042783 [ 275 ] {dc195900-3a24-414c-96cc-a6079dc91074} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.042911 [ 275 ] {dc195900-3a24-414c-96cc-a6079dc91074} executeQuery: Read 148 rows, 8.62 KiB in 0.001536 sec., 96354.16666666666 rows/sec., 5.48 MiB/sec. 2026.04.10 19:11:20.042948 [ 275 ] {dc195900-3a24-414c-96cc-a6079dc91074} TCPHandler: Processed in 0.001701297 sec. 2026.04.10 19:11:20.043063 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.043157 [ 275 ] {41f9763c-8cbf-4d56-a97d-674b0d444306} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:20.043196 [ 275 ] {41f9763c-8cbf-4d56-a97d-674b0d444306} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:20.043811 [ 275 ] {41f9763c-8cbf-4d56-a97d-674b0d444306} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.043848 [ 275 ] {41f9763c-8cbf-4d56-a97d-674b0d444306} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.044265 [ 275 ] {41f9763c-8cbf-4d56-a97d-674b0d444306} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:20.044673 [ 275 ] {41f9763c-8cbf-4d56-a97d-674b0d444306} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.044801 [ 275 ] {41f9763c-8cbf-4d56-a97d-674b0d444306} executeQuery: Read 501 rows, 36.06 KiB in 0.001663 sec., 301262.77811184607 rows/sec., 21.18 MiB/sec. 2026.04.10 19:11:20.044838 [ 275 ] {41f9763c-8cbf-4d56-a97d-674b0d444306} TCPHandler: Processed in 0.001825582 sec. 2026.04.10 19:11:20.044950 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.045044 [ 275 ] {cb2f7b45-82e6-4221-b006-a64ce40c1f14} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:11:20.045086 [ 275 ] {cb2f7b45-82e6-4221-b006-a64ce40c1f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:11:20.045420 [ 275 ] {cb2f7b45-82e6-4221-b006-a64ce40c1f14} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.045455 [ 275 ] {cb2f7b45-82e6-4221-b006-a64ce40c1f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.045850 [ 275 ] {cb2f7b45-82e6-4221-b006-a64ce40c1f14} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:20.046260 [ 275 ] {cb2f7b45-82e6-4221-b006-a64ce40c1f14} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.046387 [ 275 ] {cb2f7b45-82e6-4221-b006-a64ce40c1f14} executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. 2026.04.10 19:11:20.046422 [ 275 ] {cb2f7b45-82e6-4221-b006-a64ce40c1f14} TCPHandler: Processed in 0.001523383 sec. 2026.04.10 19:11:20.046532 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.046625 [ 275 ] {b1811aa1-d1f6-4857-8961-75747e1e91b5} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:20.046667 [ 275 ] {b1811aa1-d1f6-4857-8961-75747e1e91b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:20.047084 [ 275 ] {b1811aa1-d1f6-4857-8961-75747e1e91b5} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.047117 [ 275 ] {b1811aa1-d1f6-4857-8961-75747e1e91b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.047544 [ 275 ] {b1811aa1-d1f6-4857-8961-75747e1e91b5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:20.047989 [ 275 ] {b1811aa1-d1f6-4857-8961-75747e1e91b5} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.048118 [ 275 ] {b1811aa1-d1f6-4857-8961-75747e1e91b5} executeQuery: Read 265 rows, 18.03 KiB in 0.001511 sec., 175380.5426869623 rows/sec., 11.65 MiB/sec. 2026.04.10 19:11:20.048154 [ 275 ] {b1811aa1-d1f6-4857-8961-75747e1e91b5} TCPHandler: Processed in 0.001672487 sec. 2026.04.10 19:11:20.048266 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.048359 [ 275 ] {36ac3124-e900-4747-99bc-0b31e21bf516} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:11:20.048400 [ 275 ] {36ac3124-e900-4747-99bc-0b31e21bf516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:11:20.048708 [ 275 ] {36ac3124-e900-4747-99bc-0b31e21bf516} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.048741 [ 275 ] {36ac3124-e900-4747-99bc-0b31e21bf516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.049139 [ 275 ] {36ac3124-e900-4747-99bc-0b31e21bf516} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:11:20.049545 [ 275 ] {36ac3124-e900-4747-99bc-0b31e21bf516} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.049671 [ 275 ] {36ac3124-e900-4747-99bc-0b31e21bf516} executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. 2026.04.10 19:11:20.049705 [ 275 ] {36ac3124-e900-4747-99bc-0b31e21bf516} TCPHandler: Processed in 0.001489802 sec. 2026.04.10 19:11:20.049814 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.049907 [ 275 ] {b5ae2a14-a117-414b-80b3-4b589ac72616} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:20.049959 [ 275 ] {b5ae2a14-a117-414b-80b3-4b589ac72616} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:20.050694 [ 275 ] {b5ae2a14-a117-414b-80b3-4b589ac72616} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.050728 [ 275 ] {b5ae2a14-a117-414b-80b3-4b589ac72616} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.051319 [ 275 ] {b5ae2a14-a117-414b-80b3-4b589ac72616} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:20.051804 [ 275 ] {b5ae2a14-a117-414b-80b3-4b589ac72616} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.051895 [ 51 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:20.051937 [ 51 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.051938 [ 275 ] {b5ae2a14-a117-414b-80b3-4b589ac72616} executeQuery: Read 11 rows, 20.18 KiB in 0.002049 sec., 5368.47242557345 rows/sec., 9.62 MiB/sec. 2026.04.10 19:11:20.051959 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.051996 [ 275 ] {b5ae2a14-a117-414b-80b3-4b589ac72616} TCPHandler: Processed in 0.002231733 sec. 2026.04.10 19:11:20.052031 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:11:20.052102 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:20.052197 [ 275 ] {8ddc4549-f98b-470d-80e1-ca9a217abe3a} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:20.052223 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:20.052238 [ 275 ] {8ddc4549-f98b-470d-80e1-ca9a217abe3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:20.052274 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2026.04.10 19:11:20.052390 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.04.10 19:11:20.052501 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2026.04.10 19:11:20.052575 [ 275 ] {8ddc4549-f98b-470d-80e1-ca9a217abe3a} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.052591 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.04.10 19:11:20.052610 [ 275 ] {8ddc4549-f98b-470d-80e1-ca9a217abe3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.052680 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.04.10 19:11:20.052772 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part 2026.04.10 19:11:20.053044 [ 275 ] {8ddc4549-f98b-470d-80e1-ca9a217abe3a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:20.053533 [ 275 ] {8ddc4549-f98b-470d-80e1-ca9a217abe3a} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.053660 [ 275 ] {8ddc4549-f98b-470d-80e1-ca9a217abe3a} executeQuery: Read 90 rows, 5.77 KiB in 0.001481 sec., 60769.750168804865 rows/sec., 3.80 MiB/sec. 2026.04.10 19:11:20.053694 [ 275 ] {8ddc4549-f98b-470d-80e1-ca9a217abe3a} TCPHandler: Processed in 0.001642416 sec. 2026.04.10 19:11:20.054317 [ 195 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 79 rows, containing 19 columns (19 merged, 0 gathered) in 0.002314555 sec., 34131.83095670658 rows/sec., 61.16 MiB/sec. 2026.04.10 19:11:20.054663 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:20.055147 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.055206 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_6_1} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:20.055270 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.04.10 19:11:20.364854 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3369 2026.04.10 19:11:20.365383 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.365427 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.366038 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:20.366487 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.366630 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3369 2026.04.10 19:11:20.569964 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.04.10 19:11:20.586649 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:20.586699 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:20.592492 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:20.593629 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:20.596527 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.04.10 19:11:25.024700 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:25.024910 [ 275 ] {964aca40-6058-4b79-86b9-e7e03f65f61d} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:25.024982 [ 275 ] {964aca40-6058-4b79-86b9-e7e03f65f61d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:25.025745 [ 275 ] {964aca40-6058-4b79-86b9-e7e03f65f61d} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:25.025787 [ 275 ] {964aca40-6058-4b79-86b9-e7e03f65f61d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:25.026278 [ 275 ] {964aca40-6058-4b79-86b9-e7e03f65f61d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:25.026701 [ 275 ] {964aca40-6058-4b79-86b9-e7e03f65f61d} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:25.026846 [ 275 ] {964aca40-6058-4b79-86b9-e7e03f65f61d} executeQuery: Read 108 rows, 9.28 KiB in 0.001989 sec., 54298.642533936654 rows/sec., 4.56 MiB/sec. 2026.04.10 19:11:25.026889 [ 275 ] {964aca40-6058-4b79-86b9-e7e03f65f61d} TCPHandler: Processed in 0.002341706 sec. 2026.04.10 19:11:25.027030 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:25.027124 [ 275 ] {aa30c10c-7c9a-4a95-a77b-41ff5bb9689e} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:25.027162 [ 275 ] {aa30c10c-7c9a-4a95-a77b-41ff5bb9689e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:25.027590 [ 275 ] {aa30c10c-7c9a-4a95-a77b-41ff5bb9689e} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:25.027626 [ 275 ] {aa30c10c-7c9a-4a95-a77b-41ff5bb9689e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:25.028024 [ 275 ] {aa30c10c-7c9a-4a95-a77b-41ff5bb9689e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:25.028429 [ 275 ] {aa30c10c-7c9a-4a95-a77b-41ff5bb9689e} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:25.028557 [ 275 ] {aa30c10c-7c9a-4a95-a77b-41ff5bb9689e} executeQuery: Read 26 rows, 1.96 KiB in 0.001452 sec., 17906.336088154272 rows/sec., 1.31 MiB/sec. 2026.04.10 19:11:25.028593 [ 275 ] {aa30c10c-7c9a-4a95-a77b-41ff5bb9689e} TCPHandler: Processed in 0.001620816 sec. 2026.04.10 19:11:25.028723 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:25.028814 [ 275 ] {7d3f6ad1-5230-4bf3-b509-cec17749cf91} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:25.028853 [ 275 ] {7d3f6ad1-5230-4bf3-b509-cec17749cf91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:25.029307 [ 275 ] {7d3f6ad1-5230-4bf3-b509-cec17749cf91} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:25.029343 [ 275 ] {7d3f6ad1-5230-4bf3-b509-cec17749cf91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:25.029741 [ 275 ] {7d3f6ad1-5230-4bf3-b509-cec17749cf91} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:25.030189 [ 275 ] {7d3f6ad1-5230-4bf3-b509-cec17749cf91} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:25.030315 [ 275 ] {7d3f6ad1-5230-4bf3-b509-cec17749cf91} executeQuery: Read 90 rows, 7.20 KiB in 0.001518 sec., 59288.53754940711 rows/sec., 4.63 MiB/sec. 2026.04.10 19:11:25.030354 [ 275 ] {7d3f6ad1-5230-4bf3-b509-cec17749cf91} TCPHandler: Processed in 0.001685177 sec. 2026.04.10 19:11:25.030473 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:25.030564 [ 275 ] {12d9ff20-bd1d-442e-be17-e2c99b81ff6e} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:25.030607 [ 275 ] {12d9ff20-bd1d-442e-be17-e2c99b81ff6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:25.031060 [ 275 ] {12d9ff20-bd1d-442e-be17-e2c99b81ff6e} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:25.031096 [ 275 ] {12d9ff20-bd1d-442e-be17-e2c99b81ff6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:25.031515 [ 275 ] {12d9ff20-bd1d-442e-be17-e2c99b81ff6e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:25.031917 [ 275 ] {12d9ff20-bd1d-442e-be17-e2c99b81ff6e} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:25.032046 [ 275 ] {12d9ff20-bd1d-442e-be17-e2c99b81ff6e} executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec. 2026.04.10 19:11:25.032081 [ 275 ] {12d9ff20-bd1d-442e-be17-e2c99b81ff6e} TCPHandler: Processed in 0.001654667 sec. 2026.04.10 19:11:25.032192 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:25.032283 [ 275 ] {5ac52f87-1a5d-49b0-9b9a-62bc3c6658e1} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:25.032336 [ 275 ] {5ac52f87-1a5d-49b0-9b9a-62bc3c6658e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:25.033123 [ 275 ] {5ac52f87-1a5d-49b0-9b9a-62bc3c6658e1} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:25.033159 [ 275 ] {5ac52f87-1a5d-49b0-9b9a-62bc3c6658e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:25.033764 [ 275 ] {5ac52f87-1a5d-49b0-9b9a-62bc3c6658e1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:25.034235 [ 275 ] {5ac52f87-1a5d-49b0-9b9a-62bc3c6658e1} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:25.034368 [ 275 ] {5ac52f87-1a5d-49b0-9b9a-62bc3c6658e1} executeQuery: Read 26 rows, 47.71 KiB in 0.002102 sec., 12369.172216936251 rows/sec., 22.16 MiB/sec. 2026.04.10 19:11:25.034420 [ 275 ] {5ac52f87-1a5d-49b0-9b9a-62bc3c6658e1} TCPHandler: Processed in 0.002278374 sec. 2026.04.10 19:11:25.034532 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:25.034624 [ 275 ] {be7bbd33-dcbc-40b2-ad62-b346010332c8} executeQuery: (from [fd00:1122:3344:101::d]:39950) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:25.034665 [ 275 ] {be7bbd33-dcbc-40b2-ad62-b346010332c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:25.035006 [ 275 ] {be7bbd33-dcbc-40b2-ad62-b346010332c8} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:25.035040 [ 275 ] {be7bbd33-dcbc-40b2-ad62-b346010332c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:25.035418 [ 275 ] {be7bbd33-dcbc-40b2-ad62-b346010332c8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:25.035818 [ 275 ] {be7bbd33-dcbc-40b2-ad62-b346010332c8} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:25.035943 [ 275 ] {be7bbd33-dcbc-40b2-ad62-b346010332c8} executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. 2026.04.10 19:11:25.035977 [ 275 ] {be7bbd33-dcbc-40b2-ad62-b346010332c8} TCPHandler: Processed in 0.001492262 sec. 2026.04.10 19:11:27.669559 [ 35 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:11:27.669609 [ 35 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:11:27.838005 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 338 2026.04.10 19:11:27.840246 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:27.840289 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:27.841548 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:27.842048 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:27.842310 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 338 2026.04.10 19:11:27.867582 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3817 2026.04.10 19:11:27.868080 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:27.868120 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:27.868713 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:27.869149 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:27.869278 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3817 2026.04.10 19:11:28.097443 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.04.10 19:11:28.114352 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:28.114406 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:28.120124 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:28.121162 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:28.124060 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.04.10 19:11:29.352050 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:29.352128 [ 275 ] {} TCP-Session: 53c3b1d6-e877-4d55-be82-1fd10f59e114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:30.000307 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.87 MiB, peak 189.93 MiB, free memory in arenas 0.00 B, will set to 185.92 MiB (RSS), difference: 2.05 MiB 2026.04.10 19:11:30.030757 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.030982 [ 276 ] {0bf43ba8-1bd1-4a21-afd7-ac4e9e27c834} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.031055 [ 276 ] {0bf43ba8-1bd1-4a21-afd7-ac4e9e27c834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:11:30.031895 [ 276 ] {0bf43ba8-1bd1-4a21-afd7-ac4e9e27c834} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.031941 [ 276 ] {0bf43ba8-1bd1-4a21-afd7-ac4e9e27c834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.032525 [ 276 ] {0bf43ba8-1bd1-4a21-afd7-ac4e9e27c834} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:30.033012 [ 276 ] {0bf43ba8-1bd1-4a21-afd7-ac4e9e27c834} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.033160 [ 33 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 19:11:30.033193 [ 276 ] {0bf43ba8-1bd1-4a21-afd7-ac4e9e27c834} executeQuery: Read 284 rows, 18.47 KiB in 0.002265 sec., 125386.31346578366 rows/sec., 7.96 MiB/sec. 2026.04.10 19:11:30.033205 [ 33 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.033231 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.033236 [ 276 ] {0bf43ba8-1bd1-4a21-afd7-ac4e9e27c834} TCPHandler: Processed in 0.002618094 sec. 2026.04.10 19:11:30.033358 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.033407 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::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.04.10 19:11:30.033454 [ 276 ] {dc887959-3143-4de1-b7b0-5a4ed5e2fc90} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:30.033498 [ 276 ] {dc887959-3143-4de1-b7b0-5a4ed5e2fc90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:30.033547 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:30.033591 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.04.10 19:11:30.033694 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.04.10 19:11:30.033748 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.04.10 19:11:30.033800 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.04.10 19:11:30.033857 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.04.10 19:11:30.034218 [ 276 ] {dc887959-3143-4de1-b7b0-5a4ed5e2fc90} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.034259 [ 276 ] {dc887959-3143-4de1-b7b0-5a4ed5e2fc90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.034851 [ 276 ] {dc887959-3143-4de1-b7b0-5a4ed5e2fc90} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:11:30.034916 [ 198 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001604645 sec., 884930.9348796774 rows/sec., 59.58 MiB/sec. 2026.04.10 19:11:30.035196 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 19:11:30.035324 [ 276 ] {dc887959-3143-4de1-b7b0-5a4ed5e2fc90} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.035472 [ 276 ] {dc887959-3143-4de1-b7b0-5a4ed5e2fc90} executeQuery: Read 819 rows, 65.00 KiB in 0.002036 sec., 402259.3320235756 rows/sec., 31.18 MiB/sec. 2026.04.10 19:11:30.035509 [ 276 ] {dc887959-3143-4de1-b7b0-5a4ed5e2fc90} TCPHandler: Processed in 0.002201632 sec. 2026.04.10 19:11:30.035640 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.035694 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.035737 [ 276 ] {2fba413c-3691-415a-9e11-acfcfe0d13c3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.035768 [ 191 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_5_1} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 19:11:30.035782 [ 276 ] {2fba413c-3691-415a-9e11-acfcfe0d13c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:30.035847 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.10 19:11:30.036219 [ 276 ] {2fba413c-3691-415a-9e11-acfcfe0d13c3} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.036260 [ 276 ] {2fba413c-3691-415a-9e11-acfcfe0d13c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.036686 [ 276 ] {2fba413c-3691-415a-9e11-acfcfe0d13c3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:30.037113 [ 276 ] {2fba413c-3691-415a-9e11-acfcfe0d13c3} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.037251 [ 276 ] {2fba413c-3691-415a-9e11-acfcfe0d13c3} executeQuery: Read 153 rows, 9.37 KiB in 0.001533 sec., 99804.30528375733 rows/sec., 5.97 MiB/sec. 2026.04.10 19:11:30.037289 [ 276 ] {2fba413c-3691-415a-9e11-acfcfe0d13c3} TCPHandler: Processed in 0.001699568 sec. 2026.04.10 19:11:30.037404 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.037498 [ 276 ] {7fa24660-34b5-4614-92b6-09c24da894fd} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.037537 [ 276 ] {7fa24660-34b5-4614-92b6-09c24da894fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:11:30.037949 [ 276 ] {7fa24660-34b5-4614-92b6-09c24da894fd} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.037984 [ 276 ] {7fa24660-34b5-4614-92b6-09c24da894fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.038402 [ 276 ] {7fa24660-34b5-4614-92b6-09c24da894fd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:30.038808 [ 276 ] {7fa24660-34b5-4614-92b6-09c24da894fd} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.038898 [ 33 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:30.038930 [ 33 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.038942 [ 276 ] {7fa24660-34b5-4614-92b6-09c24da894fd} executeQuery: Read 149 rows, 9.86 KiB in 0.001462 sec., 101915.18467852258 rows/sec., 6.58 MiB/sec. 2026.04.10 19:11:30.038950 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.038980 [ 276 ] {7fa24660-34b5-4614-92b6-09c24da894fd} TCPHandler: Processed in 0.001626536 sec. 2026.04.10 19:11:30.039074 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:11:30.039095 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.039190 [ 276 ] {da624ab1-a60d-4148-850f-b798151e1b76} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.039191 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:30.039229 [ 276 ] {da624ab1-a60d-4148-850f-b798151e1b76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:11:30.039241 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.04.10 19:11:30.039329 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:11:30.039393 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 801 rows starting from the beginning of the part 2026.04.10 19:11:30.039455 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:11:30.039504 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:11:30.039572 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:11:30.039645 [ 276 ] {da624ab1-a60d-4148-850f-b798151e1b76} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.039680 [ 276 ] {da624ab1-a60d-4148-850f-b798151e1b76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.040143 [ 276 ] {da624ab1-a60d-4148-850f-b798151e1b76} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:30.040628 [ 276 ] {da624ab1-a60d-4148-850f-b798151e1b76} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.040709 [ 198 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1546 rows, containing 5 columns (5 merged, 0 gathered) in 0.001689107 sec., 915276.5336950235 rows/sec., 59.38 MiB/sec. 2026.04.10 19:11:30.040780 [ 32 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 19:11:30.040786 [ 276 ] {da624ab1-a60d-4148-850f-b798151e1b76} executeQuery: Read 148 rows, 8.62 KiB in 0.001614 sec., 91697.64560099132 rows/sec., 5.22 MiB/sec. 2026.04.10 19:11:30.040842 [ 32 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.040850 [ 276 ] {da624ab1-a60d-4148-850f-b798151e1b76} TCPHandler: Processed in 0.00180521 sec. 2026.04.10 19:11:30.040873 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.040952 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:30.040954 [ 191 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::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.04.10 19:11:30.040974 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.041051 [ 191 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:30.041079 [ 191 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.04.10 19:11:30.041094 [ 276 ] {27917a8c-1310-4ef2-829c-8e0b9f6fdae1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:30.041125 [ 191 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.04.10 19:11:30.041141 [ 276 ] {27917a8c-1310-4ef2-829c-8e0b9f6fdae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:30.041168 [ 191 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.04.10 19:11:30.041210 [ 191 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.04.10 19:11:30.041245 [ 191 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.04.10 19:11:30.041429 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_6_1} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.041501 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_6_1} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:30.041559 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.04.10 19:11:30.041753 [ 276 ] {27917a8c-1310-4ef2-829c-8e0b9f6fdae1} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.041790 [ 276 ] {27917a8c-1310-4ef2-829c-8e0b9f6fdae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.042045 [ 188 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001112671 sec., 665066.3134026141 rows/sec., 40.36 MiB/sec. 2026.04.10 19:11:30.042251 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 19:11:30.042269 [ 276 ] {27917a8c-1310-4ef2-829c-8e0b9f6fdae1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:11:30.042702 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.042726 [ 276 ] {27917a8c-1310-4ef2-829c-8e0b9f6fdae1} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.042765 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_5_1} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 19:11:30.042824 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.10 19:11:30.042871 [ 276 ] {27917a8c-1310-4ef2-829c-8e0b9f6fdae1} executeQuery: Read 501 rows, 36.06 KiB in 0.001796 sec., 278953.2293986637 rows/sec., 19.61 MiB/sec. 2026.04.10 19:11:30.042910 [ 276 ] {27917a8c-1310-4ef2-829c-8e0b9f6fdae1} TCPHandler: Processed in 0.001986156 sec. 2026.04.10 19:11:30.043049 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.043144 [ 276 ] {473a71d4-467f-44ff-a25e-07347b34c6b4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:11:30.043184 [ 276 ] {473a71d4-467f-44ff-a25e-07347b34c6b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:11:30.043525 [ 276 ] {473a71d4-467f-44ff-a25e-07347b34c6b4} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.043560 [ 276 ] {473a71d4-467f-44ff-a25e-07347b34c6b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.043967 [ 276 ] {473a71d4-467f-44ff-a25e-07347b34c6b4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:30.044446 [ 276 ] {473a71d4-467f-44ff-a25e-07347b34c6b4} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.044606 [ 276 ] {473a71d4-467f-44ff-a25e-07347b34c6b4} executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. 2026.04.10 19:11:30.044643 [ 276 ] {473a71d4-467f-44ff-a25e-07347b34c6b4} TCPHandler: Processed in 0.001645226 sec. 2026.04.10 19:11:30.044754 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.044846 [ 276 ] {89ed12e0-0757-468d-ba51-fb8d021dcb87} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.044886 [ 276 ] {89ed12e0-0757-468d-ba51-fb8d021dcb87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:30.045305 [ 276 ] {89ed12e0-0757-468d-ba51-fb8d021dcb87} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.045340 [ 276 ] {89ed12e0-0757-468d-ba51-fb8d021dcb87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.045772 [ 276 ] {89ed12e0-0757-468d-ba51-fb8d021dcb87} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:11:30.046219 [ 276 ] {89ed12e0-0757-468d-ba51-fb8d021dcb87} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.046356 [ 276 ] {89ed12e0-0757-468d-ba51-fb8d021dcb87} executeQuery: Read 265 rows, 18.03 KiB in 0.001528 sec., 173429.31937172773 rows/sec., 11.52 MiB/sec. 2026.04.10 19:11:30.046393 [ 276 ] {89ed12e0-0757-468d-ba51-fb8d021dcb87} TCPHandler: Processed in 0.001689317 sec. 2026.04.10 19:11:30.046504 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.046598 [ 276 ] {a4e2ff56-f376-4427-97ef-5c4ba23be682} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.046638 [ 276 ] {a4e2ff56-f376-4427-97ef-5c4ba23be682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:11:30.046943 [ 276 ] {a4e2ff56-f376-4427-97ef-5c4ba23be682} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.046978 [ 276 ] {a4e2ff56-f376-4427-97ef-5c4ba23be682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.047392 [ 276 ] {a4e2ff56-f376-4427-97ef-5c4ba23be682} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:11:30.047809 [ 276 ] {a4e2ff56-f376-4427-97ef-5c4ba23be682} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.047938 [ 32 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 19:11:30.047978 [ 32 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.047978 [ 276 ] {a4e2ff56-f376-4427-97ef-5c4ba23be682} executeQuery: Read 1 rows, 69.00 B in 0.001397 sec., 715.8196134574088 rows/sec., 48.23 KiB/sec. 2026.04.10 19:11:30.048002 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.048035 [ 276 ] {a4e2ff56-f376-4427-97ef-5c4ba23be682} TCPHandler: Processed in 0.001579075 sec. 2026.04.10 19:11:30.048089 [ 191 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:11:30.048151 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.048199 [ 191 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:30.048232 [ 191 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:11:30.048249 [ 276 ] {aa459ba3-79fa-43ad-956b-4eaaafdae95b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.048282 [ 191 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:11:30.048308 [ 276 ] {aa459ba3-79fa-43ad-956b-4eaaafdae95b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:30.048327 [ 191 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:11:30.048370 [ 191 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:11:30.048409 [ 191 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:11:30.049095 [ 276 ] {aa459ba3-79fa-43ad-956b-4eaaafdae95b} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.049131 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001067361 sec., 4684.450715362469 rows/sec., 315.65 KiB/sec. 2026.04.10 19:11:30.049135 [ 276 ] {aa459ba3-79fa-43ad-956b-4eaaafdae95b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.049475 [ 186 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 19:11:30.049839 [ 276 ] {aa459ba3-79fa-43ad-956b-4eaaafdae95b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:30.050077 [ 186 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_5_1} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.050173 [ 186 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_5_1} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 19:11:30.050280 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.10 19:11:30.050311 [ 276 ] {aa459ba3-79fa-43ad-956b-4eaaafdae95b} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.050467 [ 276 ] {aa459ba3-79fa-43ad-956b-4eaaafdae95b} executeQuery: Read 11 rows, 20.18 KiB in 0.002235 sec., 4921.700223713647 rows/sec., 8.82 MiB/sec. 2026.04.10 19:11:30.050522 [ 276 ] {aa459ba3-79fa-43ad-956b-4eaaafdae95b} TCPHandler: Processed in 0.002421368 sec. 2026.04.10 19:11:30.050633 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.050725 [ 276 ] {338fdd64-f37a-4ca7-b3ce-b78ae29a0c4a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.050767 [ 276 ] {338fdd64-f37a-4ca7-b3ce-b78ae29a0c4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:30.051103 [ 276 ] {338fdd64-f37a-4ca7-b3ce-b78ae29a0c4a} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.051140 [ 276 ] {338fdd64-f37a-4ca7-b3ce-b78ae29a0c4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.051536 [ 276 ] {338fdd64-f37a-4ca7-b3ce-b78ae29a0c4a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:11:30.051970 [ 276 ] {338fdd64-f37a-4ca7-b3ce-b78ae29a0c4a} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.052103 [ 276 ] {338fdd64-f37a-4ca7-b3ce-b78ae29a0c4a} executeQuery: Read 90 rows, 5.77 KiB in 0.001395 sec., 64516.12903225807 rows/sec., 4.04 MiB/sec. 2026.04.10 19:11:30.052138 [ 276 ] {338fdd64-f37a-4ca7-b3ce-b78ae29a0c4a} TCPHandler: Processed in 0.001554273 sec. 2026.04.10 19:11:30.353249 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.353424 [ 276 ] {490c8c76-25f5-46a1-8661-2554db1eeffb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:30.353488 [ 276 ] {490c8c76-25f5-46a1-8661-2554db1eeffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:30.355364 [ 276 ] {490c8c76-25f5-46a1-8661-2554db1eeffb} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.355411 [ 276 ] {490c8c76-25f5-46a1-8661-2554db1eeffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.355964 [ 276 ] {490c8c76-25f5-46a1-8661-2554db1eeffb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:11:30.356212 [ 276 ] {490c8c76-25f5-46a1-8661-2554db1eeffb} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.356419 [ 276 ] {490c8c76-25f5-46a1-8661-2554db1eeffb} executeQuery: Read 2451 rows, 184.92 KiB in 0.00304 sec., 806250 rows/sec., 59.40 MiB/sec. 2026.04.10 19:11:30.356427 [ 32 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:11:30.356476 [ 276 ] {490c8c76-25f5-46a1-8661-2554db1eeffb} TCPHandler: Processed in 0.003357214 sec. 2026.04.10 19:11:30.356499 [ 32 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.356525 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.356638 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.356643 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:11:30.356754 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:30.356768 [ 276 ] {01c142c3-855b-4ee7-b11e-4d32483e900b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.356798 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3173 rows starting from the beginning of the part 2026.04.10 19:11:30.356820 [ 276 ] {01c142c3-855b-4ee7-b11e-4d32483e900b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:30.356886 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 108 rows starting from the beginning of the part 2026.04.10 19:11:30.356936 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 819 rows starting from the beginning of the part 2026.04.10 19:11:30.356980 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 108 rows starting from the beginning of the part 2026.04.10 19:11:30.357021 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 819 rows starting from the beginning of the part 2026.04.10 19:11:30.357064 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2451 rows starting from the beginning of the part 2026.04.10 19:11:30.357275 [ 276 ] {01c142c3-855b-4ee7-b11e-4d32483e900b} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.357317 [ 276 ] {01c142c3-855b-4ee7-b11e-4d32483e900b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.357717 [ 276 ] {01c142c3-855b-4ee7-b11e-4d32483e900b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:30.357948 [ 276 ] {01c142c3-855b-4ee7-b11e-4d32483e900b} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.358090 [ 276 ] {01c142c3-855b-4ee7-b11e-4d32483e900b} executeQuery: Read 34 rows, 2.56 KiB in 0.00135 sec., 25185.185185185182 rows/sec., 1.85 MiB/sec. 2026.04.10 19:11:30.358127 [ 276 ] {01c142c3-855b-4ee7-b11e-4d32483e900b} TCPHandler: Processed in 0.001554694 sec. 2026.04.10 19:11:30.358239 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.358333 [ 276 ] {0e252171-6002-48a5-9ef7-8f552959efbb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.358371 [ 276 ] {0e252171-6002-48a5-9ef7-8f552959efbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:11:30.359000 [ 276 ] {0e252171-6002-48a5-9ef7-8f552959efbb} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.359038 [ 276 ] {0e252171-6002-48a5-9ef7-8f552959efbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.359386 [ 276 ] {0e252171-6002-48a5-9ef7-8f552959efbb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:30.359600 [ 276 ] {0e252171-6002-48a5-9ef7-8f552959efbb} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.359698 [ 187 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 7478 rows, containing 5 columns (5 merged, 0 gathered) in 0.003103128 sec., 2409826.4718696745 rows/sec., 190.16 MiB/sec. 2026.04.10 19:11:30.359729 [ 276 ] {0e252171-6002-48a5-9ef7-8f552959efbb} executeQuery: Read 801 rows, 47.38 KiB in 0.001415 sec., 566077.738515901 rows/sec., 32.70 MiB/sec. 2026.04.10 19:11:30.359769 [ 276 ] {0e252171-6002-48a5-9ef7-8f552959efbb} TCPHandler: Processed in 0.001579534 sec. 2026.04.10 19:11:30.359883 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.359976 [ 276 ] {492f89f2-2330-4c43-92a2-7de835da2136} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.360020 [ 276 ] {492f89f2-2330-4c43-92a2-7de835da2136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:11:30.360166 [ 201 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:11:30.360393 [ 276 ] {492f89f2-2330-4c43-92a2-7de835da2136} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.360434 [ 276 ] {492f89f2-2330-4c43-92a2-7de835da2136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.360550 [ 201 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.360659 [ 201 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_11_2} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:11:30.360749 [ 276 ] {492f89f2-2330-4c43-92a2-7de835da2136} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.10 19:11:30.360770 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. 2026.04.10 19:11:30.360969 [ 276 ] {492f89f2-2330-4c43-92a2-7de835da2136} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.361106 [ 276 ] {492f89f2-2330-4c43-92a2-7de835da2136} executeQuery: Read 1 rows, 72.00 B in 0.001148 sec., 871.0801393728224 rows/sec., 61.25 KiB/sec. 2026.04.10 19:11:30.361142 [ 276 ] {492f89f2-2330-4c43-92a2-7de835da2136} TCPHandler: Processed in 0.001308037 sec. 2026.04.10 19:11:30.361253 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.361346 [ 276 ] {5cc8dcce-3c72-4635-969c-e8ec2641857b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:30.361386 [ 276 ] {5cc8dcce-3c72-4635-969c-e8ec2641857b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:30.362169 [ 276 ] {5cc8dcce-3c72-4635-969c-e8ec2641857b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.362206 [ 276 ] {5cc8dcce-3c72-4635-969c-e8ec2641857b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.362562 [ 276 ] {5cc8dcce-3c72-4635-969c-e8ec2641857b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:11:30.362780 [ 276 ] {5cc8dcce-3c72-4635-969c-e8ec2641857b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.362911 [ 276 ] {5cc8dcce-3c72-4635-969c-e8ec2641857b} executeQuery: Read 1313 rows, 89.96 KiB in 0.001582 sec., 829962.0733249051 rows/sec., 55.53 MiB/sec. 2026.04.10 19:11:30.362934 [ 31 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:11:30.362947 [ 276 ] {5cc8dcce-3c72-4635-969c-e8ec2641857b} TCPHandler: Processed in 0.001742819 sec. 2026.04.10 19:11:30.363029 [ 31 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.363058 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.363129 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.363183 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:11:30.363230 [ 276 ] {4210d694-fe12-4762-8272-759a8393c8bd} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.363278 [ 276 ] {4210d694-fe12-4762-8272-759a8393c8bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:30.363292 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:30.363336 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1742 rows starting from the beginning of the part 2026.04.10 19:11:30.363426 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 98 rows starting from the beginning of the part 2026.04.10 19:11:30.363475 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 501 rows starting from the beginning of the part 2026.04.10 19:11:30.363529 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2026.04.10 19:11:30.363576 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 501 rows starting from the beginning of the part 2026.04.10 19:11:30.363618 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1313 rows starting from the beginning of the part 2026.04.10 19:11:30.363935 [ 276 ] {4210d694-fe12-4762-8272-759a8393c8bd} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.363976 [ 276 ] {4210d694-fe12-4762-8272-759a8393c8bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.364441 [ 276 ] {4210d694-fe12-4762-8272-759a8393c8bd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:11:30.364661 [ 276 ] {4210d694-fe12-4762-8272-759a8393c8bd} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.364764 [ 31 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:11:30.364793 [ 276 ] {4210d694-fe12-4762-8272-759a8393c8bd} executeQuery: Read 1496 rows, 92.90 KiB in 0.001582 sec., 945638.432364096 rows/sec., 57.35 MiB/sec. 2026.04.10 19:11:30.364797 [ 31 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.364834 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.364836 [ 276 ] {4210d694-fe12-4762-8272-759a8393c8bd} TCPHandler: Processed in 0.00175605 sec. 2026.04.10 19:11:30.364925 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:11:30.364961 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.365053 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:30.365063 [ 276 ] {1c4377ed-3969-44ee-9f82-0f03f8b0ea6d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.365091 [ 187 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4245 rows, containing 5 columns (5 merged, 0 gathered) in 0.001964425 sec., 2160937.6789645823 rows/sec., 156.10 MiB/sec. 2026.04.10 19:11:30.365095 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3734 rows starting from the beginning of the part 2026.04.10 19:11:30.365132 [ 276 ] {1c4377ed-3969-44ee-9f82-0f03f8b0ea6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:30.365170 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.04.10 19:11:30.365217 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:11:30.365256 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:11:30.365269 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:11:30.365298 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 265 rows starting from the beginning of the part 2026.04.10 19:11:30.365343 [ 201 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1496 rows starting from the beginning of the part 2026.04.10 19:11:30.365520 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.365586 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_11_2} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:11:30.365639 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.10 19:11:30.365927 [ 276 ] {1c4377ed-3969-44ee-9f82-0f03f8b0ea6d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.365968 [ 276 ] {1c4377ed-3969-44ee-9f82-0f03f8b0ea6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.366539 [ 276 ] {1c4377ed-3969-44ee-9f82-0f03f8b0ea6d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:30.366812 [ 276 ] {1c4377ed-3969-44ee-9f82-0f03f8b0ea6d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.366955 [ 276 ] {1c4377ed-3969-44ee-9f82-0f03f8b0ea6d} executeQuery: Read 34 rows, 62.39 KiB in 0.001911 sec., 17791.732077446362 rows/sec., 31.88 MiB/sec. 2026.04.10 19:11:30.367004 [ 276 ] {1c4377ed-3969-44ee-9f82-0f03f8b0ea6d} TCPHandler: Processed in 0.002091449 sec. 2026.04.10 19:11:30.367124 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:30.367218 [ 276 ] {fafea3d6-a870-4044-9d18-165aeeecb490} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:30.367260 [ 276 ] {fafea3d6-a870-4044-9d18-165aeeecb490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:30.367507 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 6080 rows, containing 5 columns (5 merged, 0 gathered) in 0.002625124 sec., 2316081.068932363 rows/sec., 146.97 MiB/sec. 2026.04.10 19:11:30.367573 [ 276 ] {fafea3d6-a870-4044-9d18-165aeeecb490} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.367643 [ 276 ] {fafea3d6-a870-4044-9d18-165aeeecb490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.367942 [ 276 ] {fafea3d6-a870-4044-9d18-165aeeecb490} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:11:30.367970 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:11:30.368238 [ 276 ] {fafea3d6-a870-4044-9d18-165aeeecb490} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.368292 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.368356 [ 31 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:11:30.368367 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_11_2} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:11:30.368379 [ 276 ] {fafea3d6-a870-4044-9d18-165aeeecb490} executeQuery: Read 12 rows, 848.00 B in 0.001179 sec., 10178.117048346057 rows/sec., 702.40 KiB/sec. 2026.04.10 19:11:30.368394 [ 31 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:30.368431 [ 276 ] {fafea3d6-a870-4044-9d18-165aeeecb490} TCPHandler: Processed in 0.001355508 sec. 2026.04.10 19:11:30.368432 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:30.368443 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.04.10 19:11:30.368526 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:11:30.368591 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:30.368614 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part 2026.04.10 19:11:30.368657 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:11:30.368692 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:11:30.368726 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:11:30.368762 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:11:30.368795 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.04.10 19:11:30.369522 [ 187 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 4 columns (4 merged, 0 gathered) in 0.001020649 sec., 687797.6659948719 rows/sec., 44.23 MiB/sec. 2026.04.10 19:11:30.369684 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:11:30.369947 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_11_2} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:30.370016 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_11_2} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:11:30.370096 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.10 19:11:34.342005 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57504 2026.04.10 19:11:34.342133 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.342160 [ 275 ] {} TCP-Session: f7087f3d-f078-48dd-8247-cc0d55fd7bfd Authenticating user 'default' from [fd00:1122:3344:101::e]:57504 2026.04.10 19:11:34.342181 [ 275 ] {} TCP-Session: f7087f3d-f078-48dd-8247-cc0d55fd7bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.342195 [ 275 ] {} TCP-Session: f7087f3d-f078-48dd-8247-cc0d55fd7bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.342416 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57433 2026.04.10 19:11:34.342475 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54987 2026.04.10 19:11:34.342519 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34672 2026.04.10 19:11:34.342532 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40783 2026.04.10 19:11:34.342555 [ 275 ] {} TCP-Session: f7087f3d-f078-48dd-8247-cc0d55fd7bfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:34.342509 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63710 2026.04.10 19:11:34.342624 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.342511 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63682 2026.04.10 19:11:34.342715 [ 287 ] {} TCP-Session: a7cbe0c8-1f05-4e52-80ae-e5a800de22ad Authenticating user 'default' from [fd00:1122:3344:101::e]:54987 2026.04.10 19:11:34.342489 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45150 2026.04.10 19:11:34.342760 [ 287 ] {} TCP-Session: a7cbe0c8-1f05-4e52-80ae-e5a800de22ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.342777 [ 275 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} executeQuery: (from [fd00:1122:3344:101::e]:57504) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:11:34.342790 [ 287 ] {} TCP-Session: a7cbe0c8-1f05-4e52-80ae-e5a800de22ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.342476 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36605 2026.04.10 19:11:34.342509 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.342885 [ 286 ] {} TCP-Session: 7e180d0d-8ca3-486c-84fa-83a475524610 Authenticating user 'default' from [fd00:1122:3344:101::e]:57433 2026.04.10 19:11:34.342908 [ 286 ] {} TCP-Session: 7e180d0d-8ca3-486c-84fa-83a475524610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.342922 [ 286 ] {} TCP-Session: 7e180d0d-8ca3-486c-84fa-83a475524610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343089 [ 275 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:11:34.343095 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.343095 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.343151 [ 288 ] {} TCP-Session: f1269876-076c-4790-ba54-34760d64dc46 Authenticating user 'default' from [fd00:1122:3344:101::e]:36605 2026.04.10 19:11:34.343152 [ 275 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:34.343177 [ 289 ] {} TCP-Session: 0510e0ca-637d-4b60-b714-5883bce8df9d Authenticating user 'default' from [fd00:1122:3344:101::e]:45150 2026.04.10 19:11:34.343189 [ 288 ] {} TCP-Session: f1269876-076c-4790-ba54-34760d64dc46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343215 [ 289 ] {} TCP-Session: 0510e0ca-637d-4b60-b714-5883bce8df9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343214 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.343236 [ 289 ] {} TCP-Session: 0510e0ca-637d-4b60-b714-5883bce8df9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343224 [ 288 ] {} TCP-Session: f1269876-076c-4790-ba54-34760d64dc46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343265 [ 293 ] {} TCP-Session: 217d201f-224b-4f6e-8c28-fc7904438c62 Authenticating user 'default' from [fd00:1122:3344:101::e]:40783 2026.04.10 19:11:34.343291 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.343303 [ 293 ] {} TCP-Session: 217d201f-224b-4f6e-8c28-fc7904438c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343133 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.343334 [ 292 ] {} TCP-Session: d67ea14a-3a15-44a8-ac33-764cb5788ce6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34672 2026.04.10 19:11:34.343369 [ 291 ] {} TCP-Session: 2d6071a3-9589-4cbc-8f09-6bf988a8c74d Authenticating user 'default' from [fd00:1122:3344:101::e]:63682 2026.04.10 19:11:34.343338 [ 293 ] {} TCP-Session: 217d201f-224b-4f6e-8c28-fc7904438c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343396 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:11:34.343398 [ 291 ] {} TCP-Session: 2d6071a3-9589-4cbc-8f09-6bf988a8c74d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343388 [ 292 ] {} TCP-Session: d67ea14a-3a15-44a8-ac33-764cb5788ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343458 [ 291 ] {} TCP-Session: 2d6071a3-9589-4cbc-8f09-6bf988a8c74d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343457 [ 290 ] {} TCP-Session: daa31dbb-ea4b-4f6b-8e35-d3016fd10276 Authenticating user 'default' from [fd00:1122:3344:101::e]:63710 2026.04.10 19:11:34.343477 [ 292 ] {} TCP-Session: d67ea14a-3a15-44a8-ac33-764cb5788ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343488 [ 275 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:11:34.343512 [ 290 ] {} TCP-Session: daa31dbb-ea4b-4f6b-8e35-d3016fd10276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343546 [ 290 ] {} TCP-Session: daa31dbb-ea4b-4f6b-8e35-d3016fd10276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.343603 [ 275 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} Aggregator: Compile expression max()(UInt64) 0 2026.04.10 19:11:34.812409 [ 322 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} AggregatingTransform: Aggregating 2026.04.10 19:11:34.812473 [ 322 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} Aggregator: Aggregation method: without_key 2026.04.10 19:11:34.812504 [ 322 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001216534 sec. (822.007 rows/sec., 32.11 KiB/sec.) 2026.04.10 19:11:34.812519 [ 322 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} Aggregator: Merging aggregated data 2026.04.10 19:11:34.813882 [ 275 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} executeQuery: Read 1 rows, 40.00 B in 0.471158 sec., 2.1224302675535593 rows/sec., 84.90 B/sec. 2026.04.10 19:11:34.814045 [ 275 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.04.10 19:11:34.814062 [ 275 ] {e09264e4-0a8f-478d-9c9e-e8d3a19ae0f2} TCPHandler: Processed in 0.471633766 sec. 2026.04.10 19:11:34.814207 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814243 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814259 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814284 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814309 [ 293 ] {} TCP-Session: 217d201f-224b-4f6e-8c28-fc7904438c62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.814316 [ 287 ] {} TCP-Session: a7cbe0c8-1f05-4e52-80ae-e5a800de22ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.814319 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814354 [ 290 ] {} TCP-Session: daa31dbb-ea4b-4f6b-8e35-d3016fd10276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.814354 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814334 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814299 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814427 [ 292 ] {} TCP-Session: d67ea14a-3a15-44a8-ac33-764cb5788ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.814451 [ 289 ] {} TCP-Session: 0510e0ca-637d-4b60-b714-5883bce8df9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.814476 [ 291 ] {} TCP-Session: 2d6071a3-9589-4cbc-8f09-6bf988a8c74d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.814429 [ 288 ] {} TCP-Session: f1269876-076c-4790-ba54-34760d64dc46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.814254 [ 286 ] {} TCP-Session: 7e180d0d-8ca3-486c-84fa-83a475524610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:34.814364 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.10 19:11:34.814582 [ 275 ] {} TCP-Session: f7087f3d-f078-48dd-8247-cc0d55fd7bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:11:35.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 189.30 MiB, peak 199.45 MiB, free memory in arenas 0.00 B, will set to 207.73 MiB (RSS), difference: 18.44 MiB 2026.04.10 19:11:35.022493 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:35.022669 [ 276 ] {0413b343-ff41-4847-a3cd-4a8ead6be25b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:35.022734 [ 276 ] {0413b343-ff41-4847-a3cd-4a8ead6be25b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:35.023406 [ 276 ] {0413b343-ff41-4847-a3cd-4a8ead6be25b} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:35.023463 [ 276 ] {0413b343-ff41-4847-a3cd-4a8ead6be25b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:35.024012 [ 276 ] {0413b343-ff41-4847-a3cd-4a8ead6be25b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:11:35.024478 [ 276 ] {0413b343-ff41-4847-a3cd-4a8ead6be25b} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:35.024660 [ 276 ] {0413b343-ff41-4847-a3cd-4a8ead6be25b} executeQuery: Read 56 rows, 4.38 KiB in 0.002039 sec., 27464.443354585583 rows/sec., 2.10 MiB/sec. 2026.04.10 19:11:35.024703 [ 276 ] {0413b343-ff41-4847-a3cd-4a8ead6be25b} TCPHandler: Processed in 0.002339436 sec. 2026.04.10 19:11:35.024846 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:35.024947 [ 276 ] {34724370-9751-47eb-9208-200806fd2246} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:35.024991 [ 276 ] {34724370-9751-47eb-9208-200806fd2246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:35.025421 [ 276 ] {34724370-9751-47eb-9208-200806fd2246} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:35.025459 [ 276 ] {34724370-9751-47eb-9208-200806fd2246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:35.025885 [ 276 ] {34724370-9751-47eb-9208-200806fd2246} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:11:35.026388 [ 276 ] {34724370-9751-47eb-9208-200806fd2246} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:35.026545 [ 276 ] {34724370-9751-47eb-9208-200806fd2246} executeQuery: Read 64 rows, 5.12 KiB in 0.001621 sec., 39481.80135718692 rows/sec., 3.08 MiB/sec. 2026.04.10 19:11:35.026587 [ 276 ] {34724370-9751-47eb-9208-200806fd2246} TCPHandler: Processed in 0.001790501 sec. 2026.04.10 19:11:35.026714 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:35.026812 [ 276 ] {23aa25ba-872b-418e-85dd-057c7d3208a2} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:35.026857 [ 276 ] {23aa25ba-872b-418e-85dd-057c7d3208a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:35.027260 [ 276 ] {23aa25ba-872b-418e-85dd-057c7d3208a2} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:35.027299 [ 276 ] {23aa25ba-872b-418e-85dd-057c7d3208a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:35.027769 [ 276 ] {23aa25ba-872b-418e-85dd-057c7d3208a2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:11:35.028211 [ 276 ] {23aa25ba-872b-418e-85dd-057c7d3208a2} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:35.028359 [ 276 ] {23aa25ba-872b-418e-85dd-057c7d3208a2} executeQuery: Read 128 rows, 9.13 KiB in 0.001565 sec., 81789.13738019169 rows/sec., 5.70 MiB/sec. 2026.04.10 19:11:35.028399 [ 276 ] {23aa25ba-872b-418e-85dd-057c7d3208a2} TCPHandler: Processed in 0.001736899 sec. 2026.04.10 19:11:35.028526 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:35.028623 [ 276 ] {c5b2f931-1625-4ed0-b293-87b080725d28} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:35.028666 [ 276 ] {c5b2f931-1625-4ed0-b293-87b080725d28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:35.029003 [ 276 ] {c5b2f931-1625-4ed0-b293-87b080725d28} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:35.029044 [ 276 ] {c5b2f931-1625-4ed0-b293-87b080725d28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:35.029470 [ 276 ] {c5b2f931-1625-4ed0-b293-87b080725d28} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:11:35.029900 [ 276 ] {c5b2f931-1625-4ed0-b293-87b080725d28} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:35.030045 [ 276 ] {c5b2f931-1625-4ed0-b293-87b080725d28} executeQuery: Read 48 rows, 3.31 KiB in 0.00144 sec., 33333.33333333333 rows/sec., 2.25 MiB/sec. 2026.04.10 19:11:35.030082 [ 276 ] {c5b2f931-1625-4ed0-b293-87b080725d28} TCPHandler: Processed in 0.001605885 sec. 2026.04.10 19:11:35.369467 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4329 2026.04.10 19:11:35.370172 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:35.370219 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:35.370726 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:35.370974 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:35.371106 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4329 2026.04.10 19:11:35.624203 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.04.10 19:11:35.642494 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:35.642580 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:35.649178 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:35.649978 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:35.653870 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.04.10 19:11:36.001166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.55 MiB, peak 212.55 MiB, free memory in arenas 0.00 B, will set to 210.02 MiB (RSS), difference: 1.47 MiB 2026.04.10 19:11:37.842465 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 386 2026.04.10 19:11:37.845122 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:37.845172 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:37.846342 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:37.846618 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:37.846772 [ 40 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:37.846842 [ 40 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:37.846863 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:37.846872 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 386 2026.04.10 19:11:37.846988 [ 201 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:11:37.847596 [ 201 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:37.847770 [ 201 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:11:37.848170 [ 201 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2026.04.10 19:11:37.848543 [ 201 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 80 rows starting from the beginning of the part 2026.04.10 19:11:37.848900 [ 201 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:11:37.849240 [ 201 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part 2026.04.10 19:11:37.849597 [ 201 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 48 rows starting from the beginning of the part 2026.04.10 19:11:37.855548 [ 187 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 386 rows, containing 72 columns (72 merged, 0 gathered) in 0.008617823 sec., 44790.89440569851 rows/sec., 44.15 MiB/sec. 2026.04.10 19:11:37.856319 [ 193 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:37.856839 [ 193 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:37.856912 [ 193 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_6_1} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:37.857034 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2026.04.10 19:11:40.032295 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.032490 [ 276 ] {6ee2fc3e-5a47-4a5f-b46a-19a63cc16896} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:11:40.032558 [ 276 ] {6ee2fc3e-5a47-4a5f-b46a-19a63cc16896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:11:40.033327 [ 276 ] {6ee2fc3e-5a47-4a5f-b46a-19a63cc16896} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.033374 [ 276 ] {6ee2fc3e-5a47-4a5f-b46a-19a63cc16896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.033807 [ 276 ] {6ee2fc3e-5a47-4a5f-b46a-19a63cc16896} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:40.034046 [ 276 ] {6ee2fc3e-5a47-4a5f-b46a-19a63cc16896} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.034204 [ 276 ] {6ee2fc3e-5a47-4a5f-b46a-19a63cc16896} executeQuery: Read 284 rows, 18.47 KiB in 0.001764 sec., 160997.73242630385 rows/sec., 10.23 MiB/sec. 2026.04.10 19:11:40.034247 [ 276 ] {6ee2fc3e-5a47-4a5f-b46a-19a63cc16896} TCPHandler: Processed in 0.002091549 sec. 2026.04.10 19:11:40.034410 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.034532 [ 276 ] {da8a567b-9bc3-40a7-9749-858d2fec38e2} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:40.034587 [ 276 ] {da8a567b-9bc3-40a7-9749-858d2fec38e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:40.035613 [ 276 ] {da8a567b-9bc3-40a7-9749-858d2fec38e2} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.035653 [ 276 ] {da8a567b-9bc3-40a7-9749-858d2fec38e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.036186 [ 276 ] {da8a567b-9bc3-40a7-9749-858d2fec38e2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:11:40.036477 [ 276 ] {da8a567b-9bc3-40a7-9749-858d2fec38e2} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.036643 [ 276 ] {da8a567b-9bc3-40a7-9749-858d2fec38e2} executeQuery: Read 819 rows, 65.00 KiB in 0.002137 sec., 383247.54328497895 rows/sec., 29.71 MiB/sec. 2026.04.10 19:11:40.036692 [ 276 ] {da8a567b-9bc3-40a7-9749-858d2fec38e2} TCPHandler: Processed in 0.002346066 sec. 2026.04.10 19:11:40.036827 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.036942 [ 276 ] {85c26666-febf-428c-afec-fa64e1f4368f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:40.036992 [ 276 ] {85c26666-febf-428c-afec-fa64e1f4368f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:40.037566 [ 276 ] {85c26666-febf-428c-afec-fa64e1f4368f} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.037605 [ 276 ] {85c26666-febf-428c-afec-fa64e1f4368f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.038034 [ 276 ] {85c26666-febf-428c-afec-fa64e1f4368f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:11:40.038323 [ 276 ] {85c26666-febf-428c-afec-fa64e1f4368f} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.038498 [ 276 ] {85c26666-febf-428c-afec-fa64e1f4368f} executeQuery: Read 153 rows, 9.37 KiB in 0.00158 sec., 96835.44303797468 rows/sec., 5.79 MiB/sec. 2026.04.10 19:11:40.038548 [ 276 ] {85c26666-febf-428c-afec-fa64e1f4368f} TCPHandler: Processed in 0.00178051 sec. 2026.04.10 19:11:40.038687 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.038802 [ 276 ] {f3aae95f-1c4a-49ec-a825-b6e994bad68a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:11:40.038850 [ 276 ] {f3aae95f-1c4a-49ec-a825-b6e994bad68a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:11:40.039423 [ 276 ] {f3aae95f-1c4a-49ec-a825-b6e994bad68a} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.039462 [ 276 ] {f3aae95f-1c4a-49ec-a825-b6e994bad68a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.039875 [ 276 ] {f3aae95f-1c4a-49ec-a825-b6e994bad68a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:40.040161 [ 276 ] {f3aae95f-1c4a-49ec-a825-b6e994bad68a} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.040339 [ 276 ] {f3aae95f-1c4a-49ec-a825-b6e994bad68a} executeQuery: Read 149 rows, 9.86 KiB in 0.00156 sec., 95512.82051282052 rows/sec., 6.17 MiB/sec. 2026.04.10 19:11:40.040386 [ 276 ] {f3aae95f-1c4a-49ec-a825-b6e994bad68a} TCPHandler: Processed in 0.001759719 sec. 2026.04.10 19:11:40.040526 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.040640 [ 276 ] {67a59183-eaeb-4826-8a89-a6d310c19ca7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:11:40.040688 [ 276 ] {67a59183-eaeb-4826-8a89-a6d310c19ca7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:11:40.041271 [ 276 ] {67a59183-eaeb-4826-8a89-a6d310c19ca7} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.041313 [ 276 ] {67a59183-eaeb-4826-8a89-a6d310c19ca7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.041756 [ 276 ] {67a59183-eaeb-4826-8a89-a6d310c19ca7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:40.042060 [ 276 ] {67a59183-eaeb-4826-8a89-a6d310c19ca7} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.042237 [ 276 ] {67a59183-eaeb-4826-8a89-a6d310c19ca7} executeQuery: Read 148 rows, 8.62 KiB in 0.001619 sec., 91414.45336627548 rows/sec., 5.20 MiB/sec. 2026.04.10 19:11:40.042286 [ 276 ] {67a59183-eaeb-4826-8a89-a6d310c19ca7} TCPHandler: Processed in 0.001820581 sec. 2026.04.10 19:11:40.042429 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.042543 [ 276 ] {794ff966-d660-4ec7-9fbc-f196f7f04b40} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:40.042592 [ 276 ] {794ff966-d660-4ec7-9fbc-f196f7f04b40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:40.043352 [ 276 ] {794ff966-d660-4ec7-9fbc-f196f7f04b40} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.043392 [ 276 ] {794ff966-d660-4ec7-9fbc-f196f7f04b40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.043833 [ 276 ] {794ff966-d660-4ec7-9fbc-f196f7f04b40} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:11:40.044116 [ 276 ] {794ff966-d660-4ec7-9fbc-f196f7f04b40} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.044291 [ 276 ] {794ff966-d660-4ec7-9fbc-f196f7f04b40} executeQuery: Read 501 rows, 36.06 KiB in 0.001772 sec., 282731.3769751693 rows/sec., 19.87 MiB/sec. 2026.04.10 19:11:40.044338 [ 276 ] {794ff966-d660-4ec7-9fbc-f196f7f04b40} TCPHandler: Processed in 0.001974055 sec. 2026.04.10 19:11:40.044471 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.044580 [ 276 ] {df247876-fd28-490b-a338-b99806198cb0} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:11:40.044630 [ 276 ] {df247876-fd28-490b-a338-b99806198cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:11:40.045012 [ 276 ] {df247876-fd28-490b-a338-b99806198cb0} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.045048 [ 276 ] {df247876-fd28-490b-a338-b99806198cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.045357 [ 276 ] {df247876-fd28-490b-a338-b99806198cb0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:40.045588 [ 276 ] {df247876-fd28-490b-a338-b99806198cb0} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.045715 [ 138 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:11:40.045726 [ 276 ] {df247876-fd28-490b-a338-b99806198cb0} executeQuery: Read 6 rows, 321.00 B in 0.00117 sec., 5128.205128205128 rows/sec., 267.93 KiB/sec. 2026.04.10 19:11:40.045783 [ 138 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.045794 [ 276 ] {df247876-fd28-490b-a338-b99806198cb0} TCPHandler: Processed in 0.001383489 sec. 2026.04.10 19:11:40.045812 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.045917 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.045927 [ 189 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:11:40.046025 [ 276 ] {184b15e9-2e50-4ad3-ba05-0e3b69088660} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:40.046061 [ 189 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:40.046073 [ 276 ] {184b15e9-2e50-4ad3-ba05-0e3b69088660} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:40.046101 [ 189 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:11:40.046171 [ 189 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:11:40.046215 [ 189 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:11:40.046258 [ 189 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:11:40.046299 [ 189 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:11:40.046339 [ 189 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:11:40.046513 [ 276 ] {184b15e9-2e50-4ad3-ba05-0e3b69088660} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.046557 [ 276 ] {184b15e9-2e50-4ad3-ba05-0e3b69088660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.046969 [ 276 ] {184b15e9-2e50-4ad3-ba05-0e3b69088660} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:11:40.047208 [ 276 ] {184b15e9-2e50-4ad3-ba05-0e3b69088660} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.047252 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001362328 sec., 26425.354246554427 rows/sec., 1.35 MiB/sec. 2026.04.10 19:11:40.047355 [ 276 ] {184b15e9-2e50-4ad3-ba05-0e3b69088660} executeQuery: Read 265 rows, 18.03 KiB in 0.001349 sec., 196441.80874722017 rows/sec., 13.05 MiB/sec. 2026.04.10 19:11:40.047397 [ 276 ] {184b15e9-2e50-4ad3-ba05-0e3b69088660} TCPHandler: Processed in 0.001529904 sec. 2026.04.10 19:11:40.047408 [ 196 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:11:40.047519 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.047615 [ 276 ] {dc01d18b-ee73-44cf-abc5-d6bd98f93fbb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:11:40.047658 [ 276 ] {dc01d18b-ee73-44cf-abc5-d6bd98f93fbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:11:40.047680 [ 196 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_6_1} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.047743 [ 196 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_6_1} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:11:40.047837 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 19:11:40.047972 [ 276 ] {dc01d18b-ee73-44cf-abc5-d6bd98f93fbb} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.048009 [ 276 ] {dc01d18b-ee73-44cf-abc5-d6bd98f93fbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.048328 [ 276 ] {dc01d18b-ee73-44cf-abc5-d6bd98f93fbb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:11:40.048542 [ 276 ] {dc01d18b-ee73-44cf-abc5-d6bd98f93fbb} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.048707 [ 276 ] {dc01d18b-ee73-44cf-abc5-d6bd98f93fbb} executeQuery: Read 1 rows, 69.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 60.76 KiB/sec. 2026.04.10 19:11:40.048760 [ 276 ] {dc01d18b-ee73-44cf-abc5-d6bd98f93fbb} TCPHandler: Processed in 0.001291137 sec. 2026.04.10 19:11:40.048908 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.049012 [ 276 ] {e7d76d80-2d92-4566-8d97-1200e0a9d770} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:40.049066 [ 276 ] {e7d76d80-2d92-4566-8d97-1200e0a9d770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:40.049909 [ 276 ] {e7d76d80-2d92-4566-8d97-1200e0a9d770} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.049947 [ 276 ] {e7d76d80-2d92-4566-8d97-1200e0a9d770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.050520 [ 276 ] {e7d76d80-2d92-4566-8d97-1200e0a9d770} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:11:40.050751 [ 276 ] {e7d76d80-2d92-4566-8d97-1200e0a9d770} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.050901 [ 276 ] {e7d76d80-2d92-4566-8d97-1200e0a9d770} executeQuery: Read 11 rows, 20.18 KiB in 0.001908 sec., 5765.199161425577 rows/sec., 10.33 MiB/sec. 2026.04.10 19:11:40.050951 [ 276 ] {e7d76d80-2d92-4566-8d97-1200e0a9d770} TCPHandler: Processed in 0.00210673 sec. 2026.04.10 19:11:40.051060 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:40.051157 [ 276 ] {60cf1e49-86f9-4d50-b44f-fe2ef9108bd7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:40.051200 [ 276 ] {60cf1e49-86f9-4d50-b44f-fe2ef9108bd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:40.051530 [ 276 ] {60cf1e49-86f9-4d50-b44f-fe2ef9108bd7} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:40.051568 [ 276 ] {60cf1e49-86f9-4d50-b44f-fe2ef9108bd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:40.051884 [ 276 ] {60cf1e49-86f9-4d50-b44f-fe2ef9108bd7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:11:40.052100 [ 276 ] {60cf1e49-86f9-4d50-b44f-fe2ef9108bd7} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:40.052231 [ 276 ] {60cf1e49-86f9-4d50-b44f-fe2ef9108bd7} executeQuery: Read 90 rows, 5.77 KiB in 0.001093 sec., 82342.17749313815 rows/sec., 5.15 MiB/sec. 2026.04.10 19:11:40.052266 [ 276 ] {60cf1e49-86f9-4d50-b44f-fe2ef9108bd7} TCPHandler: Processed in 0.001255405 sec. 2026.04.10 19:11:42.669650 [ 150 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:11:42.669698 [ 150 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:11:42.871964 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4777 2026.04.10 19:11:42.872458 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:42.872503 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:42.873085 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:11:42.873324 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:42.873453 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4777 2026.04.10 19:11:43.153926 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.04.10 19:11:43.171368 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:43.171430 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2026.04.10 19:11:43.177951 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:11:43.178708 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:43.182125 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.04.10 19:11:44.000387 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.11 MiB, peak 215.11 MiB, free memory in arenas 0.00 B, will set to 213.71 MiB (RSS), difference: 2.60 MiB 2026.04.10 19:11:45.024405 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:45.024608 [ 276 ] {12cdc04d-ffbc-48ee-92f1-2cbf2a873bea} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:45.024684 [ 276 ] {12cdc04d-ffbc-48ee-92f1-2cbf2a873bea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:45.025400 [ 276 ] {12cdc04d-ffbc-48ee-92f1-2cbf2a873bea} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:45.025453 [ 276 ] {12cdc04d-ffbc-48ee-92f1-2cbf2a873bea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:45.025891 [ 276 ] {12cdc04d-ffbc-48ee-92f1-2cbf2a873bea} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:11:45.026134 [ 276 ] {12cdc04d-ffbc-48ee-92f1-2cbf2a873bea} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:45.026310 [ 276 ] {12cdc04d-ffbc-48ee-92f1-2cbf2a873bea} executeQuery: Read 108 rows, 9.28 KiB in 0.001755 sec., 61538.46153846154 rows/sec., 5.16 MiB/sec. 2026.04.10 19:11:45.026361 [ 276 ] {12cdc04d-ffbc-48ee-92f1-2cbf2a873bea} TCPHandler: Processed in 0.002095259 sec. 2026.04.10 19:11:45.026496 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:45.026600 [ 276 ] {caa579bc-95e3-4dcd-94d6-1a6ab0834ab4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:45.026644 [ 276 ] {caa579bc-95e3-4dcd-94d6-1a6ab0834ab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:45.027076 [ 276 ] {caa579bc-95e3-4dcd-94d6-1a6ab0834ab4} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:45.027114 [ 276 ] {caa579bc-95e3-4dcd-94d6-1a6ab0834ab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:45.027433 [ 276 ] {caa579bc-95e3-4dcd-94d6-1a6ab0834ab4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:11:45.027648 [ 276 ] {caa579bc-95e3-4dcd-94d6-1a6ab0834ab4} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:45.027755 [ 148 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:11:45.027789 [ 276 ] {caa579bc-95e3-4dcd-94d6-1a6ab0834ab4} executeQuery: Read 26 rows, 1.96 KiB in 0.001214 sec., 21416.8039538715 rows/sec., 1.57 MiB/sec. 2026.04.10 19:11:45.027829 [ 148 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:45.027839 [ 276 ] {caa579bc-95e3-4dcd-94d6-1a6ab0834ab4} TCPHandler: Processed in 0.001395989 sec. 2026.04.10 19:11:45.027858 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:45.027963 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:45.028024 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:11:45.028067 [ 276 ] {24882c4e-28cb-4d64-970d-f696569e045f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:45.028117 [ 276 ] {24882c4e-28cb-4d64-970d-f696569e045f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:45.028185 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:45.028230 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 196 rows starting from the beginning of the part 2026.04.10 19:11:45.028306 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.04.10 19:11:45.028359 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 153 rows starting from the beginning of the part 2026.04.10 19:11:45.028411 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part 2026.04.10 19:11:45.028456 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 153 rows starting from the beginning of the part 2026.04.10 19:11:45.028502 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.04.10 19:11:45.028561 [ 276 ] {24882c4e-28cb-4d64-970d-f696569e045f} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:45.028603 [ 276 ] {24882c4e-28cb-4d64-970d-f696569e045f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:45.028969 [ 276 ] {24882c4e-28cb-4d64-970d-f696569e045f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:11:45.029200 [ 276 ] {24882c4e-28cb-4d64-970d-f696569e045f} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:45.029349 [ 276 ] {24882c4e-28cb-4d64-970d-f696569e045f} executeQuery: Read 90 rows, 7.20 KiB in 0.001301 sec., 69177.55572636433 rows/sec., 5.40 MiB/sec. 2026.04.10 19:11:45.029388 [ 276 ] {24882c4e-28cb-4d64-970d-f696569e045f} TCPHandler: Processed in 0.001475562 sec. 2026.04.10 19:11:45.029511 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:45.029547 [ 187 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.001618005 sec., 363410.4962592822 rows/sec., 24.16 MiB/sec. 2026.04.10 19:11:45.029606 [ 276 ] {ed2c449f-0062-4c32-b8b0-b02200f8361c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:45.029654 [ 276 ] {ed2c449f-0062-4c32-b8b0-b02200f8361c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:45.029707 [ 196 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:11:45.029968 [ 196 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:45.030044 [ 196 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_11_2} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:11:45.030066 [ 276 ] {ed2c449f-0062-4c32-b8b0-b02200f8361c} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:45.030101 [ 276 ] {ed2c449f-0062-4c32-b8b0-b02200f8361c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:45.030134 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 19:11:45.030432 [ 276 ] {ed2c449f-0062-4c32-b8b0-b02200f8361c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:11:45.030646 [ 276 ] {ed2c449f-0062-4c32-b8b0-b02200f8361c} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:45.030784 [ 276 ] {ed2c449f-0062-4c32-b8b0-b02200f8361c} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.04.10 19:11:45.030820 [ 276 ] {ed2c449f-0062-4c32-b8b0-b02200f8361c} TCPHandler: Processed in 0.001360418 sec. 2026.04.10 19:11:45.030932 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:45.031026 [ 276 ] {034c2955-9f69-4e66-9ba9-eb5f2b2abca3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:45.031084 [ 276 ] {034c2955-9f69-4e66-9ba9-eb5f2b2abca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:45.031898 [ 276 ] {034c2955-9f69-4e66-9ba9-eb5f2b2abca3} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:45.031935 [ 276 ] {034c2955-9f69-4e66-9ba9-eb5f2b2abca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:45.032481 [ 276 ] {034c2955-9f69-4e66-9ba9-eb5f2b2abca3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:11:45.032701 [ 276 ] {034c2955-9f69-4e66-9ba9-eb5f2b2abca3} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:45.032818 [ 141 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:11:45.032845 [ 276 ] {034c2955-9f69-4e66-9ba9-eb5f2b2abca3} executeQuery: Read 26 rows, 47.71 KiB in 0.001837 sec., 14153.511159499183 rows/sec., 25.36 MiB/sec. 2026.04.10 19:11:45.032859 [ 141 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:45.032880 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:45.032894 [ 276 ] {034c2955-9f69-4e66-9ba9-eb5f2b2abca3} TCPHandler: Processed in 0.002011767 sec. 2026.04.10 19:11:45.032974 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:11:45.033014 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:45.033114 [ 276 ] {9f5d471b-1a19-445f-ac1e-1ff01722e5e4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:45.033157 [ 276 ] {9f5d471b-1a19-445f-ac1e-1ff01722e5e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:45.033239 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:45.033312 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 79 rows starting from the beginning of the part 2026.04.10 19:11:45.033488 [ 276 ] {9f5d471b-1a19-445f-ac1e-1ff01722e5e4} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:45.033496 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.04.10 19:11:45.033530 [ 276 ] {9f5d471b-1a19-445f-ac1e-1ff01722e5e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:45.033648 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2026.04.10 19:11:45.033776 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part 2026.04.10 19:11:45.033843 [ 276 ] {9f5d471b-1a19-445f-ac1e-1ff01722e5e4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:11:45.033903 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2026.04.10 19:11:45.034025 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.04.10 19:11:45.034067 [ 276 ] {9f5d471b-1a19-445f-ac1e-1ff01722e5e4} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:45.034205 [ 276 ] {9f5d471b-1a19-445f-ac1e-1ff01722e5e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.04.10 19:11:45.034241 [ 276 ] {9f5d471b-1a19-445f-ac1e-1ff01722e5e4} TCPHandler: Processed in 0.001276316 sec. 2026.04.10 19:11:45.036617 [ 196 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 19 columns (19 merged, 0 gathered) in 0.003684263 sec., 50756.41994070456 rows/sec., 90.95 MiB/sec. 2026.04.10 19:11:45.037023 [ 187 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:11:45.037360 [ 187 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:45.037433 [ 187 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_11_2} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:11:45.037510 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.04.10 19:11:47.847844 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 420 2026.04.10 19:11:47.850115 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:47.850164 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:47.851320 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:47.851576 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:47.851823 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 420 2026.04.10 19:11:50.015277 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.015527 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} executeQuery: (from [fd00:1122:3344:101::d]:61388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.10 19:11:50.015895 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.10 19:11:50.015937 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.10 19:11:50.016216 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:50.016287 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:11:50.016427 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.04.10 19:11:50.016547 [ 285 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.10 19:11:50.016547 [ 342 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.10 19:11:50.016672 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (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.04.10 19:11:50.016699 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.10 19:11:50.018982 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.10 19:11:50.019010 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.04.10 19:11:50.019067 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 19:11:50.019105 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.10 19:11:50.020057 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} executeQuery: Read 44 rows, 1.65 KiB in 0.004634 sec., 9495.036685369012 rows/sec., 355.52 KiB/sec. 2026.04.10 19:11:50.020192 [ 276 ] {7180c05e-b0e9-480e-95a2-dc00bc48dd94} TCPHandler: Processed in 0.005049032 sec. 2026.04.10 19:11:50.037654 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.037788 [ 276 ] {26e465cb-ec0c-485e-9875-3a7b299616f3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.10 19:11:50.037841 [ 276 ] {26e465cb-ec0c-485e-9875-3a7b299616f3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.10 19:11:50.038447 [ 276 ] {26e465cb-ec0c-485e-9875-3a7b299616f3} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.038493 [ 276 ] {26e465cb-ec0c-485e-9875-3a7b299616f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.038903 [ 276 ] {26e465cb-ec0c-485e-9875-3a7b299616f3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:50.039105 [ 276 ] {26e465cb-ec0c-485e-9875-3a7b299616f3} oximeter.timeseries_schema (9c3f5d9a-d2e9-4be5-897f-dc5acb53d0a0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.039260 [ 276 ] {26e465cb-ec0c-485e-9875-3a7b299616f3} executeQuery: Read 1 rows, 106.00 B in 0.00151 sec., 662.251655629139 rows/sec., 68.55 KiB/sec. 2026.04.10 19:11:50.039300 [ 276 ] {26e465cb-ec0c-485e-9875-3a7b299616f3} TCPHandler: Processed in 0.001710608 sec. 2026.04.10 19:11:50.039412 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.039508 [ 276 ] {cfda2da6-6f77-4a9d-9cbb-fd3bbe7f839c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.039549 [ 276 ] {cfda2da6-6f77-4a9d-9cbb-fd3bbe7f839c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:11:50.040084 [ 276 ] {cfda2da6-6f77-4a9d-9cbb-fd3bbe7f839c} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.040122 [ 276 ] {cfda2da6-6f77-4a9d-9cbb-fd3bbe7f839c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.040445 [ 276 ] {cfda2da6-6f77-4a9d-9cbb-fd3bbe7f839c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:50.040649 [ 276 ] {cfda2da6-6f77-4a9d-9cbb-fd3bbe7f839c} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.040778 [ 276 ] {cfda2da6-6f77-4a9d-9cbb-fd3bbe7f839c} executeQuery: Read 284 rows, 18.47 KiB in 0.001289 sec., 220325.83397982933 rows/sec., 13.99 MiB/sec. 2026.04.10 19:11:50.040816 [ 276 ] {cfda2da6-6f77-4a9d-9cbb-fd3bbe7f839c} TCPHandler: Processed in 0.001453531 sec. 2026.04.10 19:11:50.040933 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.041028 [ 276 ] {ce7397c3-6b9a-4397-8756-14466f0f2789} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:11:50.041068 [ 276 ] {ce7397c3-6b9a-4397-8756-14466f0f2789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:11:50.041460 [ 276 ] {ce7397c3-6b9a-4397-8756-14466f0f2789} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.041497 [ 276 ] {ce7397c3-6b9a-4397-8756-14466f0f2789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.041782 [ 276 ] {ce7397c3-6b9a-4397-8756-14466f0f2789} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:50.041988 [ 276 ] {ce7397c3-6b9a-4397-8756-14466f0f2789} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.042117 [ 276 ] {ce7397c3-6b9a-4397-8756-14466f0f2789} executeQuery: Read 14 rows, 1.14 KiB in 0.001107 sec., 12646.793134598014 rows/sec., 1.01 MiB/sec. 2026.04.10 19:11:50.042154 [ 276 ] {ce7397c3-6b9a-4397-8756-14466f0f2789} TCPHandler: Processed in 0.001271125 sec. 2026.04.10 19:11:50.042267 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.042361 [ 276 ] {f68da363-cb49-4e93-824d-9bc3e9fcdc5c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:50.042401 [ 276 ] {f68da363-cb49-4e93-824d-9bc3e9fcdc5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:50.043167 [ 276 ] {f68da363-cb49-4e93-824d-9bc3e9fcdc5c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.043204 [ 276 ] {f68da363-cb49-4e93-824d-9bc3e9fcdc5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.043550 [ 276 ] {f68da363-cb49-4e93-824d-9bc3e9fcdc5c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:11:50.043768 [ 276 ] {f68da363-cb49-4e93-824d-9bc3e9fcdc5c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.043894 [ 276 ] {f68da363-cb49-4e93-824d-9bc3e9fcdc5c} executeQuery: Read 838 rows, 66.67 KiB in 0.001552 sec., 539948.4536082475 rows/sec., 41.95 MiB/sec. 2026.04.10 19:11:50.043930 [ 276 ] {f68da363-cb49-4e93-824d-9bc3e9fcdc5c} TCPHandler: Processed in 0.001713289 sec. 2026.04.10 19:11:50.044041 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.044135 [ 276 ] {e499b9ba-ae73-4f88-865a-80d4e9f9e3a9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.044174 [ 276 ] {e499b9ba-ae73-4f88-865a-80d4e9f9e3a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:50.044613 [ 276 ] {e499b9ba-ae73-4f88-865a-80d4e9f9e3a9} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.044651 [ 276 ] {e499b9ba-ae73-4f88-865a-80d4e9f9e3a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.044944 [ 276 ] {e499b9ba-ae73-4f88-865a-80d4e9f9e3a9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:11:50.045154 [ 276 ] {e499b9ba-ae73-4f88-865a-80d4e9f9e3a9} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.045284 [ 276 ] {e499b9ba-ae73-4f88-865a-80d4e9f9e3a9} executeQuery: Read 172 rows, 10.72 KiB in 0.001167 sec., 147386.46101113968 rows/sec., 8.97 MiB/sec. 2026.04.10 19:11:50.045321 [ 276 ] {e499b9ba-ae73-4f88-865a-80d4e9f9e3a9} TCPHandler: Processed in 0.001330417 sec. 2026.04.10 19:11:50.045433 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.045527 [ 276 ] {dc585466-3e29-4927-bfad-7b5808612ba6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.045566 [ 276 ] {dc585466-3e29-4927-bfad-7b5808612ba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:11:50.045986 [ 276 ] {dc585466-3e29-4927-bfad-7b5808612ba6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.046022 [ 276 ] {dc585466-3e29-4927-bfad-7b5808612ba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.046314 [ 276 ] {dc585466-3e29-4927-bfad-7b5808612ba6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:11:50.046521 [ 276 ] {dc585466-3e29-4927-bfad-7b5808612ba6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.046646 [ 276 ] {dc585466-3e29-4927-bfad-7b5808612ba6} executeQuery: Read 151 rows, 9.99 KiB in 0.001137 sec., 132805.62884784522 rows/sec., 8.58 MiB/sec. 2026.04.10 19:11:50.046684 [ 276 ] {dc585466-3e29-4927-bfad-7b5808612ba6} TCPHandler: Processed in 0.001301017 sec. 2026.04.10 19:11:50.046797 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.046893 [ 276 ] {f0a70f95-d72c-4c72-a412-eb239444c3cd} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.046934 [ 276 ] {f0a70f95-d72c-4c72-a412-eb239444c3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:11:50.047356 [ 276 ] {f0a70f95-d72c-4c72-a412-eb239444c3cd} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.047392 [ 276 ] {f0a70f95-d72c-4c72-a412-eb239444c3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.047680 [ 276 ] {f0a70f95-d72c-4c72-a412-eb239444c3cd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:50.047881 [ 276 ] {f0a70f95-d72c-4c72-a412-eb239444c3cd} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.048006 [ 276 ] {f0a70f95-d72c-4c72-a412-eb239444c3cd} executeQuery: Read 148 rows, 8.62 KiB in 0.001131 sec., 130857.6480990274 rows/sec., 7.44 MiB/sec. 2026.04.10 19:11:50.048042 [ 276 ] {f0a70f95-d72c-4c72-a412-eb239444c3cd} TCPHandler: Processed in 0.001294436 sec. 2026.04.10 19:11:50.048155 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.048248 [ 276 ] {64049336-7059-42a1-82d8-6bdfb10d1ce0} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:50.048288 [ 276 ] {64049336-7059-42a1-82d8-6bdfb10d1ce0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:50.048892 [ 276 ] {64049336-7059-42a1-82d8-6bdfb10d1ce0} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.048928 [ 276 ] {64049336-7059-42a1-82d8-6bdfb10d1ce0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.049240 [ 276 ] {64049336-7059-42a1-82d8-6bdfb10d1ce0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:11:50.049450 [ 276 ] {64049336-7059-42a1-82d8-6bdfb10d1ce0} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.049578 [ 276 ] {64049336-7059-42a1-82d8-6bdfb10d1ce0} executeQuery: Read 529 rows, 38.33 KiB in 0.001347 sec., 392724.57312546397 rows/sec., 27.79 MiB/sec. 2026.04.10 19:11:50.049615 [ 276 ] {64049336-7059-42a1-82d8-6bdfb10d1ce0} TCPHandler: Processed in 0.001508832 sec. 2026.04.10 19:11:50.049725 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.049820 [ 276 ] {36f30e58-ba44-44f1-b3ec-3f07ead15bea} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:11:50.049861 [ 276 ] {36f30e58-ba44-44f1-b3ec-3f07ead15bea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:11:50.050176 [ 276 ] {36f30e58-ba44-44f1-b3ec-3f07ead15bea} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.050212 [ 276 ] {36f30e58-ba44-44f1-b3ec-3f07ead15bea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.050502 [ 276 ] {36f30e58-ba44-44f1-b3ec-3f07ead15bea} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:50.050703 [ 276 ] {36f30e58-ba44-44f1-b3ec-3f07ead15bea} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.050834 [ 276 ] {36f30e58-ba44-44f1-b3ec-3f07ead15bea} executeQuery: Read 6 rows, 321.00 B in 0.001033 sec., 5808.325266214908 rows/sec., 303.46 KiB/sec. 2026.04.10 19:11:50.050869 [ 276 ] {36f30e58-ba44-44f1-b3ec-3f07ead15bea} TCPHandler: Processed in 0.001193954 sec. 2026.04.10 19:11:50.050978 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.051072 [ 276 ] {52db2f75-e405-4d8f-a991-a959e0b00431} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.051115 [ 276 ] {52db2f75-e405-4d8f-a991-a959e0b00431} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:50.051535 [ 276 ] {52db2f75-e405-4d8f-a991-a959e0b00431} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.051570 [ 276 ] {52db2f75-e405-4d8f-a991-a959e0b00431} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.051889 [ 276 ] {52db2f75-e405-4d8f-a991-a959e0b00431} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:11:50.052091 [ 276 ] {52db2f75-e405-4d8f-a991-a959e0b00431} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.052217 [ 276 ] {52db2f75-e405-4d8f-a991-a959e0b00431} executeQuery: Read 272 rows, 18.52 KiB in 0.001163 sec., 233877.90197764404 rows/sec., 15.55 MiB/sec. 2026.04.10 19:11:50.052252 [ 276 ] {52db2f75-e405-4d8f-a991-a959e0b00431} TCPHandler: Processed in 0.001323047 sec. 2026.04.10 19:11:50.052363 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.052456 [ 276 ] {edf51d56-f534-470d-9a81-be43e2828f53} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.052497 [ 276 ] {edf51d56-f534-470d-9a81-be43e2828f53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:11:50.052803 [ 276 ] {edf51d56-f534-470d-9a81-be43e2828f53} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.052839 [ 276 ] {edf51d56-f534-470d-9a81-be43e2828f53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.053126 [ 276 ] {edf51d56-f534-470d-9a81-be43e2828f53} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:11:50.053331 [ 276 ] {edf51d56-f534-470d-9a81-be43e2828f53} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.053458 [ 276 ] {edf51d56-f534-470d-9a81-be43e2828f53} executeQuery: Read 3 rows, 199.00 B in 0.00102 sec., 2941.176470588235 rows/sec., 190.53 KiB/sec. 2026.04.10 19:11:50.053494 [ 276 ] {edf51d56-f534-470d-9a81-be43e2828f53} TCPHandler: Processed in 0.001180204 sec. 2026.04.10 19:11:50.053596 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.053690 [ 276 ] {63784d1d-b573-434a-889c-6c9c4399f113} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.053743 [ 276 ] {63784d1d-b573-434a-889c-6c9c4399f113} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:50.054479 [ 276 ] {63784d1d-b573-434a-889c-6c9c4399f113} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.054516 [ 276 ] {63784d1d-b573-434a-889c-6c9c4399f113} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.055019 [ 276 ] {63784d1d-b573-434a-889c-6c9c4399f113} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:11:50.055230 [ 276 ] {63784d1d-b573-434a-889c-6c9c4399f113} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.055366 [ 276 ] {63784d1d-b573-434a-889c-6c9c4399f113} executeQuery: Read 16 rows, 29.36 KiB in 0.001694 sec., 9445.100354191263 rows/sec., 16.93 MiB/sec. 2026.04.10 19:11:50.055416 [ 276 ] {63784d1d-b573-434a-889c-6c9c4399f113} TCPHandler: Processed in 0.001868373 sec. 2026.04.10 19:11:50.055541 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.055667 [ 276 ] {46859654-4af8-4a19-a39f-6991f9ba05c4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.055718 [ 276 ] {46859654-4af8-4a19-a39f-6991f9ba05c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.10 19:11:50.056132 [ 276 ] {46859654-4af8-4a19-a39f-6991f9ba05c4} oximeter.measurements_i64 (6de4225a-8868-4e95-87ed-01518e13b851): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.056176 [ 276 ] {46859654-4af8-4a19-a39f-6991f9ba05c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.056496 [ 276 ] {46859654-4af8-4a19-a39f-6991f9ba05c4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:11:50.056702 [ 276 ] {46859654-4af8-4a19-a39f-6991f9ba05c4} oximeter.measurements_i64 (6de4225a-8868-4e95-87ed-01518e13b851): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.056828 [ 276 ] {46859654-4af8-4a19-a39f-6991f9ba05c4} executeQuery: Read 9 rows, 651.00 B in 0.001186 sec., 7588.532883642496 rows/sec., 536.04 KiB/sec. 2026.04.10 19:11:50.056864 [ 276 ] {46859654-4af8-4a19-a39f-6991f9ba05c4} TCPHandler: Processed in 0.00138465 sec. 2026.04.10 19:11:50.056985 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:50.057080 [ 276 ] {c9a47037-463a-478c-8c08-589f72153547} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:50.057121 [ 276 ] {c9a47037-463a-478c-8c08-589f72153547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:50.057460 [ 276 ] {c9a47037-463a-478c-8c08-589f72153547} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.057496 [ 276 ] {c9a47037-463a-478c-8c08-589f72153547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.057795 [ 276 ] {c9a47037-463a-478c-8c08-589f72153547} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:11:50.057999 [ 276 ] {c9a47037-463a-478c-8c08-589f72153547} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.058127 [ 276 ] {c9a47037-463a-478c-8c08-589f72153547} executeQuery: Read 90 rows, 5.77 KiB in 0.001065 sec., 84507.04225352113 rows/sec., 5.29 MiB/sec. 2026.04.10 19:11:50.058162 [ 276 ] {c9a47037-463a-478c-8c08-589f72153547} TCPHandler: Processed in 0.001230415 sec. 2026.04.10 19:11:50.374365 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5289 2026.04.10 19:11:50.374874 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.374921 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.375416 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:11:50.375645 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.375773 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5289 2026.04.10 19:11:50.375777 [ 140 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:11:50.375856 [ 140 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.375880 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.375986 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:50.376085 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:50.376119 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2857 rows starting from the beginning of the part 2026.04.10 19:11:50.376208 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:50.376261 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:50.376300 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:50.376339 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:50.376376 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:11:50.377634 [ 187 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5289 rows, containing 4 columns (4 merged, 0 gathered) in 0.001693648 sec., 3122844.888666358 rows/sec., 44.67 MiB/sec. 2026.04.10 19:11:50.378467 [ 195 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:11:50.378777 [ 195 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_11_2} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.378856 [ 195 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_11_2} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:11:50.378946 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.10 19:11:50.683012 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.04.10 19:11:50.699993 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.700041 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.706337 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:11:50.707016 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.707296 [ 139 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:11:50.707375 [ 139 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:50.707401 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:50.707497 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:50.709787 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.04.10 19:11:50.710287 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:50.711013 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:50.714365 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:50.717714 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:50.721497 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:50.725935 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:50.730117 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:11:50.780759 [ 188 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.073293383 sec., 1132.4351067271652 rows/sec., 5.86 MiB/sec. 2026.04.10 19:11:50.783279 [ 186 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:11:50.785480 [ 186 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_11_2} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:50.785591 [ 186 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_11_2} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:11:50.787643 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.04.10 19:11:51.001172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 216.79 MiB, peak 226.70 MiB, free memory in arenas 0.00 B, will set to 225.54 MiB (RSS), difference: 8.74 MiB 2026.04.10 19:11:55.024311 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:55.024598 [ 276 ] {53bba96c-f4ed-443c-8f36-f6b71b563498} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:11:55.024694 [ 276 ] {53bba96c-f4ed-443c-8f36-f6b71b563498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:11:55.025684 [ 276 ] {53bba96c-f4ed-443c-8f36-f6b71b563498} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.025746 [ 276 ] {53bba96c-f4ed-443c-8f36-f6b71b563498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.026207 [ 276 ] {53bba96c-f4ed-443c-8f36-f6b71b563498} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:11:55.026464 [ 276 ] {53bba96c-f4ed-443c-8f36-f6b71b563498} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.026645 [ 276 ] {53bba96c-f4ed-443c-8f36-f6b71b563498} executeQuery: Read 108 rows, 9.28 KiB in 0.002117 sec., 51015.58809636278 rows/sec., 4.28 MiB/sec. 2026.04.10 19:11:55.026665 [ 127 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:11:55.026691 [ 276 ] {53bba96c-f4ed-443c-8f36-f6b71b563498} TCPHandler: Processed in 0.002516511 sec. 2026.04.10 19:11:55.026790 [ 127 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.026835 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.026948 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:55.026997 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:11:55.027061 [ 276 ] {fb715556-c01b-4d9b-bf2a-90ee74e5d559} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:11:55.027106 [ 276 ] {fb715556-c01b-4d9b-bf2a-90ee74e5d559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:11:55.027133 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:55.027169 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3223 rows starting from the beginning of the part 2026.04.10 19:11:55.027259 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.04.10 19:11:55.027312 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 819 rows starting from the beginning of the part 2026.04.10 19:11:55.027355 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 108 rows starting from the beginning of the part 2026.04.10 19:11:55.027395 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 838 rows starting from the beginning of the part 2026.04.10 19:11:55.027445 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 108 rows starting from the beginning of the part 2026.04.10 19:11:55.027584 [ 276 ] {fb715556-c01b-4d9b-bf2a-90ee74e5d559} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.027626 [ 276 ] {fb715556-c01b-4d9b-bf2a-90ee74e5d559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.028051 [ 276 ] {fb715556-c01b-4d9b-bf2a-90ee74e5d559} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:11:55.028267 [ 276 ] {fb715556-c01b-4d9b-bf2a-90ee74e5d559} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.028407 [ 276 ] {fb715556-c01b-4d9b-bf2a-90ee74e5d559} executeQuery: Read 26 rows, 1.96 KiB in 0.001364 sec., 19061.58357771261 rows/sec., 1.40 MiB/sec. 2026.04.10 19:11:55.028444 [ 276 ] {fb715556-c01b-4d9b-bf2a-90ee74e5d559} TCPHandler: Processed in 0.001554324 sec. 2026.04.10 19:11:55.028565 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:55.028675 [ 276 ] {1fc60165-0623-401a-ac3b-5ad2cc934d31} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:11:55.028714 [ 276 ] {1fc60165-0623-401a-ac3b-5ad2cc934d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:11:55.029171 [ 276 ] {1fc60165-0623-401a-ac3b-5ad2cc934d31} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.029206 [ 276 ] {1fc60165-0623-401a-ac3b-5ad2cc934d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.029531 [ 276 ] {1fc60165-0623-401a-ac3b-5ad2cc934d31} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:11:55.029732 [ 276 ] {1fc60165-0623-401a-ac3b-5ad2cc934d31} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.029844 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5152 rows, containing 5 columns (5 merged, 0 gathered) in 0.002913362 sec., 1768403.6518633799 rows/sec., 141.10 MiB/sec. 2026.04.10 19:11:55.029864 [ 276 ] {1fc60165-0623-401a-ac3b-5ad2cc934d31} executeQuery: Read 90 rows, 7.20 KiB in 0.001211 sec., 74318.74483897605 rows/sec., 5.80 MiB/sec. 2026.04.10 19:11:55.029866 [ 118 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:11:55.029911 [ 276 ] {1fc60165-0623-401a-ac3b-5ad2cc934d31} TCPHandler: Processed in 0.001393189 sec. 2026.04.10 19:11:55.029949 [ 118 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.029974 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.030042 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:55.030089 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:11:55.030147 [ 276 ] {b6f35582-e240-426d-84d6-9a5e6c768259} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:55.030193 [ 191 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:11:55.030195 [ 276 ] {b6f35582-e240-426d-84d6-9a5e6c768259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:11:55.030211 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:55.030275 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1774 rows starting from the beginning of the part 2026.04.10 19:11:55.030346 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.04.10 19:11:55.030392 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 501 rows starting from the beginning of the part 2026.04.10 19:11:55.030433 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:11:55.030472 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 529 rows starting from the beginning of the part 2026.04.10 19:11:55.030492 [ 191 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.030511 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:11:55.030572 [ 191 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_16_3} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:11:55.030616 [ 276 ] {b6f35582-e240-426d-84d6-9a5e6c768259} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.030645 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.10 19:11:55.030658 [ 276 ] {b6f35582-e240-426d-84d6-9a5e6c768259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.031030 [ 276 ] {b6f35582-e240-426d-84d6-9a5e6c768259} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:11:55.031260 [ 276 ] {b6f35582-e240-426d-84d6-9a5e6c768259} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.031390 [ 127 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:11:55.031406 [ 276 ] {b6f35582-e240-426d-84d6-9a5e6c768259} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2026.04.10 19:11:55.031435 [ 127 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.031453 [ 276 ] {b6f35582-e240-426d-84d6-9a5e6c768259} TCPHandler: Processed in 0.001458351 sec. 2026.04.10 19:11:55.031459 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.031564 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:11:55.031571 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:55.031677 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:55.031685 [ 276 ] {9621278c-9694-407f-b06a-a29344f7084f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:11:55.031723 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 6080 rows starting from the beginning of the part 2026.04.10 19:11:55.031750 [ 276 ] {9621278c-9694-407f-b06a-a29344f7084f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:11:55.031792 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 128 rows starting from the beginning of the part 2026.04.10 19:11:55.031843 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 265 rows starting from the beginning of the part 2026.04.10 19:11:55.031857 [ 192 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3048 rows, containing 5 columns (5 merged, 0 gathered) in 0.001816582 sec., 1677876.3634121665 rows/sec., 122.92 MiB/sec. 2026.04.10 19:11:55.031890 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.04.10 19:11:55.031985 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 272 rows starting from the beginning of the part 2026.04.10 19:11:55.032028 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.04.10 19:11:55.032075 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:11:55.032348 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.032413 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_16_3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:11:55.032476 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.04.10 19:11:55.032534 [ 276 ] {9621278c-9694-407f-b06a-a29344f7084f} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.032603 [ 276 ] {9621278c-9694-407f-b06a-a29344f7084f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.033157 [ 276 ] {9621278c-9694-407f-b06a-a29344f7084f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:11:55.033401 [ 276 ] {9621278c-9694-407f-b06a-a29344f7084f} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.033548 [ 276 ] {9621278c-9694-407f-b06a-a29344f7084f} executeQuery: Read 26 rows, 47.71 KiB in 0.001881 sec., 13822.434875066454 rows/sec., 24.77 MiB/sec. 2026.04.10 19:11:55.033599 [ 276 ] {9621278c-9694-407f-b06a-a29344f7084f} TCPHandler: Processed in 0.002075689 sec. 2026.04.10 19:11:55.033710 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:11:55.033812 [ 276 ] {e9a986e3-58d2-47a3-b0b4-23f0f979ba33} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:11:55.033853 [ 276 ] {e9a986e3-58d2-47a3-b0b4-23f0f979ba33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:11:55.034178 [ 276 ] {e9a986e3-58d2-47a3-b0b4-23f0f979ba33} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.034213 [ 276 ] {e9a986e3-58d2-47a3-b0b4-23f0f979ba33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.034562 [ 276 ] {e9a986e3-58d2-47a3-b0b4-23f0f979ba33} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:11:55.034767 [ 276 ] {e9a986e3-58d2-47a3-b0b4-23f0f979ba33} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.034819 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7065 rows, containing 5 columns (5 merged, 0 gathered) in 0.003289783 sec., 2147558.060820425 rows/sec., 137.61 MiB/sec. 2026.04.10 19:11:55.034888 [ 118 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:11:55.034897 [ 276 ] {e9a986e3-58d2-47a3-b0b4-23f0f979ba33} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.04.10 19:11:55.034933 [ 118 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:55.034952 [ 276 ] {e9a986e3-58d2-47a3-b0b4-23f0f979ba33} TCPHandler: Processed in 0.001289057 sec. 2026.04.10 19:11:55.034962 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:55.035084 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:11:55.035196 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:11:55.035227 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 702 rows starting from the beginning of the part 2026.04.10 19:11:55.035288 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part 2026.04.10 19:11:55.035336 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2026.04.10 19:11:55.035367 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:11:55.035372 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.04.10 19:11:55.035420 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2026.04.10 19:11:55.035460 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.04.10 19:11:55.035648 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.035728 [ 190 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_16_3} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:11:55.035812 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2026.04.10 19:11:55.036306 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 4 columns (4 merged, 0 gathered) in 0.001262096 sec., 831949.3921223107 rows/sec., 53.66 MiB/sec. 2026.04.10 19:11:55.036502 [ 190 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:11:55.036749 [ 190 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:55.036814 [ 190 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_16_3} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:11:55.036878 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.10 19:11:56.001177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 226.13 MiB, peak 232.43 MiB, free memory in arenas 0.00 B, will set to 227.73 MiB (RSS), difference: 1.60 MiB 2026.04.10 19:11:57.669757 [ 128 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:11:57.669808 [ 128 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:11:57.851975 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 462 2026.04.10 19:11:57.854659 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:57.854719 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:57.855924 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:11:57.856197 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:57.856553 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 462 2026.04.10 19:11:57.875889 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5737 2026.04.10 19:11:57.876406 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:57.876454 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:57.876989 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:11:57.877205 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:57.877331 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5737 2026.04.10 19:11:58.209917 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.04.10 19:11:58.226515 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:11:58.226584 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:11:58.232091 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:11:58.232801 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:11:58.236238 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.04.10 19:12:00.032083 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.032302 [ 276 ] {19df92ff-080d-4586-a7bf-3c0e300b1d9a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.032375 [ 276 ] {19df92ff-080d-4586-a7bf-3c0e300b1d9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:12:00.033150 [ 276 ] {19df92ff-080d-4586-a7bf-3c0e300b1d9a} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.033201 [ 276 ] {19df92ff-080d-4586-a7bf-3c0e300b1d9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.033604 [ 276 ] {19df92ff-080d-4586-a7bf-3c0e300b1d9a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:12:00.033838 [ 276 ] {19df92ff-080d-4586-a7bf-3c0e300b1d9a} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.033998 [ 276 ] {19df92ff-080d-4586-a7bf-3c0e300b1d9a} executeQuery: Read 284 rows, 18.47 KiB in 0.00175 sec., 162285.7142857143 rows/sec., 10.31 MiB/sec. 2026.04.10 19:12:00.034040 [ 276 ] {19df92ff-080d-4586-a7bf-3c0e300b1d9a} TCPHandler: Processed in 0.002094889 sec. 2026.04.10 19:12:00.034160 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.034262 [ 276 ] {14e0fe55-5a29-4f7c-a91e-c437dfd143bb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:00.034303 [ 276 ] {14e0fe55-5a29-4f7c-a91e-c437dfd143bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:00.035066 [ 276 ] {14e0fe55-5a29-4f7c-a91e-c437dfd143bb} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.035102 [ 276 ] {14e0fe55-5a29-4f7c-a91e-c437dfd143bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.035475 [ 276 ] {14e0fe55-5a29-4f7c-a91e-c437dfd143bb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:00.035687 [ 276 ] {14e0fe55-5a29-4f7c-a91e-c437dfd143bb} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.035823 [ 276 ] {14e0fe55-5a29-4f7c-a91e-c437dfd143bb} executeQuery: Read 829 rows, 65.98 KiB in 0.001579 sec., 525015.8328055731 rows/sec., 40.81 MiB/sec. 2026.04.10 19:12:00.035858 [ 276 ] {14e0fe55-5a29-4f7c-a91e-c437dfd143bb} TCPHandler: Processed in 0.001746029 sec. 2026.04.10 19:12:00.035965 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.036065 [ 276 ] {5e7aceb5-3ad1-4ac7-97be-3b35c105838c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.036103 [ 276 ] {5e7aceb5-3ad1-4ac7-97be-3b35c105838c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:00.036528 [ 276 ] {5e7aceb5-3ad1-4ac7-97be-3b35c105838c} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.036564 [ 276 ] {5e7aceb5-3ad1-4ac7-97be-3b35c105838c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.036859 [ 276 ] {5e7aceb5-3ad1-4ac7-97be-3b35c105838c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:12:00.037061 [ 276 ] {5e7aceb5-3ad1-4ac7-97be-3b35c105838c} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.037186 [ 276 ] {5e7aceb5-3ad1-4ac7-97be-3b35c105838c} executeQuery: Read 158 rows, 9.75 KiB in 0.001139 sec., 138718.17383669884 rows/sec., 8.36 MiB/sec. 2026.04.10 19:12:00.037221 [ 276 ] {5e7aceb5-3ad1-4ac7-97be-3b35c105838c} TCPHandler: Processed in 0.001303377 sec. 2026.04.10 19:12:00.037328 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.037418 [ 276 ] {f6755ebd-d54d-407e-abb0-633ee3d5036d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.037462 [ 276 ] {f6755ebd-d54d-407e-abb0-633ee3d5036d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:12:00.037880 [ 276 ] {f6755ebd-d54d-407e-abb0-633ee3d5036d} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.037915 [ 276 ] {f6755ebd-d54d-407e-abb0-633ee3d5036d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.038199 [ 276 ] {f6755ebd-d54d-407e-abb0-633ee3d5036d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:12:00.038395 [ 276 ] {f6755ebd-d54d-407e-abb0-633ee3d5036d} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.038521 [ 276 ] {f6755ebd-d54d-407e-abb0-633ee3d5036d} executeQuery: Read 149 rows, 9.86 KiB in 0.001121 sec., 132917.03835860838 rows/sec., 8.59 MiB/sec. 2026.04.10 19:12:00.038556 [ 276 ] {f6755ebd-d54d-407e-abb0-633ee3d5036d} TCPHandler: Processed in 0.001275216 sec. 2026.04.10 19:12:00.038662 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.038760 [ 276 ] {ae550d66-f104-4c23-be6a-76e4b3449a0f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.038798 [ 276 ] {ae550d66-f104-4c23-be6a-76e4b3449a0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:12:00.039209 [ 276 ] {ae550d66-f104-4c23-be6a-76e4b3449a0f} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.039243 [ 276 ] {ae550d66-f104-4c23-be6a-76e4b3449a0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.039536 [ 276 ] {ae550d66-f104-4c23-be6a-76e4b3449a0f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:12:00.039744 [ 276 ] {ae550d66-f104-4c23-be6a-76e4b3449a0f} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.039871 [ 276 ] {ae550d66-f104-4c23-be6a-76e4b3449a0f} executeQuery: Read 148 rows, 8.62 KiB in 0.001129 sec., 131089.45969884854 rows/sec., 7.46 MiB/sec. 2026.04.10 19:12:00.039907 [ 276 ] {ae550d66-f104-4c23-be6a-76e4b3449a0f} TCPHandler: Processed in 0.001292016 sec. 2026.04.10 19:12:00.040030 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.040121 [ 276 ] {e2295f85-3643-4a28-b61b-560b677c39fd} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:00.040169 [ 276 ] {e2295f85-3643-4a28-b61b-560b677c39fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:00.040738 [ 276 ] {e2295f85-3643-4a28-b61b-560b677c39fd} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.040776 [ 276 ] {e2295f85-3643-4a28-b61b-560b677c39fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.041093 [ 276 ] {e2295f85-3643-4a28-b61b-560b677c39fd} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:00.041512 [ 276 ] {e2295f85-3643-4a28-b61b-560b677c39fd} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.041642 [ 276 ] {e2295f85-3643-4a28-b61b-560b677c39fd} executeQuery: Read 506 rows, 36.46 KiB in 0.001538 sec., 328998.69960988295 rows/sec., 23.15 MiB/sec. 2026.04.10 19:12:00.041680 [ 276 ] {e2295f85-3643-4a28-b61b-560b677c39fd} TCPHandler: Processed in 0.001697008 sec. 2026.04.10 19:12:00.041794 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.041893 [ 276 ] {edc957ec-5bbf-418c-ae58-bc671c716595} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:12:00.041935 [ 276 ] {edc957ec-5bbf-418c-ae58-bc671c716595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:12:00.042262 [ 276 ] {edc957ec-5bbf-418c-ae58-bc671c716595} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.042297 [ 276 ] {edc957ec-5bbf-418c-ae58-bc671c716595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.042585 [ 276 ] {edc957ec-5bbf-418c-ae58-bc671c716595} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:12:00.042781 [ 276 ] {edc957ec-5bbf-418c-ae58-bc671c716595} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.042906 [ 276 ] {edc957ec-5bbf-418c-ae58-bc671c716595} executeQuery: Read 6 rows, 321.00 B in 0.001031 sec., 5819.592628516004 rows/sec., 304.05 KiB/sec. 2026.04.10 19:12:00.042940 [ 276 ] {edc957ec-5bbf-418c-ae58-bc671c716595} TCPHandler: Processed in 0.001193474 sec. 2026.04.10 19:12:00.043046 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.043144 [ 276 ] {4ba42c64-f431-4398-8a66-0e4cffea399f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.043186 [ 276 ] {4ba42c64-f431-4398-8a66-0e4cffea399f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:00.043567 [ 276 ] {4ba42c64-f431-4398-8a66-0e4cffea399f} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.043603 [ 276 ] {4ba42c64-f431-4398-8a66-0e4cffea399f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.043920 [ 276 ] {4ba42c64-f431-4398-8a66-0e4cffea399f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:00.044128 [ 276 ] {4ba42c64-f431-4398-8a66-0e4cffea399f} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.044253 [ 276 ] {4ba42c64-f431-4398-8a66-0e4cffea399f} executeQuery: Read 265 rows, 18.03 KiB in 0.001127 sec., 235137.53327417924 rows/sec., 15.63 MiB/sec. 2026.04.10 19:12:00.044288 [ 276 ] {4ba42c64-f431-4398-8a66-0e4cffea399f} TCPHandler: Processed in 0.001289006 sec. 2026.04.10 19:12:00.044395 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.044486 [ 276 ] {0969b4ff-63fb-4f5c-b6d4-357449981545} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.044525 [ 276 ] {0969b4ff-63fb-4f5c-b6d4-357449981545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:12:00.044827 [ 276 ] {0969b4ff-63fb-4f5c-b6d4-357449981545} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.044861 [ 276 ] {0969b4ff-63fb-4f5c-b6d4-357449981545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.045146 [ 276 ] {0969b4ff-63fb-4f5c-b6d4-357449981545} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:12:00.045350 [ 276 ] {0969b4ff-63fb-4f5c-b6d4-357449981545} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.045472 [ 276 ] {0969b4ff-63fb-4f5c-b6d4-357449981545} executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. 2026.04.10 19:12:00.045506 [ 276 ] {0969b4ff-63fb-4f5c-b6d4-357449981545} TCPHandler: Processed in 0.001157363 sec. 2026.04.10 19:12:00.045609 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.045699 [ 276 ] {96c3f463-8990-4381-8830-305a4afbf03a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.045752 [ 276 ] {96c3f463-8990-4381-8830-305a4afbf03a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:00.046515 [ 276 ] {96c3f463-8990-4381-8830-305a4afbf03a} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.046551 [ 276 ] {96c3f463-8990-4381-8830-305a4afbf03a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.047051 [ 276 ] {96c3f463-8990-4381-8830-305a4afbf03a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:12:00.047259 [ 276 ] {96c3f463-8990-4381-8830-305a4afbf03a} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.047394 [ 276 ] {96c3f463-8990-4381-8830-305a4afbf03a} executeQuery: Read 16 rows, 29.36 KiB in 0.001712 sec., 9345.794392523365 rows/sec., 16.75 MiB/sec. 2026.04.10 19:12:00.047441 [ 276 ] {96c3f463-8990-4381-8830-305a4afbf03a} TCPHandler: Processed in 0.001879703 sec. 2026.04.10 19:12:00.047552 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.047653 [ 276 ] {d0d47503-b551-4148-98b7-ed5779e2a2ae} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.047696 [ 276 ] {d0d47503-b551-4148-98b7-ed5779e2a2ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:00.048029 [ 276 ] {d0d47503-b551-4148-98b7-ed5779e2a2ae} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.048065 [ 276 ] {d0d47503-b551-4148-98b7-ed5779e2a2ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.048379 [ 276 ] {d0d47503-b551-4148-98b7-ed5779e2a2ae} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:00.048581 [ 276 ] {d0d47503-b551-4148-98b7-ed5779e2a2ae} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.048706 [ 276 ] {d0d47503-b551-4148-98b7-ed5779e2a2ae} executeQuery: Read 90 rows, 5.77 KiB in 0.001072 sec., 83955.22388059701 rows/sec., 5.25 MiB/sec. 2026.04.10 19:12:00.048744 [ 276 ] {d0d47503-b551-4148-98b7-ed5779e2a2ae} TCPHandler: Processed in 0.001242215 sec. 2026.04.10 19:12:00.358326 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.358502 [ 276 ] {a509853b-7e18-4b1e-a565-8b50fb5343dd} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:12:00.358568 [ 276 ] {a509853b-7e18-4b1e-a565-8b50fb5343dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:12:00.359171 [ 276 ] {a509853b-7e18-4b1e-a565-8b50fb5343dd} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.359218 [ 276 ] {a509853b-7e18-4b1e-a565-8b50fb5343dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.359590 [ 276 ] {a509853b-7e18-4b1e-a565-8b50fb5343dd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:12:00.359832 [ 276 ] {a509853b-7e18-4b1e-a565-8b50fb5343dd} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.359976 [ 276 ] {a509853b-7e18-4b1e-a565-8b50fb5343dd} executeQuery: Read 4 rows, 334.00 B in 0.001539 sec., 2599.090318388564 rows/sec., 211.94 KiB/sec. 2026.04.10 19:12:00.360014 [ 276 ] {a509853b-7e18-4b1e-a565-8b50fb5343dd} TCPHandler: Processed in 0.001841662 sec. 2026.04.10 19:12:00.360130 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.360218 [ 276 ] {84be8678-cc2b-4950-88da-7d1157c606d3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:00.360254 [ 276 ] {84be8678-cc2b-4950-88da-7d1157c606d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:00.361868 [ 276 ] {84be8678-cc2b-4950-88da-7d1157c606d3} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.361903 [ 276 ] {84be8678-cc2b-4950-88da-7d1157c606d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.362370 [ 276 ] {84be8678-cc2b-4950-88da-7d1157c606d3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:12:00.362581 [ 276 ] {84be8678-cc2b-4950-88da-7d1157c606d3} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.362717 [ 276 ] {84be8678-cc2b-4950-88da-7d1157c606d3} executeQuery: Read 2455 rows, 185.25 KiB in 0.002484 sec., 988325.2818035426 rows/sec., 72.83 MiB/sec. 2026.04.10 19:12:00.362758 [ 276 ] {84be8678-cc2b-4950-88da-7d1157c606d3} TCPHandler: Processed in 0.002649875 sec. 2026.04.10 19:12:00.362887 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.362983 [ 276 ] {30876e8d-d942-45e9-a468-b49bbfe11975} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.363022 [ 276 ] {30876e8d-d942-45e9-a468-b49bbfe11975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:00.363437 [ 276 ] {30876e8d-d942-45e9-a468-b49bbfe11975} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.363474 [ 276 ] {30876e8d-d942-45e9-a468-b49bbfe11975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.363771 [ 276 ] {30876e8d-d942-45e9-a468-b49bbfe11975} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:12:00.363972 [ 276 ] {30876e8d-d942-45e9-a468-b49bbfe11975} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.364100 [ 276 ] {30876e8d-d942-45e9-a468-b49bbfe11975} executeQuery: Read 39 rows, 2.91 KiB in 0.001136 sec., 34330.98591549296 rows/sec., 2.50 MiB/sec. 2026.04.10 19:12:00.364136 [ 276 ] {30876e8d-d942-45e9-a468-b49bbfe11975} TCPHandler: Processed in 0.001296926 sec. 2026.04.10 19:12:00.364244 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.364338 [ 276 ] {8cae5336-f620-4d51-99f6-f7cec5c9dcf6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.364376 [ 276 ] {8cae5336-f620-4d51-99f6-f7cec5c9dcf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:12:00.365030 [ 276 ] {8cae5336-f620-4d51-99f6-f7cec5c9dcf6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.365066 [ 276 ] {8cae5336-f620-4d51-99f6-f7cec5c9dcf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.365385 [ 276 ] {8cae5336-f620-4d51-99f6-f7cec5c9dcf6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:12:00.365598 [ 276 ] {8cae5336-f620-4d51-99f6-f7cec5c9dcf6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.365703 [ 124 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:12:00.365725 [ 276 ] {8cae5336-f620-4d51-99f6-f7cec5c9dcf6} executeQuery: Read 801 rows, 47.38 KiB in 0.001405 sec., 570106.7615658363 rows/sec., 32.93 MiB/sec. 2026.04.10 19:12:00.365796 [ 124 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.365799 [ 276 ] {8cae5336-f620-4d51-99f6-f7cec5c9dcf6} TCPHandler: Processed in 0.001603285 sec. 2026.04.10 19:12:00.365834 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.365928 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.365967 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:12:00.366026 [ 276 ] {be2931a8-c6c4-4723-bff9-6481cf746fe5} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.366071 [ 276 ] {be2931a8-c6c4-4723-bff9-6481cf746fe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:12:00.366113 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:00.366158 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 950 rows starting from the beginning of the part 2026.04.10 19:12:00.366232 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 801 rows starting from the beginning of the part 2026.04.10 19:12:00.366287 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:12:00.366334 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 151 rows starting from the beginning of the part 2026.04.10 19:12:00.366378 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:12:00.366423 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 801 rows starting from the beginning of the part 2026.04.10 19:12:00.366445 [ 276 ] {be2931a8-c6c4-4723-bff9-6481cf746fe5} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.366487 [ 276 ] {be2931a8-c6c4-4723-bff9-6481cf746fe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.366799 [ 276 ] {be2931a8-c6c4-4723-bff9-6481cf746fe5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.10 19:12:00.367016 [ 276 ] {be2931a8-c6c4-4723-bff9-6481cf746fe5} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.367144 [ 276 ] {be2931a8-c6c4-4723-bff9-6481cf746fe5} executeQuery: Read 1 rows, 72.00 B in 0.001137 sec., 879.5074758135444 rows/sec., 61.84 KiB/sec. 2026.04.10 19:12:00.367180 [ 276 ] {be2931a8-c6c4-4723-bff9-6481cf746fe5} TCPHandler: Processed in 0.001302087 sec. 2026.04.10 19:12:00.367289 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.367383 [ 276 ] {49d90b7f-11fc-4d41-a9b5-39da83c92808} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:00.367421 [ 276 ] {49d90b7f-11fc-4d41-a9b5-39da83c92808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:00.367725 [ 190 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3001 rows, containing 5 columns (5 merged, 0 gathered) in 0.001812291 sec., 1655915.0820701532 rows/sec., 104.23 MiB/sec. 2026.04.10 19:12:00.367946 [ 197 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:12:00.368260 [ 197 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.368297 [ 276 ] {49d90b7f-11fc-4d41-a9b5-39da83c92808} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.368339 [ 276 ] {49d90b7f-11fc-4d41-a9b5-39da83c92808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.368351 [ 197 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_11_2} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:12:00.368442 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.04.10 19:12:00.368700 [ 276 ] {49d90b7f-11fc-4d41-a9b5-39da83c92808} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:12:00.368912 [ 276 ] {49d90b7f-11fc-4d41-a9b5-39da83c92808} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.369046 [ 276 ] {49d90b7f-11fc-4d41-a9b5-39da83c92808} executeQuery: Read 1318 rows, 90.36 KiB in 0.001682 sec., 783590.9631391201 rows/sec., 52.46 MiB/sec. 2026.04.10 19:12:00.369084 [ 276 ] {49d90b7f-11fc-4d41-a9b5-39da83c92808} TCPHandler: Processed in 0.001844242 sec. 2026.04.10 19:12:00.369194 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.369289 [ 276 ] {c010fc98-aa0d-4da2-989e-82c6a272782b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.369332 [ 276 ] {c010fc98-aa0d-4da2-989e-82c6a272782b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:00.369996 [ 276 ] {c010fc98-aa0d-4da2-989e-82c6a272782b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.370032 [ 276 ] {c010fc98-aa0d-4da2-989e-82c6a272782b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.370459 [ 276 ] {c010fc98-aa0d-4da2-989e-82c6a272782b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:12:00.370678 [ 276 ] {c010fc98-aa0d-4da2-989e-82c6a272782b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.370814 [ 276 ] {c010fc98-aa0d-4da2-989e-82c6a272782b} executeQuery: Read 1498 rows, 93.04 KiB in 0.001543 sec., 970836.0337005833 rows/sec., 58.89 MiB/sec. 2026.04.10 19:12:00.370849 [ 276 ] {c010fc98-aa0d-4da2-989e-82c6a272782b} TCPHandler: Processed in 0.001703417 sec. 2026.04.10 19:12:00.370950 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.371042 [ 276 ] {aa31b8df-2687-425c-831b-53895143f5fa} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.371096 [ 276 ] {aa31b8df-2687-425c-831b-53895143f5fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:00.371873 [ 276 ] {aa31b8df-2687-425c-831b-53895143f5fa} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.371909 [ 276 ] {aa31b8df-2687-425c-831b-53895143f5fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.372432 [ 276 ] {aa31b8df-2687-425c-831b-53895143f5fa} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:12:00.372649 [ 276 ] {aa31b8df-2687-425c-831b-53895143f5fa} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.372787 [ 276 ] {aa31b8df-2687-425c-831b-53895143f5fa} executeQuery: Read 35 rows, 64.22 KiB in 0.001762 sec., 19863.79114642452 rows/sec., 35.60 MiB/sec. 2026.04.10 19:12:00.372837 [ 276 ] {aa31b8df-2687-425c-831b-53895143f5fa} TCPHandler: Processed in 0.001935334 sec. 2026.04.10 19:12:00.372950 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:00.373045 [ 276 ] {a243f5b1-af80-44f2-ae84-120ae26eb870} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:00.373086 [ 276 ] {a243f5b1-af80-44f2-ae84-120ae26eb870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:00.373400 [ 276 ] {a243f5b1-af80-44f2-ae84-120ae26eb870} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:00.373434 [ 276 ] {a243f5b1-af80-44f2-ae84-120ae26eb870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:00.373720 [ 276 ] {a243f5b1-af80-44f2-ae84-120ae26eb870} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:12:00.373926 [ 276 ] {a243f5b1-af80-44f2-ae84-120ae26eb870} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:00.374060 [ 276 ] {a243f5b1-af80-44f2-ae84-120ae26eb870} executeQuery: Read 12 rows, 848.00 B in 0.001034 sec., 11605.41586073501 rows/sec., 800.89 KiB/sec. 2026.04.10 19:12:00.374095 [ 276 ] {a243f5b1-af80-44f2-ae84-120ae26eb870} TCPHandler: Processed in 0.001194374 sec. 2026.04.10 19:12:01.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.33 MiB, peak 232.59 MiB, free memory in arenas 0.00 B, will set to 227.95 MiB (RSS), difference: -1.38 MiB 2026.04.10 19:12:05.020650 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:05.020842 [ 276 ] {d3e7712f-37bd-431c-bf72-b8ba8d1a8f28} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:05.020909 [ 276 ] {d3e7712f-37bd-431c-bf72-b8ba8d1a8f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:05.021608 [ 276 ] {d3e7712f-37bd-431c-bf72-b8ba8d1a8f28} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:05.021659 [ 276 ] {d3e7712f-37bd-431c-bf72-b8ba8d1a8f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:05.022054 [ 276 ] {d3e7712f-37bd-431c-bf72-b8ba8d1a8f28} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:12:05.022286 [ 276 ] {d3e7712f-37bd-431c-bf72-b8ba8d1a8f28} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:05.022442 [ 276 ] {d3e7712f-37bd-431c-bf72-b8ba8d1a8f28} executeQuery: Read 56 rows, 4.38 KiB in 0.001648 sec., 33980.58252427185 rows/sec., 2.59 MiB/sec. 2026.04.10 19:12:05.022482 [ 276 ] {d3e7712f-37bd-431c-bf72-b8ba8d1a8f28} TCPHandler: Processed in 0.001960135 sec. 2026.04.10 19:12:05.022640 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:05.022762 [ 276 ] {be50bc44-d710-4af7-9e34-1404a082086b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:05.022811 [ 276 ] {be50bc44-d710-4af7-9e34-1404a082086b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:05.023297 [ 276 ] {be50bc44-d710-4af7-9e34-1404a082086b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:05.023337 [ 276 ] {be50bc44-d710-4af7-9e34-1404a082086b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:05.023702 [ 276 ] {be50bc44-d710-4af7-9e34-1404a082086b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:12:05.023907 [ 276 ] {be50bc44-d710-4af7-9e34-1404a082086b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:05.024031 [ 276 ] {be50bc44-d710-4af7-9e34-1404a082086b} executeQuery: Read 64 rows, 5.12 KiB in 0.001293 sec., 49497.293116782675 rows/sec., 3.86 MiB/sec. 2026.04.10 19:12:05.024066 [ 276 ] {be50bc44-d710-4af7-9e34-1404a082086b} TCPHandler: Processed in 0.001486972 sec. 2026.04.10 19:12:05.024181 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:05.024274 [ 276 ] {ba9ff5bc-95f1-40a1-882a-d26b14d94a93} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:05.024316 [ 276 ] {ba9ff5bc-95f1-40a1-882a-d26b14d94a93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:05.024693 [ 276 ] {ba9ff5bc-95f1-40a1-882a-d26b14d94a93} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:05.024727 [ 276 ] {ba9ff5bc-95f1-40a1-882a-d26b14d94a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:05.025042 [ 276 ] {ba9ff5bc-95f1-40a1-882a-d26b14d94a93} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:12:05.025247 [ 276 ] {ba9ff5bc-95f1-40a1-882a-d26b14d94a93} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:05.025370 [ 276 ] {ba9ff5bc-95f1-40a1-882a-d26b14d94a93} executeQuery: Read 128 rows, 9.13 KiB in 0.001115 sec., 114798.20627802689 rows/sec., 8.00 MiB/sec. 2026.04.10 19:12:05.025404 [ 276 ] {ba9ff5bc-95f1-40a1-882a-d26b14d94a93} TCPHandler: Processed in 0.001270726 sec. 2026.04.10 19:12:05.025529 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:05.025621 [ 276 ] {5d0dac0d-569a-40b2-8a76-99969e0861cc} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:05.025669 [ 276 ] {5d0dac0d-569a-40b2-8a76-99969e0861cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:05.026005 [ 276 ] {5d0dac0d-569a-40b2-8a76-99969e0861cc} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:05.026037 [ 276 ] {5d0dac0d-569a-40b2-8a76-99969e0861cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:05.026327 [ 276 ] {5d0dac0d-569a-40b2-8a76-99969e0861cc} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:12:05.026526 [ 276 ] {5d0dac0d-569a-40b2-8a76-99969e0861cc} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:05.026646 [ 276 ] {5d0dac0d-569a-40b2-8a76-99969e0861cc} executeQuery: Read 48 rows, 3.31 KiB in 0.001043 sec., 46021.09300095877 rows/sec., 3.10 MiB/sec. 2026.04.10 19:12:05.026679 [ 276 ] {5d0dac0d-569a-40b2-8a76-99969e0861cc} TCPHandler: Processed in 0.001197794 sec. 2026.04.10 19:12:05.378252 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6249 2026.04.10 19:12:05.378756 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:05.378791 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:05.379249 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:12:05.379479 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:05.379612 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6249 2026.04.10 19:12:05.737109 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.04.10 19:12:05.752346 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:05.752395 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:05.757984 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:12:05.758669 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:05.761273 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.04.10 19:12:07.857610 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 510 2026.04.10 19:12:07.860051 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:07.860089 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:07.861241 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:12:07.861494 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:07.861727 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 510 2026.04.10 19:12:10.031072 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.031291 [ 276 ] {993b5db3-4510-44dd-a17d-9327fd6a11bd} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:12:10.031356 [ 276 ] {993b5db3-4510-44dd-a17d-9327fd6a11bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:12:10.032108 [ 276 ] {993b5db3-4510-44dd-a17d-9327fd6a11bd} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.032149 [ 276 ] {993b5db3-4510-44dd-a17d-9327fd6a11bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.032574 [ 276 ] {993b5db3-4510-44dd-a17d-9327fd6a11bd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:12:10.032811 [ 276 ] {993b5db3-4510-44dd-a17d-9327fd6a11bd} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.032929 [ 61 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.10 19:12:10.032958 [ 276 ] {993b5db3-4510-44dd-a17d-9327fd6a11bd} executeQuery: Read 284 rows, 18.47 KiB in 0.00172 sec., 165116.27906976745 rows/sec., 10.49 MiB/sec. 2026.04.10 19:12:10.032962 [ 61 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.032991 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.033001 [ 276 ] {993b5db3-4510-44dd-a17d-9327fd6a11bd} TCPHandler: Processed in 0.002059688 sec. 2026.04.10 19:12:10.033104 [ 197 ] {45f2698a-8790-4897-8eb0-1481cfab309e::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.04.10 19:12:10.033156 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.033245 [ 197 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:10.033266 [ 276 ] {9b05f305-4268-40bb-8b42-30a4bef36940} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:10.033317 [ 197 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.04.10 19:12:10.033333 [ 276 ] {9b05f305-4268-40bb-8b42-30a4bef36940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:10.033412 [ 197 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.04.10 19:12:10.033463 [ 197 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.04.10 19:12:10.033506 [ 197 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.04.10 19:12:10.033548 [ 197 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.04.10 19:12:10.034126 [ 276 ] {9b05f305-4268-40bb-8b42-30a4bef36940} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.034168 [ 276 ] {9b05f305-4268-40bb-8b42-30a4bef36940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.034542 [ 276 ] {9b05f305-4268-40bb-8b42-30a4bef36940} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:12:10.034541 [ 190 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001488433 sec., 954023.4595712404 rows/sec., 64.23 MiB/sec. 2026.04.10 19:12:10.034729 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.10 19:12:10.034777 [ 276 ] {9b05f305-4268-40bb-8b42-30a4bef36940} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.034918 [ 276 ] {9b05f305-4268-40bb-8b42-30a4bef36940} executeQuery: Read 829 rows, 65.98 KiB in 0.001675 sec., 494925.37313432834 rows/sec., 38.47 MiB/sec. 2026.04.10 19:12:10.034960 [ 276 ] {9b05f305-4268-40bb-8b42-30a4bef36940} TCPHandler: Processed in 0.001864713 sec. 2026.04.10 19:12:10.035026 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.035084 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.035102 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_9_2} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.10 19:12:10.035181 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.04.10 19:12:10.035186 [ 276 ] {74b410c2-3639-4bba-a8d7-5ad6fbfc38e8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:10.035236 [ 276 ] {74b410c2-3639-4bba-a8d7-5ad6fbfc38e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:10.035681 [ 276 ] {74b410c2-3639-4bba-a8d7-5ad6fbfc38e8} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.035718 [ 276 ] {74b410c2-3639-4bba-a8d7-5ad6fbfc38e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.036036 [ 276 ] {74b410c2-3639-4bba-a8d7-5ad6fbfc38e8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:12:10.036258 [ 276 ] {74b410c2-3639-4bba-a8d7-5ad6fbfc38e8} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.036362 [ 61 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:12:10.036390 [ 276 ] {74b410c2-3639-4bba-a8d7-5ad6fbfc38e8} executeQuery: Read 158 rows, 9.75 KiB in 0.001222 sec., 129296.2356792144 rows/sec., 7.79 MiB/sec. 2026.04.10 19:12:10.036393 [ 61 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.036419 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.036426 [ 276 ] {74b410c2-3639-4bba-a8d7-5ad6fbfc38e8} TCPHandler: Processed in 0.001392639 sec. 2026.04.10 19:12:10.036491 [ 197 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:12:10.036542 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.036583 [ 197 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:10.036616 [ 197 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 201 rows starting from the beginning of the part 2026.04.10 19:12:10.036642 [ 276 ] {fbb6a9e2-eeb1-4882-a849-308bed1a3a6b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:12:10.036661 [ 197 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 172 rows starting from the beginning of the part 2026.04.10 19:12:10.036687 [ 276 ] {fbb6a9e2-eeb1-4882-a849-308bed1a3a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:12:10.036704 [ 197 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2026.04.10 19:12:10.036745 [ 197 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 158 rows starting from the beginning of the part 2026.04.10 19:12:10.036777 [ 197 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part 2026.04.10 19:12:10.036812 [ 197 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 158 rows starting from the beginning of the part 2026.04.10 19:12:10.037128 [ 276 ] {fbb6a9e2-eeb1-4882-a849-308bed1a3a6b} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.037169 [ 276 ] {fbb6a9e2-eeb1-4882-a849-308bed1a3a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.037508 [ 276 ] {fbb6a9e2-eeb1-4882-a849-308bed1a3a6b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:12:10.037587 [ 190 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001124571 sec., 670477.8977939143 rows/sec., 44.22 MiB/sec. 2026.04.10 19:12:10.037755 [ 276 ] {fbb6a9e2-eeb1-4882-a849-308bed1a3a6b} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.037788 [ 194 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:12:10.037892 [ 276 ] {fbb6a9e2-eeb1-4882-a849-308bed1a3a6b} executeQuery: Read 149 rows, 9.86 KiB in 0.001267 sec., 117600.63141278611 rows/sec., 7.60 MiB/sec. 2026.04.10 19:12:10.037935 [ 276 ] {fbb6a9e2-eeb1-4882-a849-308bed1a3a6b} TCPHandler: Processed in 0.00144129 sec. 2026.04.10 19:12:10.038057 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.038107 [ 194 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.038155 [ 276 ] {d7784188-e5ac-4755-9eaf-d316f50aaee1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:12:10.038198 [ 194 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_16_3} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:12:10.038202 [ 276 ] {d7784188-e5ac-4755-9eaf-d316f50aaee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:12:10.038310 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.10 19:12:10.038649 [ 276 ] {d7784188-e5ac-4755-9eaf-d316f50aaee1} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.038690 [ 276 ] {d7784188-e5ac-4755-9eaf-d316f50aaee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.038998 [ 276 ] {d7784188-e5ac-4755-9eaf-d316f50aaee1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:12:10.039203 [ 276 ] {d7784188-e5ac-4755-9eaf-d316f50aaee1} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.039303 [ 61 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.10 19:12:10.039326 [ 276 ] {d7784188-e5ac-4755-9eaf-d316f50aaee1} executeQuery: Read 148 rows, 8.62 KiB in 0.001188 sec., 124579.12457912457 rows/sec., 7.09 MiB/sec. 2026.04.10 19:12:10.039341 [ 61 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.039362 [ 276 ] {d7784188-e5ac-4755-9eaf-d316f50aaee1} TCPHandler: Processed in 0.001354659 sec. 2026.04.10 19:12:10.039368 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.039483 [ 199 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::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.04.10 19:12:10.039486 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.039631 [ 276 ] {dc3e1910-f316-44fb-9da4-dbf93732acb8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:10.039631 [ 199 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:10.039675 [ 276 ] {dc3e1910-f316-44fb-9da4-dbf93732acb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:10.039686 [ 199 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.04.10 19:12:10.039771 [ 199 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.04.10 19:12:10.039831 [ 199 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.04.10 19:12:10.039897 [ 199 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.04.10 19:12:10.039945 [ 199 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.04.10 19:12:10.040267 [ 276 ] {dc3e1910-f316-44fb-9da4-dbf93732acb8} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.040308 [ 276 ] {dc3e1910-f316-44fb-9da4-dbf93732acb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.040646 [ 276 ] {dc3e1910-f316-44fb-9da4-dbf93732acb8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:12:10.040826 [ 190 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391199 sec., 531915.2759598015 rows/sec., 32.28 MiB/sec. 2026.04.10 19:12:10.040934 [ 276 ] {dc3e1910-f316-44fb-9da4-dbf93732acb8} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.041005 [ 190 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.10 19:12:10.041153 [ 276 ] {dc3e1910-f316-44fb-9da4-dbf93732acb8} executeQuery: Read 506 rows, 36.46 KiB in 0.001543 sec., 327932.5988334413 rows/sec., 23.08 MiB/sec. 2026.04.10 19:12:10.041206 [ 276 ] {dc3e1910-f316-44fb-9da4-dbf93732acb8} TCPHandler: Processed in 0.001771099 sec. 2026.04.10 19:12:10.041372 [ 190 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.041463 [ 190 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_9_2} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.10 19:12:10.041469 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.041557 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.10 19:12:10.041587 [ 276 ] {298b972b-2a77-48f1-9d9a-207898c191c0} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:12:10.041690 [ 276 ] {298b972b-2a77-48f1-9d9a-207898c191c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:12:10.042130 [ 276 ] {298b972b-2a77-48f1-9d9a-207898c191c0} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.042172 [ 276 ] {298b972b-2a77-48f1-9d9a-207898c191c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.042761 [ 276 ] {298b972b-2a77-48f1-9d9a-207898c191c0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:12:10.043052 [ 276 ] {298b972b-2a77-48f1-9d9a-207898c191c0} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.043238 [ 276 ] {298b972b-2a77-48f1-9d9a-207898c191c0} executeQuery: Read 6 rows, 321.00 B in 0.001672 sec., 3588.516746411483 rows/sec., 187.49 KiB/sec. 2026.04.10 19:12:10.043288 [ 276 ] {298b972b-2a77-48f1-9d9a-207898c191c0} TCPHandler: Processed in 0.001877513 sec. 2026.04.10 19:12:10.043506 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.043618 [ 276 ] {68a1153f-f5b0-45bc-9e8d-12b39cbfe8e8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:10.043669 [ 276 ] {68a1153f-f5b0-45bc-9e8d-12b39cbfe8e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:10.044262 [ 276 ] {68a1153f-f5b0-45bc-9e8d-12b39cbfe8e8} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.044308 [ 276 ] {68a1153f-f5b0-45bc-9e8d-12b39cbfe8e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.044804 [ 276 ] {68a1153f-f5b0-45bc-9e8d-12b39cbfe8e8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:12:10.045121 [ 276 ] {68a1153f-f5b0-45bc-9e8d-12b39cbfe8e8} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.045298 [ 276 ] {68a1153f-f5b0-45bc-9e8d-12b39cbfe8e8} executeQuery: Read 265 rows, 18.03 KiB in 0.001704 sec., 155516.43192488264 rows/sec., 10.33 MiB/sec. 2026.04.10 19:12:10.045348 [ 276 ] {68a1153f-f5b0-45bc-9e8d-12b39cbfe8e8} TCPHandler: Processed in 0.001903574 sec. 2026.04.10 19:12:10.045501 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.045639 [ 276 ] {2936611f-69fb-4b28-88c5-f37e20bff1f3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:12:10.045695 [ 276 ] {2936611f-69fb-4b28-88c5-f37e20bff1f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:12:10.046116 [ 276 ] {2936611f-69fb-4b28-88c5-f37e20bff1f3} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.046163 [ 276 ] {2936611f-69fb-4b28-88c5-f37e20bff1f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.046578 [ 276 ] {2936611f-69fb-4b28-88c5-f37e20bff1f3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:12:10.046902 [ 276 ] {2936611f-69fb-4b28-88c5-f37e20bff1f3} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.047076 [ 276 ] {2936611f-69fb-4b28-88c5-f37e20bff1f3} executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. 2026.04.10 19:12:10.047132 [ 276 ] {2936611f-69fb-4b28-88c5-f37e20bff1f3} TCPHandler: Processed in 0.001699288 sec. 2026.04.10 19:12:10.047269 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.047386 [ 276 ] {2894de7a-5ab2-428d-9bc3-4d8fd6b9adb9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:10.047459 [ 276 ] {2894de7a-5ab2-428d-9bc3-4d8fd6b9adb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:10.048632 [ 276 ] {2894de7a-5ab2-428d-9bc3-4d8fd6b9adb9} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.048679 [ 276 ] {2894de7a-5ab2-428d-9bc3-4d8fd6b9adb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.049464 [ 276 ] {2894de7a-5ab2-428d-9bc3-4d8fd6b9adb9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:12:10.049815 [ 276 ] {2894de7a-5ab2-428d-9bc3-4d8fd6b9adb9} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.049969 [ 64 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:12:10.050009 [ 276 ] {2894de7a-5ab2-428d-9bc3-4d8fd6b9adb9} executeQuery: Read 16 rows, 29.36 KiB in 0.002646 sec., 6046.863189720333 rows/sec., 10.84 MiB/sec. 2026.04.10 19:12:10.050026 [ 64 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.050058 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.050108 [ 276 ] {2894de7a-5ab2-428d-9bc3-4d8fd6b9adb9} TCPHandler: Processed in 0.002898992 sec. 2026.04.10 19:12:10.050155 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:12:10.050245 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:10.050352 [ 276 ] {4f7d8cf0-31f8-4f1e-967e-d90c8bed76c1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:10.050397 [ 276 ] {4f7d8cf0-31f8-4f1e-967e-d90c8bed76c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:10.050412 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:10.050488 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 187 rows starting from the beginning of the part 2026.04.10 19:12:10.050643 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part 2026.04.10 19:12:10.050757 [ 276 ] {4f7d8cf0-31f8-4f1e-967e-d90c8bed76c1} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:10.050770 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2026.04.10 19:12:10.050801 [ 276 ] {4f7d8cf0-31f8-4f1e-967e-d90c8bed76c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:10.050906 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part 2026.04.10 19:12:10.051023 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part 2026.04.10 19:12:10.051130 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part 2026.04.10 19:12:10.051152 [ 276 ] {4f7d8cf0-31f8-4f1e-967e-d90c8bed76c1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:12:10.051383 [ 276 ] {4f7d8cf0-31f8-4f1e-967e-d90c8bed76c1} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.051530 [ 276 ] {4f7d8cf0-31f8-4f1e-967e-d90c8bed76c1} executeQuery: Read 90 rows, 5.77 KiB in 0.001198 sec., 75125.20868113522 rows/sec., 4.70 MiB/sec. 2026.04.10 19:12:10.051569 [ 276 ] {4f7d8cf0-31f8-4f1e-967e-d90c8bed76c1} TCPHandler: Processed in 0.001377479 sec. 2026.04.10 19:12:10.054118 [ 198 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 19 columns (19 merged, 0 gathered) in 0.004007383 sec., 73863.66613822538 rows/sec., 132.36 MiB/sec. 2026.04.10 19:12:10.054779 [ 196 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:12:10.055130 [ 196 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:10.055198 [ 196 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_16_3} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:12:10.055342 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.04.10 19:12:12.669847 [ 105 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:12:12.669890 [ 105 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:12:12.879708 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6697 2026.04.10 19:12:12.880207 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:12.880239 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:12.880798 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:12:12.881028 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:12.881159 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6697 2026.04.10 19:12:13.261373 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.04.10 19:12:13.277424 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:13.277480 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:13.282828 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:12:13.283505 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:13.286623 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.04.10 19:12:15.024682 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:15.024877 [ 276 ] {21710850-1df1-4b1e-a0f4-05f2b506fcf1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:15.024947 [ 276 ] {21710850-1df1-4b1e-a0f4-05f2b506fcf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:15.025709 [ 276 ] {21710850-1df1-4b1e-a0f4-05f2b506fcf1} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.025772 [ 276 ] {21710850-1df1-4b1e-a0f4-05f2b506fcf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.026265 [ 276 ] {21710850-1df1-4b1e-a0f4-05f2b506fcf1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:12:15.026601 [ 276 ] {21710850-1df1-4b1e-a0f4-05f2b506fcf1} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.026791 [ 276 ] {21710850-1df1-4b1e-a0f4-05f2b506fcf1} executeQuery: Read 108 rows, 9.28 KiB in 0.00196 sec., 55102.04081632653 rows/sec., 4.62 MiB/sec. 2026.04.10 19:12:15.026802 [ 114 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:12:15.026857 [ 276 ] {21710850-1df1-4b1e-a0f4-05f2b506fcf1} TCPHandler: Processed in 0.002327335 sec. 2026.04.10 19:12:15.026875 [ 114 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.026903 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.026994 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:12:15.027016 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:15.027083 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:15.027110 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3237 rows starting from the beginning of the part 2026.04.10 19:12:15.027142 [ 276 ] {4df5368a-c469-461b-a5b1-40e29837e107} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:15.027168 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 829 rows starting from the beginning of the part 2026.04.10 19:12:15.027200 [ 276 ] {4df5368a-c469-461b-a5b1-40e29837e107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:15.027213 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2455 rows starting from the beginning of the part 2026.04.10 19:12:15.027259 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2026.04.10 19:12:15.027299 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 829 rows starting from the beginning of the part 2026.04.10 19:12:15.027338 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 108 rows starting from the beginning of the part 2026.04.10 19:12:15.027708 [ 276 ] {4df5368a-c469-461b-a5b1-40e29837e107} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.027745 [ 276 ] {4df5368a-c469-461b-a5b1-40e29837e107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.028058 [ 276 ] {4df5368a-c469-461b-a5b1-40e29837e107} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:15.028278 [ 276 ] {4df5368a-c469-461b-a5b1-40e29837e107} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.028415 [ 276 ] {4df5368a-c469-461b-a5b1-40e29837e107} executeQuery: Read 26 rows, 1.96 KiB in 0.001305 sec., 19923.37164750958 rows/sec., 1.46 MiB/sec. 2026.04.10 19:12:15.028454 [ 276 ] {4df5368a-c469-461b-a5b1-40e29837e107} TCPHandler: Processed in 0.001504982 sec. 2026.04.10 19:12:15.028571 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:15.028669 [ 276 ] {8c2dc714-1901-40f7-878a-81550acee6c3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:15.028710 [ 276 ] {8c2dc714-1901-40f7-878a-81550acee6c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:15.029142 [ 276 ] {8c2dc714-1901-40f7-878a-81550acee6c3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.029179 [ 276 ] {8c2dc714-1901-40f7-878a-81550acee6c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.029496 [ 276 ] {8c2dc714-1901-40f7-878a-81550acee6c3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:12:15.029601 [ 198 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7514 rows, containing 5 columns (5 merged, 0 gathered) in 0.002637474 sec., 2848938.0369247245 rows/sec., 225.02 MiB/sec. 2026.04.10 19:12:15.029717 [ 276 ] {8c2dc714-1901-40f7-878a-81550acee6c3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.029830 [ 114 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:12:15.029855 [ 276 ] {8c2dc714-1901-40f7-878a-81550acee6c3} executeQuery: Read 90 rows, 7.20 KiB in 0.001205 sec., 74688.79668049794 rows/sec., 5.83 MiB/sec. 2026.04.10 19:12:15.029864 [ 114 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.029898 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.029900 [ 276 ] {8c2dc714-1901-40f7-878a-81550acee6c3} TCPHandler: Processed in 0.001380859 sec. 2026.04.10 19:12:15.029951 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:12:15.029964 [ 196 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:12:15.030028 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:15.030045 [ 196 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:15.030069 [ 196 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1791 rows starting from the beginning of the part 2026.04.10 19:12:15.030113 [ 196 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 506 rows starting from the beginning of the part 2026.04.10 19:12:15.030127 [ 276 ] {1b6f9ad1-7d46-458e-ac7f-6c9838558532} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:15.030148 [ 196 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1318 rows starting from the beginning of the part 2026.04.10 19:12:15.030172 [ 276 ] {1b6f9ad1-7d46-458e-ac7f-6c9838558532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:15.030183 [ 196 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2026.04.10 19:12:15.030215 [ 196 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 506 rows starting from the beginning of the part 2026.04.10 19:12:15.030226 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.030248 [ 196 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part 2026.04.10 19:12:15.030300 [ 188 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_21_4} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:12:15.030362 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.04.10 19:12:15.030585 [ 276 ] {1b6f9ad1-7d46-458e-ac7f-6c9838558532} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.030622 [ 276 ] {1b6f9ad1-7d46-458e-ac7f-6c9838558532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.030956 [ 276 ] {1b6f9ad1-7d46-458e-ac7f-6c9838558532} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:12:15.031170 [ 276 ] {1b6f9ad1-7d46-458e-ac7f-6c9838558532} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.031295 [ 114 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:12:15.031303 [ 276 ] {1b6f9ad1-7d46-458e-ac7f-6c9838558532} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.04.10 19:12:15.031328 [ 114 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.031352 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.031355 [ 276 ] {1b6f9ad1-7d46-458e-ac7f-6c9838558532} TCPHandler: Processed in 0.001377179 sec. 2026.04.10 19:12:15.031442 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4275 rows, containing 5 columns (5 merged, 0 gathered) in 0.001503352 sec., 2843645.4004118796 rows/sec., 205.60 MiB/sec. 2026.04.10 19:12:15.031462 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:12:15.031480 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:15.031599 [ 276 ] {920a3725-43c7-4b1c-ae97-b45f61a3748b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:15.031626 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:15.031654 [ 276 ] {920a3725-43c7-4b1c-ae97-b45f61a3748b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:15.031668 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7065 rows starting from the beginning of the part 2026.04.10 19:12:15.031688 [ 191 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:12:15.031744 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 265 rows starting from the beginning of the part 2026.04.10 19:12:15.031793 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1498 rows starting from the beginning of the part 2026.04.10 19:12:15.031836 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 128 rows starting from the beginning of the part 2026.04.10 19:12:15.031881 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:12:15.031927 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:12:15.032018 [ 191 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.032104 [ 191 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_21_4} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:12:15.032205 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.04.10 19:12:15.032461 [ 276 ] {920a3725-43c7-4b1c-ae97-b45f61a3748b} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.032503 [ 276 ] {920a3725-43c7-4b1c-ae97-b45f61a3748b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.033045 [ 276 ] {920a3725-43c7-4b1c-ae97-b45f61a3748b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:15.033277 [ 276 ] {920a3725-43c7-4b1c-ae97-b45f61a3748b} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.033416 [ 276 ] {920a3725-43c7-4b1c-ae97-b45f61a3748b} executeQuery: Read 26 rows, 47.71 KiB in 0.001835 sec., 14168.937329700273 rows/sec., 25.39 MiB/sec. 2026.04.10 19:12:15.033474 [ 276 ] {920a3725-43c7-4b1c-ae97-b45f61a3748b} TCPHandler: Processed in 0.002045157 sec. 2026.04.10 19:12:15.033592 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:15.033687 [ 276 ] {6b68a3f3-965d-4229-9764-682ec7da867b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:15.033728 [ 276 ] {6b68a3f3-965d-4229-9764-682ec7da867b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:15.034067 [ 276 ] {6b68a3f3-965d-4229-9764-682ec7da867b} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.034103 [ 276 ] {6b68a3f3-965d-4229-9764-682ec7da867b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.034492 [ 276 ] {6b68a3f3-965d-4229-9764-682ec7da867b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:12:15.034722 [ 276 ] {6b68a3f3-965d-4229-9764-682ec7da867b} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.034825 [ 114 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:12:15.034854 [ 276 ] {6b68a3f3-965d-4229-9764-682ec7da867b} executeQuery: Read 60 rows, 4.14 KiB in 0.001186 sec., 50590.219224283304 rows/sec., 3.41 MiB/sec. 2026.04.10 19:12:15.034863 [ 114 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:15.034896 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:15.034897 [ 276 ] {6b68a3f3-965d-4229-9764-682ec7da867b} TCPHandler: Processed in 0.001355338 sec. 2026.04.10 19:12:15.034963 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9381 rows, containing 5 columns (5 merged, 0 gathered) in 0.00355864 sec., 2636119.4164062673 rows/sec., 168.28 MiB/sec. 2026.04.10 19:12:15.034974 [ 188 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:15.035081 [ 188 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:15.035112 [ 188 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:15.035167 [ 188 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 90 rows starting from the beginning of the part 2026.04.10 19:12:15.035213 [ 188 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:15.035238 [ 198 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:12:15.035259 [ 188 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part 2026.04.10 19:12:15.035305 [ 188 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:15.035347 [ 188 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:15.035623 [ 198 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.035719 [ 198 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_21_4} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:12:15.035820 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.04.10 19:12:15.036366 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 4 columns (4 merged, 0 gathered) in 0.00142358 sec., 948313.4070442125 rows/sec., 61.17 MiB/sec. 2026.04.10 19:12:15.036552 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:12:15.036808 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_21_4} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:15.036873 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_21_4} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:12:15.036932 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.04.10 19:12:17.862820 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 544 2026.04.10 19:12:17.865107 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:17.865147 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:17.866328 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:12:17.866596 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:17.866837 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 544 2026.04.10 19:12:20.031257 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.031461 [ 276 ] {bff64da9-8e53-4791-9675-82ef50314796} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:12:20.031531 [ 276 ] {bff64da9-8e53-4791-9675-82ef50314796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:12:20.032345 [ 276 ] {bff64da9-8e53-4791-9675-82ef50314796} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.032400 [ 276 ] {bff64da9-8e53-4791-9675-82ef50314796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.032912 [ 276 ] {bff64da9-8e53-4791-9675-82ef50314796} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:12:20.033225 [ 276 ] {bff64da9-8e53-4791-9675-82ef50314796} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.033418 [ 276 ] {bff64da9-8e53-4791-9675-82ef50314796} executeQuery: Read 284 rows, 18.47 KiB in 0.002009 sec., 141363.86261821803 rows/sec., 8.98 MiB/sec. 2026.04.10 19:12:20.033469 [ 276 ] {bff64da9-8e53-4791-9675-82ef50314796} TCPHandler: Processed in 0.002354986 sec. 2026.04.10 19:12:20.033617 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.033724 [ 276 ] {4a4e84a4-2615-4d12-ad7b-f0a02c026d2f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:20.033773 [ 276 ] {4a4e84a4-2615-4d12-ad7b-f0a02c026d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:20.034781 [ 276 ] {4a4e84a4-2615-4d12-ad7b-f0a02c026d2f} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.034818 [ 276 ] {4a4e84a4-2615-4d12-ad7b-f0a02c026d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.035202 [ 276 ] {4a4e84a4-2615-4d12-ad7b-f0a02c026d2f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:12:20.035421 [ 276 ] {4a4e84a4-2615-4d12-ad7b-f0a02c026d2f} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.035592 [ 276 ] {4a4e84a4-2615-4d12-ad7b-f0a02c026d2f} executeQuery: Read 829 rows, 65.98 KiB in 0.001891 sec., 438392.38498149125 rows/sec., 34.07 MiB/sec. 2026.04.10 19:12:20.035634 [ 276 ] {4a4e84a4-2615-4d12-ad7b-f0a02c026d2f} TCPHandler: Processed in 0.002075458 sec. 2026.04.10 19:12:20.035757 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.035852 [ 276 ] {54497ac3-0eab-4451-bc0f-15c6f887ad88} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:20.035892 [ 276 ] {54497ac3-0eab-4451-bc0f-15c6f887ad88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:20.036348 [ 276 ] {54497ac3-0eab-4451-bc0f-15c6f887ad88} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.036384 [ 276 ] {54497ac3-0eab-4451-bc0f-15c6f887ad88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.036716 [ 276 ] {54497ac3-0eab-4451-bc0f-15c6f887ad88} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:12:20.036934 [ 276 ] {54497ac3-0eab-4451-bc0f-15c6f887ad88} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.037072 [ 276 ] {54497ac3-0eab-4451-bc0f-15c6f887ad88} executeQuery: Read 158 rows, 9.75 KiB in 0.00124 sec., 127419.35483870968 rows/sec., 7.67 MiB/sec. 2026.04.10 19:12:20.037110 [ 276 ] {54497ac3-0eab-4451-bc0f-15c6f887ad88} TCPHandler: Processed in 0.00140518 sec. 2026.04.10 19:12:20.037237 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.037330 [ 276 ] {d8f44cf5-1471-4501-a518-66842c96784f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:12:20.037370 [ 276 ] {d8f44cf5-1471-4501-a518-66842c96784f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:12:20.037826 [ 276 ] {d8f44cf5-1471-4501-a518-66842c96784f} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.037862 [ 276 ] {d8f44cf5-1471-4501-a518-66842c96784f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.038168 [ 276 ] {d8f44cf5-1471-4501-a518-66842c96784f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:12:20.038385 [ 276 ] {d8f44cf5-1471-4501-a518-66842c96784f} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.038526 [ 276 ] {d8f44cf5-1471-4501-a518-66842c96784f} executeQuery: Read 149 rows, 9.86 KiB in 0.001212 sec., 122937.29372937293 rows/sec., 7.94 MiB/sec. 2026.04.10 19:12:20.038564 [ 276 ] {d8f44cf5-1471-4501-a518-66842c96784f} TCPHandler: Processed in 0.001378029 sec. 2026.04.10 19:12:20.038684 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.038778 [ 276 ] {51e8253e-731c-4f51-b90b-2e43624aa0d2} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:12:20.038818 [ 276 ] {51e8253e-731c-4f51-b90b-2e43624aa0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:12:20.039258 [ 276 ] {51e8253e-731c-4f51-b90b-2e43624aa0d2} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.039295 [ 276 ] {51e8253e-731c-4f51-b90b-2e43624aa0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.039610 [ 276 ] {51e8253e-731c-4f51-b90b-2e43624aa0d2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:12:20.039813 [ 276 ] {51e8253e-731c-4f51-b90b-2e43624aa0d2} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.039939 [ 276 ] {51e8253e-731c-4f51-b90b-2e43624aa0d2} executeQuery: Read 148 rows, 8.62 KiB in 0.001178 sec., 125636.67232597624 rows/sec., 7.15 MiB/sec. 2026.04.10 19:12:20.039977 [ 276 ] {51e8253e-731c-4f51-b90b-2e43624aa0d2} TCPHandler: Processed in 0.001341937 sec. 2026.04.10 19:12:20.040091 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.040183 [ 276 ] {8dd29a43-d1ad-4352-8bf1-84d9c7ef14c3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:20.040223 [ 276 ] {8dd29a43-d1ad-4352-8bf1-84d9c7ef14c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:20.040815 [ 276 ] {8dd29a43-d1ad-4352-8bf1-84d9c7ef14c3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.040851 [ 276 ] {8dd29a43-d1ad-4352-8bf1-84d9c7ef14c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.041172 [ 276 ] {8dd29a43-d1ad-4352-8bf1-84d9c7ef14c3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:12:20.041383 [ 276 ] {8dd29a43-d1ad-4352-8bf1-84d9c7ef14c3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.041523 [ 276 ] {8dd29a43-d1ad-4352-8bf1-84d9c7ef14c3} executeQuery: Read 506 rows, 36.46 KiB in 0.001357 sec., 372881.3559322034 rows/sec., 26.24 MiB/sec. 2026.04.10 19:12:20.041561 [ 276 ] {8dd29a43-d1ad-4352-8bf1-84d9c7ef14c3} TCPHandler: Processed in 0.001520173 sec. 2026.04.10 19:12:20.041675 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.041769 [ 276 ] {9ea44582-8bb2-4376-b451-b4150ffe61ab} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:12:20.041810 [ 276 ] {9ea44582-8bb2-4376-b451-b4150ffe61ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:12:20.042139 [ 276 ] {9ea44582-8bb2-4376-b451-b4150ffe61ab} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.042176 [ 276 ] {9ea44582-8bb2-4376-b451-b4150ffe61ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.042480 [ 276 ] {9ea44582-8bb2-4376-b451-b4150ffe61ab} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:12:20.042695 [ 276 ] {9ea44582-8bb2-4376-b451-b4150ffe61ab} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.042821 [ 276 ] {9ea44582-8bb2-4376-b451-b4150ffe61ab} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2026.04.10 19:12:20.042858 [ 276 ] {9ea44582-8bb2-4376-b451-b4150ffe61ab} TCPHandler: Processed in 0.001232855 sec. 2026.04.10 19:12:20.042968 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.043062 [ 276 ] {075abc65-7a99-466c-b1b0-e4f88a1cc96b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:20.043103 [ 276 ] {075abc65-7a99-466c-b1b0-e4f88a1cc96b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:20.043519 [ 276 ] {075abc65-7a99-466c-b1b0-e4f88a1cc96b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.043579 [ 276 ] {075abc65-7a99-466c-b1b0-e4f88a1cc96b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.043914 [ 276 ] {075abc65-7a99-466c-b1b0-e4f88a1cc96b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:12:20.044126 [ 276 ] {075abc65-7a99-466c-b1b0-e4f88a1cc96b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.044252 [ 276 ] {075abc65-7a99-466c-b1b0-e4f88a1cc96b} executeQuery: Read 265 rows, 18.03 KiB in 0.001209 sec., 219189.41273779984 rows/sec., 14.57 MiB/sec. 2026.04.10 19:12:20.044287 [ 276 ] {075abc65-7a99-466c-b1b0-e4f88a1cc96b} TCPHandler: Processed in 0.001368629 sec. 2026.04.10 19:12:20.044400 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.044501 [ 276 ] {68f77ef3-6d83-4353-920a-a0e020c20532} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:12:20.044541 [ 276 ] {68f77ef3-6d83-4353-920a-a0e020c20532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:12:20.044848 [ 276 ] {68f77ef3-6d83-4353-920a-a0e020c20532} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.044909 [ 276 ] {68f77ef3-6d83-4353-920a-a0e020c20532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.045201 [ 276 ] {68f77ef3-6d83-4353-920a-a0e020c20532} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:12:20.045405 [ 276 ] {68f77ef3-6d83-4353-920a-a0e020c20532} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.045522 [ 108 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.10 19:12:20.045546 [ 276 ] {68f77ef3-6d83-4353-920a-a0e020c20532} executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. 2026.04.10 19:12:20.045591 [ 108 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.045597 [ 276 ] {68f77ef3-6d83-4353-920a-a0e020c20532} TCPHandler: Processed in 0.001246985 sec. 2026.04.10 19:12:20.045619 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.045721 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.045734 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:12:20.045819 [ 276 ] {4e2ec2b9-c29e-4867-ab6a-7007b8bf5f97} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:20.045864 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:20.045877 [ 276 ] {4e2ec2b9-c29e-4867-ab6a-7007b8bf5f97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:20.045905 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:12:20.045976 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:12:20.046021 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3 rows starting from the beginning of the part 2026.04.10 19:12:20.046063 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:12:20.046104 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:12:20.046146 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::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.04.10 19:12:20.046656 [ 276 ] {4e2ec2b9-c29e-4867-ab6a-7007b8bf5f97} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.046696 [ 276 ] {4e2ec2b9-c29e-4867-ab6a-7007b8bf5f97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.046982 [ 192 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.001295707 sec., 9261.353068247683 rows/sec., 618.03 KiB/sec. 2026.04.10 19:12:20.047113 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.10 19:12:20.047256 [ 276 ] {4e2ec2b9-c29e-4867-ab6a-7007b8bf5f97} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:12:20.047437 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_10_2} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.047528 [ 187 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_10_2} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.10 19:12:20.047562 [ 276 ] {4e2ec2b9-c29e-4867-ab6a-7007b8bf5f97} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.047612 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.10 19:12:20.047721 [ 276 ] {4e2ec2b9-c29e-4867-ab6a-7007b8bf5f97} executeQuery: Read 16 rows, 29.36 KiB in 0.001918 sec., 8342.022940563087 rows/sec., 14.95 MiB/sec. 2026.04.10 19:12:20.047789 [ 276 ] {4e2ec2b9-c29e-4867-ab6a-7007b8bf5f97} TCPHandler: Processed in 0.002118459 sec. 2026.04.10 19:12:20.047899 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:20.047993 [ 276 ] {26e61f88-ff00-4b37-93c4-2c0f7ccf7250} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:20.048035 [ 276 ] {26e61f88-ff00-4b37-93c4-2c0f7ccf7250} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:20.048386 [ 276 ] {26e61f88-ff00-4b37-93c4-2c0f7ccf7250} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.048425 [ 276 ] {26e61f88-ff00-4b37-93c4-2c0f7ccf7250} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.048738 [ 276 ] {26e61f88-ff00-4b37-93c4-2c0f7ccf7250} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:12:20.048947 [ 276 ] {26e61f88-ff00-4b37-93c4-2c0f7ccf7250} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.049077 [ 276 ] {26e61f88-ff00-4b37-93c4-2c0f7ccf7250} executeQuery: Read 90 rows, 5.77 KiB in 0.001104 sec., 81521.73913043478 rows/sec., 5.10 MiB/sec. 2026.04.10 19:12:20.049112 [ 276 ] {26e61f88-ff00-4b37-93c4-2c0f7ccf7250} TCPHandler: Processed in 0.001263786 sec. 2026.04.10 19:12:20.382112 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7209 2026.04.10 19:12:20.382634 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.382679 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.383154 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:12:20.383388 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.383518 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7209 2026.04.10 19:12:20.786732 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.04.10 19:12:20.802758 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:20.802826 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:20.808694 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:12:20.809386 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:20.812304 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.04.10 19:12:25.023628 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:25.023822 [ 276 ] {9e73eafc-5321-4770-8205-8cc6be62988c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:25.023889 [ 276 ] {9e73eafc-5321-4770-8205-8cc6be62988c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:25.024587 [ 276 ] {9e73eafc-5321-4770-8205-8cc6be62988c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:25.024636 [ 276 ] {9e73eafc-5321-4770-8205-8cc6be62988c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:25.025030 [ 276 ] {9e73eafc-5321-4770-8205-8cc6be62988c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:12:25.025258 [ 276 ] {9e73eafc-5321-4770-8205-8cc6be62988c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:25.025411 [ 276 ] {9e73eafc-5321-4770-8205-8cc6be62988c} executeQuery: Read 108 rows, 9.28 KiB in 0.001638 sec., 65934.06593406593 rows/sec., 5.53 MiB/sec. 2026.04.10 19:12:25.025451 [ 276 ] {9e73eafc-5321-4770-8205-8cc6be62988c} TCPHandler: Processed in 0.001957595 sec. 2026.04.10 19:12:25.025607 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:25.025704 [ 276 ] {363ddd89-0b5c-4612-a9ba-86136f25765e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:25.025751 [ 276 ] {363ddd89-0b5c-4612-a9ba-86136f25765e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:25.026174 [ 276 ] {363ddd89-0b5c-4612-a9ba-86136f25765e} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:25.026217 [ 276 ] {363ddd89-0b5c-4612-a9ba-86136f25765e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:25.026573 [ 276 ] {363ddd89-0b5c-4612-a9ba-86136f25765e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:12:25.026801 [ 276 ] {363ddd89-0b5c-4612-a9ba-86136f25765e} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:25.026930 [ 276 ] {363ddd89-0b5c-4612-a9ba-86136f25765e} executeQuery: Read 26 rows, 1.96 KiB in 0.001246 sec., 20866.77367576244 rows/sec., 1.53 MiB/sec. 2026.04.10 19:12:25.026967 [ 276 ] {363ddd89-0b5c-4612-a9ba-86136f25765e} TCPHandler: Processed in 0.001412049 sec. 2026.04.10 19:12:25.027086 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:25.027182 [ 276 ] {10ce05e8-b160-4fd0-9467-7ab729a22118} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:25.027221 [ 276 ] {10ce05e8-b160-4fd0-9467-7ab729a22118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:25.027666 [ 276 ] {10ce05e8-b160-4fd0-9467-7ab729a22118} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:25.027703 [ 276 ] {10ce05e8-b160-4fd0-9467-7ab729a22118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:25.028023 [ 276 ] {10ce05e8-b160-4fd0-9467-7ab729a22118} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:12:25.028239 [ 276 ] {10ce05e8-b160-4fd0-9467-7ab729a22118} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:25.028368 [ 276 ] {10ce05e8-b160-4fd0-9467-7ab729a22118} executeQuery: Read 90 rows, 7.20 KiB in 0.001205 sec., 74688.79668049794 rows/sec., 5.83 MiB/sec. 2026.04.10 19:12:25.028406 [ 276 ] {10ce05e8-b160-4fd0-9467-7ab729a22118} TCPHandler: Processed in 0.001369659 sec. 2026.04.10 19:12:25.028533 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:25.028629 [ 276 ] {dcacc5ec-a4c5-4147-a8e0-f832573ad473} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:25.028673 [ 276 ] {dcacc5ec-a4c5-4147-a8e0-f832573ad473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:25.029099 [ 276 ] {dcacc5ec-a4c5-4147-a8e0-f832573ad473} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:25.029136 [ 276 ] {dcacc5ec-a4c5-4147-a8e0-f832573ad473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:25.029482 [ 276 ] {dcacc5ec-a4c5-4147-a8e0-f832573ad473} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:12:25.029695 [ 276 ] {dcacc5ec-a4c5-4147-a8e0-f832573ad473} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:25.029828 [ 276 ] {dcacc5ec-a4c5-4147-a8e0-f832573ad473} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2026.04.10 19:12:25.029864 [ 276 ] {dcacc5ec-a4c5-4147-a8e0-f832573ad473} TCPHandler: Processed in 0.001381699 sec. 2026.04.10 19:12:25.029979 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:25.030074 [ 276 ] {6e8728e7-5fc4-4e65-ba95-bc497fc306ea} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:25.030131 [ 276 ] {6e8728e7-5fc4-4e65-ba95-bc497fc306ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:25.030946 [ 276 ] {6e8728e7-5fc4-4e65-ba95-bc497fc306ea} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:25.030982 [ 276 ] {6e8728e7-5fc4-4e65-ba95-bc497fc306ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:25.031524 [ 276 ] {6e8728e7-5fc4-4e65-ba95-bc497fc306ea} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:12:25.031753 [ 276 ] {6e8728e7-5fc4-4e65-ba95-bc497fc306ea} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:25.031892 [ 276 ] {6e8728e7-5fc4-4e65-ba95-bc497fc306ea} executeQuery: Read 26 rows, 47.71 KiB in 0.001836 sec., 14161.220043572985 rows/sec., 25.38 MiB/sec. 2026.04.10 19:12:25.031945 [ 276 ] {6e8728e7-5fc4-4e65-ba95-bc497fc306ea} TCPHandler: Processed in 0.002017037 sec. 2026.04.10 19:12:25.032079 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:25.032174 [ 276 ] {e3817262-6158-4228-9142-21dfb63b5c65} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:25.032216 [ 276 ] {e3817262-6158-4228-9142-21dfb63b5c65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:25.032578 [ 276 ] {e3817262-6158-4228-9142-21dfb63b5c65} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:25.032621 [ 276 ] {e3817262-6158-4228-9142-21dfb63b5c65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:25.032944 [ 276 ] {e3817262-6158-4228-9142-21dfb63b5c65} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:12:25.033162 [ 276 ] {e3817262-6158-4228-9142-21dfb63b5c65} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:25.033290 [ 276 ] {e3817262-6158-4228-9142-21dfb63b5c65} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2026.04.10 19:12:25.033329 [ 276 ] {e3817262-6158-4228-9142-21dfb63b5c65} TCPHandler: Processed in 0.001302126 sec. 2026.04.10 19:12:27.669940 [ 98 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:12:27.669992 [ 98 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:12:27.867025 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 578 2026.04.10 19:12:27.869292 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:27.869345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:27.870534 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:12:27.870804 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:27.870949 [ 98 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:12:27.870995 [ 98 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:27.871014 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:27.871106 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 578 2026.04.10 19:12:27.871128 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:12:27.871713 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:27.871875 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 386 rows starting from the beginning of the part 2026.04.10 19:12:27.872269 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:12:27.872619 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part 2026.04.10 19:12:27.872963 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part 2026.04.10 19:12:27.873297 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:12:27.873651 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2026.04.10 19:12:27.880473 [ 187 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 72 columns (72 merged, 0 gathered) in 0.009393715 sec., 61530.502043121385 rows/sec., 55.28 MiB/sec. 2026.04.10 19:12:27.881527 [ 187 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:12:27.882122 [ 187 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:27.882205 [ 187 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_11_2} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:12:27.882517 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. 2026.04.10 19:12:27.883634 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7657 2026.04.10 19:12:27.884287 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:27.884347 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:27.884904 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:12:27.885134 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:27.885260 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7657 2026.04.10 19:12:27.885265 [ 98 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:12:27.885324 [ 98 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:27.885354 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:27.885500 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:12:27.885652 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:27.885689 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5289 rows starting from the beginning of the part 2026.04.10 19:12:27.885749 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:12:27.885792 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:12:27.885833 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:12:27.885875 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:12:27.885918 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:12:27.887223 [ 187 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7657 rows, containing 4 columns (4 merged, 0 gathered) in 0.001793531 sec., 4269232.03446163 rows/sec., 61.07 MiB/sec. 2026.04.10 19:12:27.887947 [ 187 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:12:27.888202 [ 187 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_16_3} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:27.888269 [ 187 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_16_3} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:12:27.888369 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.04.10 19:12:28.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 230.96 MiB, peak 237.38 MiB, free memory in arenas 0.00 B, will set to 232.05 MiB (RSS), difference: 1.09 MiB 2026.04.10 19:12:28.001286 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000843004 sec. 2026.04.10 19:12:28.312457 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.04.10 19:12:28.328673 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:28.328723 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:28.334366 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:12:28.335046 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:28.335318 [ 97 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:12:28.335393 [ 97 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:28.335417 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2026.04.10 19:12:28.335575 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:12:28.337931 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.04.10 19:12:28.340112 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:28.341573 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:12:28.345979 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:12:28.350179 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:12:28.354523 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:12:28.359148 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:12:28.363366 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:12:28.416512 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.08101708 sec., 1493.5122322354741 rows/sec., 7.72 MiB/sec. 2026.04.10 19:12:28.418886 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:12:28.420843 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_16_3} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:28.420923 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_16_3} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:12:28.423456 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.04.10 19:12:29.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 233.12 MiB, peak 243.09 MiB, free memory in arenas 0.00 B, will set to 242.44 MiB (RSS), difference: 9.31 MiB 2026.04.10 19:12:30.033272 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.033454 [ 276 ] {2daea6f9-ba5b-484e-ba37-52cd7d2e3d1c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.033518 [ 276 ] {2daea6f9-ba5b-484e-ba37-52cd7d2e3d1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:12:30.034259 [ 276 ] {2daea6f9-ba5b-484e-ba37-52cd7d2e3d1c} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.034303 [ 276 ] {2daea6f9-ba5b-484e-ba37-52cd7d2e3d1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.034730 [ 276 ] {2daea6f9-ba5b-484e-ba37-52cd7d2e3d1c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:12:30.034966 [ 276 ] {2daea6f9-ba5b-484e-ba37-52cd7d2e3d1c} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.035120 [ 276 ] {2daea6f9-ba5b-484e-ba37-52cd7d2e3d1c} executeQuery: Read 284 rows, 18.47 KiB in 0.001721 sec., 165020.3370133643 rows/sec., 10.48 MiB/sec. 2026.04.10 19:12:30.035162 [ 276 ] {2daea6f9-ba5b-484e-ba37-52cd7d2e3d1c} TCPHandler: Processed in 0.002018367 sec. 2026.04.10 19:12:30.035300 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.035395 [ 276 ] {7b1d5e35-2e45-43f9-bbd0-dd66df77ee3e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:30.035443 [ 276 ] {7b1d5e35-2e45-43f9-bbd0-dd66df77ee3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:30.036220 [ 276 ] {7b1d5e35-2e45-43f9-bbd0-dd66df77ee3e} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.036255 [ 276 ] {7b1d5e35-2e45-43f9-bbd0-dd66df77ee3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.036640 [ 276 ] {7b1d5e35-2e45-43f9-bbd0-dd66df77ee3e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:12:30.036853 [ 276 ] {7b1d5e35-2e45-43f9-bbd0-dd66df77ee3e} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.036981 [ 276 ] {7b1d5e35-2e45-43f9-bbd0-dd66df77ee3e} executeQuery: Read 829 rows, 65.98 KiB in 0.001604 sec., 516832.91770573566 rows/sec., 40.17 MiB/sec. 2026.04.10 19:12:30.037018 [ 276 ] {7b1d5e35-2e45-43f9-bbd0-dd66df77ee3e} TCPHandler: Processed in 0.001769259 sec. 2026.04.10 19:12:30.037133 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.037227 [ 276 ] {e20235de-2741-4250-8a3e-a30f529cd980} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.037267 [ 276 ] {e20235de-2741-4250-8a3e-a30f529cd980} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:30.037713 [ 276 ] {e20235de-2741-4250-8a3e-a30f529cd980} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.037749 [ 276 ] {e20235de-2741-4250-8a3e-a30f529cd980} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.038054 [ 276 ] {e20235de-2741-4250-8a3e-a30f529cd980} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:12:30.038280 [ 276 ] {e20235de-2741-4250-8a3e-a30f529cd980} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.038407 [ 276 ] {e20235de-2741-4250-8a3e-a30f529cd980} executeQuery: Read 158 rows, 9.75 KiB in 0.001198 sec., 131886.47746243738 rows/sec., 7.94 MiB/sec. 2026.04.10 19:12:30.038457 [ 276 ] {e20235de-2741-4250-8a3e-a30f529cd980} TCPHandler: Processed in 0.001374109 sec. 2026.04.10 19:12:30.038574 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.038668 [ 276 ] {ed437c9e-167c-47be-a549-d6d8ff53928c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.038706 [ 276 ] {ed437c9e-167c-47be-a549-d6d8ff53928c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:12:30.039130 [ 276 ] {ed437c9e-167c-47be-a549-d6d8ff53928c} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.039166 [ 276 ] {ed437c9e-167c-47be-a549-d6d8ff53928c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.039474 [ 276 ] {ed437c9e-167c-47be-a549-d6d8ff53928c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:12:30.039684 [ 276 ] {ed437c9e-167c-47be-a549-d6d8ff53928c} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.039812 [ 276 ] {ed437c9e-167c-47be-a549-d6d8ff53928c} executeQuery: Read 149 rows, 9.86 KiB in 0.001161 sec., 128337.63996554696 rows/sec., 8.29 MiB/sec. 2026.04.10 19:12:30.039849 [ 276 ] {ed437c9e-167c-47be-a549-d6d8ff53928c} TCPHandler: Processed in 0.001324187 sec. 2026.04.10 19:12:30.039962 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.040055 [ 276 ] {2df1d4e1-c3af-4e2b-a8a7-1d683efc86a1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.040094 [ 276 ] {2df1d4e1-c3af-4e2b-a8a7-1d683efc86a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:12:30.040522 [ 276 ] {2df1d4e1-c3af-4e2b-a8a7-1d683efc86a1} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.040558 [ 276 ] {2df1d4e1-c3af-4e2b-a8a7-1d683efc86a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.040866 [ 276 ] {2df1d4e1-c3af-4e2b-a8a7-1d683efc86a1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:12:30.041070 [ 276 ] {2df1d4e1-c3af-4e2b-a8a7-1d683efc86a1} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.041198 [ 276 ] {2df1d4e1-c3af-4e2b-a8a7-1d683efc86a1} executeQuery: Read 148 rows, 8.62 KiB in 0.00116 sec., 127586.20689655172 rows/sec., 7.26 MiB/sec. 2026.04.10 19:12:30.041236 [ 276 ] {2df1d4e1-c3af-4e2b-a8a7-1d683efc86a1} TCPHandler: Processed in 0.001324527 sec. 2026.04.10 19:12:30.041363 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.041491 [ 276 ] {7e605932-f9ee-45e2-9ed6-2963ace6e162} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:30.041536 [ 276 ] {7e605932-f9ee-45e2-9ed6-2963ace6e162} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:30.042276 [ 276 ] {7e605932-f9ee-45e2-9ed6-2963ace6e162} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.042324 [ 276 ] {7e605932-f9ee-45e2-9ed6-2963ace6e162} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.042700 [ 276 ] {7e605932-f9ee-45e2-9ed6-2963ace6e162} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:12:30.042922 [ 276 ] {7e605932-f9ee-45e2-9ed6-2963ace6e162} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.043056 [ 276 ] {7e605932-f9ee-45e2-9ed6-2963ace6e162} executeQuery: Read 506 rows, 36.46 KiB in 0.001584 sec., 319444.44444444444 rows/sec., 22.48 MiB/sec. 2026.04.10 19:12:30.043095 [ 276 ] {7e605932-f9ee-45e2-9ed6-2963ace6e162} TCPHandler: Processed in 0.00178379 sec. 2026.04.10 19:12:30.043217 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.043313 [ 276 ] {98a0cf2d-43ce-4c9d-b5cd-af8198b511de} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:12:30.043356 [ 276 ] {98a0cf2d-43ce-4c9d-b5cd-af8198b511de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:12:30.043687 [ 276 ] {98a0cf2d-43ce-4c9d-b5cd-af8198b511de} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.043724 [ 276 ] {98a0cf2d-43ce-4c9d-b5cd-af8198b511de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.044029 [ 276 ] {98a0cf2d-43ce-4c9d-b5cd-af8198b511de} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:12:30.044243 [ 276 ] {98a0cf2d-43ce-4c9d-b5cd-af8198b511de} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.044377 [ 276 ] {98a0cf2d-43ce-4c9d-b5cd-af8198b511de} executeQuery: Read 6 rows, 321.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 289.19 KiB/sec. 2026.04.10 19:12:30.044378 [ 94 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.10 19:12:30.044415 [ 276 ] {98a0cf2d-43ce-4c9d-b5cd-af8198b511de} TCPHandler: Processed in 0.001249516 sec. 2026.04.10 19:12:30.044456 [ 94 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.044483 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.044543 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.044602 [ 199 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:12:30.044644 [ 276 ] {b920b55f-9d58-4af3-84af-83b41daa2a3a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.044697 [ 276 ] {b920b55f-9d58-4af3-84af-83b41daa2a3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:30.044761 [ 199 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:30.044805 [ 199 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:12:30.044873 [ 199 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:12:30.044931 [ 199 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:12:30.044979 [ 199 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:12:30.045027 [ 199 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:12:30.045074 [ 199 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:12:30.045087 [ 276 ] {b920b55f-9d58-4af3-84af-83b41daa2a3a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.045129 [ 276 ] {b920b55f-9d58-4af3-84af-83b41daa2a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.045733 [ 276 ] {b920b55f-9d58-4af3-84af-83b41daa2a3a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:12:30.046015 [ 194 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001466871 sec., 44993.73155512653 rows/sec., 2.30 MiB/sec. 2026.04.10 19:12:30.046025 [ 276 ] {b920b55f-9d58-4af3-84af-83b41daa2a3a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.046212 [ 197 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.10 19:12:30.046228 [ 276 ] {b920b55f-9d58-4af3-84af-83b41daa2a3a} executeQuery: Read 265 rows, 18.03 KiB in 0.0016 sec., 165625 rows/sec., 11.01 MiB/sec. 2026.04.10 19:12:30.046280 [ 276 ] {b920b55f-9d58-4af3-84af-83b41daa2a3a} TCPHandler: Processed in 0.00178867 sec. 2026.04.10 19:12:30.046421 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.046526 [ 197 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_11_2} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.046539 [ 276 ] {40239a5e-95e5-4c6a-a845-21288a5e7af5} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.046590 [ 276 ] {40239a5e-95e5-4c6a-a845-21288a5e7af5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:12:30.046612 [ 197 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_11_2} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.10 19:12:30.046708 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.10 19:12:30.046914 [ 276 ] {40239a5e-95e5-4c6a-a845-21288a5e7af5} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.046955 [ 276 ] {40239a5e-95e5-4c6a-a845-21288a5e7af5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.047270 [ 276 ] {40239a5e-95e5-4c6a-a845-21288a5e7af5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.10 19:12:30.047479 [ 276 ] {40239a5e-95e5-4c6a-a845-21288a5e7af5} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.047619 [ 276 ] {40239a5e-95e5-4c6a-a845-21288a5e7af5} executeQuery: Read 1 rows, 69.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 60.98 KiB/sec. 2026.04.10 19:12:30.047658 [ 276 ] {40239a5e-95e5-4c6a-a845-21288a5e7af5} TCPHandler: Processed in 0.001297417 sec. 2026.04.10 19:12:30.047768 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.047862 [ 276 ] {90e04591-ea53-46a8-b819-7ad404a1c018} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.047915 [ 276 ] {90e04591-ea53-46a8-b819-7ad404a1c018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:30.048687 [ 276 ] {90e04591-ea53-46a8-b819-7ad404a1c018} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.048724 [ 276 ] {90e04591-ea53-46a8-b819-7ad404a1c018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.049245 [ 276 ] {90e04591-ea53-46a8-b819-7ad404a1c018} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:12:30.049474 [ 276 ] {90e04591-ea53-46a8-b819-7ad404a1c018} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.049618 [ 276 ] {90e04591-ea53-46a8-b819-7ad404a1c018} executeQuery: Read 16 rows, 29.36 KiB in 0.001774 sec., 9019.165727170237 rows/sec., 16.16 MiB/sec. 2026.04.10 19:12:30.049669 [ 276 ] {90e04591-ea53-46a8-b819-7ad404a1c018} TCPHandler: Processed in 0.001951475 sec. 2026.04.10 19:12:30.049777 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.049873 [ 276 ] {26255330-eff7-4017-8505-37245d24c93f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.049914 [ 276 ] {26255330-eff7-4017-8505-37245d24c93f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:30.050227 [ 276 ] {26255330-eff7-4017-8505-37245d24c93f} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.050263 [ 276 ] {26255330-eff7-4017-8505-37245d24c93f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.050564 [ 276 ] {26255330-eff7-4017-8505-37245d24c93f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:12:30.050782 [ 276 ] {26255330-eff7-4017-8505-37245d24c93f} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.050905 [ 276 ] {26255330-eff7-4017-8505-37245d24c93f} executeQuery: Read 90 rows, 5.77 KiB in 0.001052 sec., 85551.33079847909 rows/sec., 5.35 MiB/sec. 2026.04.10 19:12:30.050941 [ 276 ] {26255330-eff7-4017-8505-37245d24c93f} TCPHandler: Processed in 0.001213754 sec. 2026.04.10 19:12:30.345233 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.345392 [ 276 ] {09b73701-6cee-4708-a2f3-fca582b5c2d0} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:30.345452 [ 276 ] {09b73701-6cee-4708-a2f3-fca582b5c2d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:30.347471 [ 276 ] {09b73701-6cee-4708-a2f3-fca582b5c2d0} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.347515 [ 276 ] {09b73701-6cee-4708-a2f3-fca582b5c2d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.348049 [ 276 ] {09b73701-6cee-4708-a2f3-fca582b5c2d0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:12:30.348275 [ 276 ] {09b73701-6cee-4708-a2f3-fca582b5c2d0} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.348436 [ 276 ] {09b73701-6cee-4708-a2f3-fca582b5c2d0} executeQuery: Read 2453 rows, 185.10 KiB in 0.003084 sec., 795395.5901426718 rows/sec., 58.61 MiB/sec. 2026.04.10 19:12:30.348481 [ 276 ] {09b73701-6cee-4708-a2f3-fca582b5c2d0} TCPHandler: Processed in 0.003351934 sec. 2026.04.10 19:12:30.348601 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.348699 [ 276 ] {c5714b38-f813-42c3-820f-10f40d417796} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.348740 [ 276 ] {c5714b38-f813-42c3-820f-10f40d417796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:30.349173 [ 276 ] {c5714b38-f813-42c3-820f-10f40d417796} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.349210 [ 276 ] {c5714b38-f813-42c3-820f-10f40d417796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.349501 [ 276 ] {c5714b38-f813-42c3-820f-10f40d417796} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:12:30.349702 [ 276 ] {c5714b38-f813-42c3-820f-10f40d417796} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.349808 [ 95 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:12:30.349841 [ 276 ] {c5714b38-f813-42c3-820f-10f40d417796} executeQuery: Read 35 rows, 2.63 KiB in 0.001163 sec., 30094.582975064488 rows/sec., 2.21 MiB/sec. 2026.04.10 19:12:30.349878 [ 95 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.349887 [ 276 ] {c5714b38-f813-42c3-820f-10f40d417796} TCPHandler: Processed in 0.001335538 sec. 2026.04.10 19:12:30.349907 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.350004 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.350057 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:12:30.350101 [ 276 ] {deeff76e-a140-43fc-a045-697f684c22d8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.350143 [ 276 ] {deeff76e-a140-43fc-a045-697f684c22d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:12:30.350212 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:30.350253 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 211 rows starting from the beginning of the part 2026.04.10 19:12:30.350330 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:12:30.350379 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 158 rows starting from the beginning of the part 2026.04.10 19:12:30.350439 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2026.04.10 19:12:30.350484 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 158 rows starting from the beginning of the part 2026.04.10 19:12:30.350525 [ 199 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part 2026.04.10 19:12:30.350834 [ 276 ] {deeff76e-a140-43fc-a045-697f684c22d8} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.350874 [ 276 ] {deeff76e-a140-43fc-a045-697f684c22d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.351247 [ 276 ] {deeff76e-a140-43fc-a045-697f684c22d8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:12:30.351389 [ 194 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140074 sec., 438339.73471165245 rows/sec., 29.33 MiB/sec. 2026.04.10 19:12:30.351465 [ 276 ] {deeff76e-a140-43fc-a045-697f684c22d8} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.351618 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:12:30.351623 [ 276 ] {deeff76e-a140-43fc-a045-697f684c22d8} executeQuery: Read 801 rows, 47.38 KiB in 0.001519 sec., 527320.6056616195 rows/sec., 30.46 MiB/sec. 2026.04.10 19:12:30.351689 [ 276 ] {deeff76e-a140-43fc-a045-697f684c22d8} TCPHandler: Processed in 0.001732688 sec. 2026.04.10 19:12:30.351798 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.351892 [ 276 ] {8ef2f533-cc77-4df2-9398-33f5ddfcc507} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.351932 [ 276 ] {8ef2f533-cc77-4df2-9398-33f5ddfcc507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:12:30.351970 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.352058 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_21_4} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:12:30.352194 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.10 19:12:30.352308 [ 276 ] {8ef2f533-cc77-4df2-9398-33f5ddfcc507} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.352348 [ 276 ] {8ef2f533-cc77-4df2-9398-33f5ddfcc507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.352648 [ 276 ] {8ef2f533-cc77-4df2-9398-33f5ddfcc507} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.10 19:12:30.352851 [ 276 ] {8ef2f533-cc77-4df2-9398-33f5ddfcc507} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.352974 [ 276 ] {8ef2f533-cc77-4df2-9398-33f5ddfcc507} executeQuery: Read 1 rows, 72.00 B in 0.001101 sec., 908.2652134423251 rows/sec., 63.86 KiB/sec. 2026.04.10 19:12:30.353010 [ 276 ] {8ef2f533-cc77-4df2-9398-33f5ddfcc507} TCPHandler: Processed in 0.001260186 sec. 2026.04.10 19:12:30.353115 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.353206 [ 276 ] {2b6faf6a-24c9-4d77-8312-e7afc46c19e3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:30.353243 [ 276 ] {2b6faf6a-24c9-4d77-8312-e7afc46c19e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:30.354120 [ 276 ] {2b6faf6a-24c9-4d77-8312-e7afc46c19e3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.354155 [ 276 ] {2b6faf6a-24c9-4d77-8312-e7afc46c19e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.354547 [ 276 ] {2b6faf6a-24c9-4d77-8312-e7afc46c19e3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:12:30.354751 [ 276 ] {2b6faf6a-24c9-4d77-8312-e7afc46c19e3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.354886 [ 276 ] {2b6faf6a-24c9-4d77-8312-e7afc46c19e3} executeQuery: Read 1314 rows, 90.04 KiB in 0.001698 sec., 773851.5901060071 rows/sec., 51.78 MiB/sec. 2026.04.10 19:12:30.354923 [ 276 ] {2b6faf6a-24c9-4d77-8312-e7afc46c19e3} TCPHandler: Processed in 0.001855423 sec. 2026.04.10 19:12:30.355030 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.355122 [ 276 ] {61854eef-958e-44ae-a40c-c53d2a2fb32e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.355163 [ 276 ] {61854eef-958e-44ae-a40c-c53d2a2fb32e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:30.355914 [ 276 ] {61854eef-958e-44ae-a40c-c53d2a2fb32e} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.355950 [ 276 ] {61854eef-958e-44ae-a40c-c53d2a2fb32e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.356363 [ 276 ] {61854eef-958e-44ae-a40c-c53d2a2fb32e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:12:30.356565 [ 276 ] {61854eef-958e-44ae-a40c-c53d2a2fb32e} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.356702 [ 276 ] {61854eef-958e-44ae-a40c-c53d2a2fb32e} executeQuery: Read 1496 rows, 92.90 KiB in 0.001598 sec., 936170.2127659575 rows/sec., 56.77 MiB/sec. 2026.04.10 19:12:30.356738 [ 276 ] {61854eef-958e-44ae-a40c-c53d2a2fb32e} TCPHandler: Processed in 0.00175574 sec. 2026.04.10 19:12:30.356837 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.356928 [ 276 ] {2fc89c14-4d06-4df9-9a75-a4b8677a7735} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.356980 [ 276 ] {2fc89c14-4d06-4df9-9a75-a4b8677a7735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:30.357796 [ 276 ] {2fc89c14-4d06-4df9-9a75-a4b8677a7735} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.357833 [ 276 ] {2fc89c14-4d06-4df9-9a75-a4b8677a7735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.358374 [ 276 ] {2fc89c14-4d06-4df9-9a75-a4b8677a7735} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:12:30.358588 [ 276 ] {2fc89c14-4d06-4df9-9a75-a4b8677a7735} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.358713 [ 95 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:12:30.358724 [ 276 ] {2fc89c14-4d06-4df9-9a75-a4b8677a7735} executeQuery: Read 35 rows, 64.22 KiB in 0.001814 sec., 19294.377067254685 rows/sec., 34.57 MiB/sec. 2026.04.10 19:12:30.358787 [ 95 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.358824 [ 276 ] {2fc89c14-4d06-4df9-9a75-a4b8677a7735} TCPHandler: Processed in 0.002032787 sec. 2026.04.10 19:12:30.358826 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.358942 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:30.358949 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:12:30.359044 [ 276 ] {1e5847e2-2c14-4b58-baea-2a2fb1ef7e08} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:30.359088 [ 276 ] {1e5847e2-2c14-4b58-baea-2a2fb1ef7e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:30.359172 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:30.359228 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 296 rows starting from the beginning of the part 2026.04.10 19:12:30.359356 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:12:30.359395 [ 276 ] {1e5847e2-2c14-4b58-baea-2a2fb1ef7e08} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:30.359435 [ 276 ] {1e5847e2-2c14-4b58-baea-2a2fb1ef7e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:30.359467 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part 2026.04.10 19:12:30.359574 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2026.04.10 19:12:30.359661 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part 2026.04.10 19:12:30.359735 [ 276 ] {1e5847e2-2c14-4b58-baea-2a2fb1ef7e08} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:12:30.359749 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part 2026.04.10 19:12:30.359951 [ 276 ] {1e5847e2-2c14-4b58-baea-2a2fb1ef7e08} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.360097 [ 276 ] {1e5847e2-2c14-4b58-baea-2a2fb1ef7e08} executeQuery: Read 12 rows, 848.00 B in 0.001071 sec., 11204.481792717088 rows/sec., 773.23 KiB/sec. 2026.04.10 19:12:30.360133 [ 276 ] {1e5847e2-2c14-4b58-baea-2a2fb1ef7e08} TCPHandler: Processed in 0.001238105 sec. 2026.04.10 19:12:30.364015 [ 199 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 415 rows, containing 19 columns (19 merged, 0 gathered) in 0.005105883 sec., 81278.79154301029 rows/sec., 145.65 MiB/sec. 2026.04.10 19:12:30.364673 [ 188 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:12:30.365013 [ 188 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:30.365077 [ 188 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_21_4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:12:30.365179 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. 2026.04.10 19:12:31.001103 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 243.95 MiB, peak 249.10 MiB, free memory in arenas 0.00 B, will set to 245.19 MiB (RSS), difference: 1.24 MiB 2026.04.10 19:12:34.111367 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63574 2026.04.10 19:12:34.111491 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.111520 [ 288 ] {} TCP-Session: 005bcfc9-bd2b-49be-878c-467594f904bd Authenticating user 'default' from [fd00:1122:3344:101::e]:63574 2026.04.10 19:12:34.111542 [ 288 ] {} TCP-Session: 005bcfc9-bd2b-49be-878c-467594f904bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.111554 [ 288 ] {} TCP-Session: 005bcfc9-bd2b-49be-878c-467594f904bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.111738 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43913 2026.04.10 19:12:34.111785 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41570 2026.04.10 19:12:34.111810 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50976 2026.04.10 19:12:34.111826 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59323 2026.04.10 19:12:34.111868 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.111870 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56850 2026.04.10 19:12:34.111915 [ 289 ] {} TCP-Session: cf7c2519-581f-4967-acc6-fc91dae14257 Authenticating user 'default' from [fd00:1122:3344:101::e]:43913 2026.04.10 19:12:34.111876 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42036 2026.04.10 19:12:34.111959 [ 289 ] {} TCP-Session: cf7c2519-581f-4967-acc6-fc91dae14257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.111856 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35374 2026.04.10 19:12:34.111991 [ 289 ] {} TCP-Session: cf7c2519-581f-4967-acc6-fc91dae14257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112018 [ 288 ] {} TCP-Session: 005bcfc9-bd2b-49be-878c-467594f904bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:34.111840 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55915 2026.04.10 19:12:34.112273 [ 288 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} executeQuery: (from [fd00:1122:3344:101::e]:63574) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:12:34.112308 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.112351 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.112356 [ 275 ] {} TCP-Session: 54604e65-3657-48d1-bd79-3e76d123b03c Authenticating user 'default' from [fd00:1122:3344:101::e]:56850 2026.04.10 19:12:34.112389 [ 293 ] {} TCP-Session: fd575c42-3df1-4b71-a1ae-1cd899b0320b Authenticating user 'default' from [fd00:1122:3344:101::e]:55915 2026.04.10 19:12:34.112411 [ 275 ] {} TCP-Session: 54604e65-3657-48d1-bd79-3e76d123b03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112414 [ 293 ] {} TCP-Session: fd575c42-3df1-4b71-a1ae-1cd899b0320b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112440 [ 275 ] {} TCP-Session: 54604e65-3657-48d1-bd79-3e76d123b03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112450 [ 293 ] {} TCP-Session: fd575c42-3df1-4b71-a1ae-1cd899b0320b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112489 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.112527 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.112531 [ 286 ] {} TCP-Session: c8c15a30-4541-405c-be00-ba6129b5ab91 Authenticating user 'default' from [fd00:1122:3344:101::e]:42036 2026.04.10 19:12:34.112556 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.112570 [ 290 ] {} TCP-Session: b09008a8-698f-4cbd-bf89-722878789e77 Authenticating user 'default' from [fd00:1122:3344:101::e]:41570 2026.04.10 19:12:34.112573 [ 286 ] {} TCP-Session: c8c15a30-4541-405c-be00-ba6129b5ab91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112596 [ 294 ] {} TCP-Session: e6e4345a-37e1-4fb3-84af-49cbd2dc390a Authenticating user 'default' from [fd00:1122:3344:101::e]:35374 2026.04.10 19:12:34.112605 [ 290 ] {} TCP-Session: b09008a8-698f-4cbd-bf89-722878789e77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112611 [ 286 ] {} TCP-Session: c8c15a30-4541-405c-be00-ba6129b5ab91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112625 [ 294 ] {} TCP-Session: e6e4345a-37e1-4fb3-84af-49cbd2dc390a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112630 [ 290 ] {} TCP-Session: b09008a8-698f-4cbd-bf89-722878789e77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112654 [ 294 ] {} TCP-Session: e6e4345a-37e1-4fb3-84af-49cbd2dc390a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112700 [ 288 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:12:34.112731 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.112766 [ 288 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:12:34.112770 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.112767 [ 291 ] {} TCP-Session: 34ded6a7-58f1-4ece-8a7d-1f9bda720cf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50976 2026.04.10 19:12:34.112814 [ 292 ] {} TCP-Session: 5979cefe-4003-4c24-b7ee-a087b3459184 Authenticating user 'default' from [fd00:1122:3344:101::e]:59323 2026.04.10 19:12:34.112831 [ 291 ] {} TCP-Session: 34ded6a7-58f1-4ece-8a7d-1f9bda720cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112841 [ 292 ] {} TCP-Session: 5979cefe-4003-4c24-b7ee-a087b3459184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112862 [ 291 ] {} TCP-Session: 34ded6a7-58f1-4ece-8a7d-1f9bda720cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.112868 [ 292 ] {} TCP-Session: 5979cefe-4003-4c24-b7ee-a087b3459184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.113090 [ 288 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:12:34.114357 [ 285 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} AggregatingTransform: Aggregating 2026.04.10 19:12:34.114403 [ 285 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} Aggregator: Aggregation method: without_key 2026.04.10 19:12:34.114444 [ 285 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001249115 sec. (800.567 rows/sec., 31.27 KiB/sec.) 2026.04.10 19:12:34.114465 [ 285 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} Aggregator: Merging aggregated data 2026.04.10 19:12:34.115672 [ 288 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} executeQuery: Read 1 rows, 40.00 B in 0.003482 sec., 287.1912693854107 rows/sec., 11.22 KiB/sec. 2026.04.10 19:12:34.115846 [ 288 ] {77819b0f-ea2b-42c7-8b1f-91f9736a1641} TCPHandler: Processed in 0.004081605 sec. 2026.04.10 19:12:34.115994 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116012 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116061 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116088 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116098 [ 289 ] {} TCP-Session: cf7c2519-581f-4967-acc6-fc91dae14257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.116125 [ 293 ] {} TCP-Session: fd575c42-3df1-4b71-a1ae-1cd899b0320b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.116136 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116154 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116183 [ 291 ] {} TCP-Session: 34ded6a7-58f1-4ece-8a7d-1f9bda720cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.116113 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116208 [ 275 ] {} TCP-Session: 54604e65-3657-48d1-bd79-3e76d123b03c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.116072 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116259 [ 294 ] {} TCP-Session: e6e4345a-37e1-4fb3-84af-49cbd2dc390a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.116143 [ 292 ] {} TCP-Session: 5979cefe-4003-4c24-b7ee-a087b3459184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.116297 [ 290 ] {} TCP-Session: b09008a8-698f-4cbd-bf89-722878789e77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.116072 [ 288 ] {} TCP-Session: 005bcfc9-bd2b-49be-878c-467594f904bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.116035 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.116410 [ 286 ] {} TCP-Session: c8c15a30-4541-405c-be00-ba6129b5ab91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.375804 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53497 2026.04.10 19:12:34.375915 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.375944 [ 288 ] {} TCP-Session: e2749778-1396-4e20-8ce8-6456b1a67eba Authenticating user 'default' from [fd00:1122:3344:101::e]:53497 2026.04.10 19:12:34.375966 [ 288 ] {} TCP-Session: e2749778-1396-4e20-8ce8-6456b1a67eba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.375979 [ 288 ] {} TCP-Session: e2749778-1396-4e20-8ce8-6456b1a67eba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376174 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65011 2026.04.10 19:12:34.376231 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40511 2026.04.10 19:12:34.376240 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55604 2026.04.10 19:12:34.376276 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55891 2026.04.10 19:12:34.376287 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.376299 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52509 2026.04.10 19:12:34.376345 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.376340 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.376363 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.376386 [ 290 ] {} TCP-Session: 2f10828c-1be6-44c8-9c9e-983d4ee295c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:40511 2026.04.10 19:12:34.376393 [ 292 ] {} TCP-Session: b17177cc-e2ad-476c-ae20-1586696d0ed5 Authenticating user 'default' from [fd00:1122:3344:101::e]:55604 2026.04.10 19:12:34.376409 [ 294 ] {} TCP-Session: 6ecd01fd-33cd-4d41-b192-3152d05e5d38 Authenticating user 'default' from [fd00:1122:3344:101::e]:55891 2026.04.10 19:12:34.376419 [ 290 ] {} TCP-Session: 2f10828c-1be6-44c8-9c9e-983d4ee295c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376431 [ 292 ] {} TCP-Session: b17177cc-e2ad-476c-ae20-1586696d0ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376448 [ 290 ] {} TCP-Session: 2f10828c-1be6-44c8-9c9e-983d4ee295c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376461 [ 292 ] {} TCP-Session: b17177cc-e2ad-476c-ae20-1586696d0ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376333 [ 289 ] {} TCP-Session: 47c4c883-f6fc-4133-a28e-194481d01b9b Authenticating user 'default' from [fd00:1122:3344:101::e]:65011 2026.04.10 19:12:34.376291 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35655 2026.04.10 19:12:34.376520 [ 289 ] {} TCP-Session: 47c4c883-f6fc-4133-a28e-194481d01b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376244 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47995 2026.04.10 19:12:34.376550 [ 289 ] {} TCP-Session: 47c4c883-f6fc-4133-a28e-194481d01b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376580 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.376441 [ 294 ] {} TCP-Session: 6ecd01fd-33cd-4d41-b192-3152d05e5d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376618 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.376619 [ 275 ] {} TCP-Session: ce0af6cc-64c2-4b13-ab0e-cef275132bec Authenticating user 'default' from [fd00:1122:3344:101::e]:35655 2026.04.10 19:12:34.376633 [ 294 ] {} TCP-Session: 6ecd01fd-33cd-4d41-b192-3152d05e5d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376650 [ 291 ] {} TCP-Session: 8c390ce2-163d-41f7-8a1d-6b82902513d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47995 2026.04.10 19:12:34.376663 [ 275 ] {} TCP-Session: ce0af6cc-64c2-4b13-ab0e-cef275132bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376682 [ 291 ] {} TCP-Session: 8c390ce2-163d-41f7-8a1d-6b82902513d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376687 [ 275 ] {} TCP-Session: ce0af6cc-64c2-4b13-ab0e-cef275132bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376695 [ 291 ] {} TCP-Session: 8c390ce2-163d-41f7-8a1d-6b82902513d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376430 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.376330 [ 288 ] {} TCP-Session: e2749778-1396-4e20-8ce8-6456b1a67eba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:34.376738 [ 286 ] {} TCP-Session: e25e76df-a67b-46be-a702-19dc56f40c2d Authenticating user 'default' from [fd00:1122:3344:101::e]:52509 2026.04.10 19:12:34.376256 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56333 2026.04.10 19:12:34.376774 [ 286 ] {} TCP-Session: e25e76df-a67b-46be-a702-19dc56f40c2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376807 [ 286 ] {} TCP-Session: e25e76df-a67b-46be-a702-19dc56f40c2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376843 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.376871 [ 293 ] {} TCP-Session: 18f3d437-e4be-4a98-b35a-43c65081034f Authenticating user 'default' from [fd00:1122:3344:101::e]:56333 2026.04.10 19:12:34.376889 [ 293 ] {} TCP-Session: 18f3d437-e4be-4a98-b35a-43c65081034f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376901 [ 293 ] {} TCP-Session: 18f3d437-e4be-4a98-b35a-43c65081034f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.376904 [ 288 ] {33a27882-2800-4529-b21b-8d193347e385} executeQuery: (from [fd00:1122:3344:101::e]:53497) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:12:34.377170 [ 288 ] {33a27882-2800-4529-b21b-8d193347e385} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:12:34.377225 [ 288 ] {33a27882-2800-4529-b21b-8d193347e385} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:12:34.377511 [ 288 ] {33a27882-2800-4529-b21b-8d193347e385} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:12:34.378478 [ 319 ] {33a27882-2800-4529-b21b-8d193347e385} AggregatingTransform: Aggregating 2026.04.10 19:12:34.378529 [ 319 ] {33a27882-2800-4529-b21b-8d193347e385} Aggregator: Aggregation method: without_key 2026.04.10 19:12:34.378568 [ 319 ] {33a27882-2800-4529-b21b-8d193347e385} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000955897 sec. (1046.138 rows/sec., 40.86 KiB/sec.) 2026.04.10 19:12:34.378589 [ 319 ] {33a27882-2800-4529-b21b-8d193347e385} Aggregator: Merging aggregated data 2026.04.10 19:12:34.379819 [ 288 ] {33a27882-2800-4529-b21b-8d193347e385} executeQuery: Read 1 rows, 40.00 B in 0.002972 sec., 336.47375504710635 rows/sec., 13.14 KiB/sec. 2026.04.10 19:12:34.379957 [ 288 ] {33a27882-2800-4529-b21b-8d193347e385} TCPHandler: Processed in 0.003753435 sec. 2026.04.10 19:12:34.380091 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380123 [ 288 ] {} TCP-Session: e2749778-1396-4e20-8ce8-6456b1a67eba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.380126 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380154 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380174 [ 289 ] {} TCP-Session: 47c4c883-f6fc-4133-a28e-194481d01b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.380171 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380212 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380230 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380248 [ 291 ] {} TCP-Session: 8c390ce2-163d-41f7-8a1d-6b82902513d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.380248 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380271 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380304 [ 293 ] {} TCP-Session: 18f3d437-e4be-4a98-b35a-43c65081034f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.380276 [ 275 ] {} TCP-Session: ce0af6cc-64c2-4b13-ab0e-cef275132bec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.380329 [ 286 ] {} TCP-Session: e25e76df-a67b-46be-a702-19dc56f40c2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.380262 [ 290 ] {} TCP-Session: 2f10828c-1be6-44c8-9c9e-983d4ee295c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.380205 [ 294 ] {} TCP-Session: 6ecd01fd-33cd-4d41-b192-3152d05e5d38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.380190 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.380426 [ 292 ] {} TCP-Session: b17177cc-e2ad-476c-ae20-1586696d0ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468046 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46986 2026.04.10 19:12:34.468147 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.468172 [ 288 ] {} TCP-Session: d6c722de-ee00-4069-a146-d61fc43a77b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46986 2026.04.10 19:12:34.468194 [ 288 ] {} TCP-Session: d6c722de-ee00-4069-a146-d61fc43a77b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468206 [ 288 ] {} TCP-Session: d6c722de-ee00-4069-a146-d61fc43a77b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468415 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41090 2026.04.10 19:12:34.468438 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41147 2026.04.10 19:12:34.468449 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56127 2026.04.10 19:12:34.468463 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65068 2026.04.10 19:12:34.468452 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61904 2026.04.10 19:12:34.468548 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.468567 [ 288 ] {} TCP-Session: d6c722de-ee00-4069-a146-d61fc43a77b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:34.468591 [ 293 ] {} TCP-Session: 3ecd5f2d-366a-43c7-8881-b55a540044dc Authenticating user 'default' from [fd00:1122:3344:101::e]:56127 2026.04.10 19:12:34.468598 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.468627 [ 293 ] {} TCP-Session: 3ecd5f2d-366a-43c7-8881-b55a540044dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468640 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.468654 [ 293 ] {} TCP-Session: 3ecd5f2d-366a-43c7-8881-b55a540044dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468523 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.468683 [ 291 ] {} TCP-Session: 3496d23c-4a28-4049-9474-ff9f9bcc6b5b Authenticating user 'default' from [fd00:1122:3344:101::e]:61904 2026.04.10 19:12:34.468706 [ 289 ] {} TCP-Session: 95f039a0-d4bb-4552-bebb-e3d5ceb3a6f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41090 2026.04.10 19:12:34.468431 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37628 2026.04.10 19:12:34.468734 [ 289 ] {} TCP-Session: 95f039a0-d4bb-4552-bebb-e3d5ceb3a6f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468727 [ 291 ] {} TCP-Session: 3496d23c-4a28-4049-9474-ff9f9bcc6b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468771 [ 289 ] {} TCP-Session: 95f039a0-d4bb-4552-bebb-e3d5ceb3a6f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468776 [ 288 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} executeQuery: (from [fd00:1122:3344:101::e]:46986) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:12:34.468795 [ 291 ] {} TCP-Session: 3496d23c-4a28-4049-9474-ff9f9bcc6b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468802 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.468648 [ 294 ] {} TCP-Session: 1daddcfc-fa4b-4765-b355-ef4c84556434 Authenticating user 'default' from [fd00:1122:3344:101::e]:65068 2026.04.10 19:12:34.468869 [ 290 ] {} TCP-Session: 57e54b94-ab0d-4666-98e7-e56e22a84966 Authenticating user 'default' from [fd00:1122:3344:101::e]:37628 2026.04.10 19:12:34.468528 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.468890 [ 290 ] {} TCP-Session: 57e54b94-ab0d-4666-98e7-e56e22a84966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468886 [ 294 ] {} TCP-Session: 1daddcfc-fa4b-4765-b355-ef4c84556434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468921 [ 290 ] {} TCP-Session: 57e54b94-ab0d-4666-98e7-e56e22a84966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468916 [ 292 ] {} TCP-Session: 493d7431-0c8e-4b41-b409-dc3f8a11da38 Authenticating user 'default' from [fd00:1122:3344:101::e]:41147 2026.04.10 19:12:34.468931 [ 294 ] {} TCP-Session: 1daddcfc-fa4b-4765-b355-ef4c84556434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468966 [ 292 ] {} TCP-Session: 493d7431-0c8e-4b41-b409-dc3f8a11da38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.468985 [ 292 ] {} TCP-Session: 493d7431-0c8e-4b41-b409-dc3f8a11da38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.469145 [ 288 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:12:34.469216 [ 288 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:12:34.469589 [ 288 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:12:34.470765 [ 304 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} AggregatingTransform: Aggregating 2026.04.10 19:12:34.470817 [ 304 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} Aggregator: Aggregation method: without_key 2026.04.10 19:12:34.470856 [ 304 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001143612 sec. (874.422 rows/sec., 34.16 KiB/sec.) 2026.04.10 19:12:34.470875 [ 304 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} Aggregator: Merging aggregated data 2026.04.10 19:12:34.472078 [ 288 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} executeQuery: Read 1 rows, 40.00 B in 0.003365 sec., 297.1768202080238 rows/sec., 11.61 KiB/sec. 2026.04.10 19:12:34.472217 [ 288 ] {61e9d502-8a52-4b42-868e-841fbd6808f2} TCPHandler: Processed in 0.003816368 sec. 2026.04.10 19:12:34.472304 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.472336 [ 288 ] {} TCP-Session: d6c722de-ee00-4069-a146-d61fc43a77b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.472349 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.472389 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.472392 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.472423 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.472430 [ 289 ] {} TCP-Session: 95f039a0-d4bb-4552-bebb-e3d5ceb3a6f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.472445 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.472466 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:12:34.472494 [ 294 ] {} TCP-Session: 1daddcfc-fa4b-4765-b355-ef4c84556434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.472454 [ 291 ] {} TCP-Session: 3496d23c-4a28-4049-9474-ff9f9bcc6b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.472518 [ 292 ] {} TCP-Session: 493d7431-0c8e-4b41-b409-dc3f8a11da38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.472389 [ 290 ] {} TCP-Session: 57e54b94-ab0d-4666-98e7-e56e22a84966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.472469 [ 293 ] {} TCP-Session: 3ecd5f2d-366a-43c7-8881-b55a540044dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.473388 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49908 2026.04.10 19:12:34.473406 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41792 2026.04.10 19:12:34.473455 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.473467 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:12:34.473477 [ 286 ] {} TCP-Session: 14f103b5-cd82-4f09-a461-af9a78b6f72f Authenticating user 'default' from [fd00:1122:3344:101::e]:49908 2026.04.10 19:12:34.473490 [ 275 ] {} TCP-Session: 831fe819-0ebf-490f-805d-522cac090c60 Authenticating user 'default' from [fd00:1122:3344:101::e]:41792 2026.04.10 19:12:34.473516 [ 275 ] {} TCP-Session: 831fe819-0ebf-490f-805d-522cac090c60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.473529 [ 275 ] {} TCP-Session: 831fe819-0ebf-490f-805d-522cac090c60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.473497 [ 286 ] {} TCP-Session: 14f103b5-cd82-4f09-a461-af9a78b6f72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.473576 [ 286 ] {} TCP-Session: 14f103b5-cd82-4f09-a461-af9a78b6f72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.501146 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:49908). (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.04.10 19:12:34.501297 [ 286 ] {} TCP-Session: 14f103b5-cd82-4f09-a461-af9a78b6f72f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:34.501312 [ 275 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:41792). (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.04.10 19:12:34.501372 [ 275 ] {} TCP-Session: 831fe819-0ebf-490f-805d-522cac090c60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:12:35.020594 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:35.020794 [ 276 ] {b030f00f-ab4c-4548-b74a-4c3df2cc9221} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:35.020866 [ 276 ] {b030f00f-ab4c-4548-b74a-4c3df2cc9221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:35.021491 [ 276 ] {b030f00f-ab4c-4548-b74a-4c3df2cc9221} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.021534 [ 276 ] {b030f00f-ab4c-4548-b74a-4c3df2cc9221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.021929 [ 276 ] {b030f00f-ab4c-4548-b74a-4c3df2cc9221} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:12:35.022210 [ 276 ] {b030f00f-ab4c-4548-b74a-4c3df2cc9221} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.022348 [ 87 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:12:35.022376 [ 276 ] {b030f00f-ab4c-4548-b74a-4c3df2cc9221} executeQuery: Read 56 rows, 4.38 KiB in 0.001652 sec., 33898.30508474576 rows/sec., 2.59 MiB/sec. 2026.04.10 19:12:35.022416 [ 87 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.022431 [ 276 ] {b030f00f-ab4c-4548-b74a-4c3df2cc9221} TCPHandler: Processed in 0.001972656 sec. 2026.04.10 19:12:35.022442 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.022568 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:35.022580 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:12:35.022672 [ 276 ] {7005234f-7594-4c39-a966-42b29fa9d466} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:35.022701 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:35.022718 [ 276 ] {7005234f-7594-4c39-a966-42b29fa9d466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:35.022738 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3239 rows starting from the beginning of the part 2026.04.10 19:12:35.022811 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 829 rows starting from the beginning of the part 2026.04.10 19:12:35.022855 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part 2026.04.10 19:12:35.022898 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 829 rows starting from the beginning of the part 2026.04.10 19:12:35.022941 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2453 rows starting from the beginning of the part 2026.04.10 19:12:35.022980 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2026.04.10 19:12:35.023147 [ 276 ] {7005234f-7594-4c39-a966-42b29fa9d466} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.023189 [ 276 ] {7005234f-7594-4c39-a966-42b29fa9d466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.023523 [ 276 ] {7005234f-7594-4c39-a966-42b29fa9d466} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:12:35.023758 [ 276 ] {7005234f-7594-4c39-a966-42b29fa9d466} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.023909 [ 87 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:12:35.023942 [ 87 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.023943 [ 276 ] {7005234f-7594-4c39-a966-42b29fa9d466} executeQuery: Read 64 rows, 5.12 KiB in 0.001289 sec., 49650.89216446858 rows/sec., 3.88 MiB/sec. 2026.04.10 19:12:35.023959 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.023996 [ 276 ] {7005234f-7594-4c39-a966-42b29fa9d466} TCPHandler: Processed in 0.001479922 sec. 2026.04.10 19:12:35.024064 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:12:35.024119 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:35.024145 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:35.024180 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1792 rows starting from the beginning of the part 2026.04.10 19:12:35.024215 [ 276 ] {f8561688-7549-4a42-8481-13b46eccf95a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:35.024238 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 506 rows starting from the beginning of the part 2026.04.10 19:12:35.024259 [ 276 ] {f8561688-7549-4a42-8481-13b46eccf95a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:35.024281 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part 2026.04.10 19:12:35.024320 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 506 rows starting from the beginning of the part 2026.04.10 19:12:35.024361 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1314 rows starting from the beginning of the part 2026.04.10 19:12:35.024397 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.04.10 19:12:35.024677 [ 276 ] {f8561688-7549-4a42-8481-13b46eccf95a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.024713 [ 276 ] {f8561688-7549-4a42-8481-13b46eccf95a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.025096 [ 276 ] {f8561688-7549-4a42-8481-13b46eccf95a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:12:35.025332 [ 276 ] {f8561688-7549-4a42-8481-13b46eccf95a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.025440 [ 198 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7514 rows, containing 5 columns (5 merged, 0 gathered) in 0.002905632 sec., 2586012.2685873504 rows/sec., 204.27 MiB/sec. 2026.04.10 19:12:35.025456 [ 87 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:12:35.025477 [ 276 ] {f8561688-7549-4a42-8481-13b46eccf95a} executeQuery: Read 128 rows, 9.13 KiB in 0.00128 sec., 99999.99999999999 rows/sec., 6.96 MiB/sec. 2026.04.10 19:12:35.025496 [ 87 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.025522 [ 276 ] {f8561688-7549-4a42-8481-13b46eccf95a} TCPHandler: Processed in 0.001453681 sec. 2026.04.10 19:12:35.025531 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.025679 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:35.025684 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:12:35.025781 [ 276 ] {71c911d3-2247-434f-8184-1f8f4610d0e4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:35.025785 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:12:35.025828 [ 276 ] {71c911d3-2247-434f-8184-1f8f4610d0e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:35.025856 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:35.025900 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9381 rows starting from the beginning of the part 2026.04.10 19:12:35.025942 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001921644 sec., 2223096.473644442 rows/sec., 160.72 MiB/sec. 2026.04.10 19:12:35.025977 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 265 rows starting from the beginning of the part 2026.04.10 19:12:35.026029 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:12:35.026074 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:12:35.026074 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.026114 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1496 rows starting from the beginning of the part 2026.04.10 19:12:35.026159 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_26_5} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:12:35.026163 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:12:35.026161 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 128 rows starting from the beginning of the part 2026.04.10 19:12:35.026189 [ 276 ] {71c911d3-2247-434f-8184-1f8f4610d0e4} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.026237 [ 276 ] {71c911d3-2247-434f-8184-1f8f4610d0e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.026251 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2026.04.10 19:12:35.026434 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.026497 [ 188 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_26_5} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:12:35.026558 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.10 19:12:35.026575 [ 276 ] {71c911d3-2247-434f-8184-1f8f4610d0e4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:12:35.026801 [ 276 ] {71c911d3-2247-434f-8184-1f8f4610d0e4} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.026921 [ 87 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:12:35.026936 [ 276 ] {71c911d3-2247-434f-8184-1f8f4610d0e4} executeQuery: Read 48 rows, 3.31 KiB in 0.001173 sec., 40920.71611253197 rows/sec., 2.76 MiB/sec. 2026.04.10 19:12:35.026963 [ 87 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.026985 [ 276 ] {71c911d3-2247-434f-8184-1f8f4610d0e4} TCPHandler: Processed in 0.001358219 sec. 2026.04.10 19:12:35.026988 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.027092 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:35.027193 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:35.027220 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1350 rows starting from the beginning of the part 2026.04.10 19:12:35.027326 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:35.027371 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:35.027412 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:12:35.027450 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.04.10 19:12:35.027492 [ 200 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2026.04.10 19:12:35.028367 [ 196 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1650 rows, containing 4 columns (4 merged, 0 gathered) in 0.001314837 sec., 1254908.4030948323 rows/sec., 80.94 MiB/sec. 2026.04.10 19:12:35.028569 [ 196 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:12:35.028822 [ 196 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_26_5} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.028881 [ 196 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_26_5} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:12:35.028941 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.04.10 19:12:35.030134 [ 191 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11695 rows, containing 5 columns (5 merged, 0 gathered) in 0.004502256 sec., 2597586.6321239844 rows/sec., 165.44 MiB/sec. 2026.04.10 19:12:35.030506 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:12:35.030776 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.030849 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_26_5} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:12:35.030930 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. 2026.04.10 19:12:35.386169 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8169 2026.04.10 19:12:35.386692 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.386730 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.387236 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:35.387471 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.387611 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8169 2026.04.10 19:12:35.838836 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.04.10 19:12:35.854674 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:35.854733 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:35.860406 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:35.861174 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:35.864128 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.04.10 19:12:36.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 246.75 MiB, peak 255.58 MiB, free memory in arenas 0.00 B, will set to 248.29 MiB (RSS), difference: 1.54 MiB 2026.04.10 19:12:37.872070 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 630 2026.04.10 19:12:37.874796 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:37.874856 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:37.876122 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:12:37.876406 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:37.876766 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 630 2026.04.10 19:12:40.030879 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.031080 [ 276 ] {535b81bf-d5b2-42a0-966c-18006492d784} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:12:40.031147 [ 276 ] {535b81bf-d5b2-42a0-966c-18006492d784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:12:40.031887 [ 276 ] {535b81bf-d5b2-42a0-966c-18006492d784} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.031936 [ 276 ] {535b81bf-d5b2-42a0-966c-18006492d784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.032360 [ 276 ] {535b81bf-d5b2-42a0-966c-18006492d784} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:12:40.032615 [ 276 ] {535b81bf-d5b2-42a0-966c-18006492d784} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.032775 [ 276 ] {535b81bf-d5b2-42a0-966c-18006492d784} executeQuery: Read 284 rows, 18.47 KiB in 0.001746 sec., 162657.50286368842 rows/sec., 10.33 MiB/sec. 2026.04.10 19:12:40.032818 [ 276 ] {535b81bf-d5b2-42a0-966c-18006492d784} TCPHandler: Processed in 0.002075458 sec. 2026.04.10 19:12:40.032946 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.033042 [ 276 ] {464f8171-18f9-447a-9052-67a6253dd3d8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:40.033083 [ 276 ] {464f8171-18f9-447a-9052-67a6253dd3d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:40.033894 [ 276 ] {464f8171-18f9-447a-9052-67a6253dd3d8} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.033932 [ 276 ] {464f8171-18f9-447a-9052-67a6253dd3d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.034305 [ 276 ] {464f8171-18f9-447a-9052-67a6253dd3d8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:12:40.034535 [ 276 ] {464f8171-18f9-447a-9052-67a6253dd3d8} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.034670 [ 276 ] {464f8171-18f9-447a-9052-67a6253dd3d8} executeQuery: Read 830 rows, 66.08 KiB in 0.001646 sec., 504252.73390036455 rows/sec., 39.20 MiB/sec. 2026.04.10 19:12:40.034709 [ 276 ] {464f8171-18f9-447a-9052-67a6253dd3d8} TCPHandler: Processed in 0.0018139 sec. 2026.04.10 19:12:40.034824 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.034919 [ 276 ] {df6d9ec9-4a3b-4e08-afa6-bf6718b843fe} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:40.034960 [ 276 ] {df6d9ec9-4a3b-4e08-afa6-bf6718b843fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:40.035405 [ 276 ] {df6d9ec9-4a3b-4e08-afa6-bf6718b843fe} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.035443 [ 276 ] {df6d9ec9-4a3b-4e08-afa6-bf6718b843fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.035767 [ 276 ] {df6d9ec9-4a3b-4e08-afa6-bf6718b843fe} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:12:40.035989 [ 276 ] {df6d9ec9-4a3b-4e08-afa6-bf6718b843fe} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.036117 [ 276 ] {df6d9ec9-4a3b-4e08-afa6-bf6718b843fe} executeQuery: Read 158 rows, 9.75 KiB in 0.001217 sec., 129827.44453574363 rows/sec., 7.82 MiB/sec. 2026.04.10 19:12:40.036156 [ 276 ] {df6d9ec9-4a3b-4e08-afa6-bf6718b843fe} TCPHandler: Processed in 0.001383719 sec. 2026.04.10 19:12:40.036279 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.036374 [ 276 ] {97b8f6d1-3c1b-42ec-a674-71d7b20fe9b6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:12:40.036413 [ 276 ] {97b8f6d1-3c1b-42ec-a674-71d7b20fe9b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:12:40.036850 [ 276 ] {97b8f6d1-3c1b-42ec-a674-71d7b20fe9b6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.036888 [ 276 ] {97b8f6d1-3c1b-42ec-a674-71d7b20fe9b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.037194 [ 276 ] {97b8f6d1-3c1b-42ec-a674-71d7b20fe9b6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:12:40.037424 [ 276 ] {97b8f6d1-3c1b-42ec-a674-71d7b20fe9b6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.037535 [ 79 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:12:40.037556 [ 276 ] {97b8f6d1-3c1b-42ec-a674-71d7b20fe9b6} executeQuery: Read 150 rows, 9.92 KiB in 0.001201 sec., 124895.92006661116 rows/sec., 8.07 MiB/sec. 2026.04.10 19:12:40.037603 [ 79 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.037613 [ 276 ] {97b8f6d1-3c1b-42ec-a674-71d7b20fe9b6} TCPHandler: Processed in 0.001384149 sec. 2026.04.10 19:12:40.037634 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.037740 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.037741 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:12:40.037842 [ 276 ] {f9a62a96-a768-47be-979c-5ddf5c5c67b3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:12:40.037846 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:40.037881 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 952 rows starting from the beginning of the part 2026.04.10 19:12:40.037881 [ 276 ] {f9a62a96-a768-47be-979c-5ddf5c5c67b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:12:40.037937 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:12:40.037982 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:12:40.038023 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:12:40.038062 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 801 rows starting from the beginning of the part 2026.04.10 19:12:40.038101 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 150 rows starting from the beginning of the part 2026.04.10 19:12:40.038346 [ 276 ] {f9a62a96-a768-47be-979c-5ddf5c5c67b3} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.038381 [ 276 ] {f9a62a96-a768-47be-979c-5ddf5c5c67b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.038712 [ 276 ] {f9a62a96-a768-47be-979c-5ddf5c5c67b3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:12:40.038941 [ 276 ] {f9a62a96-a768-47be-979c-5ddf5c5c67b3} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.039073 [ 276 ] {f9a62a96-a768-47be-979c-5ddf5c5c67b3} executeQuery: Read 148 rows, 8.62 KiB in 0.00125 sec., 118400 rows/sec., 6.73 MiB/sec. 2026.04.10 19:12:40.039112 [ 276 ] {f9a62a96-a768-47be-979c-5ddf5c5c67b3} TCPHandler: Processed in 0.00142124 sec. 2026.04.10 19:12:40.039137 [ 195 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001435601 sec., 1636945.084323569 rows/sec., 104.37 MiB/sec. 2026.04.10 19:12:40.039230 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.039304 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:12:40.039331 [ 276 ] {65962c86-4baf-4d10-a5f8-0d1a3af88015} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:40.039371 [ 276 ] {65962c86-4baf-4d10-a5f8-0d1a3af88015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:40.039543 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_16_3} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.039604 [ 196 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_16_3} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:12:40.039661 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.10 19:12:40.039955 [ 276 ] {65962c86-4baf-4d10-a5f8-0d1a3af88015} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.039991 [ 276 ] {65962c86-4baf-4d10-a5f8-0d1a3af88015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.040318 [ 276 ] {65962c86-4baf-4d10-a5f8-0d1a3af88015} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:12:40.040548 [ 276 ] {65962c86-4baf-4d10-a5f8-0d1a3af88015} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.040681 [ 276 ] {65962c86-4baf-4d10-a5f8-0d1a3af88015} executeQuery: Read 506 rows, 36.46 KiB in 0.001368 sec., 369883.04093567247 rows/sec., 26.03 MiB/sec. 2026.04.10 19:12:40.040720 [ 276 ] {65962c86-4baf-4d10-a5f8-0d1a3af88015} TCPHandler: Processed in 0.001539934 sec. 2026.04.10 19:12:40.040835 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.040930 [ 276 ] {2b45a8a3-57f3-41bf-b4f5-5a1843798ffb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:12:40.040972 [ 276 ] {2b45a8a3-57f3-41bf-b4f5-5a1843798ffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:12:40.041315 [ 276 ] {2b45a8a3-57f3-41bf-b4f5-5a1843798ffb} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.041352 [ 276 ] {2b45a8a3-57f3-41bf-b4f5-5a1843798ffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.041678 [ 276 ] {2b45a8a3-57f3-41bf-b4f5-5a1843798ffb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:12:40.041903 [ 276 ] {2b45a8a3-57f3-41bf-b4f5-5a1843798ffb} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.042033 [ 276 ] {2b45a8a3-57f3-41bf-b4f5-5a1843798ffb} executeQuery: Read 6 rows, 321.00 B in 0.00112 sec., 5357.142857142858 rows/sec., 279.89 KiB/sec. 2026.04.10 19:12:40.042071 [ 276 ] {2b45a8a3-57f3-41bf-b4f5-5a1843798ffb} TCPHandler: Processed in 0.001285857 sec. 2026.04.10 19:12:40.042187 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.042285 [ 276 ] {aee5ca8e-1610-4c8f-9ff8-2c0fe6d42ef6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:40.042329 [ 276 ] {aee5ca8e-1610-4c8f-9ff8-2c0fe6d42ef6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:40.042735 [ 276 ] {aee5ca8e-1610-4c8f-9ff8-2c0fe6d42ef6} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.042774 [ 276 ] {aee5ca8e-1610-4c8f-9ff8-2c0fe6d42ef6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.043159 [ 276 ] {aee5ca8e-1610-4c8f-9ff8-2c0fe6d42ef6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:12:40.043380 [ 276 ] {aee5ca8e-1610-4c8f-9ff8-2c0fe6d42ef6} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.043510 [ 276 ] {aee5ca8e-1610-4c8f-9ff8-2c0fe6d42ef6} executeQuery: Read 265 rows, 18.03 KiB in 0.001243 sec., 213193.88576025746 rows/sec., 14.17 MiB/sec. 2026.04.10 19:12:40.043547 [ 276 ] {aee5ca8e-1610-4c8f-9ff8-2c0fe6d42ef6} TCPHandler: Processed in 0.001410159 sec. 2026.04.10 19:12:40.043664 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.043759 [ 276 ] {e1aca55a-e862-4c5e-b836-d08e4ded3a75} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:12:40.043801 [ 276 ] {e1aca55a-e862-4c5e-b836-d08e4ded3a75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:12:40.044121 [ 276 ] {e1aca55a-e862-4c5e-b836-d08e4ded3a75} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.044160 [ 276 ] {e1aca55a-e862-4c5e-b836-d08e4ded3a75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.044496 [ 276 ] {e1aca55a-e862-4c5e-b836-d08e4ded3a75} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.10 19:12:40.044716 [ 276 ] {e1aca55a-e862-4c5e-b836-d08e4ded3a75} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.044848 [ 276 ] {e1aca55a-e862-4c5e-b836-d08e4ded3a75} executeQuery: Read 2 rows, 134.00 B in 0.001105 sec., 1809.9547511312217 rows/sec., 118.42 KiB/sec. 2026.04.10 19:12:40.044895 [ 276 ] {e1aca55a-e862-4c5e-b836-d08e4ded3a75} TCPHandler: Processed in 0.001279866 sec. 2026.04.10 19:12:40.045026 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.045126 [ 276 ] {49d91859-efeb-4099-b256-e16ddca023e4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:40.045182 [ 276 ] {49d91859-efeb-4099-b256-e16ddca023e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:40.045970 [ 276 ] {49d91859-efeb-4099-b256-e16ddca023e4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.046009 [ 276 ] {49d91859-efeb-4099-b256-e16ddca023e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.046528 [ 276 ] {49d91859-efeb-4099-b256-e16ddca023e4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:12:40.046794 [ 276 ] {49d91859-efeb-4099-b256-e16ddca023e4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.046940 [ 276 ] {49d91859-efeb-4099-b256-e16ddca023e4} executeQuery: Read 16 rows, 29.36 KiB in 0.001832 sec., 8733.624454148472 rows/sec., 15.65 MiB/sec. 2026.04.10 19:12:40.046993 [ 276 ] {49d91859-efeb-4099-b256-e16ddca023e4} TCPHandler: Processed in 0.002016466 sec. 2026.04.10 19:12:40.047126 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:40.047225 [ 276 ] {b8c690a3-7d48-49c7-bdd3-3e7b792c8647} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:40.047269 [ 276 ] {b8c690a3-7d48-49c7-bdd3-3e7b792c8647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:40.047653 [ 276 ] {b8c690a3-7d48-49c7-bdd3-3e7b792c8647} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:40.047691 [ 276 ] {b8c690a3-7d48-49c7-bdd3-3e7b792c8647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:40.048023 [ 276 ] {b8c690a3-7d48-49c7-bdd3-3e7b792c8647} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:12:40.048239 [ 276 ] {b8c690a3-7d48-49c7-bdd3-3e7b792c8647} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:40.048369 [ 276 ] {b8c690a3-7d48-49c7-bdd3-3e7b792c8647} executeQuery: Read 90 rows, 5.77 KiB in 0.001163 sec., 77386.07050730869 rows/sec., 4.84 MiB/sec. 2026.04.10 19:12:40.048406 [ 276 ] {b8c690a3-7d48-49c7-bdd3-3e7b792c8647} TCPHandler: Processed in 0.001333588 sec. 2026.04.10 19:12:42.670034 [ 75 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:12:42.670084 [ 75 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:12:42.888574 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8617 2026.04.10 19:12:42.889067 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:42.889119 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:42.889629 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:12:42.889890 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:42.890055 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8617 2026.04.10 19:12:43.365078 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.04.10 19:12:43.380846 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:43.380906 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:43.386551 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:12:43.387234 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:43.389938 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.04.10 19:12:45.023664 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:45.023870 [ 276 ] {da6a9e26-cb56-401c-af14-08efa7e9bec9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:45.023940 [ 276 ] {da6a9e26-cb56-401c-af14-08efa7e9bec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:45.024651 [ 276 ] {da6a9e26-cb56-401c-af14-08efa7e9bec9} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:45.024701 [ 276 ] {da6a9e26-cb56-401c-af14-08efa7e9bec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:45.025160 [ 276 ] {da6a9e26-cb56-401c-af14-08efa7e9bec9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:12:45.025403 [ 276 ] {da6a9e26-cb56-401c-af14-08efa7e9bec9} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:45.025577 [ 276 ] {da6a9e26-cb56-401c-af14-08efa7e9bec9} executeQuery: Read 108 rows, 9.28 KiB in 0.001755 sec., 61538.46153846154 rows/sec., 5.16 MiB/sec. 2026.04.10 19:12:45.025626 [ 276 ] {da6a9e26-cb56-401c-af14-08efa7e9bec9} TCPHandler: Processed in 0.002092198 sec. 2026.04.10 19:12:45.025759 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:45.025860 [ 276 ] {ff10ca13-32f8-47b7-b7a7-d18d6722d658} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:45.025902 [ 276 ] {ff10ca13-32f8-47b7-b7a7-d18d6722d658} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:45.026338 [ 276 ] {ff10ca13-32f8-47b7-b7a7-d18d6722d658} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:45.026375 [ 276 ] {ff10ca13-32f8-47b7-b7a7-d18d6722d658} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:45.026674 [ 276 ] {ff10ca13-32f8-47b7-b7a7-d18d6722d658} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:12:45.026887 [ 276 ] {ff10ca13-32f8-47b7-b7a7-d18d6722d658} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:45.027030 [ 276 ] {ff10ca13-32f8-47b7-b7a7-d18d6722d658} executeQuery: Read 26 rows, 1.96 KiB in 0.001192 sec., 21812.080536912752 rows/sec., 1.60 MiB/sec. 2026.04.10 19:12:45.027069 [ 276 ] {ff10ca13-32f8-47b7-b7a7-d18d6722d658} TCPHandler: Processed in 0.001361298 sec. 2026.04.10 19:12:45.027187 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:45.027284 [ 276 ] {84c2c2e7-92a2-4339-8e4c-d9d8f3edbf9d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:45.027324 [ 276 ] {84c2c2e7-92a2-4339-8e4c-d9d8f3edbf9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:45.027741 [ 276 ] {84c2c2e7-92a2-4339-8e4c-d9d8f3edbf9d} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:45.027777 [ 276 ] {84c2c2e7-92a2-4339-8e4c-d9d8f3edbf9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:45.028084 [ 276 ] {84c2c2e7-92a2-4339-8e4c-d9d8f3edbf9d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:12:45.028292 [ 276 ] {84c2c2e7-92a2-4339-8e4c-d9d8f3edbf9d} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:45.028427 [ 276 ] {84c2c2e7-92a2-4339-8e4c-d9d8f3edbf9d} executeQuery: Read 90 rows, 7.20 KiB in 0.001162 sec., 77452.66781411359 rows/sec., 6.05 MiB/sec. 2026.04.10 19:12:45.028465 [ 276 ] {84c2c2e7-92a2-4339-8e4c-d9d8f3edbf9d} TCPHandler: Processed in 0.001328097 sec. 2026.04.10 19:12:45.028577 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:45.028672 [ 276 ] {e90391ea-cade-4f13-b946-bbf67e9b9b6b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:45.028715 [ 276 ] {e90391ea-cade-4f13-b946-bbf67e9b9b6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:45.029118 [ 276 ] {e90391ea-cade-4f13-b946-bbf67e9b9b6b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:45.029153 [ 276 ] {e90391ea-cade-4f13-b946-bbf67e9b9b6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:45.029506 [ 276 ] {e90391ea-cade-4f13-b946-bbf67e9b9b6b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:12:45.029715 [ 276 ] {e90391ea-cade-4f13-b946-bbf67e9b9b6b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:45.029850 [ 276 ] {e90391ea-cade-4f13-b946-bbf67e9b9b6b} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.04.10 19:12:45.029887 [ 276 ] {e90391ea-cade-4f13-b946-bbf67e9b9b6b} TCPHandler: Processed in 0.001359428 sec. 2026.04.10 19:12:45.029997 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:45.030090 [ 276 ] {acf7c90e-4194-40e8-a438-620a2559e217} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:45.030146 [ 276 ] {acf7c90e-4194-40e8-a438-620a2559e217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:45.030937 [ 276 ] {acf7c90e-4194-40e8-a438-620a2559e217} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:45.030974 [ 276 ] {acf7c90e-4194-40e8-a438-620a2559e217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:45.031513 [ 276 ] {acf7c90e-4194-40e8-a438-620a2559e217} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:12:45.031754 [ 276 ] {acf7c90e-4194-40e8-a438-620a2559e217} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:45.031904 [ 276 ] {acf7c90e-4194-40e8-a438-620a2559e217} executeQuery: Read 26 rows, 47.71 KiB in 0.001831 sec., 14199.890770071 rows/sec., 25.45 MiB/sec. 2026.04.10 19:12:45.031965 [ 276 ] {acf7c90e-4194-40e8-a438-620a2559e217} TCPHandler: Processed in 0.002018717 sec. 2026.04.10 19:12:45.032082 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:45.032177 [ 276 ] {30b0c4f2-ffec-4285-b92b-90e77710f3b6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:45.032221 [ 276 ] {30b0c4f2-ffec-4285-b92b-90e77710f3b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:45.032563 [ 276 ] {30b0c4f2-ffec-4285-b92b-90e77710f3b6} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:45.032600 [ 276 ] {30b0c4f2-ffec-4285-b92b-90e77710f3b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:45.032918 [ 276 ] {30b0c4f2-ffec-4285-b92b-90e77710f3b6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:12:45.033132 [ 276 ] {30b0c4f2-ffec-4285-b92b-90e77710f3b6} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:45.033263 [ 276 ] {30b0c4f2-ffec-4285-b92b-90e77710f3b6} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.04.10 19:12:45.033299 [ 276 ] {30b0c4f2-ffec-4285-b92b-90e77710f3b6} TCPHandler: Processed in 0.001268145 sec. 2026.04.10 19:12:47.877884 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 664 2026.04.10 19:12:47.880225 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:47.880272 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:47.881441 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:12:47.881710 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:47.881953 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 664 2026.04.10 19:12:50.030858 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.031048 [ 276 ] {b3a1ed9d-04d1-48c2-a36e-85b514949174} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:12:50.031112 [ 276 ] {b3a1ed9d-04d1-48c2-a36e-85b514949174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:12:50.031830 [ 276 ] {b3a1ed9d-04d1-48c2-a36e-85b514949174} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.031874 [ 276 ] {b3a1ed9d-04d1-48c2-a36e-85b514949174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.032287 [ 276 ] {b3a1ed9d-04d1-48c2-a36e-85b514949174} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:12:50.032509 [ 276 ] {b3a1ed9d-04d1-48c2-a36e-85b514949174} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.032630 [ 65 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.10 19:12:50.032659 [ 276 ] {b3a1ed9d-04d1-48c2-a36e-85b514949174} executeQuery: Read 284 rows, 18.47 KiB in 0.00166 sec., 171084.3373493976 rows/sec., 10.87 MiB/sec. 2026.04.10 19:12:50.032668 [ 65 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.032691 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.032701 [ 276 ] {b3a1ed9d-04d1-48c2-a36e-85b514949174} TCPHandler: Processed in 0.001970505 sec. 2026.04.10 19:12:50.032825 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.032826 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::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.04.10 19:12:50.032921 [ 276 ] {eb4288d9-8745-4aa5-8431-8e67484b625b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:12:50.032967 [ 276 ] {eb4288d9-8745-4aa5-8431-8e67484b625b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:12:50.033012 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:50.033057 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 284 rows starting from the beginning of the part 2026.04.10 19:12:50.033158 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.04.10 19:12:50.033206 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.04.10 19:12:50.033251 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.04.10 19:12:50.033292 [ 193 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.04.10 19:12:50.033367 [ 276 ] {eb4288d9-8745-4aa5-8431-8e67484b625b} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.033407 [ 276 ] {eb4288d9-8745-4aa5-8431-8e67484b625b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.033725 [ 276 ] {eb4288d9-8745-4aa5-8431-8e67484b625b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:12:50.033960 [ 276 ] {eb4288d9-8745-4aa5-8431-8e67484b625b} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.034093 [ 276 ] {eb4288d9-8745-4aa5-8431-8e67484b625b} executeQuery: Read 14 rows, 1.14 KiB in 0.001191 sec., 11754.827875734676 rows/sec., 958.52 KiB/sec. 2026.04.10 19:12:50.034130 [ 276 ] {eb4288d9-8745-4aa5-8431-8e67484b625b} TCPHandler: Processed in 0.001354229 sec. 2026.04.10 19:12:50.034241 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.034333 [ 276 ] {7a414e04-87c8-4f2c-84d9-8746661c2a6c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:50.034333 [ 196 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001573274 sec., 902576.4107205739 rows/sec., 60.77 MiB/sec. 2026.04.10 19:12:50.034373 [ 276 ] {7a414e04-87c8-4f2c-84d9-8746661c2a6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:50.034530 [ 195 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.10 19:12:50.034876 [ 195 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.034955 [ 195 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_13_3} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.10 19:12:50.035049 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.04.10 19:12:50.035098 [ 276 ] {7a414e04-87c8-4f2c-84d9-8746661c2a6c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.035138 [ 276 ] {7a414e04-87c8-4f2c-84d9-8746661c2a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.035536 [ 276 ] {7a414e04-87c8-4f2c-84d9-8746661c2a6c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:12:50.035756 [ 276 ] {7a414e04-87c8-4f2c-84d9-8746661c2a6c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.035882 [ 276 ] {7a414e04-87c8-4f2c-84d9-8746661c2a6c} executeQuery: Read 836 rows, 66.49 KiB in 0.001567 sec., 533503.5098915125 rows/sec., 41.44 MiB/sec. 2026.04.10 19:12:50.035919 [ 276 ] {7a414e04-87c8-4f2c-84d9-8746661c2a6c} TCPHandler: Processed in 0.001726189 sec. 2026.04.10 19:12:50.036033 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.036128 [ 276 ] {f939c921-ec32-4ab0-95f6-86c7ef0878cb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:50.036167 [ 276 ] {f939c921-ec32-4ab0-95f6-86c7ef0878cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:50.036591 [ 276 ] {f939c921-ec32-4ab0-95f6-86c7ef0878cb} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.036626 [ 276 ] {f939c921-ec32-4ab0-95f6-86c7ef0878cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.036942 [ 276 ] {f939c921-ec32-4ab0-95f6-86c7ef0878cb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:12:50.037152 [ 276 ] {f939c921-ec32-4ab0-95f6-86c7ef0878cb} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.037277 [ 276 ] {f939c921-ec32-4ab0-95f6-86c7ef0878cb} executeQuery: Read 172 rows, 10.72 KiB in 0.001167 sec., 147386.46101113968 rows/sec., 8.97 MiB/sec. 2026.04.10 19:12:50.037312 [ 276 ] {f939c921-ec32-4ab0-95f6-86c7ef0878cb} TCPHandler: Processed in 0.001327267 sec. 2026.04.10 19:12:50.037429 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.037524 [ 276 ] {14856172-7373-40df-89c8-c61c87b3ebfc} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:12:50.037561 [ 276 ] {14856172-7373-40df-89c8-c61c87b3ebfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:12:50.037981 [ 276 ] {14856172-7373-40df-89c8-c61c87b3ebfc} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.038015 [ 276 ] {14856172-7373-40df-89c8-c61c87b3ebfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.038314 [ 276 ] {14856172-7373-40df-89c8-c61c87b3ebfc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:12:50.038564 [ 276 ] {14856172-7373-40df-89c8-c61c87b3ebfc} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.038698 [ 276 ] {14856172-7373-40df-89c8-c61c87b3ebfc} executeQuery: Read 149 rows, 9.86 KiB in 0.001192 sec., 125000.00000000001 rows/sec., 8.08 MiB/sec. 2026.04.10 19:12:50.038735 [ 276 ] {14856172-7373-40df-89c8-c61c87b3ebfc} TCPHandler: Processed in 0.001357228 sec. 2026.04.10 19:12:50.038845 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.038938 [ 276 ] {44776c92-4b39-454e-a862-3affd31c82c7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:12:50.038976 [ 276 ] {44776c92-4b39-454e-a862-3affd31c82c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:12:50.039391 [ 276 ] {44776c92-4b39-454e-a862-3affd31c82c7} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.039425 [ 276 ] {44776c92-4b39-454e-a862-3affd31c82c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.039728 [ 276 ] {44776c92-4b39-454e-a862-3affd31c82c7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:12:50.039953 [ 276 ] {44776c92-4b39-454e-a862-3affd31c82c7} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.040042 [ 65 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.10 19:12:50.040072 [ 65 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.040078 [ 276 ] {44776c92-4b39-454e-a862-3affd31c82c7} executeQuery: Read 148 rows, 8.62 KiB in 0.001158 sec., 127806.56303972367 rows/sec., 7.27 MiB/sec. 2026.04.10 19:12:50.040090 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.040115 [ 276 ] {44776c92-4b39-454e-a862-3affd31c82c7} TCPHandler: Processed in 0.001317467 sec. 2026.04.10 19:12:50.040158 [ 196 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::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.04.10 19:12:50.040225 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.040234 [ 196 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:12:50.040267 [ 196 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 148 rows starting from the beginning of the part 2026.04.10 19:12:50.040318 [ 276 ] {b349d053-079d-4570-a226-0716e6d2a7b9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:50.040324 [ 196 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.04.10 19:12:50.040358 [ 276 ] {b349d053-079d-4570-a226-0716e6d2a7b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:50.040371 [ 196 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.04.10 19:12:50.040411 [ 196 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.04.10 19:12:50.040453 [ 196 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.04.10 19:12:50.040957 [ 276 ] {b349d053-079d-4570-a226-0716e6d2a7b9} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.040990 [ 276 ] {b349d053-079d-4570-a226-0716e6d2a7b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.041215 [ 195 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001084651 sec., 682247.100680311 rows/sec., 41.40 MiB/sec. 2026.04.10 19:12:50.041319 [ 276 ] {b349d053-079d-4570-a226-0716e6d2a7b9} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:12:50.041460 [ 190 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.10 19:12:50.041560 [ 276 ] {b349d053-079d-4570-a226-0716e6d2a7b9} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.041705 [ 276 ] {b349d053-079d-4570-a226-0716e6d2a7b9} executeQuery: Read 520 rows, 37.60 KiB in 0.001404 sec., 370370.37037037034 rows/sec., 26.15 MiB/sec. 2026.04.10 19:12:50.041744 [ 276 ] {b349d053-079d-4570-a226-0716e6d2a7b9} TCPHandler: Processed in 0.001566244 sec. 2026.04.10 19:12:50.041858 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.041874 [ 190 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.041951 [ 276 ] {ac576920-2429-455d-a227-bb5fbf4b9060} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:12:50.041972 [ 190 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_13_3} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.10 19:12:50.041998 [ 276 ] {ac576920-2429-455d-a227-bb5fbf4b9060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:12:50.042080 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.10 19:12:50.042340 [ 276 ] {ac576920-2429-455d-a227-bb5fbf4b9060} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.042380 [ 276 ] {ac576920-2429-455d-a227-bb5fbf4b9060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.042687 [ 276 ] {ac576920-2429-455d-a227-bb5fbf4b9060} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:12:50.042890 [ 276 ] {ac576920-2429-455d-a227-bb5fbf4b9060} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.043016 [ 276 ] {ac576920-2429-455d-a227-bb5fbf4b9060} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.04.10 19:12:50.043052 [ 276 ] {ac576920-2429-455d-a227-bb5fbf4b9060} TCPHandler: Processed in 0.001241875 sec. 2026.04.10 19:12:50.043164 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.043256 [ 276 ] {f7436673-7450-412d-8d23-931fc0cfa8a8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:50.043297 [ 276 ] {f7436673-7450-412d-8d23-931fc0cfa8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:50.043684 [ 276 ] {f7436673-7450-412d-8d23-931fc0cfa8a8} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.043718 [ 276 ] {f7436673-7450-412d-8d23-931fc0cfa8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.044048 [ 276 ] {f7436673-7450-412d-8d23-931fc0cfa8a8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:12:50.044280 [ 276 ] {f7436673-7450-412d-8d23-931fc0cfa8a8} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.044403 [ 276 ] {f7436673-7450-412d-8d23-931fc0cfa8a8} executeQuery: Read 272 rows, 18.52 KiB in 0.001165 sec., 233476.3948497854 rows/sec., 15.53 MiB/sec. 2026.04.10 19:12:50.044438 [ 276 ] {f7436673-7450-412d-8d23-931fc0cfa8a8} TCPHandler: Processed in 0.001321608 sec. 2026.04.10 19:12:50.044548 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.044640 [ 276 ] {6625075c-93d4-4bd4-96f6-3b2e18b8a892} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:12:50.044679 [ 276 ] {6625075c-93d4-4bd4-96f6-3b2e18b8a892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:12:50.044983 [ 276 ] {6625075c-93d4-4bd4-96f6-3b2e18b8a892} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.045016 [ 276 ] {6625075c-93d4-4bd4-96f6-3b2e18b8a892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.045308 [ 276 ] {6625075c-93d4-4bd4-96f6-3b2e18b8a892} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.10 19:12:50.045510 [ 276 ] {6625075c-93d4-4bd4-96f6-3b2e18b8a892} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.045633 [ 276 ] {6625075c-93d4-4bd4-96f6-3b2e18b8a892} executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. 2026.04.10 19:12:50.045667 [ 276 ] {6625075c-93d4-4bd4-96f6-3b2e18b8a892} TCPHandler: Processed in 0.001165872 sec. 2026.04.10 19:12:50.045774 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.045866 [ 276 ] {5bd1cbe0-6c6c-4601-be28-f31287282ce4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:50.045918 [ 276 ] {5bd1cbe0-6c6c-4601-be28-f31287282ce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:50.046659 [ 276 ] {5bd1cbe0-6c6c-4601-be28-f31287282ce4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.046693 [ 276 ] {5bd1cbe0-6c6c-4601-be28-f31287282ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.047202 [ 276 ] {5bd1cbe0-6c6c-4601-be28-f31287282ce4} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:12:50.047424 [ 276 ] {5bd1cbe0-6c6c-4601-be28-f31287282ce4} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.047558 [ 276 ] {5bd1cbe0-6c6c-4601-be28-f31287282ce4} executeQuery: Read 16 rows, 29.36 KiB in 0.00171 sec., 9356.72514619883 rows/sec., 16.77 MiB/sec. 2026.04.10 19:12:50.047607 [ 276 ] {5bd1cbe0-6c6c-4601-be28-f31287282ce4} TCPHandler: Processed in 0.001880403 sec. 2026.04.10 19:12:50.047709 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:50.047802 [ 276 ] {f2542bbe-2d85-4f20-b733-6780bd56e10e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:50.047841 [ 276 ] {f2542bbe-2d85-4f20-b733-6780bd56e10e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:50.048160 [ 276 ] {f2542bbe-2d85-4f20-b733-6780bd56e10e} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.048193 [ 276 ] {f2542bbe-2d85-4f20-b733-6780bd56e10e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.048492 [ 276 ] {f2542bbe-2d85-4f20-b733-6780bd56e10e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:12:50.048716 [ 276 ] {f2542bbe-2d85-4f20-b733-6780bd56e10e} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.048838 [ 276 ] {f2542bbe-2d85-4f20-b733-6780bd56e10e} executeQuery: Read 90 rows, 5.77 KiB in 0.001055 sec., 85308.05687203792 rows/sec., 5.34 MiB/sec. 2026.04.10 19:12:50.048871 [ 276 ] {f2542bbe-2d85-4f20-b733-6780bd56e10e} TCPHandler: Processed in 0.001209705 sec. 2026.04.10 19:12:50.391113 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9129 2026.04.10 19:12:50.391778 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.391821 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.392294 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:12:50.392525 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.392659 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9129 2026.04.10 19:12:50.890987 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.04.10 19:12:50.907550 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:50.907605 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:50.913523 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:12:50.914240 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:50.916984 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.04.10 19:12:51.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 249.79 MiB, peak 255.58 MiB, free memory in arenas 0.00 B, will set to 248.57 MiB (RSS), difference: -1.22 MiB 2026.04.10 19:12:55.023476 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:55.023697 [ 276 ] {279897d8-a703-4db3-bf6a-e915edebf488} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:12:55.023770 [ 276 ] {279897d8-a703-4db3-bf6a-e915edebf488} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:12:55.024580 [ 276 ] {279897d8-a703-4db3-bf6a-e915edebf488} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:55.024630 [ 276 ] {279897d8-a703-4db3-bf6a-e915edebf488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:55.025079 [ 276 ] {279897d8-a703-4db3-bf6a-e915edebf488} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:12:55.025311 [ 276 ] {279897d8-a703-4db3-bf6a-e915edebf488} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:55.025472 [ 276 ] {279897d8-a703-4db3-bf6a-e915edebf488} executeQuery: Read 108 rows, 9.28 KiB in 0.001828 sec., 59080.96280087528 rows/sec., 4.96 MiB/sec. 2026.04.10 19:12:55.025513 [ 276 ] {279897d8-a703-4db3-bf6a-e915edebf488} TCPHandler: Processed in 0.002170861 sec. 2026.04.10 19:12:55.025667 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:55.025769 [ 276 ] {fe1aa078-9e38-4bd1-92a3-012b470e42d8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:12:55.025809 [ 276 ] {fe1aa078-9e38-4bd1-92a3-012b470e42d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:12:55.026316 [ 276 ] {fe1aa078-9e38-4bd1-92a3-012b470e42d8} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:55.026352 [ 276 ] {fe1aa078-9e38-4bd1-92a3-012b470e42d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:55.026654 [ 276 ] {fe1aa078-9e38-4bd1-92a3-012b470e42d8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:12:55.026874 [ 276 ] {fe1aa078-9e38-4bd1-92a3-012b470e42d8} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:55.027008 [ 276 ] {fe1aa078-9e38-4bd1-92a3-012b470e42d8} executeQuery: Read 26 rows, 1.96 KiB in 0.001257 sec., 20684.168655529036 rows/sec., 1.52 MiB/sec. 2026.04.10 19:12:55.027044 [ 276 ] {fe1aa078-9e38-4bd1-92a3-012b470e42d8} TCPHandler: Processed in 0.001438411 sec. 2026.04.10 19:12:55.027164 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:55.027279 [ 276 ] {9ad6055e-df2c-408c-9f03-74bb6532fa11} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:12:55.027319 [ 276 ] {9ad6055e-df2c-408c-9f03-74bb6532fa11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:12:55.027772 [ 276 ] {9ad6055e-df2c-408c-9f03-74bb6532fa11} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:55.027806 [ 276 ] {9ad6055e-df2c-408c-9f03-74bb6532fa11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:55.028096 [ 276 ] {9ad6055e-df2c-408c-9f03-74bb6532fa11} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:12:55.028304 [ 276 ] {9ad6055e-df2c-408c-9f03-74bb6532fa11} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:55.028431 [ 276 ] {9ad6055e-df2c-408c-9f03-74bb6532fa11} executeQuery: Read 90 rows, 7.20 KiB in 0.001174 sec., 76660.98807495742 rows/sec., 5.99 MiB/sec. 2026.04.10 19:12:55.028467 [ 276 ] {9ad6055e-df2c-408c-9f03-74bb6532fa11} TCPHandler: Processed in 0.001350118 sec. 2026.04.10 19:12:55.028587 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:55.028689 [ 276 ] {b89db873-0240-4081-b69b-0644854945ab} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:55.028730 [ 276 ] {b89db873-0240-4081-b69b-0644854945ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:12:55.029152 [ 276 ] {b89db873-0240-4081-b69b-0644854945ab} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:55.029186 [ 276 ] {b89db873-0240-4081-b69b-0644854945ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:55.029510 [ 276 ] {b89db873-0240-4081-b69b-0644854945ab} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:12:55.029709 [ 276 ] {b89db873-0240-4081-b69b-0644854945ab} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:55.029835 [ 276 ] {b89db873-0240-4081-b69b-0644854945ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2026.04.10 19:12:55.029871 [ 276 ] {b89db873-0240-4081-b69b-0644854945ab} TCPHandler: Processed in 0.001330568 sec. 2026.04.10 19:12:55.029983 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:55.030084 [ 276 ] {4a4b7a2a-e716-4cc6-aca4-42a7de1165e5} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:12:55.030136 [ 276 ] {4a4b7a2a-e716-4cc6-aca4-42a7de1165e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:12:55.030945 [ 276 ] {4a4b7a2a-e716-4cc6-aca4-42a7de1165e5} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:55.030980 [ 276 ] {4a4b7a2a-e716-4cc6-aca4-42a7de1165e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:55.031506 [ 276 ] {4a4b7a2a-e716-4cc6-aca4-42a7de1165e5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:12:55.031741 [ 276 ] {4a4b7a2a-e716-4cc6-aca4-42a7de1165e5} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:55.031886 [ 276 ] {4a4b7a2a-e716-4cc6-aca4-42a7de1165e5} executeQuery: Read 26 rows, 47.71 KiB in 0.00182 sec., 14285.714285714286 rows/sec., 25.60 MiB/sec. 2026.04.10 19:12:55.031936 [ 276 ] {4a4b7a2a-e716-4cc6-aca4-42a7de1165e5} TCPHandler: Processed in 0.002000057 sec. 2026.04.10 19:12:55.032053 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:12:55.032154 [ 276 ] {c9254122-d8b7-4f8d-ad1a-17b3c65cccd5} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:12:55.032194 [ 276 ] {c9254122-d8b7-4f8d-ad1a-17b3c65cccd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:12:55.032543 [ 276 ] {c9254122-d8b7-4f8d-ad1a-17b3c65cccd5} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:55.032577 [ 276 ] {c9254122-d8b7-4f8d-ad1a-17b3c65cccd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:55.032871 [ 276 ] {c9254122-d8b7-4f8d-ad1a-17b3c65cccd5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:12:55.033073 [ 276 ] {c9254122-d8b7-4f8d-ad1a-17b3c65cccd5} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:55.033195 [ 276 ] {c9254122-d8b7-4f8d-ad1a-17b3c65cccd5} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.04.10 19:12:55.033229 [ 276 ] {c9254122-d8b7-4f8d-ad1a-17b3c65cccd5} TCPHandler: Processed in 0.001227475 sec. 2026.04.10 19:12:57.670132 [ 55 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:12:57.670182 [ 55 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:12:57.883047 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 700 2026.04.10 19:12:57.885381 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:57.885424 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:57.886617 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:12:57.886885 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:57.887137 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 700 2026.04.10 19:12:57.893625 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9577 2026.04.10 19:12:57.894150 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:57.894195 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:57.894687 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:12:57.894914 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:57.895048 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9577 2026.04.10 19:12:58.417957 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.04.10 19:12:58.434822 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:12:58.434876 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:12:58.440643 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:12:58.441334 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:12:58.444081 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.04.10 19:13:00.029891 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.030094 [ 276 ] {de1a7f64-2f57-4177-bd6d-96b5d965f5d5} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.030161 [ 276 ] {de1a7f64-2f57-4177-bd6d-96b5d965f5d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:13:00.030877 [ 276 ] {de1a7f64-2f57-4177-bd6d-96b5d965f5d5} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.030927 [ 276 ] {de1a7f64-2f57-4177-bd6d-96b5d965f5d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.031387 [ 276 ] {de1a7f64-2f57-4177-bd6d-96b5d965f5d5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:13:00.031628 [ 276 ] {de1a7f64-2f57-4177-bd6d-96b5d965f5d5} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.031784 [ 276 ] {de1a7f64-2f57-4177-bd6d-96b5d965f5d5} executeQuery: Read 284 rows, 18.47 KiB in 0.001741 sec., 163124.64101091327 rows/sec., 10.36 MiB/sec. 2026.04.10 19:13:00.031825 [ 276 ] {de1a7f64-2f57-4177-bd6d-96b5d965f5d5} TCPHandler: Processed in 0.002066128 sec. 2026.04.10 19:13:00.031950 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.032046 [ 276 ] {5395e3ef-9a74-4531-aacd-5a1989fb4898} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:00.032087 [ 276 ] {5395e3ef-9a74-4531-aacd-5a1989fb4898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:00.032810 [ 276 ] {5395e3ef-9a74-4531-aacd-5a1989fb4898} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.032851 [ 276 ] {5395e3ef-9a74-4531-aacd-5a1989fb4898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.033212 [ 276 ] {5395e3ef-9a74-4531-aacd-5a1989fb4898} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:13:00.033431 [ 276 ] {5395e3ef-9a74-4531-aacd-5a1989fb4898} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.033533 [ 53 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:13:00.033559 [ 276 ] {5395e3ef-9a74-4531-aacd-5a1989fb4898} executeQuery: Read 829 rows, 65.98 KiB in 0.001531 sec., 541476.1593729588 rows/sec., 42.09 MiB/sec. 2026.04.10 19:13:00.033571 [ 53 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.033596 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.033597 [ 276 ] {5395e3ef-9a74-4531-aacd-5a1989fb4898} TCPHandler: Processed in 0.001696798 sec. 2026.04.10 19:13:00.033692 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:13:00.033717 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.033798 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:00.033813 [ 276 ] {0d543f42-be70-4936-b42a-7cfebb7998fe} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.033832 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3239 rows starting from the beginning of the part 2026.04.10 19:13:00.033854 [ 276 ] {0d543f42-be70-4936-b42a-7cfebb7998fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:00.033897 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 830 rows starting from the beginning of the part 2026.04.10 19:13:00.033947 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 108 rows starting from the beginning of the part 2026.04.10 19:13:00.033993 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 836 rows starting from the beginning of the part 2026.04.10 19:13:00.034037 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 108 rows starting from the beginning of the part 2026.04.10 19:13:00.034082 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 829 rows starting from the beginning of the part 2026.04.10 19:13:00.034283 [ 276 ] {0d543f42-be70-4936-b42a-7cfebb7998fe} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.034317 [ 276 ] {0d543f42-be70-4936-b42a-7cfebb7998fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.034626 [ 276 ] {0d543f42-be70-4936-b42a-7cfebb7998fe} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:13:00.034845 [ 276 ] {0d543f42-be70-4936-b42a-7cfebb7998fe} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.034972 [ 276 ] {0d543f42-be70-4936-b42a-7cfebb7998fe} executeQuery: Read 158 rows, 9.75 KiB in 0.001178 sec., 134125.63667232599 rows/sec., 8.08 MiB/sec. 2026.04.10 19:13:00.034989 [ 52 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:13:00.035009 [ 276 ] {0d543f42-be70-4936-b42a-7cfebb7998fe} TCPHandler: Processed in 0.001341658 sec. 2026.04.10 19:13:00.035054 [ 52 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.035100 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.035150 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.035227 [ 195 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:13:00.035250 [ 276 ] {904ec774-f4c5-41b0-81c8-52aa0cc4ebb9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.035296 [ 276 ] {904ec774-f4c5-41b0-81c8-52aa0cc4ebb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:13:00.035358 [ 195 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:00.035406 [ 195 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 211 rows starting from the beginning of the part 2026.04.10 19:13:00.035475 [ 195 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 158 rows starting from the beginning of the part 2026.04.10 19:13:00.035525 [ 195 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:00.035566 [ 195 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 172 rows starting from the beginning of the part 2026.04.10 19:13:00.035605 [ 195 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:00.035644 [ 195 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 158 rows starting from the beginning of the part 2026.04.10 19:13:00.035758 [ 276 ] {904ec774-f4c5-41b0-81c8-52aa0cc4ebb9} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.035798 [ 276 ] {904ec774-f4c5-41b0-81c8-52aa0cc4ebb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.036017 [ 187 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5950 rows, containing 5 columns (5 merged, 0 gathered) in 0.002365527 sec., 2515295.7459373744 rows/sec., 201.48 MiB/sec. 2026.04.10 19:13:00.036171 [ 276 ] {904ec774-f4c5-41b0-81c8-52aa0cc4ebb9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:13:00.036400 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:13:00.036446 [ 276 ] {904ec774-f4c5-41b0-81c8-52aa0cc4ebb9} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.036579 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 751 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397849 sec., 537254.0238609463 rows/sec., 35.41 MiB/sec. 2026.04.10 19:13:00.036597 [ 276 ] {904ec774-f4c5-41b0-81c8-52aa0cc4ebb9} executeQuery: Read 149 rows, 9.86 KiB in 0.001364 sec., 109237.53665689149 rows/sec., 7.06 MiB/sec. 2026.04.10 19:13:00.036658 [ 276 ] {904ec774-f4c5-41b0-81c8-52aa0cc4ebb9} TCPHandler: Processed in 0.001557374 sec. 2026.04.10 19:13:00.036669 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.036744 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_31_6} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:13:00.036759 [ 187 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:13:00.036777 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.036803 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.04.10 19:13:00.036891 [ 276 ] {1cda7159-2b22-4f1a-a868-44074ca43dee} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.036937 [ 276 ] {1cda7159-2b22-4f1a-a868-44074ca43dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:13:00.037048 [ 187 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.037123 [ 187 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_26_5} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:13:00.037204 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.10 19:13:00.037405 [ 276 ] {1cda7159-2b22-4f1a-a868-44074ca43dee} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.037446 [ 276 ] {1cda7159-2b22-4f1a-a868-44074ca43dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.037762 [ 276 ] {1cda7159-2b22-4f1a-a868-44074ca43dee} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:13:00.037991 [ 276 ] {1cda7159-2b22-4f1a-a868-44074ca43dee} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.038137 [ 276 ] {1cda7159-2b22-4f1a-a868-44074ca43dee} executeQuery: Read 148 rows, 8.62 KiB in 0.001264 sec., 117088.60759493672 rows/sec., 6.66 MiB/sec. 2026.04.10 19:13:00.038181 [ 276 ] {1cda7159-2b22-4f1a-a868-44074ca43dee} TCPHandler: Processed in 0.001453861 sec. 2026.04.10 19:13:00.038314 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.038416 [ 276 ] {dc2a2e85-2d5d-4c41-aa5b-0b60fea91453} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:00.038458 [ 276 ] {dc2a2e85-2d5d-4c41-aa5b-0b60fea91453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:00.039133 [ 276 ] {dc2a2e85-2d5d-4c41-aa5b-0b60fea91453} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.039177 [ 276 ] {dc2a2e85-2d5d-4c41-aa5b-0b60fea91453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.039605 [ 276 ] {dc2a2e85-2d5d-4c41-aa5b-0b60fea91453} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:13:00.039879 [ 276 ] {dc2a2e85-2d5d-4c41-aa5b-0b60fea91453} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.040010 [ 52 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:13:00.040039 [ 276 ] {dc2a2e85-2d5d-4c41-aa5b-0b60fea91453} executeQuery: Read 506 rows, 36.46 KiB in 0.001641 sec., 308348.5679463741 rows/sec., 21.70 MiB/sec. 2026.04.10 19:13:00.040046 [ 52 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.040083 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.040093 [ 276 ] {dc2a2e85-2d5d-4c41-aa5b-0b60fea91453} TCPHandler: Processed in 0.001833872 sec. 2026.04.10 19:13:00.040175 [ 189 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:13:00.040227 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.040304 [ 189 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:00.040333 [ 276 ] {c0c64c31-d95d-41f2-bf1f-e018f7af0d7c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:13:00.040344 [ 189 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1792 rows starting from the beginning of the part 2026.04.10 19:13:00.040385 [ 276 ] {c0c64c31-d95d-41f2-bf1f-e018f7af0d7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:13:00.040429 [ 189 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 506 rows starting from the beginning of the part 2026.04.10 19:13:00.040482 [ 189 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:13:00.040533 [ 189 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 520 rows starting from the beginning of the part 2026.04.10 19:13:00.040575 [ 189 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:13:00.040620 [ 189 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 506 rows starting from the beginning of the part 2026.04.10 19:13:00.040744 [ 276 ] {c0c64c31-d95d-41f2-bf1f-e018f7af0d7c} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.040788 [ 276 ] {c0c64c31-d95d-41f2-bf1f-e018f7af0d7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.041193 [ 276 ] {c0c64c31-d95d-41f2-bf1f-e018f7af0d7c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:13:00.041438 [ 276 ] {c0c64c31-d95d-41f2-bf1f-e018f7af0d7c} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.041574 [ 276 ] {c0c64c31-d95d-41f2-bf1f-e018f7af0d7c} executeQuery: Read 6 rows, 321.00 B in 0.001259 sec., 4765.687053216839 rows/sec., 248.99 KiB/sec. 2026.04.10 19:13:00.041612 [ 276 ] {c0c64c31-d95d-41f2-bf1f-e018f7af0d7c} TCPHandler: Processed in 0.00143647 sec. 2026.04.10 19:13:00.041727 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.041824 [ 276 ] {512b3759-0e4a-4cd7-9a3e-fcfeac5bf0b1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.041868 [ 276 ] {512b3759-0e4a-4cd7-9a3e-fcfeac5bf0b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:00.042118 [ 187 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3504 rows, containing 5 columns (5 merged, 0 gathered) in 0.001986816 sec., 1763625.821414766 rows/sec., 129.22 MiB/sec. 2026.04.10 19:13:00.042295 [ 276 ] {512b3759-0e4a-4cd7-9a3e-fcfeac5bf0b1} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.042335 [ 276 ] {512b3759-0e4a-4cd7-9a3e-fcfeac5bf0b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.042336 [ 192 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:13:00.042601 [ 192 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.042672 [ 192 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_31_6} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:13:00.042694 [ 276 ] {512b3759-0e4a-4cd7-9a3e-fcfeac5bf0b1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:13:00.042745 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.04.10 19:13:00.042928 [ 276 ] {512b3759-0e4a-4cd7-9a3e-fcfeac5bf0b1} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.043041 [ 52 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:13:00.043065 [ 276 ] {512b3759-0e4a-4cd7-9a3e-fcfeac5bf0b1} executeQuery: Read 265 rows, 18.03 KiB in 0.00126 sec., 210317.4603174603 rows/sec., 13.98 MiB/sec. 2026.04.10 19:13:00.043075 [ 52 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.043105 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.043109 [ 276 ] {512b3759-0e4a-4cd7-9a3e-fcfeac5bf0b1} TCPHandler: Processed in 0.001432141 sec. 2026.04.10 19:13:00.043172 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:13:00.043251 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.043264 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:00.043301 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11695 rows starting from the beginning of the part 2026.04.10 19:13:00.043353 [ 276 ] {b0dbe593-06b2-4c62-8586-8276bdc7c97b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.043355 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 265 rows starting from the beginning of the part 2026.04.10 19:13:00.043403 [ 276 ] {b0dbe593-06b2-4c62-8586-8276bdc7c97b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:13:00.043418 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.04.10 19:13:00.043461 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 272 rows starting from the beginning of the part 2026.04.10 19:13:00.043499 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.04.10 19:13:00.043540 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 265 rows starting from the beginning of the part 2026.04.10 19:13:00.043733 [ 276 ] {b0dbe593-06b2-4c62-8586-8276bdc7c97b} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.043774 [ 276 ] {b0dbe593-06b2-4c62-8586-8276bdc7c97b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.044135 [ 276 ] {b0dbe593-06b2-4c62-8586-8276bdc7c97b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.10 19:13:00.044379 [ 276 ] {b0dbe593-06b2-4c62-8586-8276bdc7c97b} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.044511 [ 276 ] {b0dbe593-06b2-4c62-8586-8276bdc7c97b} executeQuery: Read 1 rows, 69.00 B in 0.001177 sec., 849.6176720475785 rows/sec., 57.25 KiB/sec. 2026.04.10 19:13:00.044547 [ 276 ] {b0dbe593-06b2-4c62-8586-8276bdc7c97b} TCPHandler: Processed in 0.001346698 sec. 2026.04.10 19:13:00.044672 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.044767 [ 276 ] {060f8c63-73cf-4542-a2a0-cd0d7252099b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.044820 [ 276 ] {060f8c63-73cf-4542-a2a0-cd0d7252099b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:00.045623 [ 276 ] {060f8c63-73cf-4542-a2a0-cd0d7252099b} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.045659 [ 276 ] {060f8c63-73cf-4542-a2a0-cd0d7252099b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.046260 [ 276 ] {060f8c63-73cf-4542-a2a0-cd0d7252099b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:13:00.046499 [ 276 ] {060f8c63-73cf-4542-a2a0-cd0d7252099b} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.046609 [ 52 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:13:00.046638 [ 276 ] {060f8c63-73cf-4542-a2a0-cd0d7252099b} executeQuery: Read 16 rows, 29.36 KiB in 0.00189 sec., 8465.608465608466 rows/sec., 15.17 MiB/sec. 2026.04.10 19:13:00.046648 [ 52 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.046681 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.046705 [ 276 ] {060f8c63-73cf-4542-a2a0-cd0d7252099b} TCPHandler: Processed in 0.002082879 sec. 2026.04.10 19:13:00.046750 [ 192 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:13:00.046818 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.046913 [ 276 ] {4251d8ad-f5d0-474d-bcba-fa6a72ceeb6d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.046926 [ 192 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:00.046955 [ 276 ] {4251d8ad-f5d0-474d-bcba-fa6a72ceeb6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:00.046975 [ 192 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 415 rows starting from the beginning of the part 2026.04.10 19:13:00.047084 [ 192 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part 2026.04.10 19:13:00.047187 [ 192 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:00.047277 [ 192 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part 2026.04.10 19:13:00.047289 [ 276 ] {4251d8ad-f5d0-474d-bcba-fa6a72ceeb6d} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.047325 [ 276 ] {4251d8ad-f5d0-474d-bcba-fa6a72ceeb6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.047363 [ 192 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:00.047453 [ 186 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 12817 rows, containing 5 columns (5 merged, 0 gathered) in 0.004307122 sec., 2975768.970556209 rows/sec., 190.49 MiB/sec. 2026.04.10 19:13:00.047458 [ 192 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part 2026.04.10 19:13:00.047653 [ 276 ] {4251d8ad-f5d0-474d-bcba-fa6a72ceeb6d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:13:00.047832 [ 199 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:13:00.047896 [ 276 ] {4251d8ad-f5d0-474d-bcba-fa6a72ceeb6d} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.048016 [ 52 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:13:00.048041 [ 276 ] {4251d8ad-f5d0-474d-bcba-fa6a72ceeb6d} executeQuery: Read 90 rows, 5.77 KiB in 0.001146 sec., 78534.03141361255 rows/sec., 4.91 MiB/sec. 2026.04.10 19:13:00.048046 [ 52 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.048082 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.048085 [ 276 ] {4251d8ad-f5d0-474d-bcba-fa6a72ceeb6d} TCPHandler: Processed in 0.001317317 sec. 2026.04.10 19:13:00.048123 [ 199 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.048203 [ 199 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_31_6} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:13:00.048210 [ 194 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:13:00.048264 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. 2026.04.10 19:13:00.048374 [ 194 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:00.048417 [ 194 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1650 rows starting from the beginning of the part 2026.04.10 19:13:00.048481 [ 194 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.04.10 19:13:00.048521 [ 194 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.04.10 19:13:00.048560 [ 194 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 90 rows starting from the beginning of the part 2026.04.10 19:13:00.048596 [ 194 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.04.10 19:13:00.048635 [ 194 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 90 rows starting from the beginning of the part 2026.04.10 19:13:00.049758 [ 199 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2040 rows, containing 4 columns (4 merged, 0 gathered) in 0.001619246 sec., 1259845.6318558145 rows/sec., 81.15 MiB/sec. 2026.04.10 19:13:00.050005 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:13:00.050310 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.050396 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_31_6} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:13:00.050470 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.04.10 19:13:00.066482 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 19 columns (19 merged, 0 gathered) in 0.019761676 sec., 26060.542638185143 rows/sec., 46.70 MiB/sec. 2026.04.10 19:13:00.067356 [ 188 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:13:00.067677 [ 188 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.067742 [ 188 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_26_5} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:13:00.067826 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.04.10 19:13:00.351135 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.351317 [ 276 ] {e2a3c814-2c40-4c74-bc65-0942cafa2712} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:13:00.351383 [ 276 ] {e2a3c814-2c40-4c74-bc65-0942cafa2712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:13:00.352003 [ 276 ] {e2a3c814-2c40-4c74-bc65-0942cafa2712} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.352049 [ 276 ] {e2a3c814-2c40-4c74-bc65-0942cafa2712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.352437 [ 276 ] {e2a3c814-2c40-4c74-bc65-0942cafa2712} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:13:00.352671 [ 276 ] {e2a3c814-2c40-4c74-bc65-0942cafa2712} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.352822 [ 276 ] {e2a3c814-2c40-4c74-bc65-0942cafa2712} executeQuery: Read 4 rows, 334.00 B in 0.001555 sec., 2572.347266881029 rows/sec., 209.76 KiB/sec. 2026.04.10 19:13:00.352832 [ 52 ] {} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.10 19:13:00.352866 [ 276 ] {e2a3c814-2c40-4c74-bc65-0942cafa2712} TCPHandler: Processed in 0.001878103 sec. 2026.04.10 19:13:00.352899 [ 52 ] {} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.352927 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.353018 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.353032 [ 199 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::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.04.10 19:13:00.353130 [ 276 ] {2ec92dac-514f-47b5-9c81-580a8cd99d84} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:00.353158 [ 199 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:00.353175 [ 276 ] {2ec92dac-514f-47b5-9c81-580a8cd99d84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:00.353198 [ 199 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::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.04.10 19:13:00.353272 [ 199 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.04.10 19:13:00.353317 [ 199 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2026.04.10 19:13:00.353372 [ 199 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.04.10 19:13:00.353421 [ 199 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part 2026.04.10 19:13:00.353461 [ 199 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.04.10 19:13:00.354254 [ 188 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001269085 sec., 39398.464247863616 rows/sec., 3.29 MiB/sec. 2026.04.10 19:13:00.354380 [ 200 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.10 19:13:00.354624 [ 200 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.354684 [ 200 ] {1f6dcc37-794e-4b4e-9ffb-215e35036a42::all_1_6_1} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.10 19:13:00.354758 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.10 19:13:00.354795 [ 276 ] {2ec92dac-514f-47b5-9c81-580a8cd99d84} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.354833 [ 276 ] {2ec92dac-514f-47b5-9c81-580a8cd99d84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.355321 [ 276 ] {2ec92dac-514f-47b5-9c81-580a8cd99d84} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:13:00.355546 [ 276 ] {2ec92dac-514f-47b5-9c81-580a8cd99d84} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.355684 [ 276 ] {2ec92dac-514f-47b5-9c81-580a8cd99d84} executeQuery: Read 2455 rows, 185.25 KiB in 0.00258 sec., 951550.3875968993 rows/sec., 70.12 MiB/sec. 2026.04.10 19:13:00.355724 [ 276 ] {2ec92dac-514f-47b5-9c81-580a8cd99d84} TCPHandler: Processed in 0.002760048 sec. 2026.04.10 19:13:00.355845 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.355942 [ 276 ] {2ce03c53-c95e-4c56-a469-693e3fe88599} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.355984 [ 276 ] {2ce03c53-c95e-4c56-a469-693e3fe88599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:00.356484 [ 276 ] {2ce03c53-c95e-4c56-a469-693e3fe88599} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.356522 [ 276 ] {2ce03c53-c95e-4c56-a469-693e3fe88599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.356854 [ 276 ] {2ce03c53-c95e-4c56-a469-693e3fe88599} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:13:00.357068 [ 276 ] {2ce03c53-c95e-4c56-a469-693e3fe88599} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.357196 [ 276 ] {2ce03c53-c95e-4c56-a469-693e3fe88599} executeQuery: Read 39 rows, 2.91 KiB in 0.001272 sec., 30660.37735849057 rows/sec., 2.23 MiB/sec. 2026.04.10 19:13:00.357233 [ 276 ] {2ce03c53-c95e-4c56-a469-693e3fe88599} TCPHandler: Processed in 0.00143884 sec. 2026.04.10 19:13:00.357347 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.357444 [ 276 ] {67f682e7-0077-4ea3-a706-54ccd41a2f1f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.357484 [ 276 ] {67f682e7-0077-4ea3-a706-54ccd41a2f1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:13:00.358245 [ 276 ] {67f682e7-0077-4ea3-a706-54ccd41a2f1f} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.358282 [ 276 ] {67f682e7-0077-4ea3-a706-54ccd41a2f1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.358628 [ 276 ] {67f682e7-0077-4ea3-a706-54ccd41a2f1f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:13:00.358856 [ 276 ] {67f682e7-0077-4ea3-a706-54ccd41a2f1f} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.358993 [ 276 ] {67f682e7-0077-4ea3-a706-54ccd41a2f1f} executeQuery: Read 801 rows, 47.38 KiB in 0.001567 sec., 511167.8366305041 rows/sec., 29.53 MiB/sec. 2026.04.10 19:13:00.359031 [ 276 ] {67f682e7-0077-4ea3-a706-54ccd41a2f1f} TCPHandler: Processed in 0.001733119 sec. 2026.04.10 19:13:00.359150 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.359246 [ 276 ] {6a640730-1b86-4a6a-9384-4a7b7ec7dd5c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.359294 [ 276 ] {6a640730-1b86-4a6a-9384-4a7b7ec7dd5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:13:00.359684 [ 276 ] {6a640730-1b86-4a6a-9384-4a7b7ec7dd5c} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.359722 [ 276 ] {6a640730-1b86-4a6a-9384-4a7b7ec7dd5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.360015 [ 276 ] {6a640730-1b86-4a6a-9384-4a7b7ec7dd5c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.10 19:13:00.360255 [ 276 ] {6a640730-1b86-4a6a-9384-4a7b7ec7dd5c} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.360389 [ 276 ] {6a640730-1b86-4a6a-9384-4a7b7ec7dd5c} executeQuery: Read 1 rows, 72.00 B in 0.001161 sec., 861.3264427217916 rows/sec., 60.56 KiB/sec. 2026.04.10 19:13:00.360427 [ 276 ] {6a640730-1b86-4a6a-9384-4a7b7ec7dd5c} TCPHandler: Processed in 0.001332298 sec. 2026.04.10 19:13:00.360542 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.360638 [ 276 ] {3fd2ed8a-6324-429b-8dde-26221bb0a428} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:00.360680 [ 276 ] {3fd2ed8a-6324-429b-8dde-26221bb0a428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:00.361700 [ 276 ] {3fd2ed8a-6324-429b-8dde-26221bb0a428} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.361743 [ 276 ] {3fd2ed8a-6324-429b-8dde-26221bb0a428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.362220 [ 276 ] {3fd2ed8a-6324-429b-8dde-26221bb0a428} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:13:00.362512 [ 276 ] {3fd2ed8a-6324-429b-8dde-26221bb0a428} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.362677 [ 276 ] {3fd2ed8a-6324-429b-8dde-26221bb0a428} executeQuery: Read 1318 rows, 90.36 KiB in 0.002056 sec., 641050.5836575875 rows/sec., 42.92 MiB/sec. 2026.04.10 19:13:00.362724 [ 276 ] {3fd2ed8a-6324-429b-8dde-26221bb0a428} TCPHandler: Processed in 0.002231003 sec. 2026.04.10 19:13:00.363583 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.363687 [ 276 ] {ca56532e-476d-48bd-883b-bc41fda7b1cb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.363735 [ 276 ] {ca56532e-476d-48bd-883b-bc41fda7b1cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:00.364592 [ 276 ] {ca56532e-476d-48bd-883b-bc41fda7b1cb} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.364638 [ 276 ] {ca56532e-476d-48bd-883b-bc41fda7b1cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.365205 [ 276 ] {ca56532e-476d-48bd-883b-bc41fda7b1cb} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:13:00.365487 [ 276 ] {ca56532e-476d-48bd-883b-bc41fda7b1cb} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.365629 [ 276 ] {ca56532e-476d-48bd-883b-bc41fda7b1cb} executeQuery: Read 1498 rows, 93.04 KiB in 0.001964 sec., 762729.1242362525 rows/sec., 46.26 MiB/sec. 2026.04.10 19:13:00.365667 [ 276 ] {ca56532e-476d-48bd-883b-bc41fda7b1cb} TCPHandler: Processed in 0.00214188 sec. 2026.04.10 19:13:00.365785 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.365881 [ 276 ] {45be9917-efca-4a52-99a6-76c2f4a59692} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.365938 [ 276 ] {45be9917-efca-4a52-99a6-76c2f4a59692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:00.366763 [ 276 ] {45be9917-efca-4a52-99a6-76c2f4a59692} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.366800 [ 276 ] {45be9917-efca-4a52-99a6-76c2f4a59692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.367353 [ 276 ] {45be9917-efca-4a52-99a6-76c2f4a59692} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:13:00.367579 [ 276 ] {45be9917-efca-4a52-99a6-76c2f4a59692} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.367717 [ 276 ] {45be9917-efca-4a52-99a6-76c2f4a59692} executeQuery: Read 35 rows, 64.22 KiB in 0.001856 sec., 18857.758620689656 rows/sec., 33.79 MiB/sec. 2026.04.10 19:13:00.367779 [ 276 ] {45be9917-efca-4a52-99a6-76c2f4a59692} TCPHandler: Processed in 0.002044417 sec. 2026.04.10 19:13:00.367892 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:00.367990 [ 276 ] {6ac3ec7e-c326-4cfd-9836-cb737ba32d61} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:00.368031 [ 276 ] {6ac3ec7e-c326-4cfd-9836-cb737ba32d61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:00.368355 [ 276 ] {6ac3ec7e-c326-4cfd-9836-cb737ba32d61} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:00.368389 [ 276 ] {6ac3ec7e-c326-4cfd-9836-cb737ba32d61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:00.368715 [ 276 ] {6ac3ec7e-c326-4cfd-9836-cb737ba32d61} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:13:00.368930 [ 276 ] {6ac3ec7e-c326-4cfd-9836-cb737ba32d61} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:00.369060 [ 276 ] {6ac3ec7e-c326-4cfd-9836-cb737ba32d61} executeQuery: Read 12 rows, 848.00 B in 0.001089 sec., 11019.283746556475 rows/sec., 760.45 KiB/sec. 2026.04.10 19:13:00.369096 [ 276 ] {6ac3ec7e-c326-4cfd-9836-cb737ba32d61} TCPHandler: Processed in 0.001252726 sec. 2026.04.10 19:13:01.001170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 250.84 MiB, peak 257.45 MiB, free memory in arenas 0.00 B, will set to 252.45 MiB (RSS), difference: 1.62 MiB 2026.04.10 19:13:05.020192 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:05.020389 [ 276 ] {6e54c286-91ad-44bf-9d05-9356097e80b6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:05.020458 [ 276 ] {6e54c286-91ad-44bf-9d05-9356097e80b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:05.021121 [ 276 ] {6e54c286-91ad-44bf-9d05-9356097e80b6} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:05.021169 [ 276 ] {6e54c286-91ad-44bf-9d05-9356097e80b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:05.021579 [ 276 ] {6e54c286-91ad-44bf-9d05-9356097e80b6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:13:05.021816 [ 276 ] {6e54c286-91ad-44bf-9d05-9356097e80b6} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:05.021971 [ 276 ] {6e54c286-91ad-44bf-9d05-9356097e80b6} executeQuery: Read 56 rows, 4.38 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.62 MiB/sec. 2026.04.10 19:13:05.022012 [ 276 ] {6e54c286-91ad-44bf-9d05-9356097e80b6} TCPHandler: Processed in 0.001952685 sec. 2026.04.10 19:13:05.022134 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:05.022229 [ 276 ] {91d99c47-ebef-4520-bea6-88e79961fdd7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:05.022272 [ 276 ] {91d99c47-ebef-4520-bea6-88e79961fdd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:05.022702 [ 276 ] {91d99c47-ebef-4520-bea6-88e79961fdd7} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:05.022741 [ 276 ] {91d99c47-ebef-4520-bea6-88e79961fdd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:05.023052 [ 276 ] {91d99c47-ebef-4520-bea6-88e79961fdd7} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:13:05.023284 [ 276 ] {91d99c47-ebef-4520-bea6-88e79961fdd7} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:05.023415 [ 276 ] {91d99c47-ebef-4520-bea6-88e79961fdd7} executeQuery: Read 64 rows, 5.12 KiB in 0.001204 sec., 53156.14617940199 rows/sec., 4.15 MiB/sec. 2026.04.10 19:13:05.023454 [ 276 ] {91d99c47-ebef-4520-bea6-88e79961fdd7} TCPHandler: Processed in 0.001370369 sec. 2026.04.10 19:13:05.023575 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:05.023673 [ 276 ] {7e01c173-3ff1-4ab8-b974-d0e37abe5b57} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:05.023718 [ 276 ] {7e01c173-3ff1-4ab8-b974-d0e37abe5b57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:05.024109 [ 276 ] {7e01c173-3ff1-4ab8-b974-d0e37abe5b57} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:05.024145 [ 276 ] {7e01c173-3ff1-4ab8-b974-d0e37abe5b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:05.024481 [ 276 ] {7e01c173-3ff1-4ab8-b974-d0e37abe5b57} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:13:05.024700 [ 276 ] {7e01c173-3ff1-4ab8-b974-d0e37abe5b57} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:05.024829 [ 276 ] {7e01c173-3ff1-4ab8-b974-d0e37abe5b57} executeQuery: Read 128 rows, 9.13 KiB in 0.001175 sec., 108936.17021276595 rows/sec., 7.59 MiB/sec. 2026.04.10 19:13:05.024867 [ 276 ] {7e01c173-3ff1-4ab8-b974-d0e37abe5b57} TCPHandler: Processed in 0.001342508 sec. 2026.04.10 19:13:05.024992 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:05.025092 [ 276 ] {15f3a9bd-e2aa-4069-93d0-8130a9acbccb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:05.025135 [ 276 ] {15f3a9bd-e2aa-4069-93d0-8130a9acbccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:05.025505 [ 276 ] {15f3a9bd-e2aa-4069-93d0-8130a9acbccb} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:05.025544 [ 276 ] {15f3a9bd-e2aa-4069-93d0-8130a9acbccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:05.025860 [ 276 ] {15f3a9bd-e2aa-4069-93d0-8130a9acbccb} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:13:05.026085 [ 276 ] {15f3a9bd-e2aa-4069-93d0-8130a9acbccb} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:05.026216 [ 276 ] {15f3a9bd-e2aa-4069-93d0-8130a9acbccb} executeQuery: Read 48 rows, 3.31 KiB in 0.001142 sec., 42031.52364273205 rows/sec., 2.83 MiB/sec. 2026.04.10 19:13:05.026252 [ 276 ] {15f3a9bd-e2aa-4069-93d0-8130a9acbccb} TCPHandler: Processed in 0.001309237 sec. 2026.04.10 19:13:05.395149 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10089 2026.04.10 19:13:05.395678 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:05.395717 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:05.396176 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:13:05.396423 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:05.396567 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10089 2026.04.10 19:13:05.396579 [ 38 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:13:05.396669 [ 38 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:05.396702 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:05.396817 [ 188 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:05.396926 [ 188 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:05.396960 [ 188 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7657 rows starting from the beginning of the part 2026.04.10 19:13:05.397022 [ 188 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:05.397069 [ 188 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:05.397114 [ 188 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:05.397156 [ 188 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:05.397198 [ 188 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:05.398953 [ 200 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10089 rows, containing 4 columns (4 merged, 0 gathered) in 0.002182982 sec., 4621659.729672531 rows/sec., 66.11 MiB/sec. 2026.04.10 19:13:05.399143 [ 200 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:13:05.399383 [ 200 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_21_4} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:05.399445 [ 200 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_21_4} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:13:05.399506 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.04.10 19:13:05.944154 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.04.10 19:13:05.962227 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:05.962289 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:05.968308 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:13:05.969044 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:05.969370 [ 41 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:13:05.969436 [ 41 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:05.969456 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:05.969578 [ 201 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:05.972450 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.04.10 19:13:05.973344 [ 201 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:05.974707 [ 201 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:05.979730 [ 201 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:05.984232 [ 201 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:05.988560 [ 201 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:05.993080 [ 201 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:05.997373 [ 201 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:06.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 257.30 MiB, peak 259.25 MiB, free memory in arenas 0.00 B, will set to 254.95 MiB (RSS), difference: -2.35 MiB 2026.04.10 19:13:06.051895 [ 200 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.082368279 sec., 1930.3547667907446 rows/sec., 9.98 MiB/sec. 2026.04.10 19:13:06.054560 [ 200 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:13:06.056647 [ 200 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_21_4} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:06.056752 [ 200 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_21_4} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:13:06.058698 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.10 19:13:07.000240 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 251.49 MiB, peak 262.05 MiB, free memory in arenas 0.00 B, will set to 257.39 MiB (RSS), difference: 5.90 MiB 2026.04.10 19:13:07.887352 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 748 2026.04.10 19:13:07.890017 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:07.890057 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:07.891469 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:13:07.891801 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:07.892147 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 748 2026.04.10 19:13:10.030720 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.030944 [ 276 ] {afb6c077-c0f5-45d6-9872-ca47cfba456f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:13:10.031018 [ 276 ] {afb6c077-c0f5-45d6-9872-ca47cfba456f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:13:10.031858 [ 276 ] {afb6c077-c0f5-45d6-9872-ca47cfba456f} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.031901 [ 276 ] {afb6c077-c0f5-45d6-9872-ca47cfba456f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.032351 [ 276 ] {afb6c077-c0f5-45d6-9872-ca47cfba456f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:13:10.032605 [ 276 ] {afb6c077-c0f5-45d6-9872-ca47cfba456f} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.032766 [ 276 ] {afb6c077-c0f5-45d6-9872-ca47cfba456f} executeQuery: Read 284 rows, 18.47 KiB in 0.001876 sec., 151385.92750533047 rows/sec., 9.62 MiB/sec. 2026.04.10 19:13:10.032819 [ 276 ] {afb6c077-c0f5-45d6-9872-ca47cfba456f} TCPHandler: Processed in 0.002237534 sec. 2026.04.10 19:13:10.032948 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.033055 [ 276 ] {2e35296b-f9d2-4f3e-8719-32629a5954b8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:10.033101 [ 276 ] {2e35296b-f9d2-4f3e-8719-32629a5954b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:10.034094 [ 276 ] {2e35296b-f9d2-4f3e-8719-32629a5954b8} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.034130 [ 276 ] {2e35296b-f9d2-4f3e-8719-32629a5954b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.034503 [ 276 ] {2e35296b-f9d2-4f3e-8719-32629a5954b8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:13:10.034715 [ 276 ] {2e35296b-f9d2-4f3e-8719-32629a5954b8} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.034848 [ 276 ] {2e35296b-f9d2-4f3e-8719-32629a5954b8} executeQuery: Read 829 rows, 65.98 KiB in 0.001817 sec., 456246.5602641717 rows/sec., 35.46 MiB/sec. 2026.04.10 19:13:10.034887 [ 276 ] {2e35296b-f9d2-4f3e-8719-32629a5954b8} TCPHandler: Processed in 0.001993226 sec. 2026.04.10 19:13:10.035070 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.035169 [ 276 ] {abb59a9e-9cc6-44d6-9ab0-210f7c7abe37} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:10.035211 [ 276 ] {abb59a9e-9cc6-44d6-9ab0-210f7c7abe37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:10.035700 [ 276 ] {abb59a9e-9cc6-44d6-9ab0-210f7c7abe37} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.035734 [ 276 ] {abb59a9e-9cc6-44d6-9ab0-210f7c7abe37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.036042 [ 276 ] {abb59a9e-9cc6-44d6-9ab0-210f7c7abe37} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:13:10.036252 [ 276 ] {abb59a9e-9cc6-44d6-9ab0-210f7c7abe37} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.036380 [ 276 ] {abb59a9e-9cc6-44d6-9ab0-210f7c7abe37} executeQuery: Read 158 rows, 9.75 KiB in 0.001232 sec., 128246.75324675324 rows/sec., 7.72 MiB/sec. 2026.04.10 19:13:10.036418 [ 276 ] {abb59a9e-9cc6-44d6-9ab0-210f7c7abe37} TCPHandler: Processed in 0.00139929 sec. 2026.04.10 19:13:10.036534 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.036629 [ 276 ] {5a471073-61da-4f99-ab78-9ff5c2f39101} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:13:10.036668 [ 276 ] {5a471073-61da-4f99-ab78-9ff5c2f39101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:13:10.037139 [ 276 ] {5a471073-61da-4f99-ab78-9ff5c2f39101} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.037174 [ 276 ] {5a471073-61da-4f99-ab78-9ff5c2f39101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.037481 [ 276 ] {5a471073-61da-4f99-ab78-9ff5c2f39101} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:13:10.037707 [ 276 ] {5a471073-61da-4f99-ab78-9ff5c2f39101} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.037836 [ 276 ] {5a471073-61da-4f99-ab78-9ff5c2f39101} executeQuery: Read 149 rows, 9.86 KiB in 0.001225 sec., 121632.6530612245 rows/sec., 7.86 MiB/sec. 2026.04.10 19:13:10.037873 [ 276 ] {5a471073-61da-4f99-ab78-9ff5c2f39101} TCPHandler: Processed in 0.00138971 sec. 2026.04.10 19:13:10.037986 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.038080 [ 276 ] {2ebe2758-6610-44c9-9603-e7dbad566163} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:13:10.038120 [ 276 ] {2ebe2758-6610-44c9-9603-e7dbad566163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:13:10.038582 [ 276 ] {2ebe2758-6610-44c9-9603-e7dbad566163} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.038616 [ 276 ] {2ebe2758-6610-44c9-9603-e7dbad566163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.038915 [ 276 ] {2ebe2758-6610-44c9-9603-e7dbad566163} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:13:10.039120 [ 276 ] {2ebe2758-6610-44c9-9603-e7dbad566163} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.039246 [ 276 ] {2ebe2758-6610-44c9-9603-e7dbad566163} executeQuery: Read 148 rows, 8.62 KiB in 0.001183 sec., 125105.66356720202 rows/sec., 7.12 MiB/sec. 2026.04.10 19:13:10.039282 [ 276 ] {2ebe2758-6610-44c9-9603-e7dbad566163} TCPHandler: Processed in 0.001346038 sec. 2026.04.10 19:13:10.039395 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.039488 [ 276 ] {c7a91fdf-4744-4000-b718-655cf8abcc15} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:10.039529 [ 276 ] {c7a91fdf-4744-4000-b718-655cf8abcc15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:10.040184 [ 276 ] {c7a91fdf-4744-4000-b718-655cf8abcc15} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.040219 [ 276 ] {c7a91fdf-4744-4000-b718-655cf8abcc15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.040537 [ 276 ] {c7a91fdf-4744-4000-b718-655cf8abcc15} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:13:10.040743 [ 276 ] {c7a91fdf-4744-4000-b718-655cf8abcc15} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.040871 [ 276 ] {c7a91fdf-4744-4000-b718-655cf8abcc15} executeQuery: Read 506 rows, 36.46 KiB in 0.001399 sec., 361686.91922802 rows/sec., 25.45 MiB/sec. 2026.04.10 19:13:10.040908 [ 276 ] {c7a91fdf-4744-4000-b718-655cf8abcc15} TCPHandler: Processed in 0.001563114 sec. 2026.04.10 19:13:10.041018 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.041111 [ 276 ] {c2ac0607-d070-4628-b67e-ff7b9f0e1f17} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:13:10.041152 [ 276 ] {c2ac0607-d070-4628-b67e-ff7b9f0e1f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:13:10.041483 [ 276 ] {c2ac0607-d070-4628-b67e-ff7b9f0e1f17} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.041516 [ 276 ] {c2ac0607-d070-4628-b67e-ff7b9f0e1f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.041819 [ 276 ] {c2ac0607-d070-4628-b67e-ff7b9f0e1f17} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:13:10.042044 [ 276 ] {c2ac0607-d070-4628-b67e-ff7b9f0e1f17} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.042170 [ 276 ] {c2ac0607-d070-4628-b67e-ff7b9f0e1f17} executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. 2026.04.10 19:13:10.042206 [ 276 ] {c2ac0607-d070-4628-b67e-ff7b9f0e1f17} TCPHandler: Processed in 0.001238895 sec. 2026.04.10 19:13:10.042315 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.042409 [ 276 ] {8a3aac1c-eb30-465d-8461-498f2fab533a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:10.042452 [ 276 ] {8a3aac1c-eb30-465d-8461-498f2fab533a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:10.042893 [ 276 ] {8a3aac1c-eb30-465d-8461-498f2fab533a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.042926 [ 276 ] {8a3aac1c-eb30-465d-8461-498f2fab533a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.043255 [ 276 ] {8a3aac1c-eb30-465d-8461-498f2fab533a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:13:10.043463 [ 276 ] {8a3aac1c-eb30-465d-8461-498f2fab533a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.043594 [ 276 ] {8a3aac1c-eb30-465d-8461-498f2fab533a} executeQuery: Read 265 rows, 18.03 KiB in 0.001202 sec., 220465.8901830283 rows/sec., 14.65 MiB/sec. 2026.04.10 19:13:10.043631 [ 276 ] {8a3aac1c-eb30-465d-8461-498f2fab533a} TCPHandler: Processed in 0.001365219 sec. 2026.04.10 19:13:10.043744 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.043838 [ 276 ] {c06b7b4f-34d7-49df-ac41-b2c276f0bb58} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:13:10.043879 [ 276 ] {c06b7b4f-34d7-49df-ac41-b2c276f0bb58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:13:10.044188 [ 276 ] {c06b7b4f-34d7-49df-ac41-b2c276f0bb58} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.044223 [ 276 ] {c06b7b4f-34d7-49df-ac41-b2c276f0bb58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.044522 [ 276 ] {c06b7b4f-34d7-49df-ac41-b2c276f0bb58} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.10 19:13:10.044728 [ 276 ] {c06b7b4f-34d7-49df-ac41-b2c276f0bb58} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.044819 [ 33 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.04.10 19:13:10.044856 [ 33 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.044857 [ 276 ] {c06b7b4f-34d7-49df-ac41-b2c276f0bb58} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2026.04.10 19:13:10.044874 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.044900 [ 276 ] {c06b7b4f-34d7-49df-ac41-b2c276f0bb58} TCPHandler: Processed in 0.001205345 sec. 2026.04.10 19:13:10.044976 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.04.10 19:13:10.045010 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.045111 [ 276 ] {0aa9b779-3024-4f8c-a6af-3839b5f0b057} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:10.045115 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:10.045171 [ 276 ] {0aa9b779-3024-4f8c-a6af-3839b5f0b057} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:10.045185 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 12 rows starting from the beginning of the part 2026.04.10 19:13:10.045257 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.04.10 19:13:10.045301 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.04.10 19:13:10.045342 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.04.10 19:13:10.045378 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.04.10 19:13:10.045417 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.04.10 19:13:10.045987 [ 276 ] {0aa9b779-3024-4f8c-a6af-3839b5f0b057} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.046028 [ 276 ] {0aa9b779-3024-4f8c-a6af-3839b5f0b057} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:10.046264 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.001331798 sec., 13515.563170991398 rows/sec., 901.92 KiB/sec. 2026.04.10 19:13:10.046482 [ 186 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.04.10 19:13:10.046666 [ 276 ] {0aa9b779-3024-4f8c-a6af-3839b5f0b057} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:13:10.046876 [ 186 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.046965 [ 276 ] {0aa9b779-3024-4f8c-a6af-3839b5f0b057} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.046968 [ 186 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_15_3} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.04.10 19:13:10.047095 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.10 19:13:10.047124 [ 276 ] {0aa9b779-3024-4f8c-a6af-3839b5f0b057} executeQuery: Read 16 rows, 29.36 KiB in 0.00203 sec., 7881.773399014778 rows/sec., 14.12 MiB/sec. 2026.04.10 19:13:10.047192 [ 276 ] {0aa9b779-3024-4f8c-a6af-3839b5f0b057} TCPHandler: Processed in 0.002232003 sec. 2026.04.10 19:13:10.047309 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:10.047404 [ 276 ] {2e359cb4-8467-4892-bb97-22b8b18f3cd6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:10.047446 [ 276 ] {2e359cb4-8467-4892-bb97-22b8b18f3cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:10.047855 [ 276 ] {2e359cb4-8467-4892-bb97-22b8b18f3cd6} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:10.047904 [ 276 ] {2e359cb4-8467-4892-bb97-22b8b18f3cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:10.048281 [ 276 ] {2e359cb4-8467-4892-bb97-22b8b18f3cd6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:13:10.048534 [ 276 ] {2e359cb4-8467-4892-bb97-22b8b18f3cd6} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:10.048686 [ 276 ] {2e359cb4-8467-4892-bb97-22b8b18f3cd6} executeQuery: Read 90 rows, 5.77 KiB in 0.001298 sec., 69337.44221879815 rows/sec., 4.34 MiB/sec. 2026.04.10 19:13:10.048728 [ 276 ] {2e359cb4-8467-4892-bb97-22b8b18f3cd6} TCPHandler: Processed in 0.001468301 sec. 2026.04.10 19:13:12.163854 [ 28 ] {} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.10 19:13:12.163919 [ 28 ] {} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:12.163940 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:12.164062 [ 198 ] {587677af-325b-42ce-a833-ccc85c90c08c::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.04.10 19:13:12.164212 [ 198 ] {587677af-325b-42ce-a833-ccc85c90c08c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:12.164245 [ 198 ] {587677af-325b-42ce-a833-ccc85c90c08c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.04.10 19:13:12.164313 [ 198 ] {587677af-325b-42ce-a833-ccc85c90c08c::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.04.10 19:13:12.164358 [ 198 ] {587677af-325b-42ce-a833-ccc85c90c08c::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.04.10 19:13:12.164400 [ 198 ] {587677af-325b-42ce-a833-ccc85c90c08c::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.04.10 19:13:12.164436 [ 198 ] {587677af-325b-42ce-a833-ccc85c90c08c::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.04.10 19:13:12.165143 [ 186 ] {587677af-325b-42ce-a833-ccc85c90c08c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001134112 sec., 5290.482774188087 rows/sec., 392.65 KiB/sec. 2026.04.10 19:13:12.165294 [ 190 ] {587677af-325b-42ce-a833-ccc85c90c08c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.10 19:13:12.165553 [ 190 ] {587677af-325b-42ce-a833-ccc85c90c08c::all_1_5_1} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:12.165618 [ 190 ] {587677af-325b-42ce-a833-ccc85c90c08c::all_1_5_1} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.10 19:13:12.165682 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.10 19:13:12.670225 [ 28 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:13:12.670271 [ 28 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:13:12.896644 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10537 2026.04.10 19:13:12.897186 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:12.897241 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:12.897811 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:13:12.898066 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:12.898201 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10537 2026.04.10 19:13:13.472522 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.04.10 19:13:13.489402 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:13.489478 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2026.04.10 19:13:13.495881 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:13:13.496618 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:13.499666 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.04.10 19:13:15.024052 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:15.024263 [ 276 ] {a591a959-9641-41b6-ad9d-ecd45eebc670} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:15.024335 [ 276 ] {a591a959-9641-41b6-ad9d-ecd45eebc670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:15.025078 [ 276 ] {a591a959-9641-41b6-ad9d-ecd45eebc670} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:15.025116 [ 276 ] {a591a959-9641-41b6-ad9d-ecd45eebc670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:15.025552 [ 276 ] {a591a959-9641-41b6-ad9d-ecd45eebc670} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:13:15.025783 [ 276 ] {a591a959-9641-41b6-ad9d-ecd45eebc670} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:15.025939 [ 276 ] {a591a959-9641-41b6-ad9d-ecd45eebc670} executeQuery: Read 108 rows, 9.28 KiB in 0.001731 sec., 62391.68110918545 rows/sec., 5.23 MiB/sec. 2026.04.10 19:13:15.025981 [ 276 ] {a591a959-9641-41b6-ad9d-ecd45eebc670} TCPHandler: Processed in 0.002064448 sec. 2026.04.10 19:13:15.026130 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:15.026251 [ 276 ] {8f8894f3-b1cc-477e-aa1e-36edc4f37ea7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:15.026299 [ 276 ] {8f8894f3-b1cc-477e-aa1e-36edc4f37ea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:15.026809 [ 276 ] {8f8894f3-b1cc-477e-aa1e-36edc4f37ea7} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:15.026850 [ 276 ] {8f8894f3-b1cc-477e-aa1e-36edc4f37ea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:15.027182 [ 276 ] {8f8894f3-b1cc-477e-aa1e-36edc4f37ea7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:13:15.027390 [ 276 ] {8f8894f3-b1cc-477e-aa1e-36edc4f37ea7} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:15.027518 [ 276 ] {8f8894f3-b1cc-477e-aa1e-36edc4f37ea7} executeQuery: Read 26 rows, 1.96 KiB in 0.001291 sec., 20139.426800929512 rows/sec., 1.48 MiB/sec. 2026.04.10 19:13:15.027554 [ 276 ] {8f8894f3-b1cc-477e-aa1e-36edc4f37ea7} TCPHandler: Processed in 0.001485102 sec. 2026.04.10 19:13:15.027664 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:15.027757 [ 276 ] {49250018-9913-4279-8d0a-aadf8d7a6c8b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:15.027795 [ 276 ] {49250018-9913-4279-8d0a-aadf8d7a6c8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:15.028211 [ 276 ] {49250018-9913-4279-8d0a-aadf8d7a6c8b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:15.028245 [ 276 ] {49250018-9913-4279-8d0a-aadf8d7a6c8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:15.028538 [ 276 ] {49250018-9913-4279-8d0a-aadf8d7a6c8b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:13:15.028745 [ 276 ] {49250018-9913-4279-8d0a-aadf8d7a6c8b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:15.028872 [ 276 ] {49250018-9913-4279-8d0a-aadf8d7a6c8b} executeQuery: Read 90 rows, 7.20 KiB in 0.001133 sec., 79435.12797881731 rows/sec., 6.20 MiB/sec. 2026.04.10 19:13:15.028908 [ 276 ] {49250018-9913-4279-8d0a-aadf8d7a6c8b} TCPHandler: Processed in 0.001291047 sec. 2026.04.10 19:13:15.029022 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:15.029115 [ 276 ] {e6721fe3-8435-458a-8c96-a8441eb2dd2b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:15.029161 [ 276 ] {e6721fe3-8435-458a-8c96-a8441eb2dd2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:15.029592 [ 276 ] {e6721fe3-8435-458a-8c96-a8441eb2dd2b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:15.029628 [ 276 ] {e6721fe3-8435-458a-8c96-a8441eb2dd2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:15.029953 [ 276 ] {e6721fe3-8435-458a-8c96-a8441eb2dd2b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:13:15.030154 [ 276 ] {e6721fe3-8435-458a-8c96-a8441eb2dd2b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:15.030293 [ 276 ] {e6721fe3-8435-458a-8c96-a8441eb2dd2b} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.04.10 19:13:15.030329 [ 276 ] {e6721fe3-8435-458a-8c96-a8441eb2dd2b} TCPHandler: Processed in 0.001354758 sec. 2026.04.10 19:13:15.030437 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:15.030530 [ 276 ] {9e836135-652b-4089-bb8c-1d747185ece8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:15.030584 [ 276 ] {9e836135-652b-4089-bb8c-1d747185ece8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:15.031395 [ 276 ] {9e836135-652b-4089-bb8c-1d747185ece8} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:15.031430 [ 276 ] {9e836135-652b-4089-bb8c-1d747185ece8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:15.031957 [ 276 ] {9e836135-652b-4089-bb8c-1d747185ece8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:13:15.032277 [ 276 ] {9e836135-652b-4089-bb8c-1d747185ece8} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:15.032452 [ 276 ] {9e836135-652b-4089-bb8c-1d747185ece8} executeQuery: Read 26 rows, 47.71 KiB in 0.001938 sec., 13415.892672858618 rows/sec., 24.04 MiB/sec. 2026.04.10 19:13:15.032513 [ 276 ] {9e836135-652b-4089-bb8c-1d747185ece8} TCPHandler: Processed in 0.00212375 sec. 2026.04.10 19:13:15.032655 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:15.032822 [ 276 ] {56071a0d-3351-441c-8d97-5cebda8f3e02} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:15.032877 [ 276 ] {56071a0d-3351-441c-8d97-5cebda8f3e02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:15.033217 [ 276 ] {56071a0d-3351-441c-8d97-5cebda8f3e02} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:15.033250 [ 276 ] {56071a0d-3351-441c-8d97-5cebda8f3e02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:15.033557 [ 276 ] {56071a0d-3351-441c-8d97-5cebda8f3e02} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:13:15.033759 [ 276 ] {56071a0d-3351-441c-8d97-5cebda8f3e02} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:15.033888 [ 276 ] {56071a0d-3351-441c-8d97-5cebda8f3e02} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.04.10 19:13:15.033923 [ 276 ] {56071a0d-3351-441c-8d97-5cebda8f3e02} TCPHandler: Processed in 0.001328778 sec. 2026.04.10 19:13:17.893243 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 782 2026.04.10 19:13:17.895747 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:17.895805 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:17.897001 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:13:17.897264 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:17.897405 [ 100 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:13:17.897473 [ 100 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:17.897496 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:17.897520 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 782 2026.04.10 19:13:17.897630 [ 186 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:13:17.898207 [ 186 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:17.898362 [ 186 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 578 rows starting from the beginning of the part 2026.04.10 19:13:17.898737 [ 186 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part 2026.04.10 19:13:17.899054 [ 186 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:13:17.899365 [ 186 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:13:17.899663 [ 186 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part 2026.04.10 19:13:17.899978 [ 186 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2026.04.10 19:13:17.906763 [ 190 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 72 columns (72 merged, 0 gathered) in 0.009204829 sec., 84955.40764526968 rows/sec., 72.18 MiB/sec. 2026.04.10 19:13:17.908035 [ 199 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:13:17.908646 [ 199 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:17.908726 [ 199 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_16_3} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:13:17.908966 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.04.10 19:13:20.030302 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.030504 [ 276 ] {e47d1150-88e3-43c9-92e3-4bb93f438d0d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:13:20.030576 [ 276 ] {e47d1150-88e3-43c9-92e3-4bb93f438d0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:13:20.031374 [ 276 ] {e47d1150-88e3-43c9-92e3-4bb93f438d0d} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.031426 [ 276 ] {e47d1150-88e3-43c9-92e3-4bb93f438d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.031878 [ 276 ] {e47d1150-88e3-43c9-92e3-4bb93f438d0d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:13:20.032227 [ 276 ] {e47d1150-88e3-43c9-92e3-4bb93f438d0d} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.032448 [ 276 ] {e47d1150-88e3-43c9-92e3-4bb93f438d0d} executeQuery: Read 284 rows, 18.47 KiB in 0.001993 sec., 142498.7456096337 rows/sec., 9.05 MiB/sec. 2026.04.10 19:13:20.032518 [ 276 ] {e47d1150-88e3-43c9-92e3-4bb93f438d0d} TCPHandler: Processed in 0.002349996 sec. 2026.04.10 19:13:20.032669 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.032776 [ 276 ] {105bb999-7853-4729-a33c-39adc0683a25} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:20.032822 [ 276 ] {105bb999-7853-4729-a33c-39adc0683a25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:20.033701 [ 276 ] {105bb999-7853-4729-a33c-39adc0683a25} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.033741 [ 276 ] {105bb999-7853-4729-a33c-39adc0683a25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.034124 [ 276 ] {105bb999-7853-4729-a33c-39adc0683a25} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 19:13:20.034345 [ 276 ] {105bb999-7853-4729-a33c-39adc0683a25} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.034474 [ 138 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 19:13:20.034485 [ 276 ] {105bb999-7853-4729-a33c-39adc0683a25} executeQuery: Read 829 rows, 65.98 KiB in 0.001732 sec., 478637.41339491913 rows/sec., 37.20 MiB/sec. 2026.04.10 19:13:20.034542 [ 138 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.034552 [ 276 ] {105bb999-7853-4729-a33c-39adc0683a25} TCPHandler: Processed in 0.001937454 sec. 2026.04.10 19:13:20.034571 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.034682 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.034713 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:13:20.034784 [ 276 ] {2a1a717d-d76b-4fe8-82a0-e4e39efb9008} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:20.034833 [ 276 ] {2a1a717d-d76b-4fe8-82a0-e4e39efb9008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:20.034861 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:20.034901 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3240 rows starting from the beginning of the part 2026.04.10 19:13:20.034971 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2455 rows starting from the beginning of the part 2026.04.10 19:13:20.035028 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2026.04.10 19:13:20.035072 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 829 rows starting from the beginning of the part 2026.04.10 19:13:20.035114 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 108 rows starting from the beginning of the part 2026.04.10 19:13:20.035152 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 829 rows starting from the beginning of the part 2026.04.10 19:13:20.035314 [ 276 ] {2a1a717d-d76b-4fe8-82a0-e4e39efb9008} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.035359 [ 276 ] {2a1a717d-d76b-4fe8-82a0-e4e39efb9008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.035727 [ 276 ] {2a1a717d-d76b-4fe8-82a0-e4e39efb9008} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:13:20.035951 [ 276 ] {2a1a717d-d76b-4fe8-82a0-e4e39efb9008} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.036115 [ 276 ] {2a1a717d-d76b-4fe8-82a0-e4e39efb9008} executeQuery: Read 158 rows, 9.75 KiB in 0.00135 sec., 117037.03703703704 rows/sec., 7.05 MiB/sec. 2026.04.10 19:13:20.036156 [ 276 ] {2a1a717d-d76b-4fe8-82a0-e4e39efb9008} TCPHandler: Processed in 0.001526103 sec. 2026.04.10 19:13:20.036278 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.036374 [ 276 ] {843c9ba1-5e1f-4611-b640-63a441d4b81e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:13:20.036417 [ 276 ] {843c9ba1-5e1f-4611-b640-63a441d4b81e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:13:20.036861 [ 276 ] {843c9ba1-5e1f-4611-b640-63a441d4b81e} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.036899 [ 276 ] {843c9ba1-5e1f-4611-b640-63a441d4b81e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.037236 [ 276 ] {843c9ba1-5e1f-4611-b640-63a441d4b81e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:13:20.037458 [ 276 ] {843c9ba1-5e1f-4611-b640-63a441d4b81e} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.037575 [ 138 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:13:20.037604 [ 276 ] {843c9ba1-5e1f-4611-b640-63a441d4b81e} executeQuery: Read 149 rows, 9.86 KiB in 0.001249 sec., 119295.43634907927 rows/sec., 7.71 MiB/sec. 2026.04.10 19:13:20.037618 [ 138 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.037646 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.037649 [ 276 ] {843c9ba1-5e1f-4611-b640-63a441d4b81e} TCPHandler: Processed in 0.00142277 sec. 2026.04.10 19:13:20.037773 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.037777 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:13:20.037868 [ 276 ] {3cc9641c-13dd-484f-837d-6887d0299886} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:13:20.037914 [ 276 ] {3cc9641c-13dd-484f-837d-6887d0299886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:13:20.037937 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:20.037979 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 953 rows starting from the beginning of the part 2026.04.10 19:13:20.038009 [ 189 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 7517 rows, containing 5 columns (5 merged, 0 gathered) in 0.003359655 sec., 2237432.1172858523 rows/sec., 176.73 MiB/sec. 2026.04.10 19:13:20.038049 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:13:20.038099 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:13:20.038138 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 801 rows starting from the beginning of the part 2026.04.10 19:13:20.038175 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:13:20.038209 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:13:20.038310 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 19:13:20.038358 [ 276 ] {3cc9641c-13dd-484f-837d-6887d0299886} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.038394 [ 276 ] {3cc9641c-13dd-484f-837d-6887d0299886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.038621 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.038693 [ 196 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_36_7} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 19:13:20.038777 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2026.04.10 19:13:20.038856 [ 276 ] {3cc9641c-13dd-484f-837d-6887d0299886} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:13:20.039099 [ 276 ] {3cc9641c-13dd-484f-837d-6887d0299886} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.039242 [ 276 ] {3cc9641c-13dd-484f-837d-6887d0299886} executeQuery: Read 148 rows, 8.62 KiB in 0.001392 sec., 106321.83908045977 rows/sec., 6.05 MiB/sec. 2026.04.10 19:13:20.039280 [ 276 ] {3cc9641c-13dd-484f-837d-6887d0299886} TCPHandler: Processed in 0.001556964 sec. 2026.04.10 19:13:20.039384 [ 189 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001665336 sec., 1411126.6435121803 rows/sec., 89.97 MiB/sec. 2026.04.10 19:13:20.039392 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.039502 [ 276 ] {29cc951b-3aa6-401f-9044-6ed32b9eca85} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:20.039544 [ 276 ] {29cc951b-3aa6-401f-9044-6ed32b9eca85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:20.039571 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:13:20.039830 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_21_4} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.039902 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_21_4} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:13:20.039987 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.10 19:13:20.040239 [ 276 ] {29cc951b-3aa6-401f-9044-6ed32b9eca85} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.040281 [ 276 ] {29cc951b-3aa6-401f-9044-6ed32b9eca85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.040651 [ 276 ] {29cc951b-3aa6-401f-9044-6ed32b9eca85} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 19:13:20.040875 [ 276 ] {29cc951b-3aa6-401f-9044-6ed32b9eca85} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.040995 [ 138 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 19:13:20.041020 [ 276 ] {29cc951b-3aa6-401f-9044-6ed32b9eca85} executeQuery: Read 506 rows, 36.46 KiB in 0.001535 sec., 329641.69381107495 rows/sec., 23.20 MiB/sec. 2026.04.10 19:13:20.041032 [ 138 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.041061 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.041065 [ 276 ] {29cc951b-3aa6-401f-9044-6ed32b9eca85} TCPHandler: Processed in 0.001723859 sec. 2026.04.10 19:13:20.041141 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:13:20.041198 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.041243 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:20.041274 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1792 rows starting from the beginning of the part 2026.04.10 19:13:20.041308 [ 276 ] {c3217a9d-0005-48bb-86d4-066ba8b7bd00} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:13:20.041318 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1318 rows starting from the beginning of the part 2026.04.10 19:13:20.041360 [ 276 ] {c3217a9d-0005-48bb-86d4-066ba8b7bd00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:13:20.041370 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.04.10 19:13:20.041413 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 506 rows starting from the beginning of the part 2026.04.10 19:13:20.041452 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:13:20.041490 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 506 rows starting from the beginning of the part 2026.04.10 19:13:20.041766 [ 276 ] {c3217a9d-0005-48bb-86d4-066ba8b7bd00} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.041812 [ 276 ] {c3217a9d-0005-48bb-86d4-066ba8b7bd00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.042175 [ 276 ] {c3217a9d-0005-48bb-86d4-066ba8b7bd00} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:13:20.042412 [ 276 ] {c3217a9d-0005-48bb-86d4-066ba8b7bd00} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.042527 [ 138 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.10 19:13:20.042565 [ 276 ] {c3217a9d-0005-48bb-86d4-066ba8b7bd00} executeQuery: Read 6 rows, 321.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 245.86 KiB/sec. 2026.04.10 19:13:20.042566 [ 138 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.042606 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.042614 [ 276 ] {c3217a9d-0005-48bb-86d4-066ba8b7bd00} TCPHandler: Processed in 0.001469841 sec. 2026.04.10 19:13:20.042697 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:13:20.042743 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.042790 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:20.042824 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:13:20.042846 [ 276 ] {8b876c6f-d8cd-4589-ba54-bf033eeec803} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:20.042890 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:13:20.042895 [ 276 ] {8b876c6f-d8cd-4589-ba54-bf033eeec803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:20.042943 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:13:20.042982 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:13:20.043016 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:13:20.043021 [ 192 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4276 rows, containing 5 columns (5 merged, 0 gathered) in 0.001912614 sec., 2235683.729179019 rows/sec., 161.65 MiB/sec. 2026.04.10 19:13:20.043048 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:13:20.043252 [ 191 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 19:13:20.043345 [ 276 ] {8b876c6f-d8cd-4589-ba54-bf033eeec803} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.043387 [ 276 ] {8b876c6f-d8cd-4589-ba54-bf033eeec803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.043536 [ 191 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.043620 [ 191 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_36_7} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 19:13:20.043702 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.04.10 19:13:20.043747 [ 187 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00108073 sec., 88828.84716811785 rows/sec., 4.53 MiB/sec. 2026.04.10 19:13:20.043774 [ 276 ] {8b876c6f-d8cd-4589-ba54-bf033eeec803} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 19:13:20.043881 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.10 19:13:20.044008 [ 276 ] {8b876c6f-d8cd-4589-ba54-bf033eeec803} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.044127 [ 138 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 19:13:20.044158 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_16_3} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.044159 [ 276 ] {8b876c6f-d8cd-4589-ba54-bf033eeec803} executeQuery: Read 265 rows, 18.03 KiB in 0.001332 sec., 198948.94894894894 rows/sec., 13.22 MiB/sec. 2026.04.10 19:13:20.044165 [ 138 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.044218 [ 276 ] {8b876c6f-d8cd-4589-ba54-bf033eeec803} TCPHandler: Processed in 0.001527023 sec. 2026.04.10 19:13:20.044228 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.044237 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_16_3} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.10 19:13:20.044321 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.10 19:13:20.044349 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.044360 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:13:20.044449 [ 276 ] {577c95a7-9ad8-48fd-9796-13b9c4bdb26c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:13:20.044463 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:20.044498 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 12817 rows starting from the beginning of the part 2026.04.10 19:13:20.044501 [ 276 ] {577c95a7-9ad8-48fd-9796-13b9c4bdb26c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:13:20.044545 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1498 rows starting from the beginning of the part 2026.04.10 19:13:20.044588 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 128 rows starting from the beginning of the part 2026.04.10 19:13:20.044638 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 265 rows starting from the beginning of the part 2026.04.10 19:13:20.044674 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.04.10 19:13:20.044710 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 265 rows starting from the beginning of the part 2026.04.10 19:13:20.044842 [ 276 ] {577c95a7-9ad8-48fd-9796-13b9c4bdb26c} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.044885 [ 276 ] {577c95a7-9ad8-48fd-9796-13b9c4bdb26c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.045244 [ 276 ] {577c95a7-9ad8-48fd-9796-13b9c4bdb26c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.10 19:13:20.045457 [ 276 ] {577c95a7-9ad8-48fd-9796-13b9c4bdb26c} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.045605 [ 276 ] {577c95a7-9ad8-48fd-9796-13b9c4bdb26c} executeQuery: Read 1 rows, 69.00 B in 0.001174 sec., 851.7887563884158 rows/sec., 57.40 KiB/sec. 2026.04.10 19:13:20.045643 [ 276 ] {577c95a7-9ad8-48fd-9796-13b9c4bdb26c} TCPHandler: Processed in 0.001344678 sec. 2026.04.10 19:13:20.045758 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.045854 [ 276 ] {4ec68da2-fe35-4133-bb10-ad354aa9cd31} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:20.045909 [ 276 ] {4ec68da2-fe35-4133-bb10-ad354aa9cd31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:20.046734 [ 276 ] {4ec68da2-fe35-4133-bb10-ad354aa9cd31} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.046773 [ 276 ] {4ec68da2-fe35-4133-bb10-ad354aa9cd31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.047348 [ 276 ] {4ec68da2-fe35-4133-bb10-ad354aa9cd31} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:13:20.047597 [ 276 ] {4ec68da2-fe35-4133-bb10-ad354aa9cd31} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.047757 [ 276 ] {4ec68da2-fe35-4133-bb10-ad354aa9cd31} executeQuery: Read 16 rows, 29.36 KiB in 0.00192 sec., 8333.333333333334 rows/sec., 14.93 MiB/sec. 2026.04.10 19:13:20.047860 [ 276 ] {4ec68da2-fe35-4133-bb10-ad354aa9cd31} TCPHandler: Processed in 0.00215251 sec. 2026.04.10 19:13:20.047985 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:20.048085 [ 276 ] {2d3d218f-527e-4219-9f30-ce66ebc3552d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:20.048130 [ 276 ] {2d3d218f-527e-4219-9f30-ce66ebc3552d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:20.048509 [ 276 ] {2d3d218f-527e-4219-9f30-ce66ebc3552d} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.048546 [ 276 ] {2d3d218f-527e-4219-9f30-ce66ebc3552d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.048922 [ 276 ] {2d3d218f-527e-4219-9f30-ce66ebc3552d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 19:13:20.049150 [ 276 ] {2d3d218f-527e-4219-9f30-ce66ebc3552d} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.049260 [ 138 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 19:13:20.049287 [ 276 ] {2d3d218f-527e-4219-9f30-ce66ebc3552d} executeQuery: Read 90 rows, 5.77 KiB in 0.001219 sec., 73831.00902378999 rows/sec., 4.62 MiB/sec. 2026.04.10 19:13:20.049297 [ 138 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.049328 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.049331 [ 276 ] {2d3d218f-527e-4219-9f30-ce66ebc3552d} TCPHandler: Processed in 0.001397659 sec. 2026.04.10 19:13:20.049433 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:13:20.049447 [ 188 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 15133 rows, containing 5 columns (5 merged, 0 gathered) in 0.005154875 sec., 2935667.693203036 rows/sec., 187.51 MiB/sec. 2026.04.10 19:13:20.049555 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:20.049591 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2040 rows starting from the beginning of the part 2026.04.10 19:13:20.049644 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part 2026.04.10 19:13:20.049693 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 48 rows starting from the beginning of the part 2026.04.10 19:13:20.049732 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 90 rows starting from the beginning of the part 2026.04.10 19:13:20.049766 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.04.10 19:13:20.049804 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part 2026.04.10 19:13:20.049968 [ 192 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 19:13:20.050240 [ 192 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.050315 [ 192 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_36_7} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 19:13:20.050391 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.73 MiB. 2026.04.10 19:13:20.050759 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2340 rows, containing 4 columns (4 merged, 0 gathered) in 0.001370769 sec., 1707070.9944563964 rows/sec., 109.98 MiB/sec. 2026.04.10 19:13:20.051000 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 19:13:20.051243 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.051307 [ 191 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_36_7} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 19:13:20.051367 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.04.10 19:13:20.399118 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11049 2026.04.10 19:13:20.399647 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:20.399693 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:20.400201 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:13:20.400438 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:20.400571 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11049 2026.04.10 19:13:21.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.82 MiB, peak 267.07 MiB, free memory in arenas 0.00 B, will set to 261.36 MiB (RSS), difference: 1.54 MiB 2026.04.10 19:13:21.000563 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.04.10 19:13:21.016989 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:21.017038 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:21.023284 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:13:21.023990 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:21.027095 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.04.10 19:13:25.023169 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:25.023376 [ 276 ] {ae402678-cb02-4bf4-ae11-8cf39be01dff} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:25.023450 [ 276 ] {ae402678-cb02-4bf4-ae11-8cf39be01dff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:25.024143 [ 276 ] {ae402678-cb02-4bf4-ae11-8cf39be01dff} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:25.024196 [ 276 ] {ae402678-cb02-4bf4-ae11-8cf39be01dff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:25.024592 [ 276 ] {ae402678-cb02-4bf4-ae11-8cf39be01dff} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 19:13:25.024816 [ 276 ] {ae402678-cb02-4bf4-ae11-8cf39be01dff} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:25.024978 [ 276 ] {ae402678-cb02-4bf4-ae11-8cf39be01dff} executeQuery: Read 108 rows, 9.28 KiB in 0.001656 sec., 65217.39130434783 rows/sec., 5.47 MiB/sec. 2026.04.10 19:13:25.025022 [ 276 ] {ae402678-cb02-4bf4-ae11-8cf39be01dff} TCPHandler: Processed in 0.002016567 sec. 2026.04.10 19:13:25.025157 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:25.025260 [ 276 ] {21314885-2adf-4901-a803-c7baa71d698f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:25.025305 [ 276 ] {21314885-2adf-4901-a803-c7baa71d698f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:25.025715 [ 276 ] {21314885-2adf-4901-a803-c7baa71d698f} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:25.025751 [ 276 ] {21314885-2adf-4901-a803-c7baa71d698f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:25.026048 [ 276 ] {21314885-2adf-4901-a803-c7baa71d698f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:13:25.026252 [ 276 ] {21314885-2adf-4901-a803-c7baa71d698f} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:25.026379 [ 276 ] {21314885-2adf-4901-a803-c7baa71d698f} executeQuery: Read 26 rows, 1.96 KiB in 0.001144 sec., 22727.272727272728 rows/sec., 1.67 MiB/sec. 2026.04.10 19:13:25.026375 [ 147 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:13:25.026416 [ 276 ] {21314885-2adf-4901-a803-c7baa71d698f} TCPHandler: Processed in 0.001308727 sec. 2026.04.10 19:13:25.026459 [ 147 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:25.026487 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:25.026552 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:25.026581 [ 188 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:13:25.026651 [ 276 ] {77d4cf65-1e76-49bf-b0b4-1aa4326950f3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:25.026667 [ 188 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:25.026694 [ 276 ] {77d4cf65-1e76-49bf-b0b4-1aa4326950f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:25.026697 [ 188 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 211 rows starting from the beginning of the part 2026.04.10 19:13:25.026772 [ 188 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part 2026.04.10 19:13:25.026823 [ 188 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 158 rows starting from the beginning of the part 2026.04.10 19:13:25.026866 [ 188 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:25.026906 [ 188 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 158 rows starting from the beginning of the part 2026.04.10 19:13:25.026961 [ 188 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:25.027120 [ 276 ] {77d4cf65-1e76-49bf-b0b4-1aa4326950f3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:25.027156 [ 276 ] {77d4cf65-1e76-49bf-b0b4-1aa4326950f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:25.027449 [ 276 ] {77d4cf65-1e76-49bf-b0b4-1aa4326950f3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 19:13:25.027653 [ 276 ] {77d4cf65-1e76-49bf-b0b4-1aa4326950f3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:25.027763 [ 191 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 618 rows, containing 5 columns (5 merged, 0 gathered) in 0.001215904 sec., 508263.8103008132 rows/sec., 34.02 MiB/sec. 2026.04.10 19:13:25.027778 [ 276 ] {77d4cf65-1e76-49bf-b0b4-1aa4326950f3} executeQuery: Read 90 rows, 7.20 KiB in 0.001146 sec., 78534.03141361255 rows/sec., 6.13 MiB/sec. 2026.04.10 19:13:25.027837 [ 276 ] {77d4cf65-1e76-49bf-b0b4-1aa4326950f3} TCPHandler: Processed in 0.001333117 sec. 2026.04.10 19:13:25.027916 [ 192 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:13:25.027956 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:25.028049 [ 276 ] {ff4a0122-1136-436e-8bd3-fd8941a2db24} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:25.028091 [ 276 ] {ff4a0122-1136-436e-8bd3-fd8941a2db24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:25.028161 [ 192 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:25.028227 [ 192 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_31_6} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:13:25.028291 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.10 19:13:25.028490 [ 276 ] {ff4a0122-1136-436e-8bd3-fd8941a2db24} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:25.028525 [ 276 ] {ff4a0122-1136-436e-8bd3-fd8941a2db24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:25.028843 [ 276 ] {ff4a0122-1136-436e-8bd3-fd8941a2db24} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 19:13:25.029050 [ 276 ] {ff4a0122-1136-436e-8bd3-fd8941a2db24} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:25.029175 [ 276 ] {ff4a0122-1136-436e-8bd3-fd8941a2db24} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.04.10 19:13:25.029210 [ 276 ] {ff4a0122-1136-436e-8bd3-fd8941a2db24} TCPHandler: Processed in 0.001306267 sec. 2026.04.10 19:13:25.029324 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:25.029415 [ 276 ] {1d2049a6-5e26-4ee0-ac44-48a84444818d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:25.029468 [ 276 ] {1d2049a6-5e26-4ee0-ac44-48a84444818d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:25.030236 [ 276 ] {1d2049a6-5e26-4ee0-ac44-48a84444818d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:25.030273 [ 276 ] {1d2049a6-5e26-4ee0-ac44-48a84444818d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:25.030804 [ 276 ] {1d2049a6-5e26-4ee0-ac44-48a84444818d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:13:25.031028 [ 276 ] {1d2049a6-5e26-4ee0-ac44-48a84444818d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:25.031140 [ 147 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:13:25.031163 [ 276 ] {1d2049a6-5e26-4ee0-ac44-48a84444818d} executeQuery: Read 26 rows, 47.71 KiB in 0.001765 sec., 14730.878186968837 rows/sec., 26.40 MiB/sec. 2026.04.10 19:13:25.031192 [ 147 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:25.031215 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:25.031221 [ 276 ] {1d2049a6-5e26-4ee0-ac44-48a84444818d} TCPHandler: Processed in 0.001944095 sec. 2026.04.10 19:13:25.031298 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:13:25.031353 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:25.031447 [ 276 ] {525816a0-7f62-4d0b-ac39-3b461176ff00} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:25.031469 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:25.031488 [ 276 ] {525816a0-7f62-4d0b-ac39-3b461176ff00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:25.031517 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 515 rows starting from the beginning of the part 2026.04.10 19:13:25.031627 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part 2026.04.10 19:13:25.031723 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part 2026.04.10 19:13:25.031813 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:25.031839 [ 276 ] {525816a0-7f62-4d0b-ac39-3b461176ff00} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:25.031876 [ 276 ] {525816a0-7f62-4d0b-ac39-3b461176ff00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:25.031906 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part 2026.04.10 19:13:25.031997 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:25.032185 [ 276 ] {525816a0-7f62-4d0b-ac39-3b461176ff00} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 19:13:25.032402 [ 276 ] {525816a0-7f62-4d0b-ac39-3b461176ff00} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:25.032529 [ 276 ] {525816a0-7f62-4d0b-ac39-3b461176ff00} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.04.10 19:13:25.032565 [ 276 ] {525816a0-7f62-4d0b-ac39-3b461176ff00} TCPHandler: Processed in 0.001259906 sec. 2026.04.10 19:13:25.038386 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 634 rows, containing 19 columns (19 merged, 0 gathered) in 0.00712019 sec., 89042.56768428932 rows/sec., 159.56 MiB/sec. 2026.04.10 19:13:25.039530 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:13:25.039939 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:25.040031 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_31_6} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:13:25.040204 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.04.10 19:13:26.001168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 262.40 MiB, peak 269.87 MiB, free memory in arenas 0.00 B, will set to 264.26 MiB (RSS), difference: 1.86 MiB 2026.04.10 19:13:27.670312 [ 146 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:13:27.670369 [ 146 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:13:27.898416 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 816 2026.04.10 19:13:27.900681 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:27.900723 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:27.901399 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11497 2026.04.10 19:13:27.901881 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:13:27.901912 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:27.901955 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:27.902178 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:27.902445 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 816 2026.04.10 19:13:27.902509 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:13:27.902751 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:27.902881 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11497 2026.04.10 19:13:28.527874 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.04.10 19:13:28.545814 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:28.545907 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:28.551878 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:13:28.552564 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:28.555654 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.04.10 19:13:30.030039 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.030263 [ 276 ] {c1076c70-2de9-4561-aada-2bf7ce80b8ce} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.030337 [ 276 ] {c1076c70-2de9-4561-aada-2bf7ce80b8ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:13:30.031167 [ 276 ] {c1076c70-2de9-4561-aada-2bf7ce80b8ce} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.031217 [ 276 ] {c1076c70-2de9-4561-aada-2bf7ce80b8ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.031647 [ 276 ] {c1076c70-2de9-4561-aada-2bf7ce80b8ce} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:13:30.031883 [ 276 ] {c1076c70-2de9-4561-aada-2bf7ce80b8ce} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.032015 [ 144 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.04.10 19:13:30.032042 [ 276 ] {c1076c70-2de9-4561-aada-2bf7ce80b8ce} executeQuery: Read 284 rows, 18.47 KiB in 0.001833 sec., 154937.26132024004 rows/sec., 9.84 MiB/sec. 2026.04.10 19:13:30.032082 [ 144 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.032097 [ 276 ] {c1076c70-2de9-4561-aada-2bf7ce80b8ce} TCPHandler: Processed in 0.002202052 sec. 2026.04.10 19:13:30.032107 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.032222 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.04.10 19:13:30.032249 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.032350 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:30.032361 [ 276 ] {c31275ff-9f80-4ab5-9469-de59e45aa49a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:30.032393 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 284 rows starting from the beginning of the part 2026.04.10 19:13:30.032411 [ 276 ] {c31275ff-9f80-4ab5-9469-de59e45aa49a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:30.032473 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.04.10 19:13:30.032544 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.04.10 19:13:30.032611 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 284 rows starting from the beginning of the part 2026.04.10 19:13:30.032674 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 284 rows starting from the beginning of the part 2026.04.10 19:13:30.033455 [ 276 ] {c31275ff-9f80-4ab5-9469-de59e45aa49a} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.033495 [ 276 ] {c31275ff-9f80-4ab5-9469-de59e45aa49a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.033795 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001623406 sec., 874704.1713533152 rows/sec., 58.89 MiB/sec. 2026.04.10 19:13:30.033935 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.04.10 19:13:30.033981 [ 276 ] {c31275ff-9f80-4ab5-9469-de59e45aa49a} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 19:13:30.034229 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.034251 [ 276 ] {c31275ff-9f80-4ab5-9469-de59e45aa49a} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.034314 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_17_4} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.04.10 19:13:30.034382 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.10 19:13:30.034408 [ 276 ] {c31275ff-9f80-4ab5-9469-de59e45aa49a} executeQuery: Read 829 rows, 65.98 KiB in 0.00207 sec., 400483.09178743965 rows/sec., 31.13 MiB/sec. 2026.04.10 19:13:30.034446 [ 276 ] {c31275ff-9f80-4ab5-9469-de59e45aa49a} TCPHandler: Processed in 0.002259923 sec. 2026.04.10 19:13:30.034550 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.034656 [ 276 ] {b8b5292c-0667-4c42-b375-ae31b0192bf8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.034695 [ 276 ] {b8b5292c-0667-4c42-b375-ae31b0192bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:30.035130 [ 276 ] {b8b5292c-0667-4c42-b375-ae31b0192bf8} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.035166 [ 276 ] {b8b5292c-0667-4c42-b375-ae31b0192bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.035475 [ 276 ] {b8b5292c-0667-4c42-b375-ae31b0192bf8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:13:30.035690 [ 276 ] {b8b5292c-0667-4c42-b375-ae31b0192bf8} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.035819 [ 276 ] {b8b5292c-0667-4c42-b375-ae31b0192bf8} executeQuery: Read 158 rows, 9.75 KiB in 0.001191 sec., 132661.62888329136 rows/sec., 7.99 MiB/sec. 2026.04.10 19:13:30.035855 [ 276 ] {b8b5292c-0667-4c42-b375-ae31b0192bf8} TCPHandler: Processed in 0.001355358 sec. 2026.04.10 19:13:30.035967 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.036061 [ 276 ] {75544a1e-38eb-4108-a56c-4d68759bb3ff} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.036101 [ 276 ] {75544a1e-38eb-4108-a56c-4d68759bb3ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:13:30.036515 [ 276 ] {75544a1e-38eb-4108-a56c-4d68759bb3ff} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.036551 [ 276 ] {75544a1e-38eb-4108-a56c-4d68759bb3ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.036862 [ 276 ] {75544a1e-38eb-4108-a56c-4d68759bb3ff} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:13:30.037073 [ 276 ] {75544a1e-38eb-4108-a56c-4d68759bb3ff} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.037199 [ 276 ] {75544a1e-38eb-4108-a56c-4d68759bb3ff} executeQuery: Read 149 rows, 9.86 KiB in 0.001156 sec., 128892.73356401385 rows/sec., 8.33 MiB/sec. 2026.04.10 19:13:30.037235 [ 276 ] {75544a1e-38eb-4108-a56c-4d68759bb3ff} TCPHandler: Processed in 0.001319507 sec. 2026.04.10 19:13:30.037344 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.037439 [ 276 ] {5a43fcc9-c590-48ff-a651-dc886c93fa5f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.037479 [ 276 ] {5a43fcc9-c590-48ff-a651-dc886c93fa5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:13:30.037914 [ 276 ] {5a43fcc9-c590-48ff-a651-dc886c93fa5f} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.037951 [ 276 ] {5a43fcc9-c590-48ff-a651-dc886c93fa5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.038263 [ 276 ] {5a43fcc9-c590-48ff-a651-dc886c93fa5f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:13:30.038473 [ 276 ] {5a43fcc9-c590-48ff-a651-dc886c93fa5f} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.038567 [ 144 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.04.10 19:13:30.038599 [ 276 ] {5a43fcc9-c590-48ff-a651-dc886c93fa5f} executeQuery: Read 148 rows, 8.62 KiB in 0.001178 sec., 125636.67232597624 rows/sec., 7.15 MiB/sec. 2026.04.10 19:13:30.038600 [ 144 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.038642 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.038653 [ 276 ] {5a43fcc9-c590-48ff-a651-dc886c93fa5f} TCPHandler: Processed in 0.001357588 sec. 2026.04.10 19:13:30.038723 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.04.10 19:13:30.038770 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.038820 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:30.038849 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 148 rows starting from the beginning of the part 2026.04.10 19:13:30.038865 [ 276 ] {039af1fd-2498-4815-9ca4-02152809acfc} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:30.038902 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.04.10 19:13:30.038905 [ 276 ] {039af1fd-2498-4815-9ca4-02152809acfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:30.038949 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.04.10 19:13:30.038990 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 148 rows starting from the beginning of the part 2026.04.10 19:13:30.039027 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 148 rows starting from the beginning of the part 2026.04.10 19:13:30.039487 [ 276 ] {039af1fd-2498-4815-9ca4-02152809acfc} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.039523 [ 276 ] {039af1fd-2498-4815-9ca4-02152809acfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.039719 [ 197 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001022728 sec., 723555.0410275264 rows/sec., 43.91 MiB/sec. 2026.04.10 19:13:30.039866 [ 276 ] {039af1fd-2498-4815-9ca4-02152809acfc} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 19:13:30.039942 [ 195 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.04.10 19:13:30.040112 [ 276 ] {039af1fd-2498-4815-9ca4-02152809acfc} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.040261 [ 276 ] {039af1fd-2498-4815-9ca4-02152809acfc} executeQuery: Read 506 rows, 36.46 KiB in 0.001413 sec., 358103.3262561925 rows/sec., 25.20 MiB/sec. 2026.04.10 19:13:30.040278 [ 195 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.040298 [ 276 ] {039af1fd-2498-4815-9ca4-02152809acfc} TCPHandler: Processed in 0.001577965 sec. 2026.04.10 19:13:30.040368 [ 195 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_17_4} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.04.10 19:13:30.040423 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.040459 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.10 19:13:30.040538 [ 276 ] {459cd28f-a330-4844-b41b-5aafa0d40b38} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:13:30.040588 [ 276 ] {459cd28f-a330-4844-b41b-5aafa0d40b38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:13:30.040940 [ 276 ] {459cd28f-a330-4844-b41b-5aafa0d40b38} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.040976 [ 276 ] {459cd28f-a330-4844-b41b-5aafa0d40b38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.041293 [ 276 ] {459cd28f-a330-4844-b41b-5aafa0d40b38} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:13:30.041510 [ 276 ] {459cd28f-a330-4844-b41b-5aafa0d40b38} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.041638 [ 276 ] {459cd28f-a330-4844-b41b-5aafa0d40b38} executeQuery: Read 6 rows, 321.00 B in 0.001133 sec., 5295.675198587821 rows/sec., 276.68 KiB/sec. 2026.04.10 19:13:30.041675 [ 276 ] {459cd28f-a330-4844-b41b-5aafa0d40b38} TCPHandler: Processed in 0.001301297 sec. 2026.04.10 19:13:30.041787 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.041881 [ 276 ] {20632e7f-4694-4090-b2a6-36cfb0b0c76e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.041922 [ 276 ] {20632e7f-4694-4090-b2a6-36cfb0b0c76e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:30.042319 [ 276 ] {20632e7f-4694-4090-b2a6-36cfb0b0c76e} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.042354 [ 276 ] {20632e7f-4694-4090-b2a6-36cfb0b0c76e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.042684 [ 276 ] {20632e7f-4694-4090-b2a6-36cfb0b0c76e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 19:13:30.042896 [ 276 ] {20632e7f-4694-4090-b2a6-36cfb0b0c76e} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.043031 [ 276 ] {20632e7f-4694-4090-b2a6-36cfb0b0c76e} executeQuery: Read 265 rows, 18.03 KiB in 0.001168 sec., 226883.56164383562 rows/sec., 15.08 MiB/sec. 2026.04.10 19:13:30.043067 [ 276 ] {20632e7f-4694-4090-b2a6-36cfb0b0c76e} TCPHandler: Processed in 0.001328208 sec. 2026.04.10 19:13:30.043175 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.043269 [ 276 ] {eafdbb77-93f6-4148-a169-c5d03f723937} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.043310 [ 276 ] {eafdbb77-93f6-4148-a169-c5d03f723937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:13:30.043613 [ 276 ] {eafdbb77-93f6-4148-a169-c5d03f723937} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.043652 [ 276 ] {eafdbb77-93f6-4148-a169-c5d03f723937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.043941 [ 276 ] {eafdbb77-93f6-4148-a169-c5d03f723937} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.10 19:13:30.044145 [ 276 ] {eafdbb77-93f6-4148-a169-c5d03f723937} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.044272 [ 276 ] {eafdbb77-93f6-4148-a169-c5d03f723937} executeQuery: Read 1 rows, 69.00 B in 0.001021 sec., 979.4319294809011 rows/sec., 66.00 KiB/sec. 2026.04.10 19:13:30.044307 [ 276 ] {eafdbb77-93f6-4148-a169-c5d03f723937} TCPHandler: Processed in 0.001180593 sec. 2026.04.10 19:13:30.044412 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.044505 [ 276 ] {0bd03bea-cf60-4fb6-9f8c-6a673ad23037} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.044558 [ 276 ] {0bd03bea-cf60-4fb6-9f8c-6a673ad23037} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:30.045309 [ 276 ] {0bd03bea-cf60-4fb6-9f8c-6a673ad23037} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.045344 [ 276 ] {0bd03bea-cf60-4fb6-9f8c-6a673ad23037} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.045859 [ 276 ] {0bd03bea-cf60-4fb6-9f8c-6a673ad23037} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:13:30.046088 [ 276 ] {0bd03bea-cf60-4fb6-9f8c-6a673ad23037} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.046226 [ 276 ] {0bd03bea-cf60-4fb6-9f8c-6a673ad23037} executeQuery: Read 16 rows, 29.36 KiB in 0.001738 sec., 9205.983889528194 rows/sec., 16.50 MiB/sec. 2026.04.10 19:13:30.046278 [ 276 ] {0bd03bea-cf60-4fb6-9f8c-6a673ad23037} TCPHandler: Processed in 0.001913873 sec. 2026.04.10 19:13:30.046384 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.046478 [ 276 ] {2748bde1-2f16-48aa-b8b1-94cf05bdfc50} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.046518 [ 276 ] {2748bde1-2f16-48aa-b8b1-94cf05bdfc50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:30.046833 [ 276 ] {2748bde1-2f16-48aa-b8b1-94cf05bdfc50} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.046870 [ 276 ] {2748bde1-2f16-48aa-b8b1-94cf05bdfc50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.047171 [ 276 ] {2748bde1-2f16-48aa-b8b1-94cf05bdfc50} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 19:13:30.047376 [ 276 ] {2748bde1-2f16-48aa-b8b1-94cf05bdfc50} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.047503 [ 276 ] {2748bde1-2f16-48aa-b8b1-94cf05bdfc50} executeQuery: Read 90 rows, 5.77 KiB in 0.001043 sec., 86289.54937679769 rows/sec., 5.40 MiB/sec. 2026.04.10 19:13:30.047537 [ 276 ] {2748bde1-2f16-48aa-b8b1-94cf05bdfc50} TCPHandler: Processed in 0.001201114 sec. 2026.04.10 19:13:30.347699 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.347870 [ 276 ] {85fd0878-7ee5-401a-ba44-615dc6e905ac} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:30.347935 [ 276 ] {85fd0878-7ee5-401a-ba44-615dc6e905ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:30.349772 [ 276 ] {85fd0878-7ee5-401a-ba44-615dc6e905ac} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.349818 [ 276 ] {85fd0878-7ee5-401a-ba44-615dc6e905ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.350331 [ 276 ] {85fd0878-7ee5-401a-ba44-615dc6e905ac} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 19:13:30.350553 [ 276 ] {85fd0878-7ee5-401a-ba44-615dc6e905ac} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.350711 [ 276 ] {85fd0878-7ee5-401a-ba44-615dc6e905ac} executeQuery: Read 2453 rows, 185.10 KiB in 0.002889 sec., 849082.7275874005 rows/sec., 62.57 MiB/sec. 2026.04.10 19:13:30.350753 [ 276 ] {85fd0878-7ee5-401a-ba44-615dc6e905ac} TCPHandler: Processed in 0.00318593 sec. 2026.04.10 19:13:30.350872 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.350969 [ 276 ] {92fdc8ee-ee5d-458a-a7ba-92be53f96a83} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.351008 [ 276 ] {92fdc8ee-ee5d-458a-a7ba-92be53f96a83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:30.351417 [ 276 ] {92fdc8ee-ee5d-458a-a7ba-92be53f96a83} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.351453 [ 276 ] {92fdc8ee-ee5d-458a-a7ba-92be53f96a83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.351758 [ 276 ] {92fdc8ee-ee5d-458a-a7ba-92be53f96a83} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:13:30.351972 [ 276 ] {92fdc8ee-ee5d-458a-a7ba-92be53f96a83} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.352100 [ 276 ] {92fdc8ee-ee5d-458a-a7ba-92be53f96a83} executeQuery: Read 35 rows, 2.63 KiB in 0.00115 sec., 30434.782608695652 rows/sec., 2.23 MiB/sec. 2026.04.10 19:13:30.352137 [ 276 ] {92fdc8ee-ee5d-458a-a7ba-92be53f96a83} TCPHandler: Processed in 0.001315017 sec. 2026.04.10 19:13:30.352244 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.352337 [ 276 ] {3cc57bf9-0130-4463-affe-2365761ec84e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.352375 [ 276 ] {3cc57bf9-0130-4463-affe-2365761ec84e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:13:30.353034 [ 276 ] {3cc57bf9-0130-4463-affe-2365761ec84e} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.353070 [ 276 ] {3cc57bf9-0130-4463-affe-2365761ec84e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.353391 [ 276 ] {3cc57bf9-0130-4463-affe-2365761ec84e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:13:30.353594 [ 276 ] {3cc57bf9-0130-4463-affe-2365761ec84e} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.353726 [ 276 ] {3cc57bf9-0130-4463-affe-2365761ec84e} executeQuery: Read 801 rows, 47.38 KiB in 0.001407 sec., 569296.3752665245 rows/sec., 32.88 MiB/sec. 2026.04.10 19:13:30.353762 [ 276 ] {3cc57bf9-0130-4463-affe-2365761ec84e} TCPHandler: Processed in 0.001566694 sec. 2026.04.10 19:13:30.353873 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.353967 [ 276 ] {6a834714-0b7f-45fd-8193-a33580ccb16a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.354007 [ 276 ] {6a834714-0b7f-45fd-8193-a33580ccb16a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:13:30.354381 [ 276 ] {6a834714-0b7f-45fd-8193-a33580ccb16a} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.354417 [ 276 ] {6a834714-0b7f-45fd-8193-a33580ccb16a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.354710 [ 276 ] {6a834714-0b7f-45fd-8193-a33580ccb16a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.10 19:13:30.354917 [ 276 ] {6a834714-0b7f-45fd-8193-a33580ccb16a} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.355044 [ 276 ] {6a834714-0b7f-45fd-8193-a33580ccb16a} executeQuery: Read 1 rows, 72.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 64.21 KiB/sec. 2026.04.10 19:13:30.355080 [ 276 ] {6a834714-0b7f-45fd-8193-a33580ccb16a} TCPHandler: Processed in 0.001256245 sec. 2026.04.10 19:13:30.355187 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.355279 [ 276 ] {547abac5-097c-4f69-8e53-6a88e3dc4e4b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:30.355318 [ 276 ] {547abac5-097c-4f69-8e53-6a88e3dc4e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:30.356115 [ 276 ] {547abac5-097c-4f69-8e53-6a88e3dc4e4b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.356151 [ 276 ] {547abac5-097c-4f69-8e53-6a88e3dc4e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.356492 [ 276 ] {547abac5-097c-4f69-8e53-6a88e3dc4e4b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 19:13:30.356696 [ 276 ] {547abac5-097c-4f69-8e53-6a88e3dc4e4b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.356825 [ 276 ] {547abac5-097c-4f69-8e53-6a88e3dc4e4b} executeQuery: Read 1314 rows, 90.04 KiB in 0.001563 sec., 840690.9788867562 rows/sec., 56.26 MiB/sec. 2026.04.10 19:13:30.356863 [ 276 ] {547abac5-097c-4f69-8e53-6a88e3dc4e4b} TCPHandler: Processed in 0.001725558 sec. 2026.04.10 19:13:30.356972 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.357066 [ 276 ] {9f008329-d55f-4762-960d-aa8ca43aa8de} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.357109 [ 276 ] {9f008329-d55f-4762-960d-aa8ca43aa8de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:30.357782 [ 276 ] {9f008329-d55f-4762-960d-aa8ca43aa8de} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.357818 [ 276 ] {9f008329-d55f-4762-960d-aa8ca43aa8de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.358234 [ 276 ] {9f008329-d55f-4762-960d-aa8ca43aa8de} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 19:13:30.358439 [ 276 ] {9f008329-d55f-4762-960d-aa8ca43aa8de} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.358567 [ 276 ] {9f008329-d55f-4762-960d-aa8ca43aa8de} executeQuery: Read 1496 rows, 92.90 KiB in 0.001519 sec., 984858.4595128375 rows/sec., 59.73 MiB/sec. 2026.04.10 19:13:30.358602 [ 276 ] {9f008329-d55f-4762-960d-aa8ca43aa8de} TCPHandler: Processed in 0.001678307 sec. 2026.04.10 19:13:30.358704 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.358797 [ 276 ] {df9c3a3e-c568-43dd-8303-5ceb33fd9f7d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.358851 [ 276 ] {df9c3a3e-c568-43dd-8303-5ceb33fd9f7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:30.359646 [ 276 ] {df9c3a3e-c568-43dd-8303-5ceb33fd9f7d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.359681 [ 276 ] {df9c3a3e-c568-43dd-8303-5ceb33fd9f7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.360221 [ 276 ] {df9c3a3e-c568-43dd-8303-5ceb33fd9f7d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:13:30.360440 [ 276 ] {df9c3a3e-c568-43dd-8303-5ceb33fd9f7d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.360576 [ 276 ] {df9c3a3e-c568-43dd-8303-5ceb33fd9f7d} executeQuery: Read 35 rows, 64.22 KiB in 0.001798 sec., 19466.07341490545 rows/sec., 34.88 MiB/sec. 2026.04.10 19:13:30.360631 [ 276 ] {df9c3a3e-c568-43dd-8303-5ceb33fd9f7d} TCPHandler: Processed in 0.001976305 sec. 2026.04.10 19:13:30.360743 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:30.360836 [ 276 ] {fca4e698-7860-499a-9af1-3ebebd0f8020} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:30.360877 [ 276 ] {fca4e698-7860-499a-9af1-3ebebd0f8020} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:30.361218 [ 276 ] {fca4e698-7860-499a-9af1-3ebebd0f8020} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:30.361253 [ 276 ] {fca4e698-7860-499a-9af1-3ebebd0f8020} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:30.361541 [ 276 ] {fca4e698-7860-499a-9af1-3ebebd0f8020} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 19:13:30.361749 [ 276 ] {fca4e698-7860-499a-9af1-3ebebd0f8020} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:30.361876 [ 276 ] {fca4e698-7860-499a-9af1-3ebebd0f8020} executeQuery: Read 12 rows, 848.00 B in 0.001058 sec., 11342.155009451797 rows/sec., 782.73 KiB/sec. 2026.04.10 19:13:30.361911 [ 276 ] {fca4e698-7860-499a-9af1-3ebebd0f8020} TCPHandler: Processed in 0.001217144 sec. 2026.04.10 19:13:31.001158 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 265.79 MiB, peak 269.87 MiB, free memory in arenas 0.00 B, will set to 264.37 MiB (RSS), difference: -1.43 MiB 2026.04.10 19:13:34.281639 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51285 2026.04.10 19:13:34.281771 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.281799 [ 286 ] {} TCP-Session: b157adfa-39f3-4072-8115-13875145bff8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51285 2026.04.10 19:13:34.281822 [ 286 ] {} TCP-Session: b157adfa-39f3-4072-8115-13875145bff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.281835 [ 286 ] {} TCP-Session: b157adfa-39f3-4072-8115-13875145bff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282028 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65455 2026.04.10 19:13:34.282082 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45442 2026.04.10 19:13:34.282109 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35235 2026.04.10 19:13:34.282143 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.282131 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33180 2026.04.10 19:13:34.282187 [ 288 ] {} TCP-Session: 27b0b0f7-b4b4-4a77-a2ec-df877dfc1acf Authenticating user 'default' from [fd00:1122:3344:101::e]:65455 2026.04.10 19:13:34.282202 [ 286 ] {} TCP-Session: b157adfa-39f3-4072-8115-13875145bff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:34.282210 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.282231 [ 288 ] {} TCP-Session: 27b0b0f7-b4b4-4a77-a2ec-df877dfc1acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282259 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.282264 [ 293 ] {} TCP-Session: a15120fc-ab15-49c8-acdf-9c11d44927d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:35235 2026.04.10 19:13:34.282267 [ 288 ] {} TCP-Session: 27b0b0f7-b4b4-4a77-a2ec-df877dfc1acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282290 [ 289 ] {} TCP-Session: b5378038-9a2f-4fca-8e80-b2edf8c3025e Authenticating user 'default' from [fd00:1122:3344:101::e]:45442 2026.04.10 19:13:34.282302 [ 293 ] {} TCP-Session: a15120fc-ab15-49c8-acdf-9c11d44927d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282320 [ 289 ] {} TCP-Session: b5378038-9a2f-4fca-8e80-b2edf8c3025e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282325 [ 293 ] {} TCP-Session: a15120fc-ab15-49c8-acdf-9c11d44927d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282334 [ 289 ] {} TCP-Session: b5378038-9a2f-4fca-8e80-b2edf8c3025e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282327 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.282101 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64110 2026.04.10 19:13:34.282391 [ 286 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} executeQuery: (from [fd00:1122:3344:101::e]:51285) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:13:34.282377 [ 275 ] {} TCP-Session: 5bdbacf7-d2d0-49cc-845f-0f79b0852f00 Authenticating user 'default' from [fd00:1122:3344:101::e]:33180 2026.04.10 19:13:34.282098 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56300 2026.04.10 19:13:34.282445 [ 275 ] {} TCP-Session: 5bdbacf7-d2d0-49cc-845f-0f79b0852f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282090 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43268 2026.04.10 19:13:34.282483 [ 275 ] {} TCP-Session: 5bdbacf7-d2d0-49cc-845f-0f79b0852f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282123 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48654 2026.04.10 19:13:34.282662 [ 286 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:13:34.282686 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.282722 [ 292 ] {} TCP-Session: 3257bf92-14a8-45f3-81f6-fee8aaa913f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:56300 2026.04.10 19:13:34.282723 [ 286 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:13:34.282743 [ 292 ] {} TCP-Session: 3257bf92-14a8-45f3-81f6-fee8aaa913f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282760 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.282764 [ 292 ] {} TCP-Session: 3257bf92-14a8-45f3-81f6-fee8aaa913f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282801 [ 294 ] {} TCP-Session: 0a0962ad-106e-442f-a016-572241437bc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:48654 2026.04.10 19:13:34.282832 [ 294 ] {} TCP-Session: 0a0962ad-106e-442f-a016-572241437bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282846 [ 294 ] {} TCP-Session: 0a0962ad-106e-442f-a016-572241437bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282872 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.282905 [ 291 ] {} TCP-Session: 057a4c45-8344-4272-bd98-c7bd9b0d52ef Authenticating user 'default' from [fd00:1122:3344:101::e]:43268 2026.04.10 19:13:34.282922 [ 291 ] {} TCP-Session: 057a4c45-8344-4272-bd98-c7bd9b0d52ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282938 [ 291 ] {} TCP-Session: 057a4c45-8344-4272-bd98-c7bd9b0d52ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.282975 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.283008 [ 290 ] {} TCP-Session: 1210ac60-e708-45f0-beeb-87693130eb5a Authenticating user 'default' from [fd00:1122:3344:101::e]:64110 2026.04.10 19:13:34.283025 [ 290 ] {} TCP-Session: 1210ac60-e708-45f0-beeb-87693130eb5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.283034 [ 286 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:13:34.283037 [ 290 ] {} TCP-Session: 1210ac60-e708-45f0-beeb-87693130eb5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.284010 [ 325 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} AggregatingTransform: Aggregating 2026.04.10 19:13:34.284060 [ 325 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} Aggregator: Aggregation method: without_key 2026.04.10 19:13:34.284099 [ 325 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000953847 sec. (1048.386 rows/sec., 40.95 KiB/sec.) 2026.04.10 19:13:34.284118 [ 325 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} Aggregator: Merging aggregated data 2026.04.10 19:13:34.285411 [ 286 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} executeQuery: Read 1 rows, 40.00 B in 0.003076 sec., 325.0975292587776 rows/sec., 12.70 KiB/sec. 2026.04.10 19:13:34.285550 [ 286 ] {be31fabe-7e27-40e3-8de2-d0fdd277ecc5} TCPHandler: Processed in 0.003466377 sec. 2026.04.10 19:13:34.285642 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285669 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285686 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285693 [ 288 ] {} TCP-Session: 27b0b0f7-b4b4-4a77-a2ec-df877dfc1acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.285718 [ 289 ] {} TCP-Session: b5378038-9a2f-4fca-8e80-b2edf8c3025e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.285712 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285749 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285781 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285788 [ 292 ] {} TCP-Session: 3257bf92-14a8-45f3-81f6-fee8aaa913f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.285809 [ 293 ] {} TCP-Session: a15120fc-ab15-49c8-acdf-9c11d44927d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.285824 [ 286 ] {} TCP-Session: b157adfa-39f3-4072-8115-13875145bff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.285762 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285733 [ 290 ] {} TCP-Session: 1210ac60-e708-45f0-beeb-87693130eb5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.285874 [ 275 ] {} TCP-Session: 5bdbacf7-d2d0-49cc-845f-0f79b0852f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.285732 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285699 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.285938 [ 294 ] {} TCP-Session: 0a0962ad-106e-442f-a016-572241437bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.285969 [ 291 ] {} TCP-Session: 057a4c45-8344-4272-bd98-c7bd9b0d52ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.367502 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59086 2026.04.10 19:13:34.367617 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.367645 [ 286 ] {} TCP-Session: 8f488a05-8760-4a1b-a998-8c61fefdfd40 Authenticating user 'default' from [fd00:1122:3344:101::e]:59086 2026.04.10 19:13:34.367669 [ 286 ] {} TCP-Session: 8f488a05-8760-4a1b-a998-8c61fefdfd40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.367681 [ 286 ] {} TCP-Session: 8f488a05-8760-4a1b-a998-8c61fefdfd40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.367860 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54546 2026.04.10 19:13:34.367882 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41163 2026.04.10 19:13:34.367917 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46334 2026.04.10 19:13:34.367935 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45407 2026.04.10 19:13:34.367956 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48283 2026.04.10 19:13:34.367983 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.368011 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.368012 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.368030 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.368037 [ 288 ] {} TCP-Session: ccddf7d4-7d7d-43c9-9d4c-ed434004db2a Authenticating user 'default' from [fd00:1122:3344:101::e]:54546 2026.04.10 19:13:34.368061 [ 289 ] {} TCP-Session: 4b8e9d0b-70ac-4c55-a309-434ac3ada33a Authenticating user 'default' from [fd00:1122:3344:101::e]:41163 2026.04.10 19:13:34.368067 [ 293 ] {} TCP-Session: 1793d0a3-1aac-40cd-80e5-e2b67ede578a Authenticating user 'default' from [fd00:1122:3344:101::e]:45407 2026.04.10 19:13:34.368078 [ 286 ] {} TCP-Session: 8f488a05-8760-4a1b-a998-8c61fefdfd40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:34.368095 [ 289 ] {} TCP-Session: 4b8e9d0b-70ac-4c55-a309-434ac3ada33a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368113 [ 293 ] {} TCP-Session: 1793d0a3-1aac-40cd-80e5-e2b67ede578a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368125 [ 289 ] {} TCP-Session: 4b8e9d0b-70ac-4c55-a309-434ac3ada33a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368133 [ 293 ] {} TCP-Session: 1793d0a3-1aac-40cd-80e5-e2b67ede578a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368086 [ 288 ] {} TCP-Session: ccddf7d4-7d7d-43c9-9d4c-ed434004db2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368080 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.368171 [ 288 ] {} TCP-Session: ccddf7d4-7d7d-43c9-9d4c-ed434004db2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368043 [ 291 ] {} TCP-Session: a237fe41-2379-4bfe-a489-634c0602320e Authenticating user 'default' from [fd00:1122:3344:101::e]:46334 2026.04.10 19:13:34.368202 [ 294 ] {} TCP-Session: 099002ba-02c0-49c2-a495-76bc8ced7467 Authenticating user 'default' from [fd00:1122:3344:101::e]:48283 2026.04.10 19:13:34.368225 [ 291 ] {} TCP-Session: a237fe41-2379-4bfe-a489-634c0602320e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.367923 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46521 2026.04.10 19:13:34.368258 [ 286 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} executeQuery: (from [fd00:1122:3344:101::e]:59086) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:13:34.368248 [ 294 ] {} TCP-Session: 099002ba-02c0-49c2-a495-76bc8ced7467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368248 [ 291 ] {} TCP-Session: a237fe41-2379-4bfe-a489-634c0602320e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368317 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.368312 [ 294 ] {} TCP-Session: 099002ba-02c0-49c2-a495-76bc8ced7467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368347 [ 292 ] {} TCP-Session: 4f55e82d-0442-483d-ae2a-1992a366b1d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:46521 2026.04.10 19:13:34.367892 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43433 2026.04.10 19:13:34.368374 [ 292 ] {} TCP-Session: 4f55e82d-0442-483d-ae2a-1992a366b1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.367988 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40265 2026.04.10 19:13:34.368412 [ 292 ] {} TCP-Session: 4f55e82d-0442-483d-ae2a-1992a366b1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368445 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.368474 [ 290 ] {} TCP-Session: ee81dd42-0adf-4478-9f13-98b0a021a4de Authenticating user 'default' from [fd00:1122:3344:101::e]:43433 2026.04.10 19:13:34.368485 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.368491 [ 290 ] {} TCP-Session: ee81dd42-0adf-4478-9f13-98b0a021a4de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368518 [ 275 ] {} TCP-Session: 237c4c47-6d9c-4632-9465-f5187f9f0540 Authenticating user 'default' from [fd00:1122:3344:101::e]:40265 2026.04.10 19:13:34.368522 [ 290 ] {} TCP-Session: ee81dd42-0adf-4478-9f13-98b0a021a4de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368542 [ 275 ] {} TCP-Session: 237c4c47-6d9c-4632-9465-f5187f9f0540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368543 [ 286 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:13:34.368562 [ 275 ] {} TCP-Session: 237c4c47-6d9c-4632-9465-f5187f9f0540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.368612 [ 286 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:13:34.368890 [ 286 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:13:34.369802 [ 337 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} AggregatingTransform: Aggregating 2026.04.10 19:13:34.369853 [ 337 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} Aggregator: Aggregation method: without_key 2026.04.10 19:13:34.369891 [ 337 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000892675 sec. (1120.229 rows/sec., 43.76 KiB/sec.) 2026.04.10 19:13:34.369911 [ 337 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} Aggregator: Merging aggregated data 2026.04.10 19:13:34.371192 [ 286 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} executeQuery: Read 1 rows, 40.00 B in 0.002989 sec., 334.5600535296086 rows/sec., 13.07 KiB/sec. 2026.04.10 19:13:34.371350 [ 286 ] {fb7a582c-8b88-4147-8cfe-6261a5a850d8} TCPHandler: Processed in 0.003395565 sec. 2026.04.10 19:13:34.371478 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371505 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371509 [ 286 ] {} TCP-Session: 8f488a05-8760-4a1b-a998-8c61fefdfd40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.371531 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371551 [ 288 ] {} TCP-Session: ccddf7d4-7d7d-43c9-9d4c-ed434004db2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.371561 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371582 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371591 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371617 [ 290 ] {} TCP-Session: ee81dd42-0adf-4478-9f13-98b0a021a4de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.371630 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371654 [ 292 ] {} TCP-Session: 4f55e82d-0442-483d-ae2a-1992a366b1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.371638 [ 293 ] {} TCP-Session: 1793d0a3-1aac-40cd-80e5-e2b67ede578a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.371683 [ 294 ] {} TCP-Session: 099002ba-02c0-49c2-a495-76bc8ced7467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.371604 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371574 [ 275 ] {} TCP-Session: 237c4c47-6d9c-4632-9465-f5187f9f0540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.371767 [ 291 ] {} TCP-Session: a237fe41-2379-4bfe-a489-634c0602320e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.371545 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.371822 [ 289 ] {} TCP-Session: 4b8e9d0b-70ac-4c55-a309-434ac3ada33a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.677860 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50866 2026.04.10 19:13:34.677967 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.677996 [ 286 ] {} TCP-Session: 4862c49a-b8f5-44b3-85fb-89bfb414928a Authenticating user 'default' from [fd00:1122:3344:101::e]:50866 2026.04.10 19:13:34.678017 [ 286 ] {} TCP-Session: 4862c49a-b8f5-44b3-85fb-89bfb414928a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678031 [ 286 ] {} TCP-Session: 4862c49a-b8f5-44b3-85fb-89bfb414928a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678223 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40045 2026.04.10 19:13:34.678240 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58217 2026.04.10 19:13:34.678278 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40308 2026.04.10 19:13:34.678299 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52682 2026.04.10 19:13:34.678321 [ 286 ] {} TCP-Session: 4862c49a-b8f5-44b3-85fb-89bfb414928a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:34.678339 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.678292 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33878 2026.04.10 19:13:34.678385 [ 288 ] {} TCP-Session: f554097b-a438-418f-9c72-fe5c4c157b2b Authenticating user 'default' from [fd00:1122:3344:101::e]:40045 2026.04.10 19:13:34.678386 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.678372 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.678433 [ 288 ] {} TCP-Session: f554097b-a438-418f-9c72-fe5c4c157b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678441 [ 275 ] {} TCP-Session: 80a95031-f8fc-4a3b-8454-97a77d7f7f90 Authenticating user 'default' from [fd00:1122:3344:101::e]:52682 2026.04.10 19:13:34.678468 [ 293 ] {} TCP-Session: e8630609-1cd4-465e-b794-167e347a2c4a Authenticating user 'default' from [fd00:1122:3344:101::e]:40308 2026.04.10 19:13:34.678476 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.678498 [ 286 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} executeQuery: (from [fd00:1122:3344:101::e]:50866) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:13:34.678506 [ 293 ] {} TCP-Session: e8630609-1cd4-465e-b794-167e347a2c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678521 [ 294 ] {} TCP-Session: f6916860-5e38-4a66-817f-6718fef42d6b Authenticating user 'default' from [fd00:1122:3344:101::e]:33878 2026.04.10 19:13:34.678541 [ 293 ] {} TCP-Session: e8630609-1cd4-465e-b794-167e347a2c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678562 [ 294 ] {} TCP-Session: f6916860-5e38-4a66-817f-6718fef42d6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678485 [ 275 ] {} TCP-Session: 80a95031-f8fc-4a3b-8454-97a77d7f7f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678587 [ 294 ] {} TCP-Session: f6916860-5e38-4a66-817f-6718fef42d6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678606 [ 275 ] {} TCP-Session: 80a95031-f8fc-4a3b-8454-97a77d7f7f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678469 [ 288 ] {} TCP-Session: f554097b-a438-418f-9c72-fe5c4c157b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678260 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33836 2026.04.10 19:13:34.678265 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63244 2026.04.10 19:13:34.678257 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49680 2026.04.10 19:13:34.678373 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.678730 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.678747 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.678778 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:13:34.678780 [ 290 ] {} TCP-Session: 4d66474b-5a86-4180-9914-c37931b88bdc Authenticating user 'default' from [fd00:1122:3344:101::e]:33836 2026.04.10 19:13:34.678811 [ 292 ] {} TCP-Session: ca2a1113-b510-4a52-9a55-3f329c343864 Authenticating user 'default' from [fd00:1122:3344:101::e]:63244 2026.04.10 19:13:34.678826 [ 291 ] {} TCP-Session: 0ae34808-ef43-48b9-b1fe-84f6fcf9ba8a Authenticating user 'default' from [fd00:1122:3344:101::e]:49680 2026.04.10 19:13:34.678840 [ 290 ] {} TCP-Session: 4d66474b-5a86-4180-9914-c37931b88bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678851 [ 292 ] {} TCP-Session: ca2a1113-b510-4a52-9a55-3f329c343864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678864 [ 291 ] {} TCP-Session: 0ae34808-ef43-48b9-b1fe-84f6fcf9ba8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678887 [ 292 ] {} TCP-Session: ca2a1113-b510-4a52-9a55-3f329c343864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678901 [ 291 ] {} TCP-Session: 0ae34808-ef43-48b9-b1fe-84f6fcf9ba8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678771 [ 286 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:13:34.678876 [ 290 ] {} TCP-Session: 4d66474b-5a86-4180-9914-c37931b88bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.678761 [ 289 ] {} TCP-Session: 1e021fba-cb85-4199-8278-05dc6186809a Authenticating user 'default' from [fd00:1122:3344:101::e]:58217 2026.04.10 19:13:34.678986 [ 286 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:13:34.678996 [ 289 ] {} TCP-Session: 1e021fba-cb85-4199-8278-05dc6186809a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.679023 [ 289 ] {} TCP-Session: 1e021fba-cb85-4199-8278-05dc6186809a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.679279 [ 286 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:13:34.680227 [ 284 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} AggregatingTransform: Aggregating 2026.04.10 19:13:34.680279 [ 284 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} Aggregator: Aggregation method: without_key 2026.04.10 19:13:34.680318 [ 284 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000935147 sec. (1069.351 rows/sec., 41.77 KiB/sec.) 2026.04.10 19:13:34.680336 [ 284 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} Aggregator: Merging aggregated data 2026.04.10 19:13:34.681581 [ 286 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} executeQuery: Read 1 rows, 40.00 B in 0.003138 sec., 318.674314850223 rows/sec., 12.45 KiB/sec. 2026.04.10 19:13:34.681710 [ 286 ] {c54a418f-5ab9-4b01-9979-6e34129288bc} TCPHandler: Processed in 0.003506079 sec. 2026.04.10 19:13:34.681828 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.681854 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.681856 [ 286 ] {} TCP-Session: 4862c49a-b8f5-44b3-85fb-89bfb414928a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.681876 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.681886 [ 275 ] {} TCP-Session: 80a95031-f8fc-4a3b-8454-97a77d7f7f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.681892 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.681910 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.681931 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.681949 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.681959 [ 289 ] {} TCP-Session: 1e021fba-cb85-4199-8278-05dc6186809a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.681984 [ 294 ] {} TCP-Session: f6916860-5e38-4a66-817f-6718fef42d6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.682003 [ 290 ] {} TCP-Session: 4d66474b-5a86-4180-9914-c37931b88bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.681996 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.681969 [ 288 ] {} TCP-Session: f554097b-a438-418f-9c72-fe5c4c157b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.681964 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.10 19:13:34.682055 [ 293 ] {} TCP-Session: e8630609-1cd4-465e-b794-167e347a2c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.681914 [ 291 ] {} TCP-Session: 0ae34808-ef43-48b9-b1fe-84f6fcf9ba8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:34.682087 [ 292 ] {} TCP-Session: ca2a1113-b510-4a52-9a55-3f329c343864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:13:35.020363 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:35.020541 [ 276 ] {b8167cfa-1511-40bd-b48f-4df2be8a80de} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:35.020612 [ 276 ] {b8167cfa-1511-40bd-b48f-4df2be8a80de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:35.021316 [ 276 ] {b8167cfa-1511-40bd-b48f-4df2be8a80de} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:35.021382 [ 276 ] {b8167cfa-1511-40bd-b48f-4df2be8a80de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:35.021847 [ 276 ] {b8167cfa-1511-40bd-b48f-4df2be8a80de} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 19:13:35.022176 [ 276 ] {b8167cfa-1511-40bd-b48f-4df2be8a80de} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:35.022405 [ 276 ] {b8167cfa-1511-40bd-b48f-4df2be8a80de} executeQuery: Read 56 rows, 4.38 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.24 MiB/sec. 2026.04.10 19:13:35.022485 [ 276 ] {b8167cfa-1511-40bd-b48f-4df2be8a80de} TCPHandler: Processed in 0.002255183 sec. 2026.04.10 19:13:35.022650 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:35.022761 [ 276 ] {2be451e8-6238-4982-85f4-e5e273dc71ac} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:35.022813 [ 276 ] {2be451e8-6238-4982-85f4-e5e273dc71ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:35.023364 [ 276 ] {2be451e8-6238-4982-85f4-e5e273dc71ac} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:35.023407 [ 276 ] {2be451e8-6238-4982-85f4-e5e273dc71ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:35.023764 [ 276 ] {2be451e8-6238-4982-85f4-e5e273dc71ac} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 19:13:35.024086 [ 276 ] {2be451e8-6238-4982-85f4-e5e273dc71ac} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:35.024282 [ 276 ] {2be451e8-6238-4982-85f4-e5e273dc71ac} executeQuery: Read 64 rows, 5.12 KiB in 0.001547 sec., 41370.39431157078 rows/sec., 3.23 MiB/sec. 2026.04.10 19:13:35.024336 [ 276 ] {2be451e8-6238-4982-85f4-e5e273dc71ac} TCPHandler: Processed in 0.001751089 sec. 2026.04.10 19:13:35.024479 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:35.024603 [ 276 ] {c32ceb91-b543-4208-bb85-dab8729e5454} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:35.024666 [ 276 ] {c32ceb91-b543-4208-bb85-dab8729e5454} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:35.025149 [ 276 ] {c32ceb91-b543-4208-bb85-dab8729e5454} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:35.025189 [ 276 ] {c32ceb91-b543-4208-bb85-dab8729e5454} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:35.025615 [ 276 ] {c32ceb91-b543-4208-bb85-dab8729e5454} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 19:13:35.025960 [ 276 ] {c32ceb91-b543-4208-bb85-dab8729e5454} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:35.026152 [ 276 ] {c32ceb91-b543-4208-bb85-dab8729e5454} executeQuery: Read 128 rows, 9.13 KiB in 0.001579 sec., 81063.96453451551 rows/sec., 5.65 MiB/sec. 2026.04.10 19:13:35.026200 [ 276 ] {c32ceb91-b543-4208-bb85-dab8729e5454} TCPHandler: Processed in 0.00178381 sec. 2026.04.10 19:13:35.026345 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:35.026469 [ 276 ] {250a9f0a-08d8-44d7-a4bc-21c204b19ece} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:35.026529 [ 276 ] {250a9f0a-08d8-44d7-a4bc-21c204b19ece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:35.026975 [ 276 ] {250a9f0a-08d8-44d7-a4bc-21c204b19ece} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:35.027021 [ 276 ] {250a9f0a-08d8-44d7-a4bc-21c204b19ece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:35.027458 [ 276 ] {250a9f0a-08d8-44d7-a4bc-21c204b19ece} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 19:13:35.027783 [ 276 ] {250a9f0a-08d8-44d7-a4bc-21c204b19ece} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:35.027951 [ 276 ] {250a9f0a-08d8-44d7-a4bc-21c204b19ece} executeQuery: Read 48 rows, 3.31 KiB in 0.001521 sec., 31558.185404339252 rows/sec., 2.13 MiB/sec. 2026.04.10 19:13:35.027999 [ 276 ] {250a9f0a-08d8-44d7-a4bc-21c204b19ece} TCPHandler: Processed in 0.001731389 sec. 2026.04.10 19:13:35.403058 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12009 2026.04.10 19:13:35.403587 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:35.403633 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:35.404121 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:13:35.404355 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:35.404491 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12009 2026.04.10 19:13:36.055874 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.04.10 19:13:36.073115 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:36.073165 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:36.078686 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:13:36.079395 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:36.082210 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.04.10 19:13:37.902694 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 868 2026.04.10 19:13:37.905724 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:37.905776 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:37.907037 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:13:37.907315 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:37.907719 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 868 2026.04.10 19:13:40.030473 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.030658 [ 276 ] {5faa7813-8b5f-44cd-813e-88819c6e3fa3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:13:40.030721 [ 276 ] {5faa7813-8b5f-44cd-813e-88819c6e3fa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:13:40.031454 [ 276 ] {5faa7813-8b5f-44cd-813e-88819c6e3fa3} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.031501 [ 276 ] {5faa7813-8b5f-44cd-813e-88819c6e3fa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.031894 [ 276 ] {5faa7813-8b5f-44cd-813e-88819c6e3fa3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:13:40.032114 [ 276 ] {5faa7813-8b5f-44cd-813e-88819c6e3fa3} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.032258 [ 276 ] {5faa7813-8b5f-44cd-813e-88819c6e3fa3} executeQuery: Read 284 rows, 18.47 KiB in 0.001649 sec., 172225.5912674348 rows/sec., 10.94 MiB/sec. 2026.04.10 19:13:40.032299 [ 276 ] {5faa7813-8b5f-44cd-813e-88819c6e3fa3} TCPHandler: Processed in 0.001955945 sec. 2026.04.10 19:13:40.032424 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.032520 [ 276 ] {082e68e8-980a-454d-af97-4bcb97b061d4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:40.032560 [ 276 ] {082e68e8-980a-454d-af97-4bcb97b061d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:40.033375 [ 276 ] {082e68e8-980a-454d-af97-4bcb97b061d4} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.033412 [ 276 ] {082e68e8-980a-454d-af97-4bcb97b061d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.033752 [ 276 ] {082e68e8-980a-454d-af97-4bcb97b061d4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 19:13:40.033964 [ 276 ] {082e68e8-980a-454d-af97-4bcb97b061d4} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.034083 [ 130 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 19:13:40.034091 [ 276 ] {082e68e8-980a-454d-af97-4bcb97b061d4} executeQuery: Read 829 rows, 65.98 KiB in 0.00159 sec., 521383.6477987421 rows/sec., 40.52 MiB/sec. 2026.04.10 19:13:40.034156 [ 130 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.034171 [ 276 ] {082e68e8-980a-454d-af97-4bcb97b061d4} TCPHandler: Processed in 0.00179679 sec. 2026.04.10 19:13:40.034184 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.034280 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.034295 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:13:40.034378 [ 276 ] {3b44e40a-9730-4d31-b01d-cbacca26b5ae} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:40.034395 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:40.034417 [ 276 ] {3b44e40a-9730-4d31-b01d-cbacca26b5ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:40.034428 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3240 rows starting from the beginning of the part 2026.04.10 19:13:40.034494 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 108 rows starting from the beginning of the part 2026.04.10 19:13:40.034543 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 829 rows starting from the beginning of the part 2026.04.10 19:13:40.034593 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2453 rows starting from the beginning of the part 2026.04.10 19:13:40.034638 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2026.04.10 19:13:40.034680 [ 192 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 829 rows starting from the beginning of the part 2026.04.10 19:13:40.034873 [ 276 ] {3b44e40a-9730-4d31-b01d-cbacca26b5ae} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.034909 [ 276 ] {3b44e40a-9730-4d31-b01d-cbacca26b5ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.035210 [ 276 ] {3b44e40a-9730-4d31-b01d-cbacca26b5ae} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:13:40.035421 [ 276 ] {3b44e40a-9730-4d31-b01d-cbacca26b5ae} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.035548 [ 276 ] {3b44e40a-9730-4d31-b01d-cbacca26b5ae} executeQuery: Read 158 rows, 9.75 KiB in 0.001188 sec., 132996.63299663298 rows/sec., 8.01 MiB/sec. 2026.04.10 19:13:40.035584 [ 276 ] {3b44e40a-9730-4d31-b01d-cbacca26b5ae} TCPHandler: Processed in 0.001353688 sec. 2026.04.10 19:13:40.035697 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.035794 [ 276 ] {4163d9c2-d47a-408f-944e-289d68b225cc} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:13:40.035832 [ 276 ] {4163d9c2-d47a-408f-944e-289d68b225cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:13:40.036270 [ 276 ] {4163d9c2-d47a-408f-944e-289d68b225cc} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.036305 [ 276 ] {4163d9c2-d47a-408f-944e-289d68b225cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.036598 [ 276 ] {4163d9c2-d47a-408f-944e-289d68b225cc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:13:40.036800 [ 276 ] {4163d9c2-d47a-408f-944e-289d68b225cc} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.036922 [ 276 ] {4163d9c2-d47a-408f-944e-289d68b225cc} executeQuery: Read 149 rows, 9.86 KiB in 0.001147 sec., 129904.09764603313 rows/sec., 8.39 MiB/sec. 2026.04.10 19:13:40.036957 [ 276 ] {4163d9c2-d47a-408f-944e-289d68b225cc} TCPHandler: Processed in 0.001311077 sec. 2026.04.10 19:13:40.037068 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.037070 [ 195 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 7515 rows, containing 5 columns (5 merged, 0 gathered) in 0.002814219 sec., 2670367.8711571484 rows/sec., 210.93 MiB/sec. 2026.04.10 19:13:40.037163 [ 276 ] {e272b118-896d-4bd3-be39-689867fe57d8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:13:40.037208 [ 276 ] {e272b118-896d-4bd3-be39-689867fe57d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:13:40.037431 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 19:13:40.037654 [ 276 ] {e272b118-896d-4bd3-be39-689867fe57d8} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.037696 [ 276 ] {e272b118-896d-4bd3-be39-689867fe57d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.037756 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.037846 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_41_8} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 19:13:40.037942 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2026.04.10 19:13:40.038021 [ 276 ] {e272b118-896d-4bd3-be39-689867fe57d8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:13:40.038240 [ 276 ] {e272b118-896d-4bd3-be39-689867fe57d8} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.038365 [ 276 ] {e272b118-896d-4bd3-be39-689867fe57d8} executeQuery: Read 148 rows, 8.62 KiB in 0.001219 sec., 121410.9926168991 rows/sec., 6.90 MiB/sec. 2026.04.10 19:13:40.038402 [ 276 ] {e272b118-896d-4bd3-be39-689867fe57d8} TCPHandler: Processed in 0.001384069 sec. 2026.04.10 19:13:40.038516 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.038612 [ 276 ] {d94bbbd8-440f-48fa-9b4f-28c903571b6c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:40.038651 [ 276 ] {d94bbbd8-440f-48fa-9b4f-28c903571b6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:40.039280 [ 276 ] {d94bbbd8-440f-48fa-9b4f-28c903571b6c} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.039313 [ 276 ] {d94bbbd8-440f-48fa-9b4f-28c903571b6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.039634 [ 276 ] {d94bbbd8-440f-48fa-9b4f-28c903571b6c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 19:13:40.039840 [ 276 ] {d94bbbd8-440f-48fa-9b4f-28c903571b6c} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.039949 [ 129 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 19:13:40.039965 [ 276 ] {d94bbbd8-440f-48fa-9b4f-28c903571b6c} executeQuery: Read 506 rows, 36.46 KiB in 0.001372 sec., 368804.6647230321 rows/sec., 25.95 MiB/sec. 2026.04.10 19:13:40.039990 [ 129 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.040005 [ 276 ] {d94bbbd8-440f-48fa-9b4f-28c903571b6c} TCPHandler: Processed in 0.001538484 sec. 2026.04.10 19:13:40.040013 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.040117 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.040125 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:13:40.040214 [ 276 ] {587cb725-9c63-4c6c-ad9d-cdce49cb6c37} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:13:40.040260 [ 276 ] {587cb725-9c63-4c6c-ad9d-cdce49cb6c37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:13:40.040268 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:40.040307 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1792 rows starting from the beginning of the part 2026.04.10 19:13:40.040373 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:13:40.040416 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 506 rows starting from the beginning of the part 2026.04.10 19:13:40.040458 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1314 rows starting from the beginning of the part 2026.04.10 19:13:40.040494 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2026.04.10 19:13:40.040535 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 506 rows starting from the beginning of the part 2026.04.10 19:13:40.040589 [ 276 ] {587cb725-9c63-4c6c-ad9d-cdce49cb6c37} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.040628 [ 276 ] {587cb725-9c63-4c6c-ad9d-cdce49cb6c37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.040969 [ 276 ] {587cb725-9c63-4c6c-ad9d-cdce49cb6c37} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:13:40.041200 [ 276 ] {587cb725-9c63-4c6c-ad9d-cdce49cb6c37} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.041335 [ 276 ] {587cb725-9c63-4c6c-ad9d-cdce49cb6c37} executeQuery: Read 6 rows, 321.00 B in 0.001139 sec., 5267.778753292361 rows/sec., 275.22 KiB/sec. 2026.04.10 19:13:40.041372 [ 276 ] {587cb725-9c63-4c6c-ad9d-cdce49cb6c37} TCPHandler: Processed in 0.001303936 sec. 2026.04.10 19:13:40.041485 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.041580 [ 276 ] {022c9361-3c96-43a4-8f4d-45c39d6152b2} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:40.041623 [ 276 ] {022c9361-3c96-43a4-8f4d-45c39d6152b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:40.042044 [ 276 ] {022c9361-3c96-43a4-8f4d-45c39d6152b2} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.042049 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001975675 sec., 2162298.9611145556 rows/sec., 156.32 MiB/sec. 2026.04.10 19:13:40.042085 [ 276 ] {022c9361-3c96-43a4-8f4d-45c39d6152b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.042275 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 19:13:40.042502 [ 276 ] {022c9361-3c96-43a4-8f4d-45c39d6152b2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 19:13:40.042591 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.042679 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_41_8} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 19:13:40.042756 [ 276 ] {022c9361-3c96-43a4-8f4d-45c39d6152b2} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.042758 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.04.10 19:13:40.042865 [ 129 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 19:13:40.042897 [ 276 ] {022c9361-3c96-43a4-8f4d-45c39d6152b2} executeQuery: Read 265 rows, 18.03 KiB in 0.001335 sec., 198501.87265917604 rows/sec., 13.19 MiB/sec. 2026.04.10 19:13:40.042902 [ 129 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.042930 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.042936 [ 276 ] {022c9361-3c96-43a4-8f4d-45c39d6152b2} TCPHandler: Processed in 0.001500272 sec. 2026.04.10 19:13:40.043054 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:13:40.043078 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.043182 [ 276 ] {28e8ae19-66a8-4ee1-ab6c-63baf096bcd0} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:13:40.043200 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:40.043227 [ 276 ] {28e8ae19-66a8-4ee1-ab6c-63baf096bcd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:13:40.043266 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 15133 rows starting from the beginning of the part 2026.04.10 19:13:40.043355 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.04.10 19:13:40.043435 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 265 rows starting from the beginning of the part 2026.04.10 19:13:40.043510 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1496 rows starting from the beginning of the part 2026.04.10 19:13:40.043566 [ 276 ] {28e8ae19-66a8-4ee1-ab6c-63baf096bcd0} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.043577 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 128 rows starting from the beginning of the part 2026.04.10 19:13:40.043610 [ 276 ] {28e8ae19-66a8-4ee1-ab6c-63baf096bcd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.043639 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 265 rows starting from the beginning of the part 2026.04.10 19:13:40.043964 [ 276 ] {28e8ae19-66a8-4ee1-ab6c-63baf096bcd0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.10 19:13:40.044184 [ 276 ] {28e8ae19-66a8-4ee1-ab6c-63baf096bcd0} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.044320 [ 276 ] {28e8ae19-66a8-4ee1-ab6c-63baf096bcd0} executeQuery: Read 1 rows, 69.00 B in 0.001156 sec., 865.0519031141869 rows/sec., 58.29 KiB/sec. 2026.04.10 19:13:40.044357 [ 276 ] {28e8ae19-66a8-4ee1-ab6c-63baf096bcd0} TCPHandler: Processed in 0.001342048 sec. 2026.04.10 19:13:40.044457 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.044552 [ 276 ] {fd041e82-99c1-46d1-8aba-52a64b3818d3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:40.044606 [ 276 ] {fd041e82-99c1-46d1-8aba-52a64b3818d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:40.045418 [ 276 ] {fd041e82-99c1-46d1-8aba-52a64b3818d3} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.045454 [ 276 ] {fd041e82-99c1-46d1-8aba-52a64b3818d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.045998 [ 276 ] {fd041e82-99c1-46d1-8aba-52a64b3818d3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:13:40.046232 [ 276 ] {fd041e82-99c1-46d1-8aba-52a64b3818d3} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.046373 [ 276 ] {fd041e82-99c1-46d1-8aba-52a64b3818d3} executeQuery: Read 16 rows, 29.36 KiB in 0.001838 sec., 8705.114254624592 rows/sec., 15.60 MiB/sec. 2026.04.10 19:13:40.046425 [ 276 ] {fd041e82-99c1-46d1-8aba-52a64b3818d3} TCPHandler: Processed in 0.002017697 sec. 2026.04.10 19:13:40.046543 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:40.046638 [ 276 ] {73d63c4c-0fb1-4433-a54f-62dd80e8e7f7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:40.046679 [ 276 ] {73d63c4c-0fb1-4433-a54f-62dd80e8e7f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:40.047043 [ 276 ] {73d63c4c-0fb1-4433-a54f-62dd80e8e7f7} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.047077 [ 276 ] {73d63c4c-0fb1-4433-a54f-62dd80e8e7f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.047390 [ 276 ] {73d63c4c-0fb1-4433-a54f-62dd80e8e7f7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 19:13:40.047599 [ 276 ] {73d63c4c-0fb1-4433-a54f-62dd80e8e7f7} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.047690 [ 129 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 19:13:40.047718 [ 129 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:40.047722 [ 276 ] {73d63c4c-0fb1-4433-a54f-62dd80e8e7f7} executeQuery: Read 90 rows, 5.77 KiB in 0.001103 sec., 81595.64823209429 rows/sec., 5.11 MiB/sec. 2026.04.10 19:13:40.047737 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:40.047764 [ 276 ] {73d63c4c-0fb1-4433-a54f-62dd80e8e7f7} TCPHandler: Processed in 0.001271006 sec. 2026.04.10 19:13:40.047824 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:13:40.047933 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:40.047963 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2340 rows starting from the beginning of the part 2026.04.10 19:13:40.048022 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.04.10 19:13:40.048064 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part 2026.04.10 19:13:40.048103 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part 2026.04.10 19:13:40.048142 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part 2026.04.10 19:13:40.048180 [ 197 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:13:40.048257 [ 186 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 17447 rows, containing 5 columns (5 merged, 0 gathered) in 0.005276228 sec., 3306718.360161843 rows/sec., 210.87 MiB/sec. 2026.04.10 19:13:40.048480 [ 196 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 19:13:40.048748 [ 196 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.048813 [ 196 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_41_8} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 19:13:40.048890 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB. 2026.04.10 19:13:40.049361 [ 186 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2640 rows, containing 4 columns (4 merged, 0 gathered) in 0.001573924 sec., 1677336.389812977 rows/sec., 108.08 MiB/sec. 2026.04.10 19:13:40.049705 [ 190 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 19:13:40.050005 [ 190 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:40.050085 [ 190 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_41_8} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 19:13:40.050170 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.04.10 19:13:42.670606 [ 123 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:13:42.670659 [ 123 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:13:42.905371 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12457 2026.04.10 19:13:42.905866 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:42.905904 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:42.906382 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:13:42.906600 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:42.906726 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12457 2026.04.10 19:13:42.906722 [ 122 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:13:42.906798 [ 122 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:42.906818 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:42.906913 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:42.906996 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:42.907025 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10089 rows starting from the beginning of the part 2026.04.10 19:13:42.907088 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:42.907131 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:42.907169 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:42.907208 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:42.907242 [ 196 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:13:42.911290 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12457 rows, containing 4 columns (4 merged, 0 gathered) in 0.004415004 sec., 2821514.9974949057 rows/sec., 40.36 MiB/sec. 2026.04.10 19:13:42.911748 [ 193 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:13:42.912039 [ 193 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_26_5} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:42.912115 [ 193 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_26_5} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:13:42.912210 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2026.04.10 19:13:43.582984 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.04.10 19:13:43.600714 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:43.600774 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:43.606452 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:13:43.607160 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:43.607433 [ 120 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:13:43.607471 [ 120 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:43.607491 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:43.607633 [ 193 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:43.610343 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.04.10 19:13:43.611759 [ 193 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:43.613214 [ 193 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:43.617751 [ 193 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:43.622260 [ 193 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:43.626327 [ 193 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:43.630688 [ 193 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:43.634660 [ 193 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:13:43.686425 [ 187 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.0788651 sec., 2485.2564695917463 rows/sec., 12.85 MiB/sec. 2026.04.10 19:13:43.688920 [ 188 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:13:43.691313 [ 188 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_26_5} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:43.691422 [ 188 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_26_5} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:13:43.693633 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.04.10 19:13:44.001141 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 266.47 MiB, peak 277.01 MiB, free memory in arenas 0.00 B, will set to 271.83 MiB (RSS), difference: 5.36 MiB 2026.04.10 19:13:45.022397 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:45.022579 [ 276 ] {b95b4899-1d0e-40aa-9ae6-b1640f23d1b2} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:45.022646 [ 276 ] {b95b4899-1d0e-40aa-9ae6-b1640f23d1b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:45.023329 [ 276 ] {b95b4899-1d0e-40aa-9ae6-b1640f23d1b2} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:45.023378 [ 276 ] {b95b4899-1d0e-40aa-9ae6-b1640f23d1b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:45.023796 [ 276 ] {b95b4899-1d0e-40aa-9ae6-b1640f23d1b2} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 19:13:45.024027 [ 276 ] {b95b4899-1d0e-40aa-9ae6-b1640f23d1b2} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:45.024182 [ 276 ] {b95b4899-1d0e-40aa-9ae6-b1640f23d1b2} executeQuery: Read 108 rows, 9.28 KiB in 0.001649 sec., 65494.23893268647 rows/sec., 5.49 MiB/sec. 2026.04.10 19:13:45.024222 [ 276 ] {b95b4899-1d0e-40aa-9ae6-b1640f23d1b2} TCPHandler: Processed in 0.001954265 sec. 2026.04.10 19:13:45.024350 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:45.024445 [ 276 ] {a66272dc-7244-4c72-888e-c25c8c137c26} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:45.024484 [ 276 ] {a66272dc-7244-4c72-888e-c25c8c137c26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:45.024883 [ 276 ] {a66272dc-7244-4c72-888e-c25c8c137c26} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:45.024919 [ 276 ] {a66272dc-7244-4c72-888e-c25c8c137c26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:45.025212 [ 276 ] {a66272dc-7244-4c72-888e-c25c8c137c26} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:13:45.025419 [ 276 ] {a66272dc-7244-4c72-888e-c25c8c137c26} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:45.025547 [ 276 ] {a66272dc-7244-4c72-888e-c25c8c137c26} executeQuery: Read 26 rows, 1.96 KiB in 0.00112 sec., 23214.285714285717 rows/sec., 1.70 MiB/sec. 2026.04.10 19:13:45.025583 [ 276 ] {a66272dc-7244-4c72-888e-c25c8c137c26} TCPHandler: Processed in 0.001282996 sec. 2026.04.10 19:13:45.025689 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:45.025782 [ 276 ] {7eda84e9-da21-4665-8694-632681d4c1cc} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:45.025821 [ 276 ] {7eda84e9-da21-4665-8694-632681d4c1cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:45.026241 [ 276 ] {7eda84e9-da21-4665-8694-632681d4c1cc} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:45.026277 [ 276 ] {7eda84e9-da21-4665-8694-632681d4c1cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:45.026579 [ 276 ] {7eda84e9-da21-4665-8694-632681d4c1cc} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 19:13:45.026797 [ 276 ] {7eda84e9-da21-4665-8694-632681d4c1cc} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:45.026925 [ 276 ] {7eda84e9-da21-4665-8694-632681d4c1cc} executeQuery: Read 90 rows, 7.20 KiB in 0.00116 sec., 77586.20689655172 rows/sec., 6.06 MiB/sec. 2026.04.10 19:13:45.026963 [ 276 ] {7eda84e9-da21-4665-8694-632681d4c1cc} TCPHandler: Processed in 0.001327958 sec. 2026.04.10 19:13:45.027076 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:45.027170 [ 276 ] {e26ab11b-a573-4bf2-8911-ed0167ce5f9b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:45.027212 [ 276 ] {e26ab11b-a573-4bf2-8911-ed0167ce5f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:45.027610 [ 276 ] {e26ab11b-a573-4bf2-8911-ed0167ce5f9b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:45.027645 [ 276 ] {e26ab11b-a573-4bf2-8911-ed0167ce5f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:45.027989 [ 276 ] {e26ab11b-a573-4bf2-8911-ed0167ce5f9b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 19:13:45.028193 [ 276 ] {e26ab11b-a573-4bf2-8911-ed0167ce5f9b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:45.028321 [ 276 ] {e26ab11b-a573-4bf2-8911-ed0167ce5f9b} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.04.10 19:13:45.028357 [ 276 ] {e26ab11b-a573-4bf2-8911-ed0167ce5f9b} TCPHandler: Processed in 0.001329857 sec. 2026.04.10 19:13:45.028470 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:45.028567 [ 276 ] {646c41bb-1e13-4bc1-8f2a-77e8af36b0e6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:45.028623 [ 276 ] {646c41bb-1e13-4bc1-8f2a-77e8af36b0e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:45.029594 [ 276 ] {646c41bb-1e13-4bc1-8f2a-77e8af36b0e6} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:45.029638 [ 276 ] {646c41bb-1e13-4bc1-8f2a-77e8af36b0e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:45.030213 [ 276 ] {646c41bb-1e13-4bc1-8f2a-77e8af36b0e6} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:13:45.030432 [ 276 ] {646c41bb-1e13-4bc1-8f2a-77e8af36b0e6} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:45.030584 [ 276 ] {646c41bb-1e13-4bc1-8f2a-77e8af36b0e6} executeQuery: Read 26 rows, 47.71 KiB in 0.002035 sec., 12776.412776412777 rows/sec., 22.89 MiB/sec. 2026.04.10 19:13:45.030639 [ 276 ] {646c41bb-1e13-4bc1-8f2a-77e8af36b0e6} TCPHandler: Processed in 0.002221462 sec. 2026.04.10 19:13:45.030755 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:45.030851 [ 276 ] {891a0d55-ece9-4fa3-a275-e3af83971bff} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:45.030979 [ 276 ] {891a0d55-ece9-4fa3-a275-e3af83971bff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:45.031321 [ 276 ] {891a0d55-ece9-4fa3-a275-e3af83971bff} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:45.031357 [ 276 ] {891a0d55-ece9-4fa3-a275-e3af83971bff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:45.031658 [ 276 ] {891a0d55-ece9-4fa3-a275-e3af83971bff} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 19:13:45.031862 [ 276 ] {891a0d55-ece9-4fa3-a275-e3af83971bff} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:45.031988 [ 276 ] {891a0d55-ece9-4fa3-a275-e3af83971bff} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2026.04.10 19:13:45.032024 [ 276 ] {891a0d55-ece9-4fa3-a275-e3af83971bff} TCPHandler: Processed in 0.001319007 sec. 2026.04.10 19:13:47.908840 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 902 2026.04.10 19:13:47.911119 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:47.911167 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:47.912325 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:13:47.912577 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:47.912833 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 902 2026.04.10 19:13:50.031785 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.032013 [ 276 ] {17a7bbec-184c-43be-b700-89db54e1fd1b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:13:50.032086 [ 276 ] {17a7bbec-184c-43be-b700-89db54e1fd1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:13:50.032904 [ 276 ] {17a7bbec-184c-43be-b700-89db54e1fd1b} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.032955 [ 276 ] {17a7bbec-184c-43be-b700-89db54e1fd1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.033370 [ 276 ] {17a7bbec-184c-43be-b700-89db54e1fd1b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:13:50.033607 [ 276 ] {17a7bbec-184c-43be-b700-89db54e1fd1b} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.033764 [ 276 ] {17a7bbec-184c-43be-b700-89db54e1fd1b} executeQuery: Read 284 rows, 18.47 KiB in 0.001805 sec., 157340.72022160667 rows/sec., 9.99 MiB/sec. 2026.04.10 19:13:50.033806 [ 276 ] {17a7bbec-184c-43be-b700-89db54e1fd1b} TCPHandler: Processed in 0.002162921 sec. 2026.04.10 19:13:50.033934 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.034031 [ 276 ] {96c6130f-aa56-44f9-be8a-4a1a00573348} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:13:50.034072 [ 276 ] {96c6130f-aa56-44f9-be8a-4a1a00573348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:13:50.034476 [ 276 ] {96c6130f-aa56-44f9-be8a-4a1a00573348} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.034513 [ 276 ] {96c6130f-aa56-44f9-be8a-4a1a00573348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.034802 [ 276 ] {96c6130f-aa56-44f9-be8a-4a1a00573348} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:13:50.035023 [ 276 ] {96c6130f-aa56-44f9-be8a-4a1a00573348} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.035154 [ 276 ] {96c6130f-aa56-44f9-be8a-4a1a00573348} executeQuery: Read 14 rows, 1.14 KiB in 0.001141 sec., 12269.938650306747 rows/sec., 1000.53 KiB/sec. 2026.04.10 19:13:50.035192 [ 276 ] {96c6130f-aa56-44f9-be8a-4a1a00573348} TCPHandler: Processed in 0.001309527 sec. 2026.04.10 19:13:50.035298 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.035395 [ 276 ] {7180367e-4f8f-4b37-8fa1-07638755a32f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:50.035434 [ 276 ] {7180367e-4f8f-4b37-8fa1-07638755a32f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:50.036225 [ 276 ] {7180367e-4f8f-4b37-8fa1-07638755a32f} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.036262 [ 276 ] {7180367e-4f8f-4b37-8fa1-07638755a32f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.036629 [ 276 ] {7180367e-4f8f-4b37-8fa1-07638755a32f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 19:13:50.036846 [ 276 ] {7180367e-4f8f-4b37-8fa1-07638755a32f} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.036975 [ 276 ] {7180367e-4f8f-4b37-8fa1-07638755a32f} executeQuery: Read 836 rows, 66.49 KiB in 0.001599 sec., 522826.7667292058 rows/sec., 40.61 MiB/sec. 2026.04.10 19:13:50.037012 [ 276 ] {7180367e-4f8f-4b37-8fa1-07638755a32f} TCPHandler: Processed in 0.00176548 sec. 2026.04.10 19:13:50.037125 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.037221 [ 276 ] {e5c5f690-d200-4f64-b4da-aeac23eed92a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:50.037261 [ 276 ] {e5c5f690-d200-4f64-b4da-aeac23eed92a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:50.037710 [ 276 ] {e5c5f690-d200-4f64-b4da-aeac23eed92a} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.037746 [ 276 ] {e5c5f690-d200-4f64-b4da-aeac23eed92a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.038047 [ 276 ] {e5c5f690-d200-4f64-b4da-aeac23eed92a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 19:13:50.038260 [ 276 ] {e5c5f690-d200-4f64-b4da-aeac23eed92a} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.038369 [ 36 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 19:13:50.038388 [ 276 ] {e5c5f690-d200-4f64-b4da-aeac23eed92a} executeQuery: Read 172 rows, 10.72 KiB in 0.001184 sec., 145270.27027027027 rows/sec., 8.84 MiB/sec. 2026.04.10 19:13:50.038434 [ 36 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.038444 [ 276 ] {e5c5f690-d200-4f64-b4da-aeac23eed92a} TCPHandler: Processed in 0.001370618 sec. 2026.04.10 19:13:50.038462 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.038570 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.038600 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:13:50.038669 [ 276 ] {3f277e26-9f7f-4272-8a05-884533dbbaff} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:13:50.038715 [ 276 ] {3f277e26-9f7f-4272-8a05-884533dbbaff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:13:50.038765 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:50.038810 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 211 rows starting from the beginning of the part 2026.04.10 19:13:50.038887 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 158 rows starting from the beginning of the part 2026.04.10 19:13:50.038940 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part 2026.04.10 19:13:50.038991 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 158 rows starting from the beginning of the part 2026.04.10 19:13:50.039035 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:50.039083 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 172 rows starting from the beginning of the part 2026.04.10 19:13:50.039153 [ 276 ] {3f277e26-9f7f-4272-8a05-884533dbbaff} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.039194 [ 276 ] {3f277e26-9f7f-4272-8a05-884533dbbaff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.039551 [ 276 ] {3f277e26-9f7f-4272-8a05-884533dbbaff} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:13:50.039780 [ 276 ] {3f277e26-9f7f-4272-8a05-884533dbbaff} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.039924 [ 276 ] {3f277e26-9f7f-4272-8a05-884533dbbaff} executeQuery: Read 149 rows, 9.86 KiB in 0.001272 sec., 117138.36477987422 rows/sec., 7.57 MiB/sec. 2026.04.10 19:13:50.039963 [ 276 ] {3f277e26-9f7f-4272-8a05-884533dbbaff} TCPHandler: Processed in 0.001445191 sec. 2026.04.10 19:13:50.040090 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.040111 [ 187 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 5 columns (5 merged, 0 gathered) in 0.001578945 sec., 481334.05533441633 rows/sec., 31.79 MiB/sec. 2026.04.10 19:13:50.040186 [ 276 ] {6771eb2b-c0bc-4aa0-93c8-6acd51859f43} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:13:50.040230 [ 276 ] {6771eb2b-c0bc-4aa0-93c8-6acd51859f43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:13:50.040293 [ 191 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 19:13:50.040595 [ 191 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.040666 [ 191 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_36_7} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 19:13:50.040671 [ 276 ] {6771eb2b-c0bc-4aa0-93c8-6acd51859f43} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.040716 [ 276 ] {6771eb2b-c0bc-4aa0-93c8-6acd51859f43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.040752 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.10 19:13:50.041040 [ 276 ] {6771eb2b-c0bc-4aa0-93c8-6acd51859f43} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:13:50.041260 [ 276 ] {6771eb2b-c0bc-4aa0-93c8-6acd51859f43} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.041389 [ 276 ] {6771eb2b-c0bc-4aa0-93c8-6acd51859f43} executeQuery: Read 148 rows, 8.62 KiB in 0.001221 sec., 121212.1212121212 rows/sec., 6.89 MiB/sec. 2026.04.10 19:13:50.041426 [ 276 ] {6771eb2b-c0bc-4aa0-93c8-6acd51859f43} TCPHandler: Processed in 0.001387649 sec. 2026.04.10 19:13:50.041551 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.041647 [ 276 ] {fe3b126b-1546-4aa3-9066-04e295f2f61d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:50.041687 [ 276 ] {fe3b126b-1546-4aa3-9066-04e295f2f61d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:50.042283 [ 276 ] {fe3b126b-1546-4aa3-9066-04e295f2f61d} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.042320 [ 276 ] {fe3b126b-1546-4aa3-9066-04e295f2f61d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.042646 [ 276 ] {fe3b126b-1546-4aa3-9066-04e295f2f61d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 19:13:50.042854 [ 276 ] {fe3b126b-1546-4aa3-9066-04e295f2f61d} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.042985 [ 276 ] {fe3b126b-1546-4aa3-9066-04e295f2f61d} executeQuery: Read 520 rows, 37.60 KiB in 0.001355 sec., 383763.83763837634 rows/sec., 27.10 MiB/sec. 2026.04.10 19:13:50.043023 [ 276 ] {fe3b126b-1546-4aa3-9066-04e295f2f61d} TCPHandler: Processed in 0.001526213 sec. 2026.04.10 19:13:50.043133 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.043229 [ 276 ] {17d37bd9-3af6-4949-8ac0-031205121209} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:13:50.043270 [ 276 ] {17d37bd9-3af6-4949-8ac0-031205121209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:13:50.043605 [ 276 ] {17d37bd9-3af6-4949-8ac0-031205121209} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.043642 [ 276 ] {17d37bd9-3af6-4949-8ac0-031205121209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.043942 [ 276 ] {17d37bd9-3af6-4949-8ac0-031205121209} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:13:50.044147 [ 276 ] {17d37bd9-3af6-4949-8ac0-031205121209} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.044279 [ 276 ] {17d37bd9-3af6-4949-8ac0-031205121209} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2026.04.10 19:13:50.044317 [ 276 ] {17d37bd9-3af6-4949-8ac0-031205121209} TCPHandler: Processed in 0.001233554 sec. 2026.04.10 19:13:50.044427 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.044523 [ 276 ] {8967770e-9445-4f25-abbe-433835f02ed9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:50.044566 [ 276 ] {8967770e-9445-4f25-abbe-433835f02ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:50.044972 [ 276 ] {8967770e-9445-4f25-abbe-433835f02ed9} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.045008 [ 276 ] {8967770e-9445-4f25-abbe-433835f02ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.045345 [ 276 ] {8967770e-9445-4f25-abbe-433835f02ed9} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 19:13:50.045558 [ 276 ] {8967770e-9445-4f25-abbe-433835f02ed9} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.045687 [ 276 ] {8967770e-9445-4f25-abbe-433835f02ed9} executeQuery: Read 272 rows, 18.52 KiB in 0.001181 sec., 230313.29381879763 rows/sec., 15.32 MiB/sec. 2026.04.10 19:13:50.045724 [ 276 ] {8967770e-9445-4f25-abbe-433835f02ed9} TCPHandler: Processed in 0.001347278 sec. 2026.04.10 19:13:50.045843 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.045938 [ 276 ] {98981fc9-1539-42ee-975e-2c594c5db5d2} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:13:50.045980 [ 276 ] {98981fc9-1539-42ee-975e-2c594c5db5d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:13:50.046294 [ 276 ] {98981fc9-1539-42ee-975e-2c594c5db5d2} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.046329 [ 276 ] {98981fc9-1539-42ee-975e-2c594c5db5d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.046630 [ 276 ] {98981fc9-1539-42ee-975e-2c594c5db5d2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.10 19:13:50.046838 [ 276 ] {98981fc9-1539-42ee-975e-2c594c5db5d2} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.046965 [ 276 ] {98981fc9-1539-42ee-975e-2c594c5db5d2} executeQuery: Read 1 rows, 69.00 B in 0.001046 sec., 956.0229445506692 rows/sec., 64.42 KiB/sec. 2026.04.10 19:13:50.047001 [ 276 ] {98981fc9-1539-42ee-975e-2c594c5db5d2} TCPHandler: Processed in 0.001210294 sec. 2026.04.10 19:13:50.047112 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.047206 [ 276 ] {9057c261-af70-4505-ba73-3f9250efbc62} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:50.047261 [ 276 ] {9057c261-af70-4505-ba73-3f9250efbc62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:50.048053 [ 276 ] {9057c261-af70-4505-ba73-3f9250efbc62} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.048090 [ 276 ] {9057c261-af70-4505-ba73-3f9250efbc62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.048640 [ 276 ] {9057c261-af70-4505-ba73-3f9250efbc62} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 19:13:50.048860 [ 276 ] {9057c261-af70-4505-ba73-3f9250efbc62} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.048999 [ 276 ] {9057c261-af70-4505-ba73-3f9250efbc62} executeQuery: Read 16 rows, 29.36 KiB in 0.00181 sec., 8839.779005524862 rows/sec., 15.84 MiB/sec. 2026.04.10 19:13:50.049004 [ 39 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 19:13:50.049052 [ 276 ] {9057c261-af70-4505-ba73-3f9250efbc62} TCPHandler: Processed in 0.001990696 sec. 2026.04.10 19:13:50.049079 [ 39 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.049109 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.049198 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:50.049207 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:13:50.049324 [ 276 ] {ff631bd7-dddb-485f-aca7-f484521712c3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:50.049374 [ 276 ] {ff631bd7-dddb-485f-aca7-f484521712c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:50.049427 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:13:50.049493 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 634 rows starting from the beginning of the part 2026.04.10 19:13:50.049628 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part 2026.04.10 19:13:50.049735 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part 2026.04.10 19:13:50.049761 [ 276 ] {ff631bd7-dddb-485f-aca7-f484521712c3} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.049797 [ 276 ] {ff631bd7-dddb-485f-aca7-f484521712c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.049823 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part 2026.04.10 19:13:50.049910 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2026.04.10 19:13:50.049998 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part 2026.04.10 19:13:50.050134 [ 276 ] {ff631bd7-dddb-485f-aca7-f484521712c3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 19:13:50.050342 [ 276 ] {ff631bd7-dddb-485f-aca7-f484521712c3} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.050468 [ 276 ] {ff631bd7-dddb-485f-aca7-f484521712c3} executeQuery: Read 90 rows, 5.77 KiB in 0.001168 sec., 77054.79452054795 rows/sec., 4.82 MiB/sec. 2026.04.10 19:13:50.050503 [ 276 ] {ff631bd7-dddb-485f-aca7-f484521712c3} TCPHandler: Processed in 0.001363729 sec. 2026.04.10 19:13:50.054931 [ 194 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 743 rows, containing 19 columns (19 merged, 0 gathered) in 0.005764902 sec., 128883.3704371731 rows/sec., 230.95 MiB/sec. 2026.04.10 19:13:50.056245 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 19:13:50.056614 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.056698 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_36_7} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 19:13:50.056857 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. 2026.04.10 19:13:50.407662 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12969 2026.04.10 19:13:50.408170 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:50.408213 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:50.408706 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:13:50.408944 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:50.409079 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12969 2026.04.10 19:13:51.001087 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.33 MiB, peak 280.88 MiB, free memory in arenas 0.00 B, will set to 275.83 MiB (RSS), difference: 2.50 MiB 2026.04.10 19:13:51.111254 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.04.10 19:13:51.126901 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:51.126952 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:51.132636 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:13:51.133265 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:51.135956 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.04.10 19:13:55.022517 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:55.022716 [ 276 ] {604b6cc2-7cea-4b9b-a591-694aa1735ab6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:13:55.022787 [ 276 ] {604b6cc2-7cea-4b9b-a591-694aa1735ab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:13:55.023505 [ 276 ] {604b6cc2-7cea-4b9b-a591-694aa1735ab6} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:55.023556 [ 276 ] {604b6cc2-7cea-4b9b-a591-694aa1735ab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:55.023962 [ 276 ] {604b6cc2-7cea-4b9b-a591-694aa1735ab6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 19:13:55.024215 [ 276 ] {604b6cc2-7cea-4b9b-a591-694aa1735ab6} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:55.024380 [ 276 ] {604b6cc2-7cea-4b9b-a591-694aa1735ab6} executeQuery: Read 108 rows, 9.28 KiB in 0.001712 sec., 63084.11214953271 rows/sec., 5.29 MiB/sec. 2026.04.10 19:13:55.024433 [ 276 ] {604b6cc2-7cea-4b9b-a591-694aa1735ab6} TCPHandler: Processed in 0.002051708 sec. 2026.04.10 19:13:55.024569 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:55.024676 [ 276 ] {33347fb2-0ade-4c4a-958a-d011639b4a7c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:13:55.024722 [ 276 ] {33347fb2-0ade-4c4a-958a-d011639b4a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:13:55.025163 [ 276 ] {33347fb2-0ade-4c4a-958a-d011639b4a7c} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:55.025202 [ 276 ] {33347fb2-0ade-4c4a-958a-d011639b4a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:55.025547 [ 276 ] {33347fb2-0ade-4c4a-958a-d011639b4a7c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 19:13:55.025779 [ 276 ] {33347fb2-0ade-4c4a-958a-d011639b4a7c} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:55.025920 [ 276 ] {33347fb2-0ade-4c4a-958a-d011639b4a7c} executeQuery: Read 26 rows, 1.96 KiB in 0.001269 sec., 20488.573680063044 rows/sec., 1.50 MiB/sec. 2026.04.10 19:13:55.025960 [ 276 ] {33347fb2-0ade-4c4a-958a-d011639b4a7c} TCPHandler: Processed in 0.001444511 sec. 2026.04.10 19:13:55.026068 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:55.026168 [ 276 ] {974f2ab9-3e80-4d6a-a58e-51c768502e10} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:13:55.026212 [ 276 ] {974f2ab9-3e80-4d6a-a58e-51c768502e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:13:55.026663 [ 276 ] {974f2ab9-3e80-4d6a-a58e-51c768502e10} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:55.026698 [ 276 ] {974f2ab9-3e80-4d6a-a58e-51c768502e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:55.027017 [ 276 ] {974f2ab9-3e80-4d6a-a58e-51c768502e10} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 19:13:55.027228 [ 276 ] {974f2ab9-3e80-4d6a-a58e-51c768502e10} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:55.027359 [ 276 ] {974f2ab9-3e80-4d6a-a58e-51c768502e10} executeQuery: Read 90 rows, 7.20 KiB in 0.001259 sec., 71485.30579825258 rows/sec., 5.58 MiB/sec. 2026.04.10 19:13:55.027394 [ 276 ] {974f2ab9-3e80-4d6a-a58e-51c768502e10} TCPHandler: Processed in 0.001429131 sec. 2026.04.10 19:13:55.027509 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:55.027675 [ 276 ] {fa361e11-34f0-4ec0-9f58-bbdccf418a80} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:55.027722 [ 276 ] {fa361e11-34f0-4ec0-9f58-bbdccf418a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:13:55.028149 [ 276 ] {fa361e11-34f0-4ec0-9f58-bbdccf418a80} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:55.028187 [ 276 ] {fa361e11-34f0-4ec0-9f58-bbdccf418a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:55.028551 [ 276 ] {fa361e11-34f0-4ec0-9f58-bbdccf418a80} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 19:13:55.028783 [ 276 ] {fa361e11-34f0-4ec0-9f58-bbdccf418a80} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:55.028919 [ 276 ] {fa361e11-34f0-4ec0-9f58-bbdccf418a80} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2026.04.10 19:13:55.028957 [ 276 ] {fa361e11-34f0-4ec0-9f58-bbdccf418a80} TCPHandler: Processed in 0.001441361 sec. 2026.04.10 19:13:55.029082 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:55.029186 [ 276 ] {1b5bf703-bf06-4ae2-9466-9d27eea1d5ee} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:13:55.029243 [ 276 ] {1b5bf703-bf06-4ae2-9466-9d27eea1d5ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:13:55.030098 [ 276 ] {1b5bf703-bf06-4ae2-9466-9d27eea1d5ee} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:55.030134 [ 276 ] {1b5bf703-bf06-4ae2-9466-9d27eea1d5ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:55.030705 [ 276 ] {1b5bf703-bf06-4ae2-9466-9d27eea1d5ee} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.10 19:13:55.030930 [ 276 ] {1b5bf703-bf06-4ae2-9466-9d27eea1d5ee} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:55.031072 [ 276 ] {1b5bf703-bf06-4ae2-9466-9d27eea1d5ee} executeQuery: Read 26 rows, 47.71 KiB in 0.001906 sec., 13641.133263378804 rows/sec., 24.44 MiB/sec. 2026.04.10 19:13:55.031125 [ 276 ] {1b5bf703-bf06-4ae2-9466-9d27eea1d5ee} TCPHandler: Processed in 0.002095489 sec. 2026.04.10 19:13:55.031253 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:13:55.031349 [ 276 ] {ce1882a6-219b-4356-966c-a17933fde495} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:13:55.031392 [ 276 ] {ce1882a6-219b-4356-966c-a17933fde495} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:13:55.031756 [ 276 ] {ce1882a6-219b-4356-966c-a17933fde495} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:55.031792 [ 276 ] {ce1882a6-219b-4356-966c-a17933fde495} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:55.032107 [ 276 ] {ce1882a6-219b-4356-966c-a17933fde495} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 19:13:55.032328 [ 276 ] {ce1882a6-219b-4356-966c-a17933fde495} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:55.032458 [ 276 ] {ce1882a6-219b-4356-966c-a17933fde495} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.04.10 19:13:55.032494 [ 276 ] {ce1882a6-219b-4356-966c-a17933fde495} TCPHandler: Processed in 0.001291757 sec. 2026.04.10 19:13:57.671712 [ 116 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:13:57.671770 [ 116 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:13:57.909431 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13417 2026.04.10 19:13:57.909931 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:57.909981 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:57.910501 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:13:57.910741 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:57.910886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13417 2026.04.10 19:13:57.913141 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 938 2026.04.10 19:13:57.915949 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:57.915986 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:57.917203 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:13:57.917467 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:57.917710 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 938 2026.04.10 19:13:58.636313 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.04.10 19:13:58.651753 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:13:58.651810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:13:58.657608 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:13:58.658309 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:13:58.660931 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.04.10 19:14:00.031336 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.031566 [ 276 ] {41cd3c5b-5a6e-4b19-8e60-b650d6102bea} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.031650 [ 276 ] {41cd3c5b-5a6e-4b19-8e60-b650d6102bea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:14:00.032499 [ 276 ] {41cd3c5b-5a6e-4b19-8e60-b650d6102bea} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.032557 [ 276 ] {41cd3c5b-5a6e-4b19-8e60-b650d6102bea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.033003 [ 276 ] {41cd3c5b-5a6e-4b19-8e60-b650d6102bea} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:14:00.033249 [ 276 ] {41cd3c5b-5a6e-4b19-8e60-b650d6102bea} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.033424 [ 276 ] {41cd3c5b-5a6e-4b19-8e60-b650d6102bea} executeQuery: Read 284 rows, 18.47 KiB in 0.001913 sec., 148457.9194981704 rows/sec., 9.43 MiB/sec. 2026.04.10 19:14:00.033485 [ 276 ] {41cd3c5b-5a6e-4b19-8e60-b650d6102bea} TCPHandler: Processed in 0.002295835 sec. 2026.04.10 19:14:00.033620 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.033730 [ 276 ] {72ff77a7-96e7-44f1-b3eb-c0d0c9217978} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:00.033778 [ 276 ] {72ff77a7-96e7-44f1-b3eb-c0d0c9217978} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:00.034785 [ 276 ] {72ff77a7-96e7-44f1-b3eb-c0d0c9217978} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.034828 [ 276 ] {72ff77a7-96e7-44f1-b3eb-c0d0c9217978} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.035215 [ 276 ] {72ff77a7-96e7-44f1-b3eb-c0d0c9217978} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 19:14:00.035437 [ 276 ] {72ff77a7-96e7-44f1-b3eb-c0d0c9217978} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.035575 [ 276 ] {72ff77a7-96e7-44f1-b3eb-c0d0c9217978} executeQuery: Read 829 rows, 65.98 KiB in 0.00187 sec., 443315.5080213904 rows/sec., 34.46 MiB/sec. 2026.04.10 19:14:00.035615 [ 276 ] {72ff77a7-96e7-44f1-b3eb-c0d0c9217978} TCPHandler: Processed in 0.002051648 sec. 2026.04.10 19:14:00.035731 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.035840 [ 276 ] {35e6f252-3aaa-45cd-bb9e-bfd35c498b90} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.035884 [ 276 ] {35e6f252-3aaa-45cd-bb9e-bfd35c498b90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:00.036371 [ 276 ] {35e6f252-3aaa-45cd-bb9e-bfd35c498b90} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.036405 [ 276 ] {35e6f252-3aaa-45cd-bb9e-bfd35c498b90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.036741 [ 276 ] {35e6f252-3aaa-45cd-bb9e-bfd35c498b90} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 19:14:00.036954 [ 276 ] {35e6f252-3aaa-45cd-bb9e-bfd35c498b90} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.037090 [ 276 ] {35e6f252-3aaa-45cd-bb9e-bfd35c498b90} executeQuery: Read 158 rows, 9.75 KiB in 0.001274 sec., 124018.8383045526 rows/sec., 7.47 MiB/sec. 2026.04.10 19:14:00.037127 [ 276 ] {35e6f252-3aaa-45cd-bb9e-bfd35c498b90} TCPHandler: Processed in 0.001449471 sec. 2026.04.10 19:14:00.037240 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.037336 [ 276 ] {ce50d9ba-bb6e-4465-8cb4-4689b087c4fc} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.037374 [ 276 ] {ce50d9ba-bb6e-4465-8cb4-4689b087c4fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:14:00.037834 [ 276 ] {ce50d9ba-bb6e-4465-8cb4-4689b087c4fc} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.037868 [ 276 ] {ce50d9ba-bb6e-4465-8cb4-4689b087c4fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.038185 [ 276 ] {ce50d9ba-bb6e-4465-8cb4-4689b087c4fc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:14:00.038400 [ 276 ] {ce50d9ba-bb6e-4465-8cb4-4689b087c4fc} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.038510 [ 113 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:14:00.038527 [ 276 ] {ce50d9ba-bb6e-4465-8cb4-4689b087c4fc} executeQuery: Read 149 rows, 9.86 KiB in 0.00121 sec., 123140.49586776861 rows/sec., 7.96 MiB/sec. 2026.04.10 19:14:00.038550 [ 113 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.038568 [ 276 ] {ce50d9ba-bb6e-4465-8cb4-4689b087c4fc} TCPHandler: Processed in 0.001377789 sec. 2026.04.10 19:14:00.038571 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.038695 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.038701 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:14:00.038791 [ 276 ] {4b8966b4-6341-47fb-9579-cf3251e5e169} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.038834 [ 276 ] {4b8966b4-6341-47fb-9579-cf3251e5e169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:14:00.038857 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:00.038899 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 953 rows starting from the beginning of the part 2026.04.10 19:14:00.038972 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:14:00.039022 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 801 rows starting from the beginning of the part 2026.04.10 19:14:00.039069 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:14:00.039117 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:14:00.039161 [ 187 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:14:00.039289 [ 276 ] {4b8966b4-6341-47fb-9579-cf3251e5e169} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.039331 [ 276 ] {4b8966b4-6341-47fb-9579-cf3251e5e169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.039810 [ 276 ] {4b8966b4-6341-47fb-9579-cf3251e5e169} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:14:00.040039 [ 276 ] {4b8966b4-6341-47fb-9579-cf3251e5e169} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.040165 [ 276 ] {4b8966b4-6341-47fb-9579-cf3251e5e169} executeQuery: Read 148 rows, 8.62 KiB in 0.001393 sec., 106245.51328068916 rows/sec., 6.04 MiB/sec. 2026.04.10 19:14:00.040206 [ 276 ] {4b8966b4-6341-47fb-9579-cf3251e5e169} TCPHandler: Processed in 0.001574084 sec. 2026.04.10 19:14:00.040313 [ 201 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001669277 sec., 1407795.111296687 rows/sec., 89.76 MiB/sec. 2026.04.10 19:14:00.040333 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.040451 [ 276 ] {5c63cd67-b6a7-4993-bf53-645a60d78baf} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:00.040493 [ 276 ] {5c63cd67-b6a7-4993-bf53-645a60d78baf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:00.040539 [ 199 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:14:00.040829 [ 199 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_26_5} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.040916 [ 199 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_26_5} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:14:00.040992 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.10 19:14:00.041225 [ 276 ] {5c63cd67-b6a7-4993-bf53-645a60d78baf} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.041265 [ 276 ] {5c63cd67-b6a7-4993-bf53-645a60d78baf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.041598 [ 276 ] {5c63cd67-b6a7-4993-bf53-645a60d78baf} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 19:14:00.041831 [ 276 ] {5c63cd67-b6a7-4993-bf53-645a60d78baf} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.041967 [ 276 ] {5c63cd67-b6a7-4993-bf53-645a60d78baf} executeQuery: Read 506 rows, 36.46 KiB in 0.001534 sec., 329856.5840938722 rows/sec., 23.21 MiB/sec. 2026.04.10 19:14:00.042005 [ 276 ] {5c63cd67-b6a7-4993-bf53-645a60d78baf} TCPHandler: Processed in 0.001722559 sec. 2026.04.10 19:14:00.042118 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.042214 [ 276 ] {7567d04d-fd6b-4e5e-aad6-be7c96bf3874} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:14:00.042254 [ 276 ] {7567d04d-fd6b-4e5e-aad6-be7c96bf3874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:14:00.042590 [ 276 ] {7567d04d-fd6b-4e5e-aad6-be7c96bf3874} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.042625 [ 276 ] {7567d04d-fd6b-4e5e-aad6-be7c96bf3874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.042936 [ 276 ] {7567d04d-fd6b-4e5e-aad6-be7c96bf3874} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:14:00.043138 [ 276 ] {7567d04d-fd6b-4e5e-aad6-be7c96bf3874} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.043263 [ 276 ] {7567d04d-fd6b-4e5e-aad6-be7c96bf3874} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2026.04.10 19:14:00.043298 [ 276 ] {7567d04d-fd6b-4e5e-aad6-be7c96bf3874} TCPHandler: Processed in 0.001229664 sec. 2026.04.10 19:14:00.043408 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.043502 [ 276 ] {32710f0f-14ba-4891-ba29-af2f46f60557} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.043543 [ 276 ] {32710f0f-14ba-4891-ba29-af2f46f60557} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:00.043973 [ 276 ] {32710f0f-14ba-4891-ba29-af2f46f60557} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.044006 [ 276 ] {32710f0f-14ba-4891-ba29-af2f46f60557} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.044345 [ 276 ] {32710f0f-14ba-4891-ba29-af2f46f60557} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 19:14:00.044549 [ 276 ] {32710f0f-14ba-4891-ba29-af2f46f60557} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.044688 [ 276 ] {32710f0f-14ba-4891-ba29-af2f46f60557} executeQuery: Read 265 rows, 18.03 KiB in 0.001205 sec., 219917.0124481328 rows/sec., 14.61 MiB/sec. 2026.04.10 19:14:00.044727 [ 276 ] {32710f0f-14ba-4891-ba29-af2f46f60557} TCPHandler: Processed in 0.001368198 sec. 2026.04.10 19:14:00.044841 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.044935 [ 276 ] {6427504a-3205-47bd-8e4d-4e345c5956d3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.044976 [ 276 ] {6427504a-3205-47bd-8e4d-4e345c5956d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:14:00.045284 [ 276 ] {6427504a-3205-47bd-8e4d-4e345c5956d3} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.045319 [ 276 ] {6427504a-3205-47bd-8e4d-4e345c5956d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.045615 [ 276 ] {6427504a-3205-47bd-8e4d-4e345c5956d3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.10 19:14:00.045828 [ 276 ] {6427504a-3205-47bd-8e4d-4e345c5956d3} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.045919 [ 113 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.04.10 19:14:00.045946 [ 113 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.045956 [ 276 ] {6427504a-3205-47bd-8e4d-4e345c5956d3} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2026.04.10 19:14:00.045963 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.045992 [ 276 ] {6427504a-3205-47bd-8e4d-4e345c5956d3} TCPHandler: Processed in 0.001200544 sec. 2026.04.10 19:14:00.046075 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.04.10 19:14:00.046103 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.046211 [ 276 ] {fa0fb00a-32ca-432e-a5de-1c2e94d2605d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.046227 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:00.046264 [ 276 ] {fa0fb00a-32ca-432e-a5de-1c2e94d2605d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:00.046270 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 18 rows starting from the beginning of the part 2026.04.10 19:14:00.046349 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:00.046398 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:00.046441 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:00.046483 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:00.046523 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:00.047078 [ 276 ] {fa0fb00a-32ca-432e-a5de-1c2e94d2605d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.047120 [ 276 ] {fa0fb00a-32ca-432e-a5de-1c2e94d2605d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.047358 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.001334788 sec., 17231.200759970874 rows/sec., 1.13 MiB/sec. 2026.04.10 19:14:00.047528 [ 201 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.04.10 19:14:00.047684 [ 276 ] {fa0fb00a-32ca-432e-a5de-1c2e94d2605d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.10 19:14:00.047911 [ 201 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.048008 [ 201 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_20_4} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.04.10 19:14:00.048041 [ 276 ] {fa0fb00a-32ca-432e-a5de-1c2e94d2605d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.048113 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.10 19:14:00.048202 [ 276 ] {fa0fb00a-32ca-432e-a5de-1c2e94d2605d} executeQuery: Read 16 rows, 29.36 KiB in 0.002008 sec., 7968.127490039841 rows/sec., 14.28 MiB/sec. 2026.04.10 19:14:00.048263 [ 276 ] {fa0fb00a-32ca-432e-a5de-1c2e94d2605d} TCPHandler: Processed in 0.002210272 sec. 2026.04.10 19:14:00.048373 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.048469 [ 276 ] {03871822-2436-4e6d-a958-d42d1fb194ab} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.048511 [ 276 ] {03871822-2436-4e6d-a958-d42d1fb194ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:00.048856 [ 276 ] {03871822-2436-4e6d-a958-d42d1fb194ab} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.048893 [ 276 ] {03871822-2436-4e6d-a958-d42d1fb194ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.049208 [ 276 ] {03871822-2436-4e6d-a958-d42d1fb194ab} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 19:14:00.049418 [ 276 ] {03871822-2436-4e6d-a958-d42d1fb194ab} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.049548 [ 276 ] {03871822-2436-4e6d-a958-d42d1fb194ab} executeQuery: Read 90 rows, 5.77 KiB in 0.001099 sec., 81892.6296633303 rows/sec., 5.12 MiB/sec. 2026.04.10 19:14:00.049585 [ 276 ] {03871822-2436-4e6d-a958-d42d1fb194ab} TCPHandler: Processed in 0.001265075 sec. 2026.04.10 19:14:00.342692 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.342905 [ 276 ] {27869de6-89be-4862-8698-7a94093eb7c5} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:14:00.342987 [ 276 ] {27869de6-89be-4862-8698-7a94093eb7c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:14:00.343619 [ 276 ] {27869de6-89be-4862-8698-7a94093eb7c5} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.343662 [ 276 ] {27869de6-89be-4862-8698-7a94093eb7c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.343998 [ 276 ] {27869de6-89be-4862-8698-7a94093eb7c5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:14:00.344228 [ 276 ] {27869de6-89be-4862-8698-7a94093eb7c5} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.344376 [ 276 ] {27869de6-89be-4862-8698-7a94093eb7c5} executeQuery: Read 4 rows, 334.00 B in 0.001525 sec., 2622.950819672131 rows/sec., 213.88 KiB/sec. 2026.04.10 19:14:00.344418 [ 276 ] {27869de6-89be-4862-8698-7a94093eb7c5} TCPHandler: Processed in 0.001859182 sec. 2026.04.10 19:14:00.344541 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.344640 [ 276 ] {e877251d-8997-45f4-b9eb-3d9a2783411b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:00.344680 [ 276 ] {e877251d-8997-45f4-b9eb-3d9a2783411b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:00.346231 [ 276 ] {e877251d-8997-45f4-b9eb-3d9a2783411b} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.346269 [ 276 ] {e877251d-8997-45f4-b9eb-3d9a2783411b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.346714 [ 276 ] {e877251d-8997-45f4-b9eb-3d9a2783411b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 19:14:00.346926 [ 276 ] {e877251d-8997-45f4-b9eb-3d9a2783411b} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.347027 [ 113 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 19:14:00.347056 [ 276 ] {e877251d-8997-45f4-b9eb-3d9a2783411b} executeQuery: Read 2455 rows, 185.25 KiB in 0.002436 sec., 1007799.6715927752 rows/sec., 74.26 MiB/sec. 2026.04.10 19:14:00.347061 [ 113 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.347090 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.347097 [ 276 ] {e877251d-8997-45f4-b9eb-3d9a2783411b} TCPHandler: Processed in 0.002608933 sec. 2026.04.10 19:14:00.347198 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:14:00.347213 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.347364 [ 276 ] {c56e2c49-8dd7-4c6f-9ebd-0fafd7b3a256} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.347405 [ 276 ] {c56e2c49-8dd7-4c6f-9ebd-0fafd7b3a256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:00.347406 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:00.347474 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3240 rows starting from the beginning of the part 2026.04.10 19:14:00.347580 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 108 rows starting from the beginning of the part 2026.04.10 19:14:00.347663 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 836 rows starting from the beginning of the part 2026.04.10 19:14:00.347733 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 108 rows starting from the beginning of the part 2026.04.10 19:14:00.347801 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 829 rows starting from the beginning of the part 2026.04.10 19:14:00.347834 [ 276 ] {c56e2c49-8dd7-4c6f-9ebd-0fafd7b3a256} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.347877 [ 276 ] {c56e2c49-8dd7-4c6f-9ebd-0fafd7b3a256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.347877 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2455 rows starting from the beginning of the part 2026.04.10 19:14:00.348204 [ 276 ] {c56e2c49-8dd7-4c6f-9ebd-0fafd7b3a256} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 19:14:00.348454 [ 276 ] {c56e2c49-8dd7-4c6f-9ebd-0fafd7b3a256} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.348590 [ 276 ] {c56e2c49-8dd7-4c6f-9ebd-0fafd7b3a256} executeQuery: Read 39 rows, 2.91 KiB in 0.001247 sec., 31275.06014434643 rows/sec., 2.28 MiB/sec. 2026.04.10 19:14:00.348628 [ 276 ] {c56e2c49-8dd7-4c6f-9ebd-0fafd7b3a256} TCPHandler: Processed in 0.001465991 sec. 2026.04.10 19:14:00.348738 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.348833 [ 276 ] {55e59684-a281-48fb-adf5-cfbb74258b5b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.348873 [ 276 ] {55e59684-a281-48fb-adf5-cfbb74258b5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:14:00.349528 [ 276 ] {55e59684-a281-48fb-adf5-cfbb74258b5b} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.349563 [ 276 ] {55e59684-a281-48fb-adf5-cfbb74258b5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.349893 [ 276 ] {55e59684-a281-48fb-adf5-cfbb74258b5b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.10 19:14:00.350112 [ 276 ] {55e59684-a281-48fb-adf5-cfbb74258b5b} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.350242 [ 276 ] {55e59684-a281-48fb-adf5-cfbb74258b5b} executeQuery: Read 801 rows, 47.38 KiB in 0.001427 sec., 561317.4491941135 rows/sec., 32.42 MiB/sec. 2026.04.10 19:14:00.350280 [ 276 ] {55e59684-a281-48fb-adf5-cfbb74258b5b} TCPHandler: Processed in 0.001592635 sec. 2026.04.10 19:14:00.350388 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.350450 [ 190 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7576 rows, containing 5 columns (5 merged, 0 gathered) in 0.003300753 sec., 2295233.8451256426 rows/sec., 181.56 MiB/sec. 2026.04.10 19:14:00.350483 [ 276 ] {d417ebeb-f511-4299-ba8b-ce0d4f2ebd95} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.350537 [ 276 ] {d417ebeb-f511-4299-ba8b-ce0d4f2ebd95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:14:00.350805 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 19:14:00.350910 [ 276 ] {d417ebeb-f511-4299-ba8b-ce0d4f2ebd95} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.350953 [ 276 ] {d417ebeb-f511-4299-ba8b-ce0d4f2ebd95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.351088 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.351174 [ 197 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_46_9} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 19:14:00.351247 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. 2026.04.10 19:14:00.351270 [ 276 ] {d417ebeb-f511-4299-ba8b-ce0d4f2ebd95} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.10 19:14:00.351480 [ 276 ] {d417ebeb-f511-4299-ba8b-ce0d4f2ebd95} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.351608 [ 276 ] {d417ebeb-f511-4299-ba8b-ce0d4f2ebd95} executeQuery: Read 1 rows, 72.00 B in 0.001142 sec., 875.6567425569177 rows/sec., 61.57 KiB/sec. 2026.04.10 19:14:00.351646 [ 276 ] {d417ebeb-f511-4299-ba8b-ce0d4f2ebd95} TCPHandler: Processed in 0.001309037 sec. 2026.04.10 19:14:00.351755 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.351850 [ 276 ] {8ad046b1-e9b0-4b2f-bfbb-502a974625a8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:00.351890 [ 276 ] {8ad046b1-e9b0-4b2f-bfbb-502a974625a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:00.352762 [ 276 ] {8ad046b1-e9b0-4b2f-bfbb-502a974625a8} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.352798 [ 276 ] {8ad046b1-e9b0-4b2f-bfbb-502a974625a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.353147 [ 276 ] {8ad046b1-e9b0-4b2f-bfbb-502a974625a8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 19:14:00.353356 [ 276 ] {8ad046b1-e9b0-4b2f-bfbb-502a974625a8} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.353462 [ 113 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 19:14:00.353488 [ 276 ] {8ad046b1-e9b0-4b2f-bfbb-502a974625a8} executeQuery: Read 1318 rows, 90.36 KiB in 0.001656 sec., 795893.7198067633 rows/sec., 53.29 MiB/sec. 2026.04.10 19:14:00.353495 [ 113 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.353522 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2026.04.10 19:14:00.353526 [ 276 ] {8ad046b1-e9b0-4b2f-bfbb-502a974625a8} TCPHandler: Processed in 0.001822021 sec. 2026.04.10 19:14:00.353614 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:14:00.353659 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.353750 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:00.353783 [ 276 ] {eebbfdf5-6684-4735-93ff-41aefd5074a3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.353791 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1792 rows starting from the beginning of the part 2026.04.10 19:14:00.353842 [ 276 ] {eebbfdf5-6684-4735-93ff-41aefd5074a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:00.353883 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 90 rows starting from the beginning of the part 2026.04.10 19:14:00.353944 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 520 rows starting from the beginning of the part 2026.04.10 19:14:00.353994 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 90 rows starting from the beginning of the part 2026.04.10 19:14:00.354041 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 506 rows starting from the beginning of the part 2026.04.10 19:14:00.354090 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1318 rows starting from the beginning of the part 2026.04.10 19:14:00.354597 [ 276 ] {eebbfdf5-6684-4735-93ff-41aefd5074a3} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.354643 [ 276 ] {eebbfdf5-6684-4735-93ff-41aefd5074a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.355100 [ 276 ] {eebbfdf5-6684-4735-93ff-41aefd5074a3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 19:14:00.355323 [ 276 ] {eebbfdf5-6684-4735-93ff-41aefd5074a3} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.355426 [ 113 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 19:14:00.355454 [ 113 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.355460 [ 276 ] {eebbfdf5-6684-4735-93ff-41aefd5074a3} executeQuery: Read 1498 rows, 93.04 KiB in 0.001702 sec., 880141.0105757932 rows/sec., 53.39 MiB/sec. 2026.04.10 19:14:00.355475 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.355500 [ 276 ] {eebbfdf5-6684-4735-93ff-41aefd5074a3} TCPHandler: Processed in 0.001903893 sec. 2026.04.10 19:14:00.355545 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:14:00.355615 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.355625 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4316 rows, containing 5 columns (5 merged, 0 gathered) in 0.002052298 sec., 2103008.4324985943 rows/sec., 152.26 MiB/sec. 2026.04.10 19:14:00.355644 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:00.355693 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 17447 rows starting from the beginning of the part 2026.04.10 19:14:00.355718 [ 276 ] {3f0f84dd-58ab-432e-8cd3-3a2cf7852225} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.355742 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:14:00.355776 [ 276 ] {3f0f84dd-58ab-432e-8cd3-3a2cf7852225} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:00.355788 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 272 rows starting from the beginning of the part 2026.04.10 19:14:00.355832 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.04.10 19:14:00.355867 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:14:00.355899 [ 195 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 19:14:00.355902 [ 197 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1498 rows starting from the beginning of the part 2026.04.10 19:14:00.356259 [ 195 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.356352 [ 195 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_46_9} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 19:14:00.356452 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.04.10 19:14:00.356597 [ 276 ] {3f0f84dd-58ab-432e-8cd3-3a2cf7852225} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.356639 [ 276 ] {3f0f84dd-58ab-432e-8cd3-3a2cf7852225} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.357374 [ 276 ] {3f0f84dd-58ab-432e-8cd3-3a2cf7852225} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.10 19:14:00.357619 [ 276 ] {3f0f84dd-58ab-432e-8cd3-3a2cf7852225} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.357770 [ 276 ] {3f0f84dd-58ab-432e-8cd3-3a2cf7852225} executeQuery: Read 35 rows, 64.22 KiB in 0.00207 sec., 16908.212560386473 rows/sec., 30.30 MiB/sec. 2026.04.10 19:14:00.357828 [ 276 ] {3f0f84dd-58ab-432e-8cd3-3a2cf7852225} TCPHandler: Processed in 0.002264334 sec. 2026.04.10 19:14:00.357945 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:00.358041 [ 276 ] {9068f19d-cf4f-4b3d-8263-9214932a3bed} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:00.358082 [ 276 ] {9068f19d-cf4f-4b3d-8263-9214932a3bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:00.358398 [ 276 ] {9068f19d-cf4f-4b3d-8263-9214932a3bed} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.358432 [ 276 ] {9068f19d-cf4f-4b3d-8263-9214932a3bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.358852 [ 276 ] {9068f19d-cf4f-4b3d-8263-9214932a3bed} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 19:14:00.359066 [ 276 ] {9068f19d-cf4f-4b3d-8263-9214932a3bed} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.359161 [ 113 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 19:14:00.359184 [ 113 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:00.359198 [ 276 ] {9068f19d-cf4f-4b3d-8263-9214932a3bed} executeQuery: Read 12 rows, 848.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 704.79 KiB/sec. 2026.04.10 19:14:00.359200 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:00.359235 [ 276 ] {9068f19d-cf4f-4b3d-8263-9214932a3bed} TCPHandler: Processed in 0.001340218 sec. 2026.04.10 19:14:00.359295 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:14:00.359402 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:00.359433 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2640 rows starting from the beginning of the part 2026.04.10 19:14:00.359490 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:14:00.359534 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:14:00.359576 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:14:00.359613 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:14:00.359653 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part 2026.04.10 19:14:00.360913 [ 192 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2952 rows, containing 4 columns (4 merged, 0 gathered) in 0.001654217 sec., 1784530.0828125936 rows/sec., 115.02 MiB/sec. 2026.04.10 19:14:00.361231 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 19:14:00.361480 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_46_9} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.361548 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_46_9} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 19:14:00.361609 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.04.10 19:14:00.362250 [ 192 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 19802 rows, containing 5 columns (5 merged, 0 gathered) in 0.006735819 sec., 2939805.8350439644 rows/sec., 187.28 MiB/sec. 2026.04.10 19:14:00.362594 [ 198 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 19:14:00.362896 [ 198 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:00.362976 [ 198 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_46_9} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 19:14:00.363063 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.25 MiB. 2026.04.10 19:14:05.020254 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:05.020462 [ 276 ] {1320c212-6f96-4abb-857c-aacc8984f2dd} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:05.020538 [ 276 ] {1320c212-6f96-4abb-857c-aacc8984f2dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:05.021262 [ 276 ] {1320c212-6f96-4abb-857c-aacc8984f2dd} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:05.021318 [ 276 ] {1320c212-6f96-4abb-857c-aacc8984f2dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:05.021720 [ 276 ] {1320c212-6f96-4abb-857c-aacc8984f2dd} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 19:14:05.021941 [ 276 ] {1320c212-6f96-4abb-857c-aacc8984f2dd} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:05.022098 [ 276 ] {1320c212-6f96-4abb-857c-aacc8984f2dd} executeQuery: Read 56 rows, 4.38 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.53 MiB/sec. 2026.04.10 19:14:05.022138 [ 276 ] {1320c212-6f96-4abb-857c-aacc8984f2dd} TCPHandler: Processed in 0.002019437 sec. 2026.04.10 19:14:05.022260 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:05.022355 [ 276 ] {c558308f-e2b9-4313-85eb-9c5132b41e82} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:05.022396 [ 276 ] {c558308f-e2b9-4313-85eb-9c5132b41e82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:05.022808 [ 276 ] {c558308f-e2b9-4313-85eb-9c5132b41e82} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:05.022844 [ 276 ] {c558308f-e2b9-4313-85eb-9c5132b41e82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:05.023141 [ 276 ] {c558308f-e2b9-4313-85eb-9c5132b41e82} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 19:14:05.023352 [ 276 ] {c558308f-e2b9-4313-85eb-9c5132b41e82} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:05.023480 [ 276 ] {c558308f-e2b9-4313-85eb-9c5132b41e82} executeQuery: Read 64 rows, 5.12 KiB in 0.001143 sec., 55993.00087489064 rows/sec., 4.37 MiB/sec. 2026.04.10 19:14:05.023516 [ 276 ] {c558308f-e2b9-4313-85eb-9c5132b41e82} TCPHandler: Processed in 0.001303847 sec. 2026.04.10 19:14:05.023632 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:05.023726 [ 276 ] {0f3078d1-2a1d-4d4c-9452-f038fc63943e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:05.023769 [ 276 ] {0f3078d1-2a1d-4d4c-9452-f038fc63943e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:05.024173 [ 276 ] {0f3078d1-2a1d-4d4c-9452-f038fc63943e} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:05.024208 [ 276 ] {0f3078d1-2a1d-4d4c-9452-f038fc63943e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:05.024531 [ 276 ] {0f3078d1-2a1d-4d4c-9452-f038fc63943e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 19:14:05.024743 [ 276 ] {0f3078d1-2a1d-4d4c-9452-f038fc63943e} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:05.024869 [ 276 ] {0f3078d1-2a1d-4d4c-9452-f038fc63943e} executeQuery: Read 128 rows, 9.13 KiB in 0.00116 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. 2026.04.10 19:14:05.024904 [ 276 ] {0f3078d1-2a1d-4d4c-9452-f038fc63943e} TCPHandler: Processed in 0.001324327 sec. 2026.04.10 19:14:05.025022 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:05.025115 [ 276 ] {8265347d-4cd6-488c-b4e1-ae4f21aaf88e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:05.025156 [ 276 ] {8265347d-4cd6-488c-b4e1-ae4f21aaf88e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:05.025487 [ 276 ] {8265347d-4cd6-488c-b4e1-ae4f21aaf88e} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:05.025523 [ 276 ] {8265347d-4cd6-488c-b4e1-ae4f21aaf88e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:05.025826 [ 276 ] {8265347d-4cd6-488c-b4e1-ae4f21aaf88e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 19:14:05.026028 [ 276 ] {8265347d-4cd6-488c-b4e1-ae4f21aaf88e} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:05.026153 [ 276 ] {8265347d-4cd6-488c-b4e1-ae4f21aaf88e} executeQuery: Read 48 rows, 3.31 KiB in 0.001056 sec., 45454.54545454545 rows/sec., 3.06 MiB/sec. 2026.04.10 19:14:05.026188 [ 276 ] {8265347d-4cd6-488c-b4e1-ae4f21aaf88e} TCPHandler: Processed in 0.001213714 sec. 2026.04.10 19:14:05.411822 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13929 2026.04.10 19:14:05.412367 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:05.412415 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:05.412897 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:14:05.413124 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:05.413254 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13929 2026.04.10 19:14:06.161897 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.04.10 19:14:06.178704 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:06.178759 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:06.184666 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:14:06.185364 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:06.188466 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.04.10 19:14:07.918749 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 986 2026.04.10 19:14:07.921322 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:07.921372 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:07.922553 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:14:07.922816 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:07.922968 [ 98 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:14:07.923033 [ 98 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:07.923052 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:07.923087 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 986 2026.04.10 19:14:07.923161 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:14:07.923797 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:07.923965 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 782 rows starting from the beginning of the part 2026.04.10 19:14:07.924333 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part 2026.04.10 19:14:07.924679 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 52 rows starting from the beginning of the part 2026.04.10 19:14:07.925012 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:14:07.925343 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2026.04.10 19:14:07.925674 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part 2026.04.10 19:14:07.931554 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 986 rows, containing 72 columns (72 merged, 0 gathered) in 0.008446568 sec., 116733.80241537155 rows/sec., 95.83 MiB/sec. 2026.04.10 19:14:07.932514 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:14:07.932989 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:07.933058 [ 195 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_21_4} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:14:07.933200 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. 2026.04.10 19:14:10.031358 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.031563 [ 276 ] {2eee7ebc-9dc6-4b54-b6e9-611f1f479b7d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:14:10.031632 [ 276 ] {2eee7ebc-9dc6-4b54-b6e9-611f1f479b7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:14:10.032447 [ 276 ] {2eee7ebc-9dc6-4b54-b6e9-611f1f479b7d} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.032492 [ 276 ] {2eee7ebc-9dc6-4b54-b6e9-611f1f479b7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.032906 [ 276 ] {2eee7ebc-9dc6-4b54-b6e9-611f1f479b7d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:14:10.033144 [ 276 ] {2eee7ebc-9dc6-4b54-b6e9-611f1f479b7d} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.033273 [ 97 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.04.10 19:14:10.033299 [ 276 ] {2eee7ebc-9dc6-4b54-b6e9-611f1f479b7d} executeQuery: Read 284 rows, 18.47 KiB in 0.001789 sec., 158747.9038569033 rows/sec., 10.08 MiB/sec. 2026.04.10 19:14:10.033308 [ 97 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.033332 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.033343 [ 276 ] {2eee7ebc-9dc6-4b54-b6e9-611f1f479b7d} TCPHandler: Processed in 0.0021249 sec. 2026.04.10 19:14:10.033445 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.04.10 19:14:10.033475 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.033581 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:10.033582 [ 276 ] {a834f15f-4632-432a-9f60-d79b53dd6d26} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:10.033622 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 284 rows starting from the beginning of the part 2026.04.10 19:14:10.033645 [ 276 ] {a834f15f-4632-432a-9f60-d79b53dd6d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:10.033695 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 284 rows starting from the beginning of the part 2026.04.10 19:14:10.033750 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 284 rows starting from the beginning of the part 2026.04.10 19:14:10.033795 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 284 rows starting from the beginning of the part 2026.04.10 19:14:10.033839 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 284 rows starting from the beginning of the part 2026.04.10 19:14:10.034621 [ 276 ] {a834f15f-4632-432a-9f60-d79b53dd6d26} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.034663 [ 276 ] {a834f15f-4632-432a-9f60-d79b53dd6d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.034808 [ 192 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141772 sec., 1001608.2160088029 rows/sec., 67.44 MiB/sec. 2026.04.10 19:14:10.034944 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.04.10 19:14:10.035051 [ 276 ] {a834f15f-4632-432a-9f60-d79b53dd6d26} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 19:14:10.035240 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.035324 [ 186 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_21_5} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.04.10 19:14:10.035333 [ 276 ] {a834f15f-4632-432a-9f60-d79b53dd6d26} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.035396 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.10 19:14:10.035484 [ 276 ] {a834f15f-4632-432a-9f60-d79b53dd6d26} executeQuery: Read 829 rows, 65.98 KiB in 0.001921 sec., 431546.06975533575 rows/sec., 33.54 MiB/sec. 2026.04.10 19:14:10.035528 [ 276 ] {a834f15f-4632-432a-9f60-d79b53dd6d26} TCPHandler: Processed in 0.002105029 sec. 2026.04.10 19:14:10.035676 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.035773 [ 276 ] {504648ef-bbf2-477f-996a-37dac384b425} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:10.035815 [ 276 ] {504648ef-bbf2-477f-996a-37dac384b425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:10.036323 [ 276 ] {504648ef-bbf2-477f-996a-37dac384b425} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.036363 [ 276 ] {504648ef-bbf2-477f-996a-37dac384b425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.036697 [ 276 ] {504648ef-bbf2-477f-996a-37dac384b425} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 19:14:10.036929 [ 276 ] {504648ef-bbf2-477f-996a-37dac384b425} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.037067 [ 276 ] {504648ef-bbf2-477f-996a-37dac384b425} executeQuery: Read 158 rows, 9.75 KiB in 0.001312 sec., 120426.82926829268 rows/sec., 7.25 MiB/sec. 2026.04.10 19:14:10.037107 [ 276 ] {504648ef-bbf2-477f-996a-37dac384b425} TCPHandler: Processed in 0.001483191 sec. 2026.04.10 19:14:10.037230 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.037325 [ 276 ] {f7dffbc0-2cd1-46d1-8b28-6ff36eeffac6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:14:10.037366 [ 276 ] {f7dffbc0-2cd1-46d1-8b28-6ff36eeffac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:14:10.037859 [ 276 ] {f7dffbc0-2cd1-46d1-8b28-6ff36eeffac6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.037897 [ 276 ] {f7dffbc0-2cd1-46d1-8b28-6ff36eeffac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.038204 [ 276 ] {f7dffbc0-2cd1-46d1-8b28-6ff36eeffac6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.10 19:14:10.038423 [ 276 ] {f7dffbc0-2cd1-46d1-8b28-6ff36eeffac6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.038556 [ 276 ] {f7dffbc0-2cd1-46d1-8b28-6ff36eeffac6} executeQuery: Read 149 rows, 9.86 KiB in 0.001248 sec., 119391.02564102564 rows/sec., 7.71 MiB/sec. 2026.04.10 19:14:10.038595 [ 276 ] {f7dffbc0-2cd1-46d1-8b28-6ff36eeffac6} TCPHandler: Processed in 0.00141482 sec. 2026.04.10 19:14:10.038725 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.038820 [ 276 ] {432e0472-4983-4afc-b191-a3ff6ec262aa} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:14:10.038860 [ 276 ] {432e0472-4983-4afc-b191-a3ff6ec262aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:14:10.039340 [ 276 ] {432e0472-4983-4afc-b191-a3ff6ec262aa} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.039377 [ 276 ] {432e0472-4983-4afc-b191-a3ff6ec262aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.039691 [ 276 ] {432e0472-4983-4afc-b191-a3ff6ec262aa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:14:10.039906 [ 276 ] {432e0472-4983-4afc-b191-a3ff6ec262aa} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.040014 [ 68 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.04.10 19:14:10.040035 [ 276 ] {432e0472-4983-4afc-b191-a3ff6ec262aa} executeQuery: Read 148 rows, 8.62 KiB in 0.001233 sec., 120032.44120032442 rows/sec., 6.83 MiB/sec. 2026.04.10 19:14:10.040080 [ 68 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.040089 [ 276 ] {432e0472-4983-4afc-b191-a3ff6ec262aa} TCPHandler: Processed in 0.001414359 sec. 2026.04.10 19:14:10.040108 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.040196 [ 188 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.04.10 19:14:10.040229 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.040290 [ 188 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:10.040320 [ 188 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 148 rows starting from the beginning of the part 2026.04.10 19:14:10.040324 [ 276 ] {d139a000-f076-4c99-b174-ce22e19a0d03} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:10.040369 [ 276 ] {d139a000-f076-4c99-b174-ce22e19a0d03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:10.040380 [ 188 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 148 rows starting from the beginning of the part 2026.04.10 19:14:10.040425 [ 188 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part 2026.04.10 19:14:10.040465 [ 188 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 148 rows starting from the beginning of the part 2026.04.10 19:14:10.040507 [ 188 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 148 rows starting from the beginning of the part 2026.04.10 19:14:10.041034 [ 276 ] {d139a000-f076-4c99-b174-ce22e19a0d03} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.041069 [ 276 ] {d139a000-f076-4c99-b174-ce22e19a0d03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.041258 [ 186 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001095261 sec., 675638.0442652482 rows/sec., 41.00 MiB/sec. 2026.04.10 19:14:10.041386 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.04.10 19:14:10.041390 [ 276 ] {d139a000-f076-4c99-b174-ce22e19a0d03} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 19:14:10.041622 [ 276 ] {d139a000-f076-4c99-b174-ce22e19a0d03} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.041669 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.041747 [ 192 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_21_5} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.04.10 19:14:10.041755 [ 276 ] {d139a000-f076-4c99-b174-ce22e19a0d03} executeQuery: Read 506 rows, 36.46 KiB in 0.00145 sec., 348965.51724137936 rows/sec., 24.56 MiB/sec. 2026.04.10 19:14:10.041795 [ 276 ] {d139a000-f076-4c99-b174-ce22e19a0d03} TCPHandler: Processed in 0.001617345 sec. 2026.04.10 19:14:10.041815 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.10 19:14:10.041907 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.042031 [ 276 ] {e99c6ef7-8144-4380-b961-29fc45a76586} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:14:10.042072 [ 276 ] {e99c6ef7-8144-4380-b961-29fc45a76586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:14:10.042407 [ 276 ] {e99c6ef7-8144-4380-b961-29fc45a76586} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.042443 [ 276 ] {e99c6ef7-8144-4380-b961-29fc45a76586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.042758 [ 276 ] {e99c6ef7-8144-4380-b961-29fc45a76586} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:14:10.042967 [ 276 ] {e99c6ef7-8144-4380-b961-29fc45a76586} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.043070 [ 68 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.10 19:14:10.043096 [ 276 ] {e99c6ef7-8144-4380-b961-29fc45a76586} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.04.10 19:14:10.043104 [ 68 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.043167 [ 276 ] {e99c6ef7-8144-4380-b961-29fc45a76586} TCPHandler: Processed in 0.001309397 sec. 2026.04.10 19:14:10.043168 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.043252 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:14:10.043287 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.043338 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:10.043362 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:14:10.043381 [ 276 ] {a8f5280d-405e-40f5-ae3d-4ab73b306615} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:10.043404 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:14:10.043424 [ 276 ] {a8f5280d-405e-40f5-ae3d-4ab73b306615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:10.043438 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:14:10.043474 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:14:10.043505 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:14:10.043537 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:14:10.043865 [ 276 ] {a8f5280d-405e-40f5-ae3d-4ab73b306615} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.043900 [ 276 ] {a8f5280d-405e-40f5-ae3d-4ab73b306615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.044178 [ 193 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.000950556 sec., 132553.9999747516 rows/sec., 6.76 MiB/sec. 2026.04.10 19:14:10.044238 [ 276 ] {a8f5280d-405e-40f5-ae3d-4ab73b306615} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 19:14:10.044297 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.10 19:14:10.044461 [ 276 ] {a8f5280d-405e-40f5-ae3d-4ab73b306615} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.044526 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_21_4} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.044591 [ 276 ] {a8f5280d-405e-40f5-ae3d-4ab73b306615} executeQuery: Read 265 rows, 18.03 KiB in 0.001227 sec., 215973.92013039935 rows/sec., 14.35 MiB/sec. 2026.04.10 19:14:10.044602 [ 188 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_21_4} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.10 19:14:10.044629 [ 276 ] {a8f5280d-405e-40f5-ae3d-4ab73b306615} TCPHandler: Processed in 0.001391259 sec. 2026.04.10 19:14:10.044661 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.10 19:14:10.044753 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.044847 [ 276 ] {2f2b0416-f725-4560-90e2-d39daf07fda7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:14:10.044888 [ 276 ] {2f2b0416-f725-4560-90e2-d39daf07fda7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:14:10.045197 [ 276 ] {2f2b0416-f725-4560-90e2-d39daf07fda7} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.045233 [ 276 ] {2f2b0416-f725-4560-90e2-d39daf07fda7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.045518 [ 276 ] {2f2b0416-f725-4560-90e2-d39daf07fda7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.10 19:14:10.045721 [ 276 ] {2f2b0416-f725-4560-90e2-d39daf07fda7} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.045852 [ 276 ] {2f2b0416-f725-4560-90e2-d39daf07fda7} executeQuery: Read 1 rows, 69.00 B in 0.001022 sec., 978.4735812133073 rows/sec., 65.93 KiB/sec. 2026.04.10 19:14:10.045888 [ 276 ] {2f2b0416-f725-4560-90e2-d39daf07fda7} TCPHandler: Processed in 0.001185234 sec. 2026.04.10 19:14:10.046001 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.046093 [ 276 ] {2f29f009-7070-4fe0-bec3-0e6ce6fda195} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:10.046147 [ 276 ] {2f29f009-7070-4fe0-bec3-0e6ce6fda195} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:10.046938 [ 276 ] {2f29f009-7070-4fe0-bec3-0e6ce6fda195} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.046974 [ 276 ] {2f29f009-7070-4fe0-bec3-0e6ce6fda195} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.047499 [ 276 ] {2f29f009-7070-4fe0-bec3-0e6ce6fda195} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.10 19:14:10.047723 [ 276 ] {2f29f009-7070-4fe0-bec3-0e6ce6fda195} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.047863 [ 276 ] {2f29f009-7070-4fe0-bec3-0e6ce6fda195} executeQuery: Read 16 rows, 29.36 KiB in 0.001786 sec., 8958.566629339306 rows/sec., 16.05 MiB/sec. 2026.04.10 19:14:10.047924 [ 276 ] {2f29f009-7070-4fe0-bec3-0e6ce6fda195} TCPHandler: Processed in 0.001971806 sec. 2026.04.10 19:14:10.048032 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:10.048123 [ 276 ] {f5c2f0ff-3e65-4500-8188-b3e9f3bbda7a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:10.048165 [ 276 ] {f5c2f0ff-3e65-4500-8188-b3e9f3bbda7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:10.048498 [ 276 ] {f5c2f0ff-3e65-4500-8188-b3e9f3bbda7a} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:10.048534 [ 276 ] {f5c2f0ff-3e65-4500-8188-b3e9f3bbda7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:10.048841 [ 276 ] {f5c2f0ff-3e65-4500-8188-b3e9f3bbda7a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 19:14:10.049052 [ 276 ] {f5c2f0ff-3e65-4500-8188-b3e9f3bbda7a} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:10.049181 [ 276 ] {f5c2f0ff-3e65-4500-8188-b3e9f3bbda7a} executeQuery: Read 90 rows, 5.77 KiB in 0.001075 sec., 83720.93023255814 rows/sec., 5.24 MiB/sec. 2026.04.10 19:14:10.049216 [ 276 ] {f5c2f0ff-3e65-4500-8188-b3e9f3bbda7a} TCPHandler: Processed in 0.001233324 sec. 2026.04.10 19:14:12.671807 [ 93 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:14:12.671860 [ 93 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:14:12.914178 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14377 2026.04.10 19:14:12.914654 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:12.914687 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:12.915154 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:14:12.915377 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:12.915497 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14377 2026.04.10 19:14:13.689341 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.04.10 19:14:13.706752 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:13.706806 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:13.712370 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:14:13.713041 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:13.715838 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.04.10 19:14:15.023435 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:15.023652 [ 276 ] {9843567b-95e7-470a-a1eb-395aa885265c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:15.023724 [ 276 ] {9843567b-95e7-470a-a1eb-395aa885265c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:15.024464 [ 276 ] {9843567b-95e7-470a-a1eb-395aa885265c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:15.024519 [ 276 ] {9843567b-95e7-470a-a1eb-395aa885265c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:15.024918 [ 276 ] {9843567b-95e7-470a-a1eb-395aa885265c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 19:14:15.025143 [ 276 ] {9843567b-95e7-470a-a1eb-395aa885265c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:15.025295 [ 276 ] {9843567b-95e7-470a-a1eb-395aa885265c} executeQuery: Read 108 rows, 9.28 KiB in 0.001697 sec., 63641.72068355922 rows/sec., 5.34 MiB/sec. 2026.04.10 19:14:15.025334 [ 276 ] {9843567b-95e7-470a-a1eb-395aa885265c} TCPHandler: Processed in 0.002032828 sec. 2026.04.10 19:14:15.025459 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:15.025551 [ 276 ] {16d5a77b-dba6-4280-ad85-a48ef1e4eb84} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:15.025591 [ 276 ] {16d5a77b-dba6-4280-ad85-a48ef1e4eb84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:15.025992 [ 276 ] {16d5a77b-dba6-4280-ad85-a48ef1e4eb84} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:15.026028 [ 276 ] {16d5a77b-dba6-4280-ad85-a48ef1e4eb84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:15.026312 [ 276 ] {16d5a77b-dba6-4280-ad85-a48ef1e4eb84} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 19:14:15.026521 [ 276 ] {16d5a77b-dba6-4280-ad85-a48ef1e4eb84} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:15.026632 [ 90 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 19:14:15.026649 [ 276 ] {16d5a77b-dba6-4280-ad85-a48ef1e4eb84} executeQuery: Read 26 rows, 1.96 KiB in 0.001115 sec., 23318.385650224212 rows/sec., 1.71 MiB/sec. 2026.04.10 19:14:15.026698 [ 90 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:15.026706 [ 276 ] {16d5a77b-dba6-4280-ad85-a48ef1e4eb84} TCPHandler: Processed in 0.001295127 sec. 2026.04.10 19:14:15.026727 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:15.026831 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:15.026841 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:14:15.026928 [ 276 ] {42115e8b-a015-4321-8e61-348421eb2661} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:15.026972 [ 276 ] {42115e8b-a015-4321-8e61-348421eb2661} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:15.026978 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:15.027021 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 211 rows starting from the beginning of the part 2026.04.10 19:14:15.027095 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2026.04.10 19:14:15.027146 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 158 rows starting from the beginning of the part 2026.04.10 19:14:15.027192 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part 2026.04.10 19:14:15.027235 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 158 rows starting from the beginning of the part 2026.04.10 19:14:15.027277 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part 2026.04.10 19:14:15.027400 [ 276 ] {42115e8b-a015-4321-8e61-348421eb2661} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:15.027444 [ 276 ] {42115e8b-a015-4321-8e61-348421eb2661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:15.027768 [ 276 ] {42115e8b-a015-4321-8e61-348421eb2661} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 19:14:15.027996 [ 276 ] {42115e8b-a015-4321-8e61-348421eb2661} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:15.028136 [ 276 ] {42115e8b-a015-4321-8e61-348421eb2661} executeQuery: Read 90 rows, 7.20 KiB in 0.001226 sec., 73409.46166394779 rows/sec., 5.73 MiB/sec. 2026.04.10 19:14:15.028172 [ 276 ] {42115e8b-a015-4321-8e61-348421eb2661} TCPHandler: Processed in 0.00138845 sec. 2026.04.10 19:14:15.028193 [ 193 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 618 rows, containing 5 columns (5 merged, 0 gathered) in 0.001399199 sec., 441681.27621589205 rows/sec., 29.56 MiB/sec. 2026.04.10 19:14:15.028285 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:15.028384 [ 276 ] {d975e6ca-ad2a-4397-bc77-c6ff3eaab4b1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:15.028383 [ 191 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 19:14:15.028429 [ 276 ] {d975e6ca-ad2a-4397-bc77-c6ff3eaab4b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:15.028707 [ 191 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:15.028792 [ 191 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_41_8} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 19:14:15.028837 [ 276 ] {d975e6ca-ad2a-4397-bc77-c6ff3eaab4b1} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:15.028877 [ 276 ] {d975e6ca-ad2a-4397-bc77-c6ff3eaab4b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:15.028887 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.10 19:14:15.029208 [ 276 ] {d975e6ca-ad2a-4397-bc77-c6ff3eaab4b1} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 19:14:15.029420 [ 276 ] {d975e6ca-ad2a-4397-bc77-c6ff3eaab4b1} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:15.029550 [ 276 ] {d975e6ca-ad2a-4397-bc77-c6ff3eaab4b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.04.10 19:14:15.029585 [ 276 ] {d975e6ca-ad2a-4397-bc77-c6ff3eaab4b1} TCPHandler: Processed in 0.001347418 sec. 2026.04.10 19:14:15.029696 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:15.029790 [ 276 ] {77e163e7-3f9b-4010-acb2-4675b2137671} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:15.029843 [ 276 ] {77e163e7-3f9b-4010-acb2-4675b2137671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:15.030635 [ 276 ] {77e163e7-3f9b-4010-acb2-4675b2137671} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:15.030671 [ 276 ] {77e163e7-3f9b-4010-acb2-4675b2137671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:15.031184 [ 276 ] {77e163e7-3f9b-4010-acb2-4675b2137671} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.10 19:14:15.031403 [ 276 ] {77e163e7-3f9b-4010-acb2-4675b2137671} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:15.031512 [ 88 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.10 19:14:15.031536 [ 276 ] {77e163e7-3f9b-4010-acb2-4675b2137671} executeQuery: Read 26 rows, 47.71 KiB in 0.001763 sec., 14747.58933635848 rows/sec., 26.43 MiB/sec. 2026.04.10 19:14:15.031564 [ 88 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:15.031592 [ 276 ] {77e163e7-3f9b-4010-acb2-4675b2137671} TCPHandler: Processed in 0.001943355 sec. 2026.04.10 19:14:15.031593 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:15.031688 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:14:15.031716 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:15.031814 [ 276 ] {51a7286c-112b-48ee-8349-034c8af8e2d8} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:15.031855 [ 276 ] {51a7286c-112b-48ee-8349-034c8af8e2d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:15.031894 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:15.031953 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 743 rows starting from the beginning of the part 2026.04.10 19:14:15.032068 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2026.04.10 19:14:15.032176 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part 2026.04.10 19:14:15.032187 [ 276 ] {51a7286c-112b-48ee-8349-034c8af8e2d8} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:15.032227 [ 276 ] {51a7286c-112b-48ee-8349-034c8af8e2d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:15.032281 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 35 rows starting from the beginning of the part 2026.04.10 19:14:15.032385 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part 2026.04.10 19:14:15.032487 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part 2026.04.10 19:14:15.032543 [ 276 ] {51a7286c-112b-48ee-8349-034c8af8e2d8} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 19:14:15.032767 [ 276 ] {51a7286c-112b-48ee-8349-034c8af8e2d8} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:15.032901 [ 276 ] {51a7286c-112b-48ee-8349-034c8af8e2d8} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.04.10 19:14:15.032935 [ 276 ] {51a7286c-112b-48ee-8349-034c8af8e2d8} TCPHandler: Processed in 0.001266226 sec. 2026.04.10 19:14:15.046691 [ 193 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 862 rows, containing 19 columns (19 merged, 0 gathered) in 0.015032703 sec., 57341.65040046358 rows/sec., 102.75 MiB/sec. 2026.04.10 19:14:15.047824 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.10 19:14:15.048172 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:15.048242 [ 200 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_41_8} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.10 19:14:15.048356 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. 2026.04.10 19:14:16.000347 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.01 MiB, peak 288.46 MiB, free memory in arenas 0.00 B, will set to 281.54 MiB (RSS), difference: 1.53 MiB 2026.04.10 19:14:17.924253 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1020 2026.04.10 19:14:17.926588 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:17.926627 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:17.927808 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:14:17.928069 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:17.928331 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1020 2026.04.10 19:14:20.030167 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.030362 [ 276 ] {be481969-467f-4249-b8c3-ecb6a23209a4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:14:20.030428 [ 276 ] {be481969-467f-4249-b8c3-ecb6a23209a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:14:20.031157 [ 276 ] {be481969-467f-4249-b8c3-ecb6a23209a4} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.031207 [ 276 ] {be481969-467f-4249-b8c3-ecb6a23209a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.031606 [ 276 ] {be481969-467f-4249-b8c3-ecb6a23209a4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:14:20.031837 [ 276 ] {be481969-467f-4249-b8c3-ecb6a23209a4} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.031990 [ 276 ] {be481969-467f-4249-b8c3-ecb6a23209a4} executeQuery: Read 284 rows, 18.47 KiB in 0.001676 sec., 169451.07398568018 rows/sec., 10.76 MiB/sec. 2026.04.10 19:14:20.032031 [ 276 ] {be481969-467f-4249-b8c3-ecb6a23209a4} TCPHandler: Processed in 0.001994566 sec. 2026.04.10 19:14:20.032158 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.032253 [ 276 ] {ee4cdd11-ee4f-4ca9-b6d9-f56efa916cb6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:20.032293 [ 276 ] {ee4cdd11-ee4f-4ca9-b6d9-f56efa916cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:20.033102 [ 276 ] {ee4cdd11-ee4f-4ca9-b6d9-f56efa916cb6} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.033136 [ 276 ] {ee4cdd11-ee4f-4ca9-b6d9-f56efa916cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.033486 [ 276 ] {ee4cdd11-ee4f-4ca9-b6d9-f56efa916cb6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 19:14:20.033715 [ 276 ] {ee4cdd11-ee4f-4ca9-b6d9-f56efa916cb6} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.033844 [ 276 ] {ee4cdd11-ee4f-4ca9-b6d9-f56efa916cb6} executeQuery: Read 829 rows, 65.98 KiB in 0.001609 sec., 515226.84897451836 rows/sec., 40.05 MiB/sec. 2026.04.10 19:14:20.033881 [ 276 ] {ee4cdd11-ee4f-4ca9-b6d9-f56efa916cb6} TCPHandler: Processed in 0.001772979 sec. 2026.04.10 19:14:20.034005 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.034100 [ 276 ] {29062a26-7844-474a-8d50-a7719329d7be} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:20.034141 [ 276 ] {29062a26-7844-474a-8d50-a7719329d7be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:20.034583 [ 276 ] {29062a26-7844-474a-8d50-a7719329d7be} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.034619 [ 276 ] {29062a26-7844-474a-8d50-a7719329d7be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.034919 [ 276 ] {29062a26-7844-474a-8d50-a7719329d7be} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 19:14:20.035126 [ 276 ] {29062a26-7844-474a-8d50-a7719329d7be} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.035251 [ 276 ] {29062a26-7844-474a-8d50-a7719329d7be} executeQuery: Read 158 rows, 9.75 KiB in 0.001169 sec., 135158.25491873396 rows/sec., 8.14 MiB/sec. 2026.04.10 19:14:20.035288 [ 276 ] {29062a26-7844-474a-8d50-a7719329d7be} TCPHandler: Processed in 0.001333777 sec. 2026.04.10 19:14:20.035403 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.035497 [ 276 ] {c9a9f345-eac0-47ce-acc0-f0c8eaa7ee62} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:14:20.035535 [ 276 ] {c9a9f345-eac0-47ce-acc0-f0c8eaa7ee62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:14:20.035963 [ 276 ] {c9a9f345-eac0-47ce-acc0-f0c8eaa7ee62} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.035997 [ 276 ] {c9a9f345-eac0-47ce-acc0-f0c8eaa7ee62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.036293 [ 276 ] {c9a9f345-eac0-47ce-acc0-f0c8eaa7ee62} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.10 19:14:20.036500 [ 276 ] {c9a9f345-eac0-47ce-acc0-f0c8eaa7ee62} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.036624 [ 276 ] {c9a9f345-eac0-47ce-acc0-f0c8eaa7ee62} executeQuery: Read 149 rows, 9.86 KiB in 0.001145 sec., 130131.00436681224 rows/sec., 8.41 MiB/sec. 2026.04.10 19:14:20.036661 [ 276 ] {c9a9f345-eac0-47ce-acc0-f0c8eaa7ee62} TCPHandler: Processed in 0.001307757 sec. 2026.04.10 19:14:20.036785 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.036879 [ 276 ] {dc6d1d57-b35e-411c-90bd-7881f100c8de} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:14:20.036918 [ 276 ] {dc6d1d57-b35e-411c-90bd-7881f100c8de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:14:20.037341 [ 276 ] {dc6d1d57-b35e-411c-90bd-7881f100c8de} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.037375 [ 276 ] {dc6d1d57-b35e-411c-90bd-7881f100c8de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.037670 [ 276 ] {dc6d1d57-b35e-411c-90bd-7881f100c8de} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:14:20.037880 [ 276 ] {dc6d1d57-b35e-411c-90bd-7881f100c8de} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.038003 [ 276 ] {dc6d1d57-b35e-411c-90bd-7881f100c8de} executeQuery: Read 148 rows, 8.62 KiB in 0.001141 sec., 129710.78001752848 rows/sec., 7.38 MiB/sec. 2026.04.10 19:14:20.038040 [ 276 ] {dc6d1d57-b35e-411c-90bd-7881f100c8de} TCPHandler: Processed in 0.001305077 sec. 2026.04.10 19:14:20.038153 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.038247 [ 276 ] {9c9898b3-647e-48f6-a758-17ba763099b1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:20.038287 [ 276 ] {9c9898b3-647e-48f6-a758-17ba763099b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:20.038865 [ 276 ] {9c9898b3-647e-48f6-a758-17ba763099b1} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.038898 [ 276 ] {9c9898b3-647e-48f6-a758-17ba763099b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.039219 [ 276 ] {9c9898b3-647e-48f6-a758-17ba763099b1} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 19:14:20.039427 [ 276 ] {9c9898b3-647e-48f6-a758-17ba763099b1} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.039556 [ 276 ] {9c9898b3-647e-48f6-a758-17ba763099b1} executeQuery: Read 506 rows, 36.46 KiB in 0.001326 sec., 381598.7933634993 rows/sec., 26.85 MiB/sec. 2026.04.10 19:14:20.039593 [ 276 ] {9c9898b3-647e-48f6-a758-17ba763099b1} TCPHandler: Processed in 0.001491242 sec. 2026.04.10 19:14:20.039708 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.039802 [ 276 ] {caa9b48f-8ba3-4dc0-917d-02296bbc2fa4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:14:20.039844 [ 276 ] {caa9b48f-8ba3-4dc0-917d-02296bbc2fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:14:20.040176 [ 276 ] {caa9b48f-8ba3-4dc0-917d-02296bbc2fa4} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.040212 [ 276 ] {caa9b48f-8ba3-4dc0-917d-02296bbc2fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.040508 [ 276 ] {caa9b48f-8ba3-4dc0-917d-02296bbc2fa4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:14:20.040712 [ 276 ] {caa9b48f-8ba3-4dc0-917d-02296bbc2fa4} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.040838 [ 276 ] {caa9b48f-8ba3-4dc0-917d-02296bbc2fa4} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2026.04.10 19:14:20.040874 [ 276 ] {caa9b48f-8ba3-4dc0-917d-02296bbc2fa4} TCPHandler: Processed in 0.001216524 sec. 2026.04.10 19:14:20.040983 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.041077 [ 276 ] {6a3daedb-45a3-4f8e-8c40-95512f8f89b9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:20.041119 [ 276 ] {6a3daedb-45a3-4f8e-8c40-95512f8f89b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:20.041542 [ 276 ] {6a3daedb-45a3-4f8e-8c40-95512f8f89b9} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.041578 [ 276 ] {6a3daedb-45a3-4f8e-8c40-95512f8f89b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.041903 [ 276 ] {6a3daedb-45a3-4f8e-8c40-95512f8f89b9} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 19:14:20.042118 [ 276 ] {6a3daedb-45a3-4f8e-8c40-95512f8f89b9} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.042242 [ 276 ] {6a3daedb-45a3-4f8e-8c40-95512f8f89b9} executeQuery: Read 265 rows, 18.03 KiB in 0.001183 sec., 224006.76246830093 rows/sec., 14.89 MiB/sec. 2026.04.10 19:14:20.042279 [ 276 ] {6a3daedb-45a3-4f8e-8c40-95512f8f89b9} TCPHandler: Processed in 0.001345658 sec. 2026.04.10 19:14:20.042393 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.042486 [ 276 ] {f4266113-037d-469e-afb9-9fe920ab7c40} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:14:20.042528 [ 276 ] {f4266113-037d-469e-afb9-9fe920ab7c40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:14:20.042841 [ 276 ] {f4266113-037d-469e-afb9-9fe920ab7c40} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.042877 [ 276 ] {f4266113-037d-469e-afb9-9fe920ab7c40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.043175 [ 276 ] {f4266113-037d-469e-afb9-9fe920ab7c40} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.10 19:14:20.043383 [ 276 ] {f4266113-037d-469e-afb9-9fe920ab7c40} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.043511 [ 276 ] {f4266113-037d-469e-afb9-9fe920ab7c40} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.04.10 19:14:20.043548 [ 276 ] {f4266113-037d-469e-afb9-9fe920ab7c40} TCPHandler: Processed in 0.001204854 sec. 2026.04.10 19:14:20.043651 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.043744 [ 276 ] {6c1c22fa-3a2e-43d3-8920-0de3d3437d64} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:20.043798 [ 276 ] {6c1c22fa-3a2e-43d3-8920-0de3d3437d64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:20.044560 [ 276 ] {6c1c22fa-3a2e-43d3-8920-0de3d3437d64} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.044596 [ 276 ] {6c1c22fa-3a2e-43d3-8920-0de3d3437d64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.045108 [ 276 ] {6c1c22fa-3a2e-43d3-8920-0de3d3437d64} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.10 19:14:20.045342 [ 276 ] {6c1c22fa-3a2e-43d3-8920-0de3d3437d64} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.045482 [ 276 ] {6c1c22fa-3a2e-43d3-8920-0de3d3437d64} executeQuery: Read 16 rows, 29.36 KiB in 0.001756 sec., 9111.617312072893 rows/sec., 16.33 MiB/sec. 2026.04.10 19:14:20.045539 [ 276 ] {6c1c22fa-3a2e-43d3-8920-0de3d3437d64} TCPHandler: Processed in 0.001937465 sec. 2026.04.10 19:14:20.045645 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:20.045738 [ 276 ] {736336bc-7614-4647-bb7a-82b9ce98883c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:20.045780 [ 276 ] {736336bc-7614-4647-bb7a-82b9ce98883c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:20.046103 [ 276 ] {736336bc-7614-4647-bb7a-82b9ce98883c} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.046139 [ 276 ] {736336bc-7614-4647-bb7a-82b9ce98883c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.046442 [ 276 ] {736336bc-7614-4647-bb7a-82b9ce98883c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 19:14:20.046651 [ 276 ] {736336bc-7614-4647-bb7a-82b9ce98883c} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.046775 [ 276 ] {736336bc-7614-4647-bb7a-82b9ce98883c} executeQuery: Read 90 rows, 5.77 KiB in 0.001055 sec., 85308.05687203792 rows/sec., 5.34 MiB/sec. 2026.04.10 19:14:20.046810 [ 276 ] {736336bc-7614-4647-bb7a-82b9ce98883c} TCPHandler: Processed in 0.001216394 sec. 2026.04.10 19:14:20.415597 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14889 2026.04.10 19:14:20.416142 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.416186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.416669 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:14:20.416909 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.417043 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14889 2026.04.10 19:14:20.417106 [ 80 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:14:20.417203 [ 80 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:20.417238 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:20.417437 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:20.417664 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:20.417728 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12457 rows starting from the beginning of the part 2026.04.10 19:14:20.417833 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:20.417911 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:20.417953 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:20.417993 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:20.418033 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:20.419759 [ 200 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14889 rows, containing 4 columns (4 merged, 0 gathered) in 0.002418018 sec., 6157522.400577663 rows/sec., 88.08 MiB/sec. 2026.04.10 19:14:20.419998 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:14:20.420252 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_31_6} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:20.420326 [ 189 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_31_6} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:14:20.420409 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.04.10 19:14:21.215929 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.04.10 19:14:21.234101 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:21.234156 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:21.239722 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:14:21.240393 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:21.240667 [ 78 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:14:21.240740 [ 78 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:21.240763 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:21.240909 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:21.243638 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.04.10 19:14:21.245963 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:21.247520 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:21.251961 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:21.256299 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:21.260273 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:21.264467 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:21.268274 [ 194 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:21.323078 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.082242566 sec., 2845.2419638754945 rows/sec., 14.71 MiB/sec. 2026.04.10 19:14:21.325986 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:14:21.328015 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_31_6} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:21.328124 [ 189 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_31_6} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:14:21.330997 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.10 19:14:22.000250 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 282.66 MiB, peak 293.22 MiB, free memory in arenas 0.00 B, will set to 286.70 MiB (RSS), difference: 4.03 MiB 2026.04.10 19:14:25.022800 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:25.023085 [ 276 ] {c2830690-3b22-4627-931c-b623ec27decb} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:25.023180 [ 276 ] {c2830690-3b22-4627-931c-b623ec27decb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:25.024116 [ 276 ] {c2830690-3b22-4627-931c-b623ec27decb} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.024163 [ 276 ] {c2830690-3b22-4627-931c-b623ec27decb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.024558 [ 276 ] {c2830690-3b22-4627-931c-b623ec27decb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 19:14:25.024787 [ 276 ] {c2830690-3b22-4627-931c-b623ec27decb} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.024938 [ 276 ] {c2830690-3b22-4627-931c-b623ec27decb} executeQuery: Read 108 rows, 9.28 KiB in 0.001921 sec., 56220.718375845914 rows/sec., 4.72 MiB/sec. 2026.04.10 19:14:25.024947 [ 73 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 19:14:25.024977 [ 276 ] {c2830690-3b22-4627-931c-b623ec27decb} TCPHandler: Processed in 0.002312065 sec. 2026.04.10 19:14:25.024992 [ 73 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.025016 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.025100 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:25.025110 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::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.04.10 19:14:25.025204 [ 276 ] {81bebf70-d1d0-4319-962e-08ab676c2173} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:25.025218 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:25.025243 [ 276 ] {81bebf70-d1d0-4319-962e-08ab676c2173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:25.025250 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3240 rows starting from the beginning of the part 2026.04.10 19:14:25.025319 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.04.10 19:14:25.025369 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 829 rows starting from the beginning of the part 2026.04.10 19:14:25.025417 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 108 rows starting from the beginning of the part 2026.04.10 19:14:25.025461 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 829 rows starting from the beginning of the part 2026.04.10 19:14:25.025504 [ 200 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 108 rows starting from the beginning of the part 2026.04.10 19:14:25.025643 [ 276 ] {81bebf70-d1d0-4319-962e-08ab676c2173} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.025677 [ 276 ] {81bebf70-d1d0-4319-962e-08ab676c2173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.026234 [ 276 ] {81bebf70-d1d0-4319-962e-08ab676c2173} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 19:14:25.026446 [ 276 ] {81bebf70-d1d0-4319-962e-08ab676c2173} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.026573 [ 276 ] {81bebf70-d1d0-4319-962e-08ab676c2173} executeQuery: Read 26 rows, 1.96 KiB in 0.001397 sec., 18611.309949892628 rows/sec., 1.37 MiB/sec. 2026.04.10 19:14:25.026608 [ 276 ] {81bebf70-d1d0-4319-962e-08ab676c2173} TCPHandler: Processed in 0.001555604 sec. 2026.04.10 19:14:25.026723 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:25.026815 [ 276 ] {13c4116f-6423-4738-9897-47faa53e68a4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:25.026853 [ 276 ] {13c4116f-6423-4738-9897-47faa53e68a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:25.027269 [ 276 ] {13c4116f-6423-4738-9897-47faa53e68a4} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.027302 [ 276 ] {13c4116f-6423-4738-9897-47faa53e68a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.027476 [ 199 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5170 rows, containing 5 columns (5 merged, 0 gathered) in 0.002401358 sec., 2152948.456664937 rows/sec., 171.97 MiB/sec. 2026.04.10 19:14:25.027620 [ 276 ] {13c4116f-6423-4738-9897-47faa53e68a4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 19:14:25.027825 [ 199 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 19:14:25.027906 [ 276 ] {13c4116f-6423-4738-9897-47faa53e68a4} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.028048 [ 73 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 19:14:25.028056 [ 276 ] {13c4116f-6423-4738-9897-47faa53e68a4} executeQuery: Read 90 rows, 7.20 KiB in 0.001258 sec., 71542.13036565977 rows/sec., 5.59 MiB/sec. 2026.04.10 19:14:25.028083 [ 73 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.028104 [ 276 ] {13c4116f-6423-4738-9897-47faa53e68a4} TCPHandler: Processed in 0.001436401 sec. 2026.04.10 19:14:25.028106 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.028156 [ 199 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.028218 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:14:25.028253 [ 199 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_51_10} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 19:14:25.028226 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:25.028361 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.10 19:14:25.028379 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:25.028386 [ 276 ] {42acbd6d-ceb9-4e76-a464-7c4cf0a96bd9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:25.028420 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1792 rows starting from the beginning of the part 2026.04.10 19:14:25.028443 [ 276 ] {42acbd6d-ceb9-4e76-a464-7c4cf0a96bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:25.028490 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.04.10 19:14:25.028542 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 506 rows starting from the beginning of the part 2026.04.10 19:14:25.028581 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:14:25.028622 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 506 rows starting from the beginning of the part 2026.04.10 19:14:25.028664 [ 190 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::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.04.10 19:14:25.028866 [ 276 ] {42acbd6d-ceb9-4e76-a464-7c4cf0a96bd9} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.028910 [ 276 ] {42acbd6d-ceb9-4e76-a464-7c4cf0a96bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.029267 [ 276 ] {42acbd6d-ceb9-4e76-a464-7c4cf0a96bd9} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 19:14:25.029491 [ 276 ] {42acbd6d-ceb9-4e76-a464-7c4cf0a96bd9} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.029615 [ 73 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 19:14:25.029624 [ 276 ] {42acbd6d-ceb9-4e76-a464-7c4cf0a96bd9} executeQuery: Read 160 rows, 11.41 KiB in 0.001258 sec., 127186.00953895072 rows/sec., 8.86 MiB/sec. 2026.04.10 19:14:25.029648 [ 73 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.029668 [ 276 ] {42acbd6d-ceb9-4e76-a464-7c4cf0a96bd9} TCPHandler: Processed in 0.001492732 sec. 2026.04.10 19:14:25.029668 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.029757 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::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.04.10 19:14:25.029779 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:25.029870 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:25.029890 [ 276 ] {1f553996-dcfd-483c-b2df-b9754b247a69} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:25.029906 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 19802 rows starting from the beginning of the part 2026.04.10 19:14:25.029950 [ 276 ] {1f553996-dcfd-483c-b2df-b9754b247a69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:25.029972 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 128 rows starting from the beginning of the part 2026.04.10 19:14:25.029992 [ 198 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3048 rows, containing 5 columns (5 merged, 0 gathered) in 0.001819382 sec., 1675294.1383392822 rows/sec., 122.72 MiB/sec. 2026.04.10 19:14:25.030020 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 265 rows starting from the beginning of the part 2026.04.10 19:14:25.030071 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.04.10 19:14:25.030111 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 265 rows starting from the beginning of the part 2026.04.10 19:14:25.030148 [ 187 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.04.10 19:14:25.030281 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 19:14:25.030684 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.030752 [ 276 ] {1f553996-dcfd-483c-b2df-b9754b247a69} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.030789 [ 197 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_51_10} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 19:14:25.030797 [ 276 ] {1f553996-dcfd-483c-b2df-b9754b247a69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.030900 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.04.10 19:14:25.031594 [ 276 ] {1f553996-dcfd-483c-b2df-b9754b247a69} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.10 19:14:25.031837 [ 276 ] {1f553996-dcfd-483c-b2df-b9754b247a69} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.031982 [ 276 ] {1f553996-dcfd-483c-b2df-b9754b247a69} executeQuery: Read 26 rows, 47.71 KiB in 0.002121 sec., 12258.368694012259 rows/sec., 21.97 MiB/sec. 2026.04.10 19:14:25.032035 [ 276 ] {1f553996-dcfd-483c-b2df-b9754b247a69} TCPHandler: Processed in 0.002305615 sec. 2026.04.10 19:14:25.032162 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:25.032259 [ 276 ] {906a175c-80e2-44b8-a3ef-b0b58c89a6b0} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:25.032301 [ 276 ] {906a175c-80e2-44b8-a3ef-b0b58c89a6b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:25.032643 [ 276 ] {906a175c-80e2-44b8-a3ef-b0b58c89a6b0} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.032678 [ 276 ] {906a175c-80e2-44b8-a3ef-b0b58c89a6b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.033092 [ 276 ] {906a175c-80e2-44b8-a3ef-b0b58c89a6b0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 19:14:25.033321 [ 276 ] {906a175c-80e2-44b8-a3ef-b0b58c89a6b0} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.033443 [ 73 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 19:14:25.033449 [ 276 ] {906a175c-80e2-44b8-a3ef-b0b58c89a6b0} executeQuery: Read 60 rows, 4.14 KiB in 0.00121 sec., 49586.776859504134 rows/sec., 3.34 MiB/sec. 2026.04.10 19:14:25.033476 [ 73 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:25.033493 [ 276 ] {906a175c-80e2-44b8-a3ef-b0b58c89a6b0} TCPHandler: Processed in 0.00139168 sec. 2026.04.10 19:14:25.033494 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:25.033575 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::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.04.10 19:14:25.033678 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:25.033706 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2952 rows starting from the beginning of the part 2026.04.10 19:14:25.033758 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part 2026.04.10 19:14:25.033801 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part 2026.04.10 19:14:25.033840 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.04.10 19:14:25.033877 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 90 rows starting from the beginning of the part 2026.04.10 19:14:25.033917 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.04.10 19:14:25.035541 [ 196 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001998366 sec., 1651349.1522573943 rows/sec., 106.51 MiB/sec. 2026.04.10 19:14:25.035883 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 19:14:25.036134 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.036209 [ 198 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_51_10} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 19:14:25.036285 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.04.10 19:14:25.036891 [ 196 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 20780 rows, containing 5 columns (5 merged, 0 gathered) in 0.007169792 sec., 2898270.9679722926 rows/sec., 185.20 MiB/sec. 2026.04.10 19:14:25.037397 [ 196 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 19:14:25.037658 [ 196 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:25.037726 [ 196 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_51_10} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 19:14:25.037799 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.24 MiB. 2026.04.10 19:14:26.001264 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 287.25 MiB, peak 297.18 MiB, free memory in arenas 0.00 B, will set to 289.88 MiB (RSS), difference: 2.63 MiB 2026.04.10 19:14:27.671921 [ 70 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:14:27.671993 [ 70 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:14:27.917905 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15337 2026.04.10 19:14:27.918545 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:27.918586 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:27.919061 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:14:27.919279 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:27.919403 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15337 2026.04.10 19:14:27.929283 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1054 2026.04.10 19:14:27.931668 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:27.931716 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:27.932935 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:14:27.933206 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:27.933463 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1054 2026.04.10 19:14:28.002393 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000858454 sec. 2026.04.10 19:14:28.744400 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.04.10 19:14:28.759558 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:28.759612 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:28.764962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:14:28.765660 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:28.768294 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.04.10 19:14:30.029303 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.029519 [ 276 ] {8416a0be-bc4a-4071-9451-79c88b278f5f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.029593 [ 276 ] {8416a0be-bc4a-4071-9451-79c88b278f5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:14:30.030398 [ 276 ] {8416a0be-bc4a-4071-9451-79c88b278f5f} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.030449 [ 276 ] {8416a0be-bc4a-4071-9451-79c88b278f5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.030888 [ 276 ] {8416a0be-bc4a-4071-9451-79c88b278f5f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:14:30.031118 [ 276 ] {8416a0be-bc4a-4071-9451-79c88b278f5f} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.031276 [ 276 ] {8416a0be-bc4a-4071-9451-79c88b278f5f} executeQuery: Read 284 rows, 18.47 KiB in 0.001812 sec., 156732.89183222956 rows/sec., 9.95 MiB/sec. 2026.04.10 19:14:30.031317 [ 276 ] {8416a0be-bc4a-4071-9451-79c88b278f5f} TCPHandler: Processed in 0.002156951 sec. 2026.04.10 19:14:30.031447 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.031543 [ 276 ] {74a944aa-9ded-4701-8cd4-277d80fd364d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:30.031585 [ 276 ] {74a944aa-9ded-4701-8cd4-277d80fd364d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:30.032381 [ 276 ] {74a944aa-9ded-4701-8cd4-277d80fd364d} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.032418 [ 276 ] {74a944aa-9ded-4701-8cd4-277d80fd364d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.032781 [ 276 ] {74a944aa-9ded-4701-8cd4-277d80fd364d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 19:14:30.032993 [ 276 ] {74a944aa-9ded-4701-8cd4-277d80fd364d} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.033120 [ 276 ] {74a944aa-9ded-4701-8cd4-277d80fd364d} executeQuery: Read 829 rows, 65.98 KiB in 0.001596 sec., 519423.5588972431 rows/sec., 40.37 MiB/sec. 2026.04.10 19:14:30.033158 [ 276 ] {74a944aa-9ded-4701-8cd4-277d80fd364d} TCPHandler: Processed in 0.00176231 sec. 2026.04.10 19:14:30.033268 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.033362 [ 276 ] {1ff80a4d-b244-453d-8065-ccc03136530f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.033402 [ 276 ] {1ff80a4d-b244-453d-8065-ccc03136530f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:30.033842 [ 276 ] {1ff80a4d-b244-453d-8065-ccc03136530f} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.033877 [ 276 ] {1ff80a4d-b244-453d-8065-ccc03136530f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.034189 [ 276 ] {1ff80a4d-b244-453d-8065-ccc03136530f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 19:14:30.034425 [ 276 ] {1ff80a4d-b244-453d-8065-ccc03136530f} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.034551 [ 276 ] {1ff80a4d-b244-453d-8065-ccc03136530f} executeQuery: Read 158 rows, 9.75 KiB in 0.001206 sec., 131011.60862354892 rows/sec., 7.89 MiB/sec. 2026.04.10 19:14:30.034589 [ 276 ] {1ff80a4d-b244-453d-8065-ccc03136530f} TCPHandler: Processed in 0.001370668 sec. 2026.04.10 19:14:30.034702 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.034796 [ 276 ] {afc14889-0407-4185-9b73-c427309a7396} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.034835 [ 276 ] {afc14889-0407-4185-9b73-c427309a7396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:14:30.035273 [ 276 ] {afc14889-0407-4185-9b73-c427309a7396} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.035308 [ 276 ] {afc14889-0407-4185-9b73-c427309a7396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.035624 [ 276 ] {afc14889-0407-4185-9b73-c427309a7396} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.10 19:14:30.035838 [ 276 ] {afc14889-0407-4185-9b73-c427309a7396} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.035965 [ 276 ] {afc14889-0407-4185-9b73-c427309a7396} executeQuery: Read 149 rows, 9.86 KiB in 0.001187 sec., 125526.53748946926 rows/sec., 8.11 MiB/sec. 2026.04.10 19:14:30.036002 [ 276 ] {afc14889-0407-4185-9b73-c427309a7396} TCPHandler: Processed in 0.001349998 sec. 2026.04.10 19:14:30.036116 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.036211 [ 276 ] {9dfa43db-0a33-4e6e-95c7-e311d33d9940} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.036251 [ 276 ] {9dfa43db-0a33-4e6e-95c7-e311d33d9940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:14:30.036685 [ 276 ] {9dfa43db-0a33-4e6e-95c7-e311d33d9940} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.036720 [ 276 ] {9dfa43db-0a33-4e6e-95c7-e311d33d9940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.037015 [ 276 ] {9dfa43db-0a33-4e6e-95c7-e311d33d9940} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:14:30.037224 [ 276 ] {9dfa43db-0a33-4e6e-95c7-e311d33d9940} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.037348 [ 276 ] {9dfa43db-0a33-4e6e-95c7-e311d33d9940} executeQuery: Read 148 rows, 8.62 KiB in 0.001154 sec., 128249.56672443674 rows/sec., 7.29 MiB/sec. 2026.04.10 19:14:30.037384 [ 276 ] {9dfa43db-0a33-4e6e-95c7-e311d33d9940} TCPHandler: Processed in 0.001318637 sec. 2026.04.10 19:14:30.037496 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.037591 [ 276 ] {b687ad17-8fa8-46ed-b6cf-e44f0325858b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:30.037630 [ 276 ] {b687ad17-8fa8-46ed-b6cf-e44f0325858b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:30.038213 [ 276 ] {b687ad17-8fa8-46ed-b6cf-e44f0325858b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.038251 [ 276 ] {b687ad17-8fa8-46ed-b6cf-e44f0325858b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.038586 [ 276 ] {b687ad17-8fa8-46ed-b6cf-e44f0325858b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 19:14:30.038798 [ 276 ] {b687ad17-8fa8-46ed-b6cf-e44f0325858b} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.038926 [ 276 ] {b687ad17-8fa8-46ed-b6cf-e44f0325858b} executeQuery: Read 506 rows, 36.46 KiB in 0.001352 sec., 374260.35502958583 rows/sec., 26.34 MiB/sec. 2026.04.10 19:14:30.038963 [ 276 ] {b687ad17-8fa8-46ed-b6cf-e44f0325858b} TCPHandler: Processed in 0.001517303 sec. 2026.04.10 19:14:30.039071 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.039166 [ 276 ] {de56d737-60da-4ac7-9bc7-b2b127d191ec} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:14:30.039207 [ 276 ] {de56d737-60da-4ac7-9bc7-b2b127d191ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:14:30.039610 [ 276 ] {de56d737-60da-4ac7-9bc7-b2b127d191ec} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.039643 [ 276 ] {de56d737-60da-4ac7-9bc7-b2b127d191ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.039955 [ 276 ] {de56d737-60da-4ac7-9bc7-b2b127d191ec} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:14:30.040183 [ 276 ] {de56d737-60da-4ac7-9bc7-b2b127d191ec} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.040315 [ 276 ] {de56d737-60da-4ac7-9bc7-b2b127d191ec} executeQuery: Read 6 rows, 321.00 B in 0.001167 sec., 5141.388174807198 rows/sec., 268.62 KiB/sec. 2026.04.10 19:14:30.040352 [ 276 ] {de56d737-60da-4ac7-9bc7-b2b127d191ec} TCPHandler: Processed in 0.001330387 sec. 2026.04.10 19:14:30.040481 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.040576 [ 276 ] {ad2f9f99-f859-4507-a925-5d6d63475df0} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.040617 [ 276 ] {ad2f9f99-f859-4507-a925-5d6d63475df0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:30.041035 [ 276 ] {ad2f9f99-f859-4507-a925-5d6d63475df0} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.041071 [ 276 ] {ad2f9f99-f859-4507-a925-5d6d63475df0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.041405 [ 276 ] {ad2f9f99-f859-4507-a925-5d6d63475df0} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 19:14:30.041625 [ 276 ] {ad2f9f99-f859-4507-a925-5d6d63475df0} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.041757 [ 276 ] {ad2f9f99-f859-4507-a925-5d6d63475df0} executeQuery: Read 265 rows, 18.03 KiB in 0.001199 sec., 221017.51459549626 rows/sec., 14.69 MiB/sec. 2026.04.10 19:14:30.041793 [ 276 ] {ad2f9f99-f859-4507-a925-5d6d63475df0} TCPHandler: Processed in 0.001362188 sec. 2026.04.10 19:14:30.041912 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.042007 [ 276 ] {586977be-6f98-4626-99b6-c680623ca65d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.042050 [ 276 ] {586977be-6f98-4626-99b6-c680623ca65d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:14:30.042364 [ 276 ] {586977be-6f98-4626-99b6-c680623ca65d} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.042399 [ 276 ] {586977be-6f98-4626-99b6-c680623ca65d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.042697 [ 276 ] {586977be-6f98-4626-99b6-c680623ca65d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.10 19:14:30.042904 [ 276 ] {586977be-6f98-4626-99b6-c680623ca65d} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.043032 [ 276 ] {586977be-6f98-4626-99b6-c680623ca65d} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.04.10 19:14:30.043068 [ 276 ] {586977be-6f98-4626-99b6-c680623ca65d} TCPHandler: Processed in 0.001205394 sec. 2026.04.10 19:14:30.043169 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.043263 [ 276 ] {1e8d4956-08b9-4736-b385-fb6e1db6fdad} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.043316 [ 276 ] {1e8d4956-08b9-4736-b385-fb6e1db6fdad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:30.044121 [ 276 ] {1e8d4956-08b9-4736-b385-fb6e1db6fdad} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.044156 [ 276 ] {1e8d4956-08b9-4736-b385-fb6e1db6fdad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.044702 [ 276 ] {1e8d4956-08b9-4736-b385-fb6e1db6fdad} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.10 19:14:30.044924 [ 276 ] {1e8d4956-08b9-4736-b385-fb6e1db6fdad} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.045063 [ 276 ] {1e8d4956-08b9-4736-b385-fb6e1db6fdad} executeQuery: Read 16 rows, 29.36 KiB in 0.001817 sec., 8805.723720418271 rows/sec., 15.78 MiB/sec. 2026.04.10 19:14:30.045115 [ 276 ] {1e8d4956-08b9-4736-b385-fb6e1db6fdad} TCPHandler: Processed in 0.001995016 sec. 2026.04.10 19:14:30.045234 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.045330 [ 276 ] {00fb4cd3-5e79-4403-8690-bf07e6b02709} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.045373 [ 276 ] {00fb4cd3-5e79-4403-8690-bf07e6b02709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:30.045707 [ 276 ] {00fb4cd3-5e79-4403-8690-bf07e6b02709} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.045742 [ 276 ] {00fb4cd3-5e79-4403-8690-bf07e6b02709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.046050 [ 276 ] {00fb4cd3-5e79-4403-8690-bf07e6b02709} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.10 19:14:30.046271 [ 276 ] {00fb4cd3-5e79-4403-8690-bf07e6b02709} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.046396 [ 276 ] {00fb4cd3-5e79-4403-8690-bf07e6b02709} executeQuery: Read 90 rows, 5.77 KiB in 0.001084 sec., 83025.8302583026 rows/sec., 5.20 MiB/sec. 2026.04.10 19:14:30.046431 [ 276 ] {00fb4cd3-5e79-4403-8690-bf07e6b02709} TCPHandler: Processed in 0.001246856 sec. 2026.04.10 19:14:30.348533 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.348705 [ 276 ] {06ea9de5-55e3-4d89-8447-be05bc13cbc0} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:30.348770 [ 276 ] {06ea9de5-55e3-4d89-8447-be05bc13cbc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:30.350811 [ 276 ] {06ea9de5-55e3-4d89-8447-be05bc13cbc0} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.350857 [ 276 ] {06ea9de5-55e3-4d89-8447-be05bc13cbc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.351364 [ 276 ] {06ea9de5-55e3-4d89-8447-be05bc13cbc0} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 19:14:30.351597 [ 276 ] {06ea9de5-55e3-4d89-8447-be05bc13cbc0} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.351750 [ 276 ] {06ea9de5-55e3-4d89-8447-be05bc13cbc0} executeQuery: Read 2453 rows, 185.10 KiB in 0.003091 sec., 793594.306049822 rows/sec., 58.48 MiB/sec. 2026.04.10 19:14:30.351797 [ 276 ] {06ea9de5-55e3-4d89-8447-be05bc13cbc0} TCPHandler: Processed in 0.003380765 sec. 2026.04.10 19:14:30.351920 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.352018 [ 276 ] {821a13f0-61cd-454f-bdb7-73e89ce4ac06} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.352062 [ 276 ] {821a13f0-61cd-454f-bdb7-73e89ce4ac06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:30.352519 [ 276 ] {821a13f0-61cd-454f-bdb7-73e89ce4ac06} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.352555 [ 276 ] {821a13f0-61cd-454f-bdb7-73e89ce4ac06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.352859 [ 276 ] {821a13f0-61cd-454f-bdb7-73e89ce4ac06} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 19:14:30.353079 [ 276 ] {821a13f0-61cd-454f-bdb7-73e89ce4ac06} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.353214 [ 276 ] {821a13f0-61cd-454f-bdb7-73e89ce4ac06} executeQuery: Read 35 rows, 2.63 KiB in 0.001216 sec., 28782.894736842103 rows/sec., 2.11 MiB/sec. 2026.04.10 19:14:30.353252 [ 276 ] {821a13f0-61cd-454f-bdb7-73e89ce4ac06} TCPHandler: Processed in 0.001383619 sec. 2026.04.10 19:14:30.353362 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.353456 [ 276 ] {d85c220a-74f8-4590-8e47-52d02afb8968} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.353495 [ 276 ] {d85c220a-74f8-4590-8e47-52d02afb8968} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:14:30.354210 [ 276 ] {d85c220a-74f8-4590-8e47-52d02afb8968} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.354245 [ 276 ] {d85c220a-74f8-4590-8e47-52d02afb8968} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.354568 [ 276 ] {d85c220a-74f8-4590-8e47-52d02afb8968} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.10 19:14:30.354786 [ 276 ] {d85c220a-74f8-4590-8e47-52d02afb8968} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.354883 [ 65 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.10 19:14:30.354916 [ 65 ] {} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.354916 [ 276 ] {d85c220a-74f8-4590-8e47-52d02afb8968} executeQuery: Read 801 rows, 47.38 KiB in 0.001478 sec., 541948.5791610285 rows/sec., 31.30 MiB/sec. 2026.04.10 19:14:30.354937 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.354962 [ 276 ] {d85c220a-74f8-4590-8e47-52d02afb8968} TCPHandler: Processed in 0.001650516 sec. 2026.04.10 19:14:30.355019 [ 188 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::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.04.10 19:14:30.355065 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.355102 [ 188 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:30.355131 [ 188 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 953 rows starting from the beginning of the part 2026.04.10 19:14:30.355161 [ 276 ] {0e149919-d994-48a2-afb6-b9a821cc0ce5} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.355185 [ 188 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 801 rows starting from the beginning of the part 2026.04.10 19:14:30.355201 [ 276 ] {0e149919-d994-48a2-afb6-b9a821cc0ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:14:30.355228 [ 188 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 149 rows starting from the beginning of the part 2026.04.10 19:14:30.355287 [ 188 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 149 rows starting from the beginning of the part 2026.04.10 19:14:30.355327 [ 188 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 149 rows starting from the beginning of the part 2026.04.10 19:14:30.355366 [ 188 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 801 rows starting from the beginning of the part 2026.04.10 19:14:30.355589 [ 276 ] {0e149919-d994-48a2-afb6-b9a821cc0ce5} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.355624 [ 276 ] {0e149919-d994-48a2-afb6-b9a821cc0ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.355912 [ 276 ] {0e149919-d994-48a2-afb6-b9a821cc0ce5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.10 19:14:30.356128 [ 276 ] {0e149919-d994-48a2-afb6-b9a821cc0ce5} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.356260 [ 276 ] {0e149919-d994-48a2-afb6-b9a821cc0ce5} executeQuery: Read 1 rows, 72.00 B in 0.001117 sec., 895.2551477170995 rows/sec., 62.95 KiB/sec. 2026.04.10 19:14:30.356297 [ 276 ] {0e149919-d994-48a2-afb6-b9a821cc0ce5} TCPHandler: Processed in 0.001282366 sec. 2026.04.10 19:14:30.356454 [ 192 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3002 rows, containing 5 columns (5 merged, 0 gathered) in 0.001471081 sec., 2040676.210215481 rows/sec., 128.45 MiB/sec. 2026.04.10 19:14:30.356465 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.356570 [ 276 ] {ea91ee75-6d86-4dd3-92c7-e1ddb71902c9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:30.356609 [ 276 ] {ea91ee75-6d86-4dd3-92c7-e1ddb71902c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:30.356687 [ 198 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.10 19:14:30.357018 [ 198 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.357108 [ 198 ] {82a7e410-2b95-4842-9709-d70501fdc9d0::all_1_31_6} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.10 19:14:30.357211 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.04.10 19:14:30.357500 [ 276 ] {ea91ee75-6d86-4dd3-92c7-e1ddb71902c9} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.357542 [ 276 ] {ea91ee75-6d86-4dd3-92c7-e1ddb71902c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.357907 [ 276 ] {ea91ee75-6d86-4dd3-92c7-e1ddb71902c9} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 19:14:30.358135 [ 276 ] {ea91ee75-6d86-4dd3-92c7-e1ddb71902c9} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.358265 [ 276 ] {ea91ee75-6d86-4dd3-92c7-e1ddb71902c9} executeQuery: Read 1314 rows, 90.04 KiB in 0.001713 sec., 767075.30647986 rows/sec., 51.33 MiB/sec. 2026.04.10 19:14:30.358303 [ 276 ] {ea91ee75-6d86-4dd3-92c7-e1ddb71902c9} TCPHandler: Processed in 0.001887983 sec. 2026.04.10 19:14:30.358422 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.358528 [ 276 ] {f73eb350-ada5-4402-a15b-733dfd7d422f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.358572 [ 276 ] {f73eb350-ada5-4402-a15b-733dfd7d422f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:30.359326 [ 276 ] {f73eb350-ada5-4402-a15b-733dfd7d422f} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.359363 [ 276 ] {f73eb350-ada5-4402-a15b-733dfd7d422f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.359792 [ 276 ] {f73eb350-ada5-4402-a15b-733dfd7d422f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 19:14:30.360005 [ 276 ] {f73eb350-ada5-4402-a15b-733dfd7d422f} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.360138 [ 276 ] {f73eb350-ada5-4402-a15b-733dfd7d422f} executeQuery: Read 1496 rows, 92.90 KiB in 0.00163 sec., 917791.4110429449 rows/sec., 55.66 MiB/sec. 2026.04.10 19:14:30.360175 [ 276 ] {f73eb350-ada5-4402-a15b-733dfd7d422f} TCPHandler: Processed in 0.001804351 sec. 2026.04.10 19:14:30.360277 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.360382 [ 276 ] {fefe27d6-1731-4567-97b2-63db69d3f0dc} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.360436 [ 276 ] {fefe27d6-1731-4567-97b2-63db69d3f0dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:30.361257 [ 276 ] {fefe27d6-1731-4567-97b2-63db69d3f0dc} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.361293 [ 276 ] {fefe27d6-1731-4567-97b2-63db69d3f0dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.361834 [ 276 ] {fefe27d6-1731-4567-97b2-63db69d3f0dc} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.10 19:14:30.362061 [ 276 ] {fefe27d6-1731-4567-97b2-63db69d3f0dc} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.362204 [ 276 ] {fefe27d6-1731-4567-97b2-63db69d3f0dc} executeQuery: Read 35 rows, 64.22 KiB in 0.00185 sec., 18918.918918918916 rows/sec., 33.90 MiB/sec. 2026.04.10 19:14:30.362262 [ 276 ] {fefe27d6-1731-4567-97b2-63db69d3f0dc} TCPHandler: Processed in 0.002034977 sec. 2026.04.10 19:14:30.362393 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:30.362488 [ 276 ] {fc8ff566-885d-4778-b124-c53a62172844} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:30.362534 [ 276 ] {fc8ff566-885d-4778-b124-c53a62172844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:30.362871 [ 276 ] {fc8ff566-885d-4778-b124-c53a62172844} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:30.362907 [ 276 ] {fc8ff566-885d-4778-b124-c53a62172844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:30.363198 [ 276 ] {fc8ff566-885d-4778-b124-c53a62172844} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.10 19:14:30.363415 [ 276 ] {fc8ff566-885d-4778-b124-c53a62172844} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:30.363543 [ 276 ] {fc8ff566-885d-4778-b124-c53a62172844} executeQuery: Read 12 rows, 848.00 B in 0.001073 sec., 11183.597390493942 rows/sec., 771.78 KiB/sec. 2026.04.10 19:14:30.363577 [ 276 ] {fc8ff566-885d-4778-b124-c53a62172844} TCPHandler: Processed in 0.001235525 sec. 2026.04.10 19:14:31.001290 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 291.56 MiB, peak 297.18 MiB, free memory in arenas 0.00 B, will set to 290.21 MiB (RSS), difference: -1.35 MiB 2026.04.10 19:14:34.219279 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56915 2026.04.10 19:14:34.219406 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.219434 [ 286 ] {} TCP-Session: 16368cfa-7a66-4789-adb4-79f37d959990 Authenticating user 'default' from [fd00:1122:3344:101::e]:56915 2026.04.10 19:14:34.219458 [ 286 ] {} TCP-Session: 16368cfa-7a66-4789-adb4-79f37d959990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.219471 [ 286 ] {} TCP-Session: 16368cfa-7a66-4789-adb4-79f37d959990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.219647 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33405 2026.04.10 19:14:34.219710 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56442 2026.04.10 19:14:34.219780 [ 286 ] {} TCP-Session: 16368cfa-7a66-4789-adb4-79f37d959990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:34.219825 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.219830 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.219877 [ 288 ] {} TCP-Session: 66ea6583-d18b-4c1e-b496-f0c86fe69765 Authenticating user 'default' from [fd00:1122:3344:101::e]:33405 2026.04.10 19:14:34.219886 [ 289 ] {} TCP-Session: 4b5a9124-e758-401e-a47c-9b5f25c568cb Authenticating user 'default' from [fd00:1122:3344:101::e]:56442 2026.04.10 19:14:34.219922 [ 288 ] {} TCP-Session: 66ea6583-d18b-4c1e-b496-f0c86fe69765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.219931 [ 289 ] {} TCP-Session: 4b5a9124-e758-401e-a47c-9b5f25c568cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.219954 [ 288 ] {} TCP-Session: 66ea6583-d18b-4c1e-b496-f0c86fe69765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.219962 [ 289 ] {} TCP-Session: 4b5a9124-e758-401e-a47c-9b5f25c568cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.219984 [ 286 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} executeQuery: (from [fd00:1122:3344:101::e]:56915) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:14:34.220343 [ 286 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:14:34.220413 [ 286 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:14:34.220782 [ 286 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:14:34.220958 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59621 2026.04.10 19:14:34.220969 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39632 2026.04.10 19:14:34.221034 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55622 2026.04.10 19:14:34.221080 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43982 2026.04.10 19:14:34.221139 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62793 2026.04.10 19:14:34.221313 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.221338 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46733 2026.04.10 19:14:34.221359 [ 349 ] {} TCP-Session: 03f7460b-478d-42f0-9096-c9ceb5ad723b Authenticating user 'default' from [fd00:1122:3344:101::e]:59621 2026.04.10 19:14:34.221389 [ 349 ] {} TCP-Session: 03f7460b-478d-42f0-9096-c9ceb5ad723b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.221411 [ 349 ] {} TCP-Session: 03f7460b-478d-42f0-9096-c9ceb5ad723b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.221790 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.221832 [ 290 ] {} TCP-Session: c4258e39-2659-4768-8e22-d1c8efe1d845 Authenticating user 'default' from [fd00:1122:3344:101::e]:39632 2026.04.10 19:14:34.221857 [ 290 ] {} TCP-Session: c4258e39-2659-4768-8e22-d1c8efe1d845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.221870 [ 290 ] {} TCP-Session: c4258e39-2659-4768-8e22-d1c8efe1d845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.222090 [ 297 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} AggregatingTransform: Aggregating 2026.04.10 19:14:34.222135 [ 297 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} Aggregator: Aggregation method: without_key 2026.04.10 19:14:34.222181 [ 297 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001264266 sec. (790.973 rows/sec., 30.90 KiB/sec.) 2026.04.10 19:14:34.222205 [ 297 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} Aggregator: Merging aggregated data 2026.04.10 19:14:34.222257 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.222309 [ 352 ] {} TCP-Session: 04ef3268-3261-4818-bdf0-95879febced7 Authenticating user 'default' from [fd00:1122:3344:101::e]:62793 2026.04.10 19:14:34.222335 [ 352 ] {} TCP-Session: 04ef3268-3261-4818-bdf0-95879febced7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.222357 [ 352 ] {} TCP-Session: 04ef3268-3261-4818-bdf0-95879febced7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.222417 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.222530 [ 353 ] {} TCP-Session: 762aba51-f648-4fc5-8d21-4945ad428303 Authenticating user 'default' from [fd00:1122:3344:101::e]:46733 2026.04.10 19:14:34.222553 [ 353 ] {} TCP-Session: 762aba51-f648-4fc5-8d21-4945ad428303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.222571 [ 353 ] {} TCP-Session: 762aba51-f648-4fc5-8d21-4945ad428303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.222709 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.222760 [ 351 ] {} TCP-Session: 26f9d10b-c6d7-4314-81e7-89077f247d7f Authenticating user 'default' from [fd00:1122:3344:101::e]:43982 2026.04.10 19:14:34.222784 [ 351 ] {} TCP-Session: 26f9d10b-c6d7-4314-81e7-89077f247d7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.222806 [ 351 ] {} TCP-Session: 26f9d10b-c6d7-4314-81e7-89077f247d7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.222879 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.222931 [ 350 ] {} TCP-Session: 67a3928b-a74c-45b2-a16a-b97b771702ab Authenticating user 'default' from [fd00:1122:3344:101::e]:55622 2026.04.10 19:14:34.222955 [ 350 ] {} TCP-Session: 67a3928b-a74c-45b2-a16a-b97b771702ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.222973 [ 350 ] {} TCP-Session: 67a3928b-a74c-45b2-a16a-b97b771702ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.223647 [ 286 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} executeQuery: Read 1 rows, 40.00 B in 0.003739 sec., 267.4511901577962 rows/sec., 10.45 KiB/sec. 2026.04.10 19:14:34.223860 [ 286 ] {2a2fde45-7c47-4cf3-8d13-99713e661de2} TCPHandler: Processed in 0.004203348 sec. 2026.04.10 19:14:34.224081 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224119 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224124 [ 286 ] {} TCP-Session: 16368cfa-7a66-4789-adb4-79f37d959990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.224148 [ 350 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224175 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224201 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224216 [ 350 ] {} TCP-Session: 67a3928b-a74c-45b2-a16a-b97b771702ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.224234 [ 353 ] {} TCP-Session: 762aba51-f648-4fc5-8d21-4945ad428303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.224252 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224277 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224308 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224349 [ 289 ] {} TCP-Session: 4b5a9124-e758-401e-a47c-9b5f25c568cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.224323 [ 290 ] {} TCP-Session: c4258e39-2659-4768-8e22-d1c8efe1d845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.224387 [ 351 ] {} TCP-Session: 26f9d10b-c6d7-4314-81e7-89077f247d7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.224268 [ 352 ] {} TCP-Session: 04ef3268-3261-4818-bdf0-95879febced7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.224228 [ 349 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.224177 [ 288 ] {} TCP-Session: 66ea6583-d18b-4c1e-b496-f0c86fe69765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.224500 [ 349 ] {} TCP-Session: 03f7460b-478d-42f0-9096-c9ceb5ad723b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.309721 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42810 2026.04.10 19:14:34.309844 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.309870 [ 286 ] {} TCP-Session: a91e2d38-c37f-497e-8cef-b23258219d92 Authenticating user 'default' from [fd00:1122:3344:101::e]:42810 2026.04.10 19:14:34.309892 [ 286 ] {} TCP-Session: a91e2d38-c37f-497e-8cef-b23258219d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.309906 [ 286 ] {} TCP-Session: a91e2d38-c37f-497e-8cef-b23258219d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310064 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46721 2026.04.10 19:14:34.310091 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58045 2026.04.10 19:14:34.310147 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60481 2026.04.10 19:14:34.310181 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48234 2026.04.10 19:14:34.310203 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44902 2026.04.10 19:14:34.310215 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.310243 [ 286 ] {} TCP-Session: a91e2d38-c37f-497e-8cef-b23258219d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:34.310271 [ 289 ] {} TCP-Session: a1c295db-6c28-4826-9e82-c62e21d8e45b Authenticating user 'default' from [fd00:1122:3344:101::e]:58045 2026.04.10 19:14:34.310272 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.310275 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.310304 [ 289 ] {} TCP-Session: a1c295db-6c28-4826-9e82-c62e21d8e45b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310316 [ 290 ] {} TCP-Session: bdc55958-fab6-46aa-b625-231945f5ea03 Authenticating user 'default' from [fd00:1122:3344:101::e]:60481 2026.04.10 19:14:34.310333 [ 352 ] {} TCP-Session: 4854e954-2eb0-44d6-b330-3c2ca6c96a97 Authenticating user 'default' from [fd00:1122:3344:101::e]:48234 2026.04.10 19:14:34.310335 [ 289 ] {} TCP-Session: a1c295db-6c28-4826-9e82-c62e21d8e45b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310355 [ 290 ] {} TCP-Session: bdc55958-fab6-46aa-b625-231945f5ea03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310364 [ 352 ] {} TCP-Session: 4854e954-2eb0-44d6-b330-3c2ca6c96a97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310383 [ 290 ] {} TCP-Session: bdc55958-fab6-46aa-b625-231945f5ea03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310392 [ 352 ] {} TCP-Session: 4854e954-2eb0-44d6-b330-3c2ca6c96a97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310182 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.310428 [ 286 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} executeQuery: (from [fd00:1122:3344:101::e]:42810) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:14:34.310451 [ 288 ] {} TCP-Session: 63289a21-b037-4f39-806f-f49721a5911c Authenticating user 'default' from [fd00:1122:3344:101::e]:46721 2026.04.10 19:14:34.310163 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32938 2026.04.10 19:14:34.310484 [ 288 ] {} TCP-Session: 63289a21-b037-4f39-806f-f49721a5911c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310159 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62859 2026.04.10 19:14:34.310508 [ 288 ] {} TCP-Session: 63289a21-b037-4f39-806f-f49721a5911c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310149 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51215 2026.04.10 19:14:34.310549 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.310580 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.310594 [ 351 ] {} TCP-Session: b51271f7-c8db-4706-9d76-ffa3743213ca Authenticating user 'default' from [fd00:1122:3344:101::e]:32938 2026.04.10 19:14:34.310608 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.310614 [ 350 ] {} TCP-Session: d0d5f77f-585b-40ed-9b01-935ec1589789 Authenticating user 'default' from [fd00:1122:3344:101::e]:62859 2026.04.10 19:14:34.310625 [ 351 ] {} TCP-Session: b51271f7-c8db-4706-9d76-ffa3743213ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310644 [ 349 ] {} TCP-Session: e445a3a4-80a9-402c-93ab-22658d033f29 Authenticating user 'default' from [fd00:1122:3344:101::e]:51215 2026.04.10 19:14:34.310654 [ 350 ] {} TCP-Session: d0d5f77f-585b-40ed-9b01-935ec1589789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310665 [ 351 ] {} TCP-Session: b51271f7-c8db-4706-9d76-ffa3743213ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310680 [ 349 ] {} TCP-Session: e445a3a4-80a9-402c-93ab-22658d033f29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310698 [ 286 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:14:34.310715 [ 349 ] {} TCP-Session: e445a3a4-80a9-402c-93ab-22658d033f29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310690 [ 350 ] {} TCP-Session: d0d5f77f-585b-40ed-9b01-935ec1589789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310290 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.310759 [ 286 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:14:34.310795 [ 353 ] {} TCP-Session: 81ab0c14-beba-4bbb-8b0c-5ec87ced2d7d Authenticating user 'default' from [fd00:1122:3344:101::e]:44902 2026.04.10 19:14:34.310811 [ 353 ] {} TCP-Session: 81ab0c14-beba-4bbb-8b0c-5ec87ced2d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.310823 [ 353 ] {} TCP-Session: 81ab0c14-beba-4bbb-8b0c-5ec87ced2d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.311049 [ 286 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:14:34.311917 [ 337 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} AggregatingTransform: Aggregating 2026.04.10 19:14:34.311959 [ 337 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} Aggregator: Aggregation method: without_key 2026.04.10 19:14:34.311988 [ 337 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000843483 sec. (1185.560 rows/sec., 46.31 KiB/sec.) 2026.04.10 19:14:34.312002 [ 337 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} Aggregator: Merging aggregated data 2026.04.10 19:14:34.313314 [ 286 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} executeQuery: Read 1 rows, 40.00 B in 0.00294 sec., 340.13605442176873 rows/sec., 13.29 KiB/sec. 2026.04.10 19:14:34.313451 [ 286 ] {62e5a893-9d07-4ba8-b60d-6708d0abe9a3} TCPHandler: Processed in 0.003324674 sec. 2026.04.10 19:14:34.313567 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313587 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313616 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313624 [ 286 ] {} TCP-Session: a91e2d38-c37f-497e-8cef-b23258219d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.313639 [ 349 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313663 [ 289 ] {} TCP-Session: a1c295db-6c28-4826-9e82-c62e21d8e45b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.313666 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313692 [ 350 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313711 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313729 [ 290 ] {} TCP-Session: bdc55958-fab6-46aa-b625-231945f5ea03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.313747 [ 350 ] {} TCP-Session: d0d5f77f-585b-40ed-9b01-935ec1589789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.313744 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313768 [ 351 ] {} TCP-Session: b51271f7-c8db-4706-9d76-ffa3743213ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.313690 [ 349 ] {} TCP-Session: e445a3a4-80a9-402c-93ab-22658d033f29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.313807 [ 353 ] {} TCP-Session: 81ab0c14-beba-4bbb-8b0c-5ec87ced2d7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.313641 [ 288 ] {} TCP-Session: 63289a21-b037-4f39-806f-f49721a5911c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.313729 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.313894 [ 352 ] {} TCP-Session: 4854e954-2eb0-44d6-b330-3c2ca6c96a97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.384876 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65260 2026.04.10 19:14:34.384985 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.385010 [ 286 ] {} TCP-Session: e5a76491-5d60-40be-a316-0970c39ec9a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:65260 2026.04.10 19:14:34.385032 [ 286 ] {} TCP-Session: e5a76491-5d60-40be-a316-0970c39ec9a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385044 [ 286 ] {} TCP-Session: e5a76491-5d60-40be-a316-0970c39ec9a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385210 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65313 2026.04.10 19:14:34.385288 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41704 2026.04.10 19:14:34.385289 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61102 2026.04.10 19:14:34.385328 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38985 2026.04.10 19:14:34.385378 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.385322 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.385416 [ 349 ] {} TCP-Session: 176d31ce-2c6f-4b37-a738-63b4588c592e Authenticating user 'default' from [fd00:1122:3344:101::e]:41704 2026.04.10 19:14:34.385429 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.385441 [ 288 ] {} TCP-Session: 69739995-973d-4074-9a59-acd3c2a70475 Authenticating user 'default' from [fd00:1122:3344:101::e]:65313 2026.04.10 19:14:34.385453 [ 349 ] {} TCP-Session: 176d31ce-2c6f-4b37-a738-63b4588c592e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385471 [ 289 ] {} TCP-Session: cb812f90-25b8-4f2e-b8f8-a27b59064730 Authenticating user 'default' from [fd00:1122:3344:101::e]:61102 2026.04.10 19:14:34.385485 [ 288 ] {} TCP-Session: 69739995-973d-4074-9a59-acd3c2a70475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385490 [ 349 ] {} TCP-Session: 176d31ce-2c6f-4b37-a738-63b4588c592e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385512 [ 289 ] {} TCP-Session: cb812f90-25b8-4f2e-b8f8-a27b59064730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385524 [ 288 ] {} TCP-Session: 69739995-973d-4074-9a59-acd3c2a70475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385554 [ 289 ] {} TCP-Session: cb812f90-25b8-4f2e-b8f8-a27b59064730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385310 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55672 2026.04.10 19:14:34.385301 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58290 2026.04.10 19:14:34.385289 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58441 2026.04.10 19:14:34.385660 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.385434 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.385696 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.385709 [ 351 ] {} TCP-Session: 71b740bb-9a36-4b54-9fc3-bfebec6a7b59 Authenticating user 'default' from [fd00:1122:3344:101::e]:55672 2026.04.10 19:14:34.385735 [ 353 ] {} TCP-Session: 00d880d0-a331-4b6d-b5ec-91e48197cb3a Authenticating user 'default' from [fd00:1122:3344:101::e]:38985 2026.04.10 19:14:34.385745 [ 350 ] {} TCP-Session: 78262591-bf46-48d9-9db9-c11380fe4f2f Authenticating user 'default' from [fd00:1122:3344:101::e]:58290 2026.04.10 19:14:34.385757 [ 351 ] {} TCP-Session: 71b740bb-9a36-4b54-9fc3-bfebec6a7b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385761 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.385769 [ 353 ] {} TCP-Session: 00d880d0-a331-4b6d-b5ec-91e48197cb3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385805 [ 351 ] {} TCP-Session: 71b740bb-9a36-4b54-9fc3-bfebec6a7b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385825 [ 290 ] {} TCP-Session: 89dea626-b411-47f0-88ca-16ba2ffea51c Authenticating user 'default' from [fd00:1122:3344:101::e]:58441 2026.04.10 19:14:34.385830 [ 353 ] {} TCP-Session: 00d880d0-a331-4b6d-b5ec-91e48197cb3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385805 [ 350 ] {} TCP-Session: 78262591-bf46-48d9-9db9-c11380fe4f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385867 [ 290 ] {} TCP-Session: 89dea626-b411-47f0-88ca-16ba2ffea51c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385894 [ 350 ] {} TCP-Session: 78262591-bf46-48d9-9db9-c11380fe4f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385906 [ 290 ] {} TCP-Session: 89dea626-b411-47f0-88ca-16ba2ffea51c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.385321 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33469 2026.04.10 19:14:34.385443 [ 286 ] {} TCP-Session: e5a76491-5d60-40be-a316-0970c39ec9a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:34.386009 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.10 19:14:34.386036 [ 352 ] {} TCP-Session: 437ecba3-8735-4372-b5dc-4033d84e1234 Authenticating user 'default' from [fd00:1122:3344:101::e]:33469 2026.04.10 19:14:34.386052 [ 352 ] {} TCP-Session: 437ecba3-8735-4372-b5dc-4033d84e1234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.386064 [ 352 ] {} TCP-Session: 437ecba3-8735-4372-b5dc-4033d84e1234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.386145 [ 286 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} executeQuery: (from [fd00:1122:3344:101::e]:65260) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.10 19:14:34.386415 [ 286 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.10 19:14:34.386469 [ 286 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.10 19:14:34.386756 [ 286 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} oximeter.version (8a6813b2-3731-44c7-a7c8-754d584b1976) (SelectExecutor): Key condition: unknown 2026.04.10 19:14:34.387640 [ 344 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} AggregatingTransform: Aggregating 2026.04.10 19:14:34.387685 [ 344 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} Aggregator: Aggregation method: without_key 2026.04.10 19:14:34.387715 [ 344 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000861895 sec. (1160.234 rows/sec., 45.32 KiB/sec.) 2026.04.10 19:14:34.387734 [ 344 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} Aggregator: Merging aggregated data 2026.04.10 19:14:34.389009 [ 286 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} executeQuery: Read 1 rows, 40.00 B in 0.002921 sec., 342.3485107839781 rows/sec., 13.37 KiB/sec. 2026.04.10 19:14:34.389108 [ 286 ] {0149b5c4-3488-4ff3-8489-aec3cbe8cd57} TCPHandler: Processed in 0.003794987 sec. 2026.04.10 19:14:34.389230 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389258 [ 286 ] {} TCP-Session: e5a76491-5d60-40be-a316-0970c39ec9a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.389262 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389288 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389305 [ 288 ] {} TCP-Session: 69739995-973d-4074-9a59-acd3c2a70475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.389313 [ 350 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389335 [ 289 ] {} TCP-Session: cb812f90-25b8-4f2e-b8f8-a27b59064730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.389344 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389363 [ 350 ] {} TCP-Session: 78262591-bf46-48d9-9db9-c11380fe4f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.389384 [ 349 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389401 [ 290 ] {} TCP-Session: 89dea626-b411-47f0-88ca-16ba2ffea51c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.389360 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389426 [ 349 ] {} TCP-Session: 176d31ce-2c6f-4b37-a738-63b4588c592e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.389434 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389464 [ 353 ] {} TCP-Session: 00d880d0-a331-4b6d-b5ec-91e48197cb3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.389427 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.10 19:14:34.389489 [ 352 ] {} TCP-Session: 437ecba3-8735-4372-b5dc-4033d84e1234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:34.389527 [ 351 ] {} TCP-Session: 71b740bb-9a36-4b54-9fc3-bfebec6a7b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.10 19:14:35.022538 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:35.022730 [ 276 ] {106deac6-c8e3-449c-8e4a-8d6f4b9a0074} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:35.022805 [ 276 ] {106deac6-c8e3-449c-8e4a-8d6f4b9a0074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:35.023685 [ 276 ] {106deac6-c8e3-449c-8e4a-8d6f4b9a0074} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:35.023744 [ 276 ] {106deac6-c8e3-449c-8e4a-8d6f4b9a0074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:35.024313 [ 276 ] {106deac6-c8e3-449c-8e4a-8d6f4b9a0074} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 19:14:35.024654 [ 276 ] {106deac6-c8e3-449c-8e4a-8d6f4b9a0074} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:35.024859 [ 276 ] {106deac6-c8e3-449c-8e4a-8d6f4b9a0074} executeQuery: Read 56 rows, 4.38 KiB in 0.002177 sec., 25723.47266881029 rows/sec., 1.96 MiB/sec. 2026.04.10 19:14:35.024909 [ 276 ] {106deac6-c8e3-449c-8e4a-8d6f4b9a0074} TCPHandler: Processed in 0.00250991 sec. 2026.04.10 19:14:35.025053 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:35.025159 [ 276 ] {c4818c56-2099-4c51-808d-b7575cda28de} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:35.025203 [ 276 ] {c4818c56-2099-4c51-808d-b7575cda28de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:35.025733 [ 276 ] {c4818c56-2099-4c51-808d-b7575cda28de} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:35.025771 [ 276 ] {c4818c56-2099-4c51-808d-b7575cda28de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:35.026137 [ 276 ] {c4818c56-2099-4c51-808d-b7575cda28de} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 19:14:35.026362 [ 276 ] {c4818c56-2099-4c51-808d-b7575cda28de} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:35.026511 [ 276 ] {c4818c56-2099-4c51-808d-b7575cda28de} executeQuery: Read 64 rows, 5.12 KiB in 0.001377 sec., 46477.850399419025 rows/sec., 3.63 MiB/sec. 2026.04.10 19:14:35.026550 [ 276 ] {c4818c56-2099-4c51-808d-b7575cda28de} TCPHandler: Processed in 0.001555973 sec. 2026.04.10 19:14:35.026675 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:35.026776 [ 276 ] {7a0929e1-0f22-4841-8ffc-6ce3651b45e7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:35.026821 [ 276 ] {7a0929e1-0f22-4841-8ffc-6ce3651b45e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:35.027238 [ 276 ] {7a0929e1-0f22-4841-8ffc-6ce3651b45e7} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:35.027276 [ 276 ] {7a0929e1-0f22-4841-8ffc-6ce3651b45e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:35.027625 [ 276 ] {7a0929e1-0f22-4841-8ffc-6ce3651b45e7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 19:14:35.027843 [ 276 ] {7a0929e1-0f22-4841-8ffc-6ce3651b45e7} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:35.027973 [ 276 ] {7a0929e1-0f22-4841-8ffc-6ce3651b45e7} executeQuery: Read 128 rows, 9.13 KiB in 0.001219 sec., 105004.10172272354 rows/sec., 7.31 MiB/sec. 2026.04.10 19:14:35.028008 [ 276 ] {7a0929e1-0f22-4841-8ffc-6ce3651b45e7} TCPHandler: Processed in 0.001383519 sec. 2026.04.10 19:14:35.028131 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:35.028227 [ 276 ] {ca5b18cb-a376-467d-a0a1-ef29a8ad7bed} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:35.028273 [ 276 ] {ca5b18cb-a376-467d-a0a1-ef29a8ad7bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:35.028627 [ 276 ] {ca5b18cb-a376-467d-a0a1-ef29a8ad7bed} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:35.028663 [ 276 ] {ca5b18cb-a376-467d-a0a1-ef29a8ad7bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:35.028968 [ 276 ] {ca5b18cb-a376-467d-a0a1-ef29a8ad7bed} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.10 19:14:35.029171 [ 276 ] {ca5b18cb-a376-467d-a0a1-ef29a8ad7bed} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:35.029302 [ 276 ] {ca5b18cb-a376-467d-a0a1-ef29a8ad7bed} executeQuery: Read 48 rows, 3.31 KiB in 0.001096 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. 2026.04.10 19:14:35.029338 [ 276 ] {ca5b18cb-a376-467d-a0a1-ef29a8ad7bed} TCPHandler: Processed in 0.001257025 sec. 2026.04.10 19:14:35.419596 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15849 2026.04.10 19:14:35.420184 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:35.420235 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:35.420733 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:14:35.420963 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:35.421101 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15849 2026.04.10 19:14:36.268553 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.04.10 19:14:36.285075 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:36.285128 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:36.290881 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:14:36.291588 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:36.294222 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.04.10 19:14:37.933794 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 1106 2026.04.10 19:14:37.936737 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:37.936786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. 2026.04.10 19:14:37.938012 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:14:37.938282 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:37.938538 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1106 2026.04.10 19:14:40.030250 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.030467 [ 276 ] {e910d0ca-e90f-40e4-99ce-23e27b42e5c6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:14:40.030539 [ 276 ] {e910d0ca-e90f-40e4-99ce-23e27b42e5c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:14:40.031353 [ 276 ] {e910d0ca-e90f-40e4-99ce-23e27b42e5c6} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.031401 [ 276 ] {e910d0ca-e90f-40e4-99ce-23e27b42e5c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.031800 [ 276 ] {e910d0ca-e90f-40e4-99ce-23e27b42e5c6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:14:40.032026 [ 276 ] {e910d0ca-e90f-40e4-99ce-23e27b42e5c6} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.032186 [ 276 ] {e910d0ca-e90f-40e4-99ce-23e27b42e5c6} executeQuery: Read 284 rows, 18.47 KiB in 0.001774 sec., 160090.1916572717 rows/sec., 10.17 MiB/sec. 2026.04.10 19:14:40.032228 [ 276 ] {e910d0ca-e90f-40e4-99ce-23e27b42e5c6} TCPHandler: Processed in 0.00212767 sec. 2026.04.10 19:14:40.032357 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.032452 [ 276 ] {876bb82d-3cd2-4c4f-a19f-c791c42d91ae} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:40.032492 [ 276 ] {876bb82d-3cd2-4c4f-a19f-c791c42d91ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:40.033304 [ 276 ] {876bb82d-3cd2-4c4f-a19f-c791c42d91ae} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.033341 [ 276 ] {876bb82d-3cd2-4c4f-a19f-c791c42d91ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.033684 [ 276 ] {876bb82d-3cd2-4c4f-a19f-c791c42d91ae} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 19:14:40.033901 [ 276 ] {876bb82d-3cd2-4c4f-a19f-c791c42d91ae} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.034031 [ 276 ] {876bb82d-3cd2-4c4f-a19f-c791c42d91ae} executeQuery: Read 829 rows, 65.98 KiB in 0.001598 sec., 518773.4668335419 rows/sec., 40.32 MiB/sec. 2026.04.10 19:14:40.034090 [ 276 ] {876bb82d-3cd2-4c4f-a19f-c791c42d91ae} TCPHandler: Processed in 0.00178449 sec. 2026.04.10 19:14:40.034212 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.034307 [ 276 ] {d29dac2b-3d3e-4605-8dab-1c6e3216b3a1} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:40.034346 [ 276 ] {d29dac2b-3d3e-4605-8dab-1c6e3216b3a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:40.034777 [ 276 ] {d29dac2b-3d3e-4605-8dab-1c6e3216b3a1} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.034811 [ 276 ] {d29dac2b-3d3e-4605-8dab-1c6e3216b3a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.035117 [ 276 ] {d29dac2b-3d3e-4605-8dab-1c6e3216b3a1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 19:14:40.035319 [ 276 ] {d29dac2b-3d3e-4605-8dab-1c6e3216b3a1} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.035419 [ 49 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 19:14:40.035445 [ 276 ] {d29dac2b-3d3e-4605-8dab-1c6e3216b3a1} executeQuery: Read 158 rows, 9.75 KiB in 0.001157 sec., 136560.0691443388 rows/sec., 8.23 MiB/sec. 2026.04.10 19:14:40.035457 [ 49 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.035477 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.035483 [ 276 ] {d29dac2b-3d3e-4605-8dab-1c6e3216b3a1} TCPHandler: Processed in 0.001323857 sec. 2026.04.10 19:14:40.035596 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.035593 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:14:40.035691 [ 276 ] {3b613a3d-10a1-4b01-a6b7-36bc8254d0fa} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:14:40.035733 [ 276 ] {3b613a3d-10a1-4b01-a6b7-36bc8254d0fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:14:40.035748 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:40.035786 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 211 rows starting from the beginning of the part 2026.04.10 19:14:40.035856 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 158 rows starting from the beginning of the part 2026.04.10 19:14:40.035903 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part 2026.04.10 19:14:40.035952 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 158 rows starting from the beginning of the part 2026.04.10 19:14:40.035997 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 35 rows starting from the beginning of the part 2026.04.10 19:14:40.036040 [ 186 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 158 rows starting from the beginning of the part 2026.04.10 19:14:40.036167 [ 276 ] {3b613a3d-10a1-4b01-a6b7-36bc8254d0fa} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.036209 [ 276 ] {3b613a3d-10a1-4b01-a6b7-36bc8254d0fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.036534 [ 276 ] {3b613a3d-10a1-4b01-a6b7-36bc8254d0fa} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.10 19:14:40.036760 [ 276 ] {3b613a3d-10a1-4b01-a6b7-36bc8254d0fa} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.036889 [ 276 ] {3b613a3d-10a1-4b01-a6b7-36bc8254d0fa} executeQuery: Read 149 rows, 9.86 KiB in 0.001217 sec., 122432.21035332786 rows/sec., 7.91 MiB/sec. 2026.04.10 19:14:40.036925 [ 276 ] {3b613a3d-10a1-4b01-a6b7-36bc8254d0fa} TCPHandler: Processed in 0.001378548 sec. 2026.04.10 19:14:40.036984 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 746 rows, containing 5 columns (5 merged, 0 gathered) in 0.00143908 sec., 518386.74708841764 rows/sec., 34.18 MiB/sec. 2026.04.10 19:14:40.037034 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.037139 [ 276 ] {37dc0b5a-04b4-4098-bfec-1fa5e121afa7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:14:40.037179 [ 276 ] {37dc0b5a-04b4-4098-bfec-1fa5e121afa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:14:40.037202 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 19:14:40.037524 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.037606 [ 276 ] {37dc0b5a-04b4-4098-bfec-1fa5e121afa7} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.037610 [ 198 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_46_9} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 19:14:40.037650 [ 276 ] {37dc0b5a-04b4-4098-bfec-1fa5e121afa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.037729 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.10 19:14:40.037964 [ 276 ] {37dc0b5a-04b4-4098-bfec-1fa5e121afa7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:14:40.038179 [ 276 ] {37dc0b5a-04b4-4098-bfec-1fa5e121afa7} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.038311 [ 276 ] {37dc0b5a-04b4-4098-bfec-1fa5e121afa7} executeQuery: Read 148 rows, 8.62 KiB in 0.001191 sec., 124265.32325776658 rows/sec., 7.07 MiB/sec. 2026.04.10 19:14:40.038348 [ 276 ] {37dc0b5a-04b4-4098-bfec-1fa5e121afa7} TCPHandler: Processed in 0.001361149 sec. 2026.04.10 19:14:40.038454 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.038546 [ 276 ] {c9baa012-e21e-4e42-83a6-8c216f2423d4} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:40.038585 [ 276 ] {c9baa012-e21e-4e42-83a6-8c216f2423d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:40.039167 [ 276 ] {c9baa012-e21e-4e42-83a6-8c216f2423d4} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.039201 [ 276 ] {c9baa012-e21e-4e42-83a6-8c216f2423d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.039517 [ 276 ] {c9baa012-e21e-4e42-83a6-8c216f2423d4} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 19:14:40.039717 [ 276 ] {c9baa012-e21e-4e42-83a6-8c216f2423d4} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.039841 [ 276 ] {c9baa012-e21e-4e42-83a6-8c216f2423d4} executeQuery: Read 506 rows, 36.46 KiB in 0.001314 sec., 385083.71385083714 rows/sec., 27.10 MiB/sec. 2026.04.10 19:14:40.039876 [ 276 ] {c9baa012-e21e-4e42-83a6-8c216f2423d4} TCPHandler: Processed in 0.001471602 sec. 2026.04.10 19:14:40.039981 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.040076 [ 276 ] {a16583e7-e0a7-4209-be71-0e532eae4e45} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:14:40.040117 [ 276 ] {a16583e7-e0a7-4209-be71-0e532eae4e45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:14:40.040440 [ 276 ] {a16583e7-e0a7-4209-be71-0e532eae4e45} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.040473 [ 276 ] {a16583e7-e0a7-4209-be71-0e532eae4e45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.040760 [ 276 ] {a16583e7-e0a7-4209-be71-0e532eae4e45} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:14:40.040963 [ 276 ] {a16583e7-e0a7-4209-be71-0e532eae4e45} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.041094 [ 276 ] {a16583e7-e0a7-4209-be71-0e532eae4e45} executeQuery: Read 6 rows, 321.00 B in 0.001035 sec., 5797.101449275363 rows/sec., 302.88 KiB/sec. 2026.04.10 19:14:40.041129 [ 276 ] {a16583e7-e0a7-4209-be71-0e532eae4e45} TCPHandler: Processed in 0.001196234 sec. 2026.04.10 19:14:40.041234 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.041327 [ 276 ] {aac71c96-ea97-4c89-bd0e-f8129b289514} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:40.041367 [ 276 ] {aac71c96-ea97-4c89-bd0e-f8129b289514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:40.041759 [ 276 ] {aac71c96-ea97-4c89-bd0e-f8129b289514} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.041792 [ 276 ] {aac71c96-ea97-4c89-bd0e-f8129b289514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.042112 [ 276 ] {aac71c96-ea97-4c89-bd0e-f8129b289514} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 19:14:40.042314 [ 276 ] {aac71c96-ea97-4c89-bd0e-f8129b289514} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.042441 [ 276 ] {aac71c96-ea97-4c89-bd0e-f8129b289514} executeQuery: Read 265 rows, 18.03 KiB in 0.001133 sec., 233892.32127096207 rows/sec., 15.54 MiB/sec. 2026.04.10 19:14:40.042475 [ 276 ] {aac71c96-ea97-4c89-bd0e-f8129b289514} TCPHandler: Processed in 0.001289517 sec. 2026.04.10 19:14:40.042581 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.042673 [ 276 ] {3cf70781-2971-4ca3-b434-d4925727ed05} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:14:40.042713 [ 276 ] {3cf70781-2971-4ca3-b434-d4925727ed05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:14:40.043012 [ 276 ] {3cf70781-2971-4ca3-b434-d4925727ed05} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.043047 [ 276 ] {3cf70781-2971-4ca3-b434-d4925727ed05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.043338 [ 276 ] {3cf70781-2971-4ca3-b434-d4925727ed05} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.10 19:14:40.043539 [ 276 ] {3cf70781-2971-4ca3-b434-d4925727ed05} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.043663 [ 276 ] {3cf70781-2971-4ca3-b434-d4925727ed05} executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. 2026.04.10 19:14:40.043698 [ 276 ] {3cf70781-2971-4ca3-b434-d4925727ed05} TCPHandler: Processed in 0.001164583 sec. 2026.04.10 19:14:40.043801 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.043903 [ 276 ] {5cb491db-0703-4aa8-acab-1992db79588e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:40.043956 [ 276 ] {5cb491db-0703-4aa8-acab-1992db79588e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:40.044716 [ 276 ] {5cb491db-0703-4aa8-acab-1992db79588e} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.044750 [ 276 ] {5cb491db-0703-4aa8-acab-1992db79588e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.045257 [ 276 ] {5cb491db-0703-4aa8-acab-1992db79588e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.10 19:14:40.045470 [ 276 ] {5cb491db-0703-4aa8-acab-1992db79588e} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.045586 [ 49 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.10 19:14:40.045602 [ 276 ] {5cb491db-0703-4aa8-acab-1992db79588e} executeQuery: Read 16 rows, 29.36 KiB in 0.001716 sec., 9324.009324009323 rows/sec., 16.71 MiB/sec. 2026.04.10 19:14:40.045629 [ 49 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.045651 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.045659 [ 276 ] {5cb491db-0703-4aa8-acab-1992db79588e} TCPHandler: Processed in 0.001905644 sec. 2026.04.10 19:14:40.045763 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:14:40.045787 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:40.045904 [ 276 ] {aa9006cf-cccb-40dc-896e-bdce406e524d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:40.045954 [ 276 ] {aa9006cf-cccb-40dc-896e-bdce406e524d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:40.046006 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:40.046071 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 862 rows starting from the beginning of the part 2026.04.10 19:14:40.046202 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part 2026.04.10 19:14:40.046312 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part 2026.04.10 19:14:40.046330 [ 276 ] {aa9006cf-cccb-40dc-896e-bdce406e524d} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:40.046370 [ 276 ] {aa9006cf-cccb-40dc-896e-bdce406e524d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:40.046419 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part 2026.04.10 19:14:40.046532 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 35 rows starting from the beginning of the part 2026.04.10 19:14:40.046636 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part 2026.04.10 19:14:40.046732 [ 276 ] {aa9006cf-cccb-40dc-896e-bdce406e524d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.10 19:14:40.046952 [ 276 ] {aa9006cf-cccb-40dc-896e-bdce406e524d} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.047090 [ 276 ] {aa9006cf-cccb-40dc-896e-bdce406e524d} executeQuery: Read 90 rows, 5.77 KiB in 0.001211 sec., 74318.74483897605 rows/sec., 4.65 MiB/sec. 2026.04.10 19:14:40.047126 [ 276 ] {aa9006cf-cccb-40dc-896e-bdce406e524d} TCPHandler: Processed in 0.001390229 sec. 2026.04.10 19:14:40.052413 [ 193 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 971 rows, containing 19 columns (19 merged, 0 gathered) in 0.006701368 sec., 144895.78844200168 rows/sec., 259.65 MiB/sec. 2026.04.10 19:14:40.053970 [ 189 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.10 19:14:40.054323 [ 189 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:40.054405 [ 189 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_46_9} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.10 19:14:40.054561 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.19 MiB. 2026.04.10 19:14:41.001055 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 291.43 MiB, peak 299.59 MiB, free memory in arenas 0.00 B, will set to 294.47 MiB (RSS), difference: 3.04 MiB 2026.04.10 19:14:42.672049 [ 43 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:14:42.672123 [ 43 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:14:42.921639 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16297 2026.04.10 19:14:42.922138 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:42.922182 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:42.922650 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:14:42.922883 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:42.923008 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16297 2026.04.10 19:14:43.795054 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.04.10 19:14:43.811568 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:43.811623 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:43.817610 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:14:43.818277 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:43.821079 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.04.10 19:14:45.022954 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:45.023145 [ 276 ] {947557a3-49a4-4884-acaf-d20c7836c0e2} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:45.023216 [ 276 ] {947557a3-49a4-4884-acaf-d20c7836c0e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:45.023917 [ 276 ] {947557a3-49a4-4884-acaf-d20c7836c0e2} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.023967 [ 276 ] {947557a3-49a4-4884-acaf-d20c7836c0e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.024405 [ 276 ] {947557a3-49a4-4884-acaf-d20c7836c0e2} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 19:14:45.024657 [ 276 ] {947557a3-49a4-4884-acaf-d20c7836c0e2} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.024815 [ 276 ] {947557a3-49a4-4884-acaf-d20c7836c0e2} executeQuery: Read 108 rows, 9.28 KiB in 0.001718 sec., 62863.79511059372 rows/sec., 5.27 MiB/sec. 2026.04.10 19:14:45.024845 [ 38 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 19:14:45.024861 [ 276 ] {947557a3-49a4-4884-acaf-d20c7836c0e2} TCPHandler: Processed in 0.002038458 sec. 2026.04.10 19:14:45.024914 [ 38 ] {} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.024941 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.025030 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:45.025075 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.10 19:14:45.025145 [ 276 ] {c25cb9a1-42d5-40d3-a85a-9062f726a0b7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:45.025195 [ 276 ] {c25cb9a1-42d5-40d3-a85a-9062f726a0b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:45.025227 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:45.025267 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3240 rows starting from the beginning of the part 2026.04.10 19:14:45.025338 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 829 rows starting from the beginning of the part 2026.04.10 19:14:45.025383 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 2453 rows starting from the beginning of the part 2026.04.10 19:14:45.025426 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2026.04.10 19:14:45.025464 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 829 rows starting from the beginning of the part 2026.04.10 19:14:45.025502 [ 194 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 108 rows starting from the beginning of the part 2026.04.10 19:14:45.025610 [ 276 ] {c25cb9a1-42d5-40d3-a85a-9062f726a0b7} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.025652 [ 276 ] {c25cb9a1-42d5-40d3-a85a-9062f726a0b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.025981 [ 276 ] {c25cb9a1-42d5-40d3-a85a-9062f726a0b7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 19:14:45.026196 [ 276 ] {c25cb9a1-42d5-40d3-a85a-9062f726a0b7} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.026389 [ 276 ] {c25cb9a1-42d5-40d3-a85a-9062f726a0b7} executeQuery: Read 26 rows, 1.96 KiB in 0.001264 sec., 20569.620253164558 rows/sec., 1.51 MiB/sec. 2026.04.10 19:14:45.026426 [ 276 ] {c25cb9a1-42d5-40d3-a85a-9062f726a0b7} TCPHandler: Processed in 0.001448831 sec. 2026.04.10 19:14:45.026541 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:45.026636 [ 276 ] {a3bfe3bd-6ced-4f5d-9de1-990ee6a748b3} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:45.026678 [ 276 ] {a3bfe3bd-6ced-4f5d-9de1-990ee6a748b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:45.027116 [ 276 ] {a3bfe3bd-6ced-4f5d-9de1-990ee6a748b3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.027152 [ 276 ] {a3bfe3bd-6ced-4f5d-9de1-990ee6a748b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.027463 [ 276 ] {a3bfe3bd-6ced-4f5d-9de1-990ee6a748b3} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 19:14:45.027686 [ 276 ] {a3bfe3bd-6ced-4f5d-9de1-990ee6a748b3} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.027750 [ 193 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 7515 rows, containing 5 columns (5 merged, 0 gathered) in 0.002738267 sec., 2744436.5359550402 rows/sec., 216.79 MiB/sec. 2026.04.10 19:14:45.027806 [ 38 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 19:14:45.027823 [ 276 ] {a3bfe3bd-6ced-4f5d-9de1-990ee6a748b3} executeQuery: Read 90 rows, 7.20 KiB in 0.001204 sec., 74750.83056478406 rows/sec., 5.84 MiB/sec. 2026.04.10 19:14:45.027838 [ 38 ] {} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.027866 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.027869 [ 276 ] {a3bfe3bd-6ced-4f5d-9de1-990ee6a748b3} TCPHandler: Processed in 0.001378928 sec. 2026.04.10 19:14:45.027960 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.10 19:14:45.027995 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:45.028070 [ 193 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 19:14:45.028073 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:45.028096 [ 276 ] {fd7c4643-9bb7-47a4-afe9-795207bebb49} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:45.028114 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1792 rows starting from the beginning of the part 2026.04.10 19:14:45.028146 [ 276 ] {fd7c4643-9bb7-47a4-afe9-795207bebb49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:45.028188 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 506 rows starting from the beginning of the part 2026.04.10 19:14:45.028239 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1314 rows starting from the beginning of the part 2026.04.10 19:14:45.028282 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2026.04.10 19:14:45.028325 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 506 rows starting from the beginning of the part 2026.04.10 19:14:45.028365 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 90 rows starting from the beginning of the part 2026.04.10 19:14:45.028384 [ 193 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.028466 [ 193 ] {f1fc8dd7-689b-4daa-83bf-4a2546e75361::all_1_56_11} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 19:14:45.028559 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2026.04.10 19:14:45.028564 [ 276 ] {fd7c4643-9bb7-47a4-afe9-795207bebb49} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.028613 [ 276 ] {fd7c4643-9bb7-47a4-afe9-795207bebb49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.028961 [ 276 ] {fd7c4643-9bb7-47a4-afe9-795207bebb49} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 19:14:45.029197 [ 276 ] {fd7c4643-9bb7-47a4-afe9-795207bebb49} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.029314 [ 38 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 19:14:45.029331 [ 276 ] {fd7c4643-9bb7-47a4-afe9-795207bebb49} executeQuery: Read 160 rows, 11.41 KiB in 0.001253 sec., 127693.53551476456 rows/sec., 8.89 MiB/sec. 2026.04.10 19:14:45.029349 [ 38 ] {} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.029373 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.029374 [ 276 ] {fd7c4643-9bb7-47a4-afe9-795207bebb49} TCPHandler: Processed in 0.00142886 sec. 2026.04.10 19:14:45.029448 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.10 19:14:45.029499 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:45.029549 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:45.029581 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 20780 rows starting from the beginning of the part 2026.04.10 19:14:45.029597 [ 276 ] {81a300e0-4eb8-42d2-8f3f-9dee01553d2d} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:45.029628 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 265 rows starting from the beginning of the part 2026.04.10 19:14:45.029657 [ 276 ] {81a300e0-4eb8-42d2-8f3f-9dee01553d2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:45.029672 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1496 rows starting from the beginning of the part 2026.04.10 19:14:45.029721 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 128 rows starting from the beginning of the part 2026.04.10 19:14:45.029761 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 265 rows starting from the beginning of the part 2026.04.10 19:14:45.029800 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.04.10 19:14:45.029820 [ 199 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001893973 sec., 2255575.977059863 rows/sec., 163.07 MiB/sec. 2026.04.10 19:14:45.030015 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 19:14:45.030268 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.030330 [ 201 ] {17ac93a8-9c97-40ba-97bc-cf2b11affda5::all_1_56_11} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 19:14:45.030395 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.04.10 19:14:45.030479 [ 276 ] {81a300e0-4eb8-42d2-8f3f-9dee01553d2d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.030522 [ 276 ] {81a300e0-4eb8-42d2-8f3f-9dee01553d2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.031110 [ 276 ] {81a300e0-4eb8-42d2-8f3f-9dee01553d2d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.10 19:14:45.031366 [ 276 ] {81a300e0-4eb8-42d2-8f3f-9dee01553d2d} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.031509 [ 276 ] {81a300e0-4eb8-42d2-8f3f-9dee01553d2d} executeQuery: Read 26 rows, 47.71 KiB in 0.001929 sec., 13478.486262312079 rows/sec., 24.15 MiB/sec. 2026.04.10 19:14:45.031561 [ 276 ] {81a300e0-4eb8-42d2-8f3f-9dee01553d2d} TCPHandler: Processed in 0.002111909 sec. 2026.04.10 19:14:45.031679 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:45.031773 [ 276 ] {648640d4-fcd0-44bd-92fe-3d1d5c8b770f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:45.031814 [ 276 ] {648640d4-fcd0-44bd-92fe-3d1d5c8b770f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:45.032152 [ 276 ] {648640d4-fcd0-44bd-92fe-3d1d5c8b770f} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.032187 [ 276 ] {648640d4-fcd0-44bd-92fe-3d1d5c8b770f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.032503 [ 276 ] {648640d4-fcd0-44bd-92fe-3d1d5c8b770f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.10 19:14:45.032722 [ 276 ] {648640d4-fcd0-44bd-92fe-3d1d5c8b770f} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.032824 [ 41 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.10 19:14:45.032851 [ 276 ] {648640d4-fcd0-44bd-92fe-3d1d5c8b770f} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.04.10 19:14:45.032858 [ 41 ] {} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:45.032882 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:45.032888 [ 276 ] {648640d4-fcd0-44bd-92fe-3d1d5c8b770f} TCPHandler: Processed in 0.001259376 sec. 2026.04.10 19:14:45.032980 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.10 19:14:45.033111 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:45.033148 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3300 rows starting from the beginning of the part 2026.04.10 19:14:45.033216 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 90 rows starting from the beginning of the part 2026.04.10 19:14:45.033263 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part 2026.04.10 19:14:45.033306 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 48 rows starting from the beginning of the part 2026.04.10 19:14:45.033347 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 90 rows starting from the beginning of the part 2026.04.10 19:14:45.033391 [ 195 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.04.10 19:14:45.034901 [ 201 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3600 rows, containing 4 columns (4 merged, 0 gathered) in 0.001970635 sec., 1826822.3186942278 rows/sec., 117.83 MiB/sec. 2026.04.10 19:14:45.035317 [ 199 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 19:14:45.035637 [ 199 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.035707 [ 199 ] {0c620635-03e1-44be-9f92-60c5d7feef02::all_1_56_11} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 19:14:45.035776 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.04.10 19:14:45.037506 [ 195 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 23094 rows, containing 5 columns (5 merged, 0 gathered) in 0.008089088 sec., 2854957.1966580166 rows/sec., 182.21 MiB/sec. 2026.04.10 19:14:45.037897 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.10 19:14:45.038158 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:45.038232 [ 194 ] {381b9d6d-cc0d-4013-bb32-974c495258ef::all_1_56_11} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.10 19:14:45.038311 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.04.10 19:14:47.938835 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1140 2026.04.10 19:14:47.941332 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:47.941382 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:47.942604 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:14:47.942873 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:47.943144 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1140 2026.04.10 19:14:50.030262 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.030484 [ 276 ] {0024929d-e9bd-4cf2-a74b-3da5ad42a169} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:14:50.030558 [ 276 ] {0024929d-e9bd-4cf2-a74b-3da5ad42a169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:14:50.031321 [ 276 ] {0024929d-e9bd-4cf2-a74b-3da5ad42a169} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.031368 [ 276 ] {0024929d-e9bd-4cf2-a74b-3da5ad42a169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.031797 [ 276 ] {0024929d-e9bd-4cf2-a74b-3da5ad42a169} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:14:50.032034 [ 276 ] {0024929d-e9bd-4cf2-a74b-3da5ad42a169} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.032181 [ 32 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.04.10 19:14:50.032189 [ 276 ] {0024929d-e9bd-4cf2-a74b-3da5ad42a169} executeQuery: Read 284 rows, 18.47 KiB in 0.001757 sec., 161639.1576550939 rows/sec., 10.27 MiB/sec. 2026.04.10 19:14:50.032264 [ 32 ] {} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.032280 [ 276 ] {0024929d-e9bd-4cf2-a74b-3da5ad42a169} TCPHandler: Processed in 0.00215734 sec. 2026.04.10 19:14:50.032296 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.032423 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.032449 [ 194 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.04.10 19:14:50.032526 [ 276 ] {df7c10dd-8103-44e4-8e9e-89dc4e36637e} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:14:50.032573 [ 276 ] {df7c10dd-8103-44e4-8e9e-89dc4e36637e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:14:50.032638 [ 194 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:50.032692 [ 194 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 284 rows starting from the beginning of the part 2026.04.10 19:14:50.032779 [ 194 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 284 rows starting from the beginning of the part 2026.04.10 19:14:50.032849 [ 194 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 284 rows starting from the beginning of the part 2026.04.10 19:14:50.032908 [ 194 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 284 rows starting from the beginning of the part 2026.04.10 19:14:50.032960 [ 194 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 284 rows starting from the beginning of the part 2026.04.10 19:14:50.032983 [ 276 ] {df7c10dd-8103-44e4-8e9e-89dc4e36637e} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.033025 [ 276 ] {df7c10dd-8103-44e4-8e9e-89dc4e36637e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.033374 [ 276 ] {df7c10dd-8103-44e4-8e9e-89dc4e36637e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:14:50.033611 [ 276 ] {df7c10dd-8103-44e4-8e9e-89dc4e36637e} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.033745 [ 276 ] {df7c10dd-8103-44e4-8e9e-89dc4e36637e} executeQuery: Read 14 rows, 1.14 KiB in 0.001241 sec., 11281.224818694602 rows/sec., 919.90 KiB/sec. 2026.04.10 19:14:50.033784 [ 276 ] {df7c10dd-8103-44e4-8e9e-89dc4e36637e} TCPHandler: Processed in 0.00141238 sec. 2026.04.10 19:14:50.033899 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.033993 [ 276 ] {8ab852ba-e3dc-4161-9e44-2b5df9b89314} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:50.034033 [ 276 ] {8ab852ba-e3dc-4161-9e44-2b5df9b89314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:50.034334 [ 194 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001957385 sec., 725457.6897237897 rows/sec., 48.84 MiB/sec. 2026.04.10 19:14:50.034553 [ 195 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.04.10 19:14:50.034850 [ 195 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.034861 [ 276 ] {8ab852ba-e3dc-4161-9e44-2b5df9b89314} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.034903 [ 276 ] {8ab852ba-e3dc-4161-9e44-2b5df9b89314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.034932 [ 195 ] {45f2698a-8790-4897-8eb0-1481cfab309e::all_1_25_6} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.04.10 19:14:50.035025 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.04.10 19:14:50.035268 [ 276 ] {8ab852ba-e3dc-4161-9e44-2b5df9b89314} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 19:14:50.035485 [ 276 ] {8ab852ba-e3dc-4161-9e44-2b5df9b89314} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.035616 [ 276 ] {8ab852ba-e3dc-4161-9e44-2b5df9b89314} executeQuery: Read 836 rows, 66.49 KiB in 0.00164 sec., 509756.09756097564 rows/sec., 39.59 MiB/sec. 2026.04.10 19:14:50.035654 [ 276 ] {8ab852ba-e3dc-4161-9e44-2b5df9b89314} TCPHandler: Processed in 0.001804511 sec. 2026.04.10 19:14:50.035766 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.035861 [ 276 ] {dc66857f-eab3-4be2-b639-dd2aaee358ec} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:50.035902 [ 276 ] {dc66857f-eab3-4be2-b639-dd2aaee358ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:50.036346 [ 276 ] {dc66857f-eab3-4be2-b639-dd2aaee358ec} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.036383 [ 276 ] {dc66857f-eab3-4be2-b639-dd2aaee358ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.036693 [ 276 ] {dc66857f-eab3-4be2-b639-dd2aaee358ec} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 19:14:50.036906 [ 276 ] {dc66857f-eab3-4be2-b639-dd2aaee358ec} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.037033 [ 276 ] {dc66857f-eab3-4be2-b639-dd2aaee358ec} executeQuery: Read 172 rows, 10.72 KiB in 0.00119 sec., 144537.8151260504 rows/sec., 8.80 MiB/sec. 2026.04.10 19:14:50.037071 [ 276 ] {dc66857f-eab3-4be2-b639-dd2aaee358ec} TCPHandler: Processed in 0.001355018 sec. 2026.04.10 19:14:50.037183 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.037277 [ 276 ] {d146310b-3e33-4a90-9f75-1f4c680cd0c7} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:14:50.037316 [ 276 ] {d146310b-3e33-4a90-9f75-1f4c680cd0c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:14:50.037750 [ 276 ] {d146310b-3e33-4a90-9f75-1f4c680cd0c7} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.037786 [ 276 ] {d146310b-3e33-4a90-9f75-1f4c680cd0c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.038086 [ 276 ] {d146310b-3e33-4a90-9f75-1f4c680cd0c7} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.10 19:14:50.038304 [ 276 ] {d146310b-3e33-4a90-9f75-1f4c680cd0c7} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.038431 [ 276 ] {d146310b-3e33-4a90-9f75-1f4c680cd0c7} executeQuery: Read 149 rows, 9.86 KiB in 0.001171 sec., 127241.67378309138 rows/sec., 8.22 MiB/sec. 2026.04.10 19:14:50.038468 [ 276 ] {d146310b-3e33-4a90-9f75-1f4c680cd0c7} TCPHandler: Processed in 0.001335147 sec. 2026.04.10 19:14:50.038579 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.038672 [ 276 ] {0c970179-b36a-4aa9-b29b-8c69525c1253} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:14:50.038711 [ 276 ] {0c970179-b36a-4aa9-b29b-8c69525c1253} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:14:50.039135 [ 276 ] {0c970179-b36a-4aa9-b29b-8c69525c1253} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.039170 [ 276 ] {0c970179-b36a-4aa9-b29b-8c69525c1253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.039470 [ 276 ] {0c970179-b36a-4aa9-b29b-8c69525c1253} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:14:50.039677 [ 276 ] {0c970179-b36a-4aa9-b29b-8c69525c1253} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.039777 [ 31 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.04.10 19:14:50.039803 [ 276 ] {0c970179-b36a-4aa9-b29b-8c69525c1253} executeQuery: Read 148 rows, 8.62 KiB in 0.001148 sec., 128919.86062717771 rows/sec., 7.33 MiB/sec. 2026.04.10 19:14:50.039822 [ 31 ] {} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.039845 [ 276 ] {0c970179-b36a-4aa9-b29b-8c69525c1253} TCPHandler: Processed in 0.001315317 sec. 2026.04.10 19:14:50.039850 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.039958 [ 187 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.04.10 19:14:50.039966 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.040087 [ 187 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:50.040098 [ 276 ] {e5b106ad-139d-49f7-8cf8-05f5c161f3fe} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:50.040130 [ 187 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 148 rows starting from the beginning of the part 2026.04.10 19:14:50.040149 [ 276 ] {e5b106ad-139d-49f7-8cf8-05f5c161f3fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:50.040207 [ 187 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 148 rows starting from the beginning of the part 2026.04.10 19:14:50.040264 [ 187 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 148 rows starting from the beginning of the part 2026.04.10 19:14:50.040315 [ 187 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 148 rows starting from the beginning of the part 2026.04.10 19:14:50.040359 [ 187 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 148 rows starting from the beginning of the part 2026.04.10 19:14:50.040747 [ 276 ] {e5b106ad-139d-49f7-8cf8-05f5c161f3fe} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.040787 [ 276 ] {e5b106ad-139d-49f7-8cf8-05f5c161f3fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.041132 [ 276 ] {e5b106ad-139d-49f7-8cf8-05f5c161f3fe} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 19:14:50.041202 [ 194 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285076 sec., 575841.428833781 rows/sec., 34.95 MiB/sec. 2026.04.10 19:14:50.041367 [ 276 ] {e5b106ad-139d-49f7-8cf8-05f5c161f3fe} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.041407 [ 197 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.04.10 19:14:50.041505 [ 276 ] {e5b106ad-139d-49f7-8cf8-05f5c161f3fe} executeQuery: Read 520 rows, 37.60 KiB in 0.001424 sec., 365168.5393258427 rows/sec., 25.79 MiB/sec. 2026.04.10 19:14:50.041548 [ 276 ] {e5b106ad-139d-49f7-8cf8-05f5c161f3fe} TCPHandler: Processed in 0.001632056 sec. 2026.04.10 19:14:50.041661 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.041744 [ 197 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.041758 [ 276 ] {f79990de-876c-4755-8d8d-6d528d3ae59a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:14:50.041807 [ 276 ] {f79990de-876c-4755-8d8d-6d528d3ae59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:14:50.041832 [ 197 ] {69ebb231-262a-479d-9be0-a9ed6ee1a06f::all_1_25_6} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.04.10 19:14:50.041933 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.10 19:14:50.042142 [ 276 ] {f79990de-876c-4755-8d8d-6d528d3ae59a} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.042183 [ 276 ] {f79990de-876c-4755-8d8d-6d528d3ae59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.042498 [ 276 ] {f79990de-876c-4755-8d8d-6d528d3ae59a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:14:50.042715 [ 276 ] {f79990de-876c-4755-8d8d-6d528d3ae59a} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.042849 [ 276 ] {f79990de-876c-4755-8d8d-6d528d3ae59a} executeQuery: Read 6 rows, 321.00 B in 0.001108 sec., 5415.162454873646 rows/sec., 282.92 KiB/sec. 2026.04.10 19:14:50.042885 [ 276 ] {f79990de-876c-4755-8d8d-6d528d3ae59a} TCPHandler: Processed in 0.001273206 sec. 2026.04.10 19:14:50.042999 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.043093 [ 276 ] {de4a1a62-ac4f-4634-bfa7-c90898bca62b} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:50.043135 [ 276 ] {de4a1a62-ac4f-4634-bfa7-c90898bca62b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:50.043535 [ 276 ] {de4a1a62-ac4f-4634-bfa7-c90898bca62b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.043571 [ 276 ] {de4a1a62-ac4f-4634-bfa7-c90898bca62b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.043906 [ 276 ] {de4a1a62-ac4f-4634-bfa7-c90898bca62b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 19:14:50.044121 [ 276 ] {de4a1a62-ac4f-4634-bfa7-c90898bca62b} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.044248 [ 276 ] {de4a1a62-ac4f-4634-bfa7-c90898bca62b} executeQuery: Read 272 rows, 18.52 KiB in 0.001172 sec., 232081.91126279862 rows/sec., 15.44 MiB/sec. 2026.04.10 19:14:50.044284 [ 276 ] {de4a1a62-ac4f-4634-bfa7-c90898bca62b} TCPHandler: Processed in 0.001334927 sec. 2026.04.10 19:14:50.044402 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.044495 [ 276 ] {97e3aecf-1d72-4735-a563-ef8b17645984} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:14:50.044536 [ 276 ] {97e3aecf-1d72-4735-a563-ef8b17645984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:14:50.044844 [ 276 ] {97e3aecf-1d72-4735-a563-ef8b17645984} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.044879 [ 276 ] {97e3aecf-1d72-4735-a563-ef8b17645984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.045176 [ 276 ] {97e3aecf-1d72-4735-a563-ef8b17645984} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.10 19:14:50.045385 [ 276 ] {97e3aecf-1d72-4735-a563-ef8b17645984} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.045493 [ 31 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.04.10 19:14:50.045516 [ 276 ] {97e3aecf-1d72-4735-a563-ef8b17645984} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2026.04.10 19:14:50.045528 [ 31 ] {} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.045556 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.045558 [ 276 ] {97e3aecf-1d72-4735-a563-ef8b17645984} TCPHandler: Processed in 0.001205214 sec. 2026.04.10 19:14:50.045658 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.04.10 19:14:50.045681 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.045775 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:50.045783 [ 276 ] {d7bb9362-f8e5-42ee-a6bd-4bc9c9ddfdf6} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:50.045813 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 23 rows starting from the beginning of the part 2026.04.10 19:14:50.045852 [ 276 ] {d7bb9362-f8e5-42ee-a6bd-4bc9c9ddfdf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:50.045877 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:50.045932 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:50.045977 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:50.046018 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:50.046062 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.04.10 19:14:50.046640 [ 276 ] {d7bb9362-f8e5-42ee-a6bd-4bc9c9ddfdf6} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.046682 [ 276 ] {d7bb9362-f8e5-42ee-a6bd-4bc9c9ddfdf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.046865 [ 190 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001262646 sec., 22175.65335018683 rows/sec., 1.45 MiB/sec. 2026.04.10 19:14:50.046984 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.04.10 19:14:50.047230 [ 276 ] {d7bb9362-f8e5-42ee-a6bd-4bc9c9ddfdf6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.10 19:14:50.047247 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.047325 [ 195 ] {c767f87d-0d0a-4845-b58c-1887e31abe1c::all_1_25_5} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.04.10 19:14:50.047385 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.10 19:14:50.047486 [ 276 ] {d7bb9362-f8e5-42ee-a6bd-4bc9c9ddfdf6} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.047630 [ 276 ] {d7bb9362-f8e5-42ee-a6bd-4bc9c9ddfdf6} executeQuery: Read 16 rows, 29.36 KiB in 0.001864 sec., 8583.690987124464 rows/sec., 15.38 MiB/sec. 2026.04.10 19:14:50.047684 [ 276 ] {d7bb9362-f8e5-42ee-a6bd-4bc9c9ddfdf6} TCPHandler: Processed in 0.002052868 sec. 2026.04.10 19:14:50.047795 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:50.047893 [ 276 ] {298b358e-9953-47e0-ae70-323056a65c43} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:50.047935 [ 276 ] {298b358e-9953-47e0-ae70-323056a65c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:50.048281 [ 276 ] {298b358e-9953-47e0-ae70-323056a65c43} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.048318 [ 276 ] {298b358e-9953-47e0-ae70-323056a65c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.048635 [ 276 ] {298b358e-9953-47e0-ae70-323056a65c43} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.10 19:14:50.048840 [ 276 ] {298b358e-9953-47e0-ae70-323056a65c43} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.048969 [ 276 ] {298b358e-9953-47e0-ae70-323056a65c43} executeQuery: Read 90 rows, 5.77 KiB in 0.001095 sec., 82191.78082191781 rows/sec., 5.14 MiB/sec. 2026.04.10 19:14:50.049005 [ 276 ] {298b358e-9953-47e0-ae70-323056a65c43} TCPHandler: Processed in 0.001260925 sec. 2026.04.10 19:14:50.423516 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16809 2026.04.10 19:14:50.424062 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:50.424109 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:50.424649 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:14:50.424878 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:50.425006 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16809 2026.04.10 19:14:51.321256 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.04.10 19:14:51.338117 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:51.338165 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:51.344321 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:14:51.345015 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:51.347754 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.04.10 19:14:55.022122 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:55.022317 [ 276 ] {b68e9dc5-b0e9-4b8f-81d6-bfbf9972a892} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:14:55.022382 [ 276 ] {b68e9dc5-b0e9-4b8f-81d6-bfbf9972a892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:14:55.023013 [ 276 ] {b68e9dc5-b0e9-4b8f-81d6-bfbf9972a892} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:55.023055 [ 276 ] {b68e9dc5-b0e9-4b8f-81d6-bfbf9972a892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:55.023448 [ 276 ] {b68e9dc5-b0e9-4b8f-81d6-bfbf9972a892} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 19:14:55.023671 [ 276 ] {b68e9dc5-b0e9-4b8f-81d6-bfbf9972a892} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:55.023826 [ 276 ] {b68e9dc5-b0e9-4b8f-81d6-bfbf9972a892} executeQuery: Read 108 rows, 9.28 KiB in 0.001557 sec., 69364.16184971099 rows/sec., 5.82 MiB/sec. 2026.04.10 19:14:55.023866 [ 276 ] {b68e9dc5-b0e9-4b8f-81d6-bfbf9972a892} TCPHandler: Processed in 0.001872583 sec. 2026.04.10 19:14:55.023987 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:55.024081 [ 276 ] {64995f69-4e5f-4c8c-a4c2-848e605a0efa} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:14:55.024123 [ 276 ] {64995f69-4e5f-4c8c-a4c2-848e605a0efa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:14:55.024521 [ 276 ] {64995f69-4e5f-4c8c-a4c2-848e605a0efa} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:55.024558 [ 276 ] {64995f69-4e5f-4c8c-a4c2-848e605a0efa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:55.024851 [ 276 ] {64995f69-4e5f-4c8c-a4c2-848e605a0efa} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 19:14:55.025064 [ 276 ] {64995f69-4e5f-4c8c-a4c2-848e605a0efa} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:55.025192 [ 276 ] {64995f69-4e5f-4c8c-a4c2-848e605a0efa} executeQuery: Read 26 rows, 1.96 KiB in 0.001129 sec., 23029.229406554474 rows/sec., 1.69 MiB/sec. 2026.04.10 19:14:55.025229 [ 276 ] {64995f69-4e5f-4c8c-a4c2-848e605a0efa} TCPHandler: Processed in 0.001292787 sec. 2026.04.10 19:14:55.025340 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:55.025435 [ 276 ] {f38a3344-0b7a-41d5-a346-0e203a17cf4a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:14:55.025476 [ 276 ] {f38a3344-0b7a-41d5-a346-0e203a17cf4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:14:55.025928 [ 276 ] {f38a3344-0b7a-41d5-a346-0e203a17cf4a} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:55.025965 [ 276 ] {f38a3344-0b7a-41d5-a346-0e203a17cf4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:55.026323 [ 276 ] {f38a3344-0b7a-41d5-a346-0e203a17cf4a} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 19:14:55.026558 [ 276 ] {f38a3344-0b7a-41d5-a346-0e203a17cf4a} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:55.026695 [ 276 ] {f38a3344-0b7a-41d5-a346-0e203a17cf4a} executeQuery: Read 90 rows, 7.20 KiB in 0.001277 sec., 70477.68206734535 rows/sec., 5.50 MiB/sec. 2026.04.10 19:14:55.026733 [ 276 ] {f38a3344-0b7a-41d5-a346-0e203a17cf4a} TCPHandler: Processed in 0.00144352 sec. 2026.04.10 19:14:55.026860 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:55.026955 [ 276 ] {295aea43-3959-4b05-86f6-0c90298f7c81} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:55.026999 [ 276 ] {295aea43-3959-4b05-86f6-0c90298f7c81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:14:55.027411 [ 276 ] {295aea43-3959-4b05-86f6-0c90298f7c81} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:55.027448 [ 276 ] {295aea43-3959-4b05-86f6-0c90298f7c81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:55.027795 [ 276 ] {295aea43-3959-4b05-86f6-0c90298f7c81} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 19:14:55.028006 [ 276 ] {295aea43-3959-4b05-86f6-0c90298f7c81} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:55.028136 [ 276 ] {295aea43-3959-4b05-86f6-0c90298f7c81} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.04.10 19:14:55.028173 [ 276 ] {295aea43-3959-4b05-86f6-0c90298f7c81} TCPHandler: Processed in 0.001363308 sec. 2026.04.10 19:14:55.028288 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:55.028382 [ 276 ] {a04bb7ad-3bc1-4cd8-96d3-131fc28a6c02} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:14:55.028436 [ 276 ] {a04bb7ad-3bc1-4cd8-96d3-131fc28a6c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:14:55.029193 [ 276 ] {a04bb7ad-3bc1-4cd8-96d3-131fc28a6c02} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:55.029231 [ 276 ] {a04bb7ad-3bc1-4cd8-96d3-131fc28a6c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:55.029781 [ 276 ] {a04bb7ad-3bc1-4cd8-96d3-131fc28a6c02} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.10 19:14:55.030015 [ 276 ] {a04bb7ad-3bc1-4cd8-96d3-131fc28a6c02} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:55.030151 [ 276 ] {a04bb7ad-3bc1-4cd8-96d3-131fc28a6c02} executeQuery: Read 26 rows, 47.71 KiB in 0.001786 sec., 14557.67077267637 rows/sec., 26.09 MiB/sec. 2026.04.10 19:14:55.030204 [ 276 ] {a04bb7ad-3bc1-4cd8-96d3-131fc28a6c02} TCPHandler: Processed in 0.001965175 sec. 2026.04.10 19:14:55.030325 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:14:55.030420 [ 276 ] {27b16b42-683e-43ec-9f62-c09a44c47550} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:14:55.030461 [ 276 ] {27b16b42-683e-43ec-9f62-c09a44c47550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:14:55.030797 [ 276 ] {27b16b42-683e-43ec-9f62-c09a44c47550} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:55.030833 [ 276 ] {27b16b42-683e-43ec-9f62-c09a44c47550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:55.031142 [ 276 ] {27b16b42-683e-43ec-9f62-c09a44c47550} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.10 19:14:55.031344 [ 276 ] {27b16b42-683e-43ec-9f62-c09a44c47550} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:55.031474 [ 276 ] {27b16b42-683e-43ec-9f62-c09a44c47550} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.04.10 19:14:55.031510 [ 276 ] {27b16b42-683e-43ec-9f62-c09a44c47550} TCPHandler: Processed in 0.001234095 sec. 2026.04.10 19:14:57.672377 [ 100 ] {} DNSResolver: Updating DNS cache 2026.04.10 19:14:57.672431 [ 100 ] {} DNSResolver: Updated DNS cache 2026.04.10 19:14:57.925872 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17257 2026.04.10 19:14:57.926386 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:57.926430 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:57.926961 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 19:14:57.927194 [ 245 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:57.927325 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17257 2026.04.10 19:14:57.927334 [ 100 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 19:14:57.927405 [ 100 ] {} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:57.927432 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:57.927558 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:57.927724 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:57.927764 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14889 rows starting from the beginning of the part 2026.04.10 19:14:57.927859 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:57.927903 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:57.927944 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:57.927980 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:57.928019 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::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.04.10 19:14:57.929967 [ 190 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17257 rows, containing 4 columns (4 merged, 0 gathered) in 0.00246407 sec., 7003453.635651585 rows/sec., 100.19 MiB/sec. 2026.04.10 19:14:57.930154 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 19:14:57.930394 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_36_7} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:57.930465 [ 194 ] {db17fe6f-2bb3-411d-a16f-b98b9e5af756::all_1_36_7} system.asynchronous_metric_log (db17fe6f-2bb3-411d-a16f-b98b9e5af756) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 19:14:57.930542 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.04.10 19:14:57.943951 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1176 2026.04.10 19:14:57.946239 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:57.946279 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:57.947439 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:14:57.947691 [ 243 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:57.947827 [ 100 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:14:57.947867 [ 100 ] {} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:57.947885 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:57.947935 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1176 2026.04.10 19:14:57.947978 [ 200 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:14:57.948557 [ 200 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:57.948701 [ 200 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 986 rows starting from the beginning of the part 2026.04.10 19:14:57.949086 [ 200 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:14:57.949406 [ 200 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part 2026.04.10 19:14:57.949724 [ 200 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part 2026.04.10 19:14:57.950041 [ 200 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::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.04.10 19:14:57.950333 [ 200 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part 2026.04.10 19:14:57.956725 [ 188 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1176 rows, containing 72 columns (72 merged, 0 gathered) in 0.008793257 sec., 133738.84102329772 rows/sec., 107.43 MiB/sec. 2026.04.10 19:14:57.957850 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:14:57.958380 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:57.958452 [ 192 ] {a9ea0a4a-d223-4180-b30f-9a21439b0126::all_1_26_5} system.query_log (a9ea0a4a-d223-4180-b30f-9a21439b0126) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:14:57.958597 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. 2026.04.10 19:14:58.848579 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.04.10 19:14:58.869380 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:58.869445 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:58.875747 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.10 19:14:58.876472 [ 244 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:58.876751 [ 40 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.10 19:14:58.876793 [ 40 ] {} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:14:58.876815 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:14:58.876946 [ 190 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:58.880315 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.04.10 19:14:58.881230 [ 190 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:14:58.882675 [ 190 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:58.887293 [ 190 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:58.891833 [ 190 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:58.896240 [ 190 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:58.900635 [ 190 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:58.904471 [ 190 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::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.04.10 19:14:58.954530 [ 191 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.077649996 sec., 3502.897797959964 rows/sec., 18.11 MiB/sec. 2026.04.10 19:14:58.956522 [ 198 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.10 19:14:58.958281 [ 198 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_36_7} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:14:58.958374 [ 198 ] {3bc4205c-9612-4876-a3d4-88d4b50f430a::all_1_36_7} system.metric_log (3bc4205c-9612-4876-a3d4-88d4b50f430a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.10 19:14:58.959450 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.04.10 19:14:59.001151 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 298.79 MiB, peak 310.67 MiB, free memory in arenas 0.00 B, will set to 299.89 MiB (RSS), difference: 1.11 MiB 2026.04.10 19:15:00.029648 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.029830 [ 276 ] {3185c900-f077-409e-bfc5-4e214901a518} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.029896 [ 276 ] {3185c900-f077-409e-bfc5-4e214901a518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.10 19:15:00.030651 [ 276 ] {3185c900-f077-409e-bfc5-4e214901a518} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.030690 [ 276 ] {3185c900-f077-409e-bfc5-4e214901a518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.031105 [ 276 ] {3185c900-f077-409e-bfc5-4e214901a518} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:15:00.031341 [ 276 ] {3185c900-f077-409e-bfc5-4e214901a518} oximeter.fields_i16 (45f2698a-8790-4897-8eb0-1481cfab309e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.031489 [ 276 ] {3185c900-f077-409e-bfc5-4e214901a518} executeQuery: Read 284 rows, 18.47 KiB in 0.001708 sec., 166276.34660421545 rows/sec., 10.56 MiB/sec. 2026.04.10 19:15:00.031529 [ 276 ] {3185c900-f077-409e-bfc5-4e214901a518} TCPHandler: Processed in 0.002008636 sec. 2026.04.10 19:15:00.031680 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.031805 [ 276 ] {0d0bdae4-98f1-4335-bee1-c95cde25e318} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:15:00.031849 [ 276 ] {0d0bdae4-98f1-4335-bee1-c95cde25e318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:15:00.032661 [ 276 ] {0d0bdae4-98f1-4335-bee1-c95cde25e318} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.032696 [ 276 ] {0d0bdae4-98f1-4335-bee1-c95cde25e318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.033087 [ 276 ] {0d0bdae4-98f1-4335-bee1-c95cde25e318} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 19:15:00.033300 [ 276 ] {0d0bdae4-98f1-4335-bee1-c95cde25e318} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.033429 [ 276 ] {0d0bdae4-98f1-4335-bee1-c95cde25e318} executeQuery: Read 829 rows, 65.98 KiB in 0.001648 sec., 503033.98058252427 rows/sec., 39.10 MiB/sec. 2026.04.10 19:15:00.033468 [ 276 ] {0d0bdae4-98f1-4335-bee1-c95cde25e318} TCPHandler: Processed in 0.001859162 sec. 2026.04.10 19:15:00.033572 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.033667 [ 276 ] {ffb0088e-9568-4146-b712-6a12c98205bf} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.033706 [ 276 ] {ffb0088e-9568-4146-b712-6a12c98205bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:15:00.034153 [ 276 ] {ffb0088e-9568-4146-b712-6a12c98205bf} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.034188 [ 276 ] {ffb0088e-9568-4146-b712-6a12c98205bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.034488 [ 276 ] {ffb0088e-9568-4146-b712-6a12c98205bf} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 19:15:00.034702 [ 276 ] {ffb0088e-9568-4146-b712-6a12c98205bf} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.034835 [ 276 ] {ffb0088e-9568-4146-b712-6a12c98205bf} executeQuery: Read 158 rows, 9.75 KiB in 0.001186 sec., 133220.91062394605 rows/sec., 8.02 MiB/sec. 2026.04.10 19:15:00.034871 [ 276 ] {ffb0088e-9568-4146-b712-6a12c98205bf} TCPHandler: Processed in 0.001348548 sec. 2026.04.10 19:15:00.034986 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.035080 [ 276 ] {6bf29aa7-2115-4ef6-916e-90598e6f1a89} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.035119 [ 276 ] {6bf29aa7-2115-4ef6-916e-90598e6f1a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:15:00.035559 [ 276 ] {6bf29aa7-2115-4ef6-916e-90598e6f1a89} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.035593 [ 276 ] {6bf29aa7-2115-4ef6-916e-90598e6f1a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.035890 [ 276 ] {6bf29aa7-2115-4ef6-916e-90598e6f1a89} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.10 19:15:00.036103 [ 276 ] {6bf29aa7-2115-4ef6-916e-90598e6f1a89} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.036227 [ 276 ] {6bf29aa7-2115-4ef6-916e-90598e6f1a89} executeQuery: Read 149 rows, 9.86 KiB in 0.001165 sec., 127896.9957081545 rows/sec., 8.26 MiB/sec. 2026.04.10 19:15:00.036263 [ 276 ] {6bf29aa7-2115-4ef6-916e-90598e6f1a89} TCPHandler: Processed in 0.001332027 sec. 2026.04.10 19:15:00.036372 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.036470 [ 276 ] {d97f33ef-f841-498f-9022-8587cacfa5f5} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.036508 [ 276 ] {d97f33ef-f841-498f-9022-8587cacfa5f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.10 19:15:00.036937 [ 276 ] {d97f33ef-f841-498f-9022-8587cacfa5f5} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.036971 [ 276 ] {d97f33ef-f841-498f-9022-8587cacfa5f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.037268 [ 276 ] {d97f33ef-f841-498f-9022-8587cacfa5f5} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:15:00.037478 [ 276 ] {d97f33ef-f841-498f-9022-8587cacfa5f5} oximeter.fields_u8 (69ebb231-262a-479d-9be0-a9ed6ee1a06f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.037601 [ 276 ] {d97f33ef-f841-498f-9022-8587cacfa5f5} executeQuery: Read 148 rows, 8.62 KiB in 0.00115 sec., 128695.65217391304 rows/sec., 7.32 MiB/sec. 2026.04.10 19:15:00.037638 [ 276 ] {d97f33ef-f841-498f-9022-8587cacfa5f5} TCPHandler: Processed in 0.001315067 sec. 2026.04.10 19:15:00.037748 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.037843 [ 276 ] {9dd8af5a-4dfe-4026-a0f6-b0bd0aeeefac} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:15:00.037883 [ 276 ] {9dd8af5a-4dfe-4026-a0f6-b0bd0aeeefac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:15:00.038460 [ 276 ] {9dd8af5a-4dfe-4026-a0f6-b0bd0aeeefac} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.038496 [ 276 ] {9dd8af5a-4dfe-4026-a0f6-b0bd0aeeefac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.038812 [ 276 ] {9dd8af5a-4dfe-4026-a0f6-b0bd0aeeefac} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 19:15:00.039024 [ 276 ] {9dd8af5a-4dfe-4026-a0f6-b0bd0aeeefac} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.039161 [ 276 ] {9dd8af5a-4dfe-4026-a0f6-b0bd0aeeefac} executeQuery: Read 506 rows, 36.46 KiB in 0.001336 sec., 378742.5149700599 rows/sec., 26.65 MiB/sec. 2026.04.10 19:15:00.039199 [ 276 ] {9dd8af5a-4dfe-4026-a0f6-b0bd0aeeefac} TCPHandler: Processed in 0.001500502 sec. 2026.04.10 19:15:00.039307 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.039405 [ 276 ] {5bcf2753-1b5b-48d7-a182-c2761f47283c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.10 19:15:00.039445 [ 276 ] {5bcf2753-1b5b-48d7-a182-c2761f47283c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.10 19:15:00.039778 [ 276 ] {5bcf2753-1b5b-48d7-a182-c2761f47283c} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.039812 [ 276 ] {5bcf2753-1b5b-48d7-a182-c2761f47283c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.040110 [ 276 ] {5bcf2753-1b5b-48d7-a182-c2761f47283c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:15:00.040313 [ 276 ] {5bcf2753-1b5b-48d7-a182-c2761f47283c} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.040402 [ 121 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.10 19:15:00.040435 [ 121 ] {} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.040440 [ 276 ] {5bcf2753-1b5b-48d7-a182-c2761f47283c} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2026.04.10 19:15:00.040452 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.040477 [ 276 ] {5bcf2753-1b5b-48d7-a182-c2761f47283c} TCPHandler: Processed in 0.001219014 sec. 2026.04.10 19:15:00.040572 [ 186 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::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.04.10 19:15:00.040584 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.040705 [ 276 ] {4939b3e6-d549-47dd-b35a-dc1f86af7a3a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.040716 [ 186 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:15:00.040749 [ 276 ] {4939b3e6-d549-47dd-b35a-dc1f86af7a3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:15:00.040757 [ 186 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part 2026.04.10 19:15:00.040832 [ 186 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.04.10 19:15:00.040873 [ 186 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.04.10 19:15:00.040919 [ 186 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.04.10 19:15:00.040962 [ 186 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2026.04.10 19:15:00.041006 [ 186 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2026.04.10 19:15:00.041169 [ 276 ] {4939b3e6-d549-47dd-b35a-dc1f86af7a3a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.041211 [ 276 ] {4939b3e6-d549-47dd-b35a-dc1f86af7a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.041718 [ 276 ] {4939b3e6-d549-47dd-b35a-dc1f86af7a3a} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 19:15:00.041796 [ 191 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.001276276 sec., 122230.61469462718 rows/sec., 6.24 MiB/sec. 2026.04.10 19:15:00.041944 [ 276 ] {4939b3e6-d549-47dd-b35a-dc1f86af7a3a} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.041965 [ 193 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.10 19:15:00.042093 [ 276 ] {4939b3e6-d549-47dd-b35a-dc1f86af7a3a} executeQuery: Read 265 rows, 18.03 KiB in 0.001407 sec., 188343.99431414355 rows/sec., 12.52 MiB/sec. 2026.04.10 19:15:00.042136 [ 276 ] {4939b3e6-d549-47dd-b35a-dc1f86af7a3a} TCPHandler: Processed in 0.001599775 sec. 2026.04.10 19:15:00.042258 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.042261 [ 193 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.042356 [ 193 ] {2f45c2dc-9901-4199-aa3f-e2a92eeec6a4::all_1_26_5} oximeter.measurements_bool (2f45c2dc-9901-4199-aa3f-e2a92eeec6a4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.10 19:15:00.042357 [ 276 ] {6ffaf9c7-a0c4-4075-8fab-484f3a0f825a} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.042411 [ 276 ] {6ffaf9c7-a0c4-4075-8fab-484f3a0f825a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.10 19:15:00.042441 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.10 19:15:00.042735 [ 276 ] {6ffaf9c7-a0c4-4075-8fab-484f3a0f825a} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.042775 [ 276 ] {6ffaf9c7-a0c4-4075-8fab-484f3a0f825a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.043082 [ 276 ] {6ffaf9c7-a0c4-4075-8fab-484f3a0f825a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.10 19:15:00.043285 [ 276 ] {6ffaf9c7-a0c4-4075-8fab-484f3a0f825a} oximeter.measurements_f64 (c767f87d-0d0a-4845-b58c-1887e31abe1c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.043411 [ 276 ] {6ffaf9c7-a0c4-4075-8fab-484f3a0f825a} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.04.10 19:15:00.043445 [ 276 ] {6ffaf9c7-a0c4-4075-8fab-484f3a0f825a} TCPHandler: Processed in 0.001235185 sec. 2026.04.10 19:15:00.043560 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.043654 [ 276 ] {6a97983a-85fa-46cd-8f77-577bb4274bbc} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.043707 [ 276 ] {6a97983a-85fa-46cd-8f77-577bb4274bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:15:00.044481 [ 276 ] {6a97983a-85fa-46cd-8f77-577bb4274bbc} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.044515 [ 276 ] {6a97983a-85fa-46cd-8f77-577bb4274bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.045031 [ 276 ] {6a97983a-85fa-46cd-8f77-577bb4274bbc} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.10 19:15:00.045247 [ 276 ] {6a97983a-85fa-46cd-8f77-577bb4274bbc} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.045383 [ 276 ] {6a97983a-85fa-46cd-8f77-577bb4274bbc} executeQuery: Read 16 rows, 29.36 KiB in 0.001747 sec., 9158.557527189467 rows/sec., 16.41 MiB/sec. 2026.04.10 19:15:00.045432 [ 276 ] {6a97983a-85fa-46cd-8f77-577bb4274bbc} TCPHandler: Processed in 0.001919935 sec. 2026.04.10 19:15:00.045540 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.045635 [ 276 ] {fd0fb3b6-f608-47bd-bd68-95e5b588a8e9} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.045675 [ 276 ] {fd0fb3b6-f608-47bd-bd68-95e5b588a8e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:15:00.046001 [ 276 ] {fd0fb3b6-f608-47bd-bd68-95e5b588a8e9} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.046034 [ 276 ] {fd0fb3b6-f608-47bd-bd68-95e5b588a8e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.046328 [ 276 ] {fd0fb3b6-f608-47bd-bd68-95e5b588a8e9} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.10 19:15:00.046536 [ 276 ] {fd0fb3b6-f608-47bd-bd68-95e5b588a8e9} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.046658 [ 276 ] {fd0fb3b6-f608-47bd-bd68-95e5b588a8e9} executeQuery: Read 90 rows, 5.77 KiB in 0.001043 sec., 86289.54937679769 rows/sec., 5.40 MiB/sec. 2026.04.10 19:15:00.046692 [ 276 ] {fd0fb3b6-f608-47bd-bd68-95e5b588a8e9} TCPHandler: Processed in 0.001201524 sec. 2026.04.10 19:15:00.376344 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.376525 [ 276 ] {60a6c3f6-91a6-47ca-816d-ce6030479541} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.10 19:15:00.376593 [ 276 ] {60a6c3f6-91a6-47ca-816d-ce6030479541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.10 19:15:00.377293 [ 276 ] {60a6c3f6-91a6-47ca-816d-ce6030479541} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.377354 [ 276 ] {60a6c3f6-91a6-47ca-816d-ce6030479541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.377859 [ 276 ] {60a6c3f6-91a6-47ca-816d-ce6030479541} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.10 19:15:00.378212 [ 276 ] {60a6c3f6-91a6-47ca-816d-ce6030479541} oximeter.fields_ipaddr (1f6dcc37-794e-4b4e-9ffb-215e35036a42): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.378413 [ 276 ] {60a6c3f6-91a6-47ca-816d-ce6030479541} executeQuery: Read 4 rows, 334.00 B in 0.001937 sec., 2065.049044914817 rows/sec., 168.39 KiB/sec. 2026.04.10 19:15:00.378468 [ 276 ] {60a6c3f6-91a6-47ca-816d-ce6030479541} TCPHandler: Processed in 0.002260534 sec. 2026.04.10 19:15:00.378622 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.378744 [ 276 ] {89247fd1-e089-4397-9e7a-3fb79f63d15c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.10 19:15:00.378798 [ 276 ] {89247fd1-e089-4397-9e7a-3fb79f63d15c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.10 19:15:00.380483 [ 276 ] {89247fd1-e089-4397-9e7a-3fb79f63d15c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.380521 [ 276 ] {89247fd1-e089-4397-9e7a-3fb79f63d15c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.381036 [ 276 ] {89247fd1-e089-4397-9e7a-3fb79f63d15c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 19:15:00.381292 [ 276 ] {89247fd1-e089-4397-9e7a-3fb79f63d15c} oximeter.fields_string (f1fc8dd7-689b-4daa-83bf-4a2546e75361): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.381441 [ 276 ] {89247fd1-e089-4397-9e7a-3fb79f63d15c} executeQuery: Read 2455 rows, 185.25 KiB in 0.002723 sec., 901579.1406536907 rows/sec., 66.44 MiB/sec. 2026.04.10 19:15:00.381484 [ 276 ] {89247fd1-e089-4397-9e7a-3fb79f63d15c} TCPHandler: Processed in 0.002921702 sec. 2026.04.10 19:15:00.381607 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.381705 [ 276 ] {4ae4be47-38ae-407c-8c0a-37e612905bbe} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.381749 [ 276 ] {4ae4be47-38ae-407c-8c0a-37e612905bbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.10 19:15:00.382192 [ 276 ] {4ae4be47-38ae-407c-8c0a-37e612905bbe} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.382229 [ 276 ] {4ae4be47-38ae-407c-8c0a-37e612905bbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.382559 [ 276 ] {4ae4be47-38ae-407c-8c0a-37e612905bbe} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 19:15:00.382798 [ 276 ] {4ae4be47-38ae-407c-8c0a-37e612905bbe} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.382925 [ 121 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 19:15:00.382944 [ 276 ] {4ae4be47-38ae-407c-8c0a-37e612905bbe} executeQuery: Read 39 rows, 2.91 KiB in 0.001258 sec., 31001.589825119238 rows/sec., 2.26 MiB/sec. 2026.04.10 19:15:00.382982 [ 121 ] {} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.382992 [ 276 ] {4ae4be47-38ae-407c-8c0a-37e612905bbe} TCPHandler: Processed in 0.0014364 sec. 2026.04.10 19:15:00.383016 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.383119 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.383167 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::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.04.10 19:15:00.383215 [ 276 ] {c0e109b3-1fe6-49e9-8b54-51ef2fa7394c} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.383261 [ 276 ] {c0e109b3-1fe6-49e9-8b54-51ef2fa7394c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.10 19:15:00.383325 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:15:00.383369 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 211 rows starting from the beginning of the part 2026.04.10 19:15:00.383447 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part 2026.04.10 19:15:00.383502 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 172 rows starting from the beginning of the part 2026.04.10 19:15:00.383549 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part 2026.04.10 19:15:00.383596 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 158 rows starting from the beginning of the part 2026.04.10 19:15:00.383644 [ 189 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part 2026.04.10 19:15:00.384095 [ 276 ] {c0e109b3-1fe6-49e9-8b54-51ef2fa7394c} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.384145 [ 276 ] {c0e109b3-1fe6-49e9-8b54-51ef2fa7394c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.384570 [ 193 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 5 columns (5 merged, 0 gathered) in 0.001469011 sec., 430221.42107853515 rows/sec., 28.85 MiB/sec. 2026.04.10 19:15:00.384667 [ 276 ] {c0e109b3-1fe6-49e9-8b54-51ef2fa7394c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.10 19:15:00.384739 [ 193 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 19:15:00.385086 [ 276 ] {c0e109b3-1fe6-49e9-8b54-51ef2fa7394c} oximeter.fields_u32 (82a7e410-2b95-4842-9709-d70501fdc9d0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.385106 [ 193 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.385217 [ 193 ] {c24b741f-1f94-407a-ba9b-1480f4eaf693::all_1_51_10} oximeter.fields_u16 (c24b741f-1f94-407a-ba9b-1480f4eaf693) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 19:15:00.385284 [ 276 ] {c0e109b3-1fe6-49e9-8b54-51ef2fa7394c} executeQuery: Read 801 rows, 47.38 KiB in 0.002086 sec., 383988.4947267497 rows/sec., 22.18 MiB/sec. 2026.04.10 19:15:00.385326 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.10 19:15:00.385341 [ 276 ] {c0e109b3-1fe6-49e9-8b54-51ef2fa7394c} TCPHandler: Processed in 0.002276164 sec. 2026.04.10 19:15:00.385497 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.385614 [ 276 ] {fe7a16a0-851c-4ed4-82da-edf6ce672f20} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.385665 [ 276 ] {fe7a16a0-851c-4ed4-82da-edf6ce672f20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.10 19:15:00.386174 [ 276 ] {fe7a16a0-851c-4ed4-82da-edf6ce672f20} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.386213 [ 276 ] {fe7a16a0-851c-4ed4-82da-edf6ce672f20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.386697 [ 276 ] {fe7a16a0-851c-4ed4-82da-edf6ce672f20} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.10 19:15:00.386943 [ 276 ] {fe7a16a0-851c-4ed4-82da-edf6ce672f20} oximeter.fields_u64 (587677af-325b-42ce-a833-ccc85c90c08c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.387086 [ 276 ] {fe7a16a0-851c-4ed4-82da-edf6ce672f20} executeQuery: Read 1 rows, 72.00 B in 0.001497 sec., 668.002672010688 rows/sec., 46.97 KiB/sec. 2026.04.10 19:15:00.387132 [ 276 ] {fe7a16a0-851c-4ed4-82da-edf6ce672f20} TCPHandler: Processed in 0.001695988 sec. 2026.04.10 19:15:00.387263 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.387361 [ 276 ] {ccaddb61-c7f2-4430-8b19-8be8165fa705} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.10 19:15:00.387403 [ 276 ] {ccaddb61-c7f2-4430-8b19-8be8165fa705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.10 19:15:00.388289 [ 276 ] {ccaddb61-c7f2-4430-8b19-8be8165fa705} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.388328 [ 276 ] {ccaddb61-c7f2-4430-8b19-8be8165fa705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.388752 [ 276 ] {ccaddb61-c7f2-4430-8b19-8be8165fa705} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 19:15:00.388974 [ 276 ] {ccaddb61-c7f2-4430-8b19-8be8165fa705} oximeter.fields_uuid (17ac93a8-9c97-40ba-97bc-cf2b11affda5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.389101 [ 276 ] {ccaddb61-c7f2-4430-8b19-8be8165fa705} executeQuery: Read 1318 rows, 90.36 KiB in 0.001769 sec., 745053.7026568683 rows/sec., 49.88 MiB/sec. 2026.04.10 19:15:00.389139 [ 276 ] {ccaddb61-c7f2-4430-8b19-8be8165fa705} TCPHandler: Processed in 0.001939174 sec. 2026.04.10 19:15:00.389253 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.389348 [ 276 ] {2b208c5f-33ce-46f1-afba-bc79b57cecab} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.389390 [ 276 ] {2b208c5f-33ce-46f1-afba-bc79b57cecab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.10 19:15:00.390267 [ 276 ] {2b208c5f-33ce-46f1-afba-bc79b57cecab} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.390309 [ 276 ] {2b208c5f-33ce-46f1-afba-bc79b57cecab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.390802 [ 276 ] {2b208c5f-33ce-46f1-afba-bc79b57cecab} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 19:15:00.391031 [ 276 ] {2b208c5f-33ce-46f1-afba-bc79b57cecab} oximeter.measurements_cumulativeu64 (381b9d6d-cc0d-4013-bb32-974c495258ef): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.391167 [ 276 ] {2b208c5f-33ce-46f1-afba-bc79b57cecab} executeQuery: Read 1498 rows, 93.04 KiB in 0.001811 sec., 827167.310877968 rows/sec., 50.17 MiB/sec. 2026.04.10 19:15:00.391206 [ 276 ] {2b208c5f-33ce-46f1-afba-bc79b57cecab} TCPHandler: Processed in 0.001985406 sec. 2026.04.10 19:15:00.391324 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.391420 [ 276 ] {dcfcd843-6286-4544-b65c-5cec80a17964} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.391476 [ 276 ] {dcfcd843-6286-4544-b65c-5cec80a17964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.04.10 19:15:00.392498 [ 276 ] {dcfcd843-6286-4544-b65c-5cec80a17964} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.392543 [ 276 ] {dcfcd843-6286-4544-b65c-5cec80a17964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.393324 [ 276 ] {dcfcd843-6286-4544-b65c-5cec80a17964} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.10 19:15:00.393657 [ 276 ] {dcfcd843-6286-4544-b65c-5cec80a17964} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.393806 [ 138 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.10 19:15:00.393816 [ 276 ] {dcfcd843-6286-4544-b65c-5cec80a17964} executeQuery: Read 35 rows, 64.22 KiB in 0.002414 sec., 14498.757249378625 rows/sec., 25.98 MiB/sec. 2026.04.10 19:15:00.393865 [ 138 ] {} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.393905 [ 276 ] {dcfcd843-6286-4544-b65c-5cec80a17964} TCPHandler: Processed in 0.002631894 sec. 2026.04.10 19:15:00.393906 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.394028 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::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.04.10 19:15:00.394052 [ 276 ] {} TCP-Session: 4a31805f-0106-40f1-b46d-266f0f5cd27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.10 19:15:00.394168 [ 276 ] {26d64240-0664-4894-9375-654d3391b50f} executeQuery: (from [fd00:1122:3344:101::d]:61388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.10 19:15:00.394222 [ 276 ] {26d64240-0664-4894-9375-654d3391b50f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.10 19:15:00.394288 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.10 19:15:00.394370 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 971 rows starting from the beginning of the part 2026.04.10 19:15:00.394510 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part 2026.04.10 19:15:00.394628 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part 2026.04.10 19:15:00.394650 [ 276 ] {26d64240-0664-4894-9375-654d3391b50f} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.10 19:15:00.394699 [ 276 ] {26d64240-0664-4894-9375-654d3391b50f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. 2026.04.10 19:15:00.394733 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part 2026.04.10 19:15:00.394832 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part 2026.04.10 19:15:00.394928 [ 186 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 35 rows starting from the beginning of the part 2026.04.10 19:15:00.395111 [ 276 ] {26d64240-0664-4894-9375-654d3391b50f} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.10 19:15:00.395461 [ 276 ] {26d64240-0664-4894-9375-654d3391b50f} oximeter.measurements_u64 (0c620635-03e1-44be-9f92-60c5d7feef02): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.395639 [ 276 ] {26d64240-0664-4894-9375-654d3391b50f} executeQuery: Read 12 rows, 848.00 B in 0.001493 sec., 8037.508372404554 rows/sec., 554.67 KiB/sec. 2026.04.10 19:15:00.395688 [ 276 ] {26d64240-0664-4894-9375-654d3391b50f} TCPHandler: Processed in 0.001694377 sec. 2026.04.10 19:15:00.402562 [ 191 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 19 columns (19 merged, 0 gathered) in 0.008561481 sec., 127314.42141844385 rows/sec., 228.14 MiB/sec. 2026.04.10 19:15:00.404081 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.10 19:15:00.404430 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.10 19:15:00.404515 [ 201 ] {a84312d3-de66-44b7-854a-f25293eed56b::all_1_51_10} oximeter.measurements_histogramu64 (a84312d3-de66-44b7-854a-f25293eed56b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.10 19:15:00.404632 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.46 MiB. 2026.04.10 19:15:01.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.45 MiB, peak 310.67 MiB, free memory in arenas 0.00 B, will set to 304.09 MiB (RSS), difference: 2.64 MiB