[ Mar 18 22:12:23 Enabled. ] [ Mar 18 22:12:23 Rereading configuration. ] [ Mar 18 22:12:26 Rereading configuration. ] [ Mar 18 22:12:31 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 [ Mar 18 22:12:31 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.03.18 22:12:36.183137 [ 1 ] {} Application: Will watch for the process with pid 24486 2026.03.18 22:12:36.183551 [ 1 ] {} Application: Forked a child process to watch 2026.03.18 22:12:36.395353 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24486 2026.03.18 22:12:36.398319 [ 1 ] {} Application: starting up 2026.03.18 22:12:36.398479 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.18 22:12:36.782207 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.18 22:12:36.845522 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.18 22:12:36.845621 [ 1 ] {} Application: Initializing DateLUT. 2026.03.18 22:12:36.845645 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.18 22:12:36.845716 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.18 22:12:36.846434 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.18 22:12:36.850321 [ 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.03.18 22:12:36.851299 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.18 22:12:36.852238 [ 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.03.18 22:12:36.852297 [ 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.03.18 22:12:36.852345 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.18 22:12:36.853119 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 22:12:36.854203 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.18 22:12:36.860528 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 22:12:36.861445 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 22:12:36.863045 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.18 22:12:36.863141 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.18 22:12:36.864296 [ 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.03.18 22:12:36.864768 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.18 22:12:36.869149 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.18 22:12:36.869687 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.18 22:12:36.874579 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.18 22:12:36.875146 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.18 22:12:36.875659 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.18 22:12:36.876043 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.18 22:12:36.877731 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.18 22:12:36.877758 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.18 22:12:36.877830 [ 23 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:12:36.877899 [ 23 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:12:36.908822 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.18 22:12:36.908845 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000172082 sec 2026.03.18 22:12:36.908905 [ 1 ] {} ReferentialDeps: No tables 2026.03.18 22:12:36.908945 [ 1 ] {} LoadingDeps: No tables 2026.03.18 22:12:36.909815 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.18 22:12:36.910500 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.18 22:12:36.933317 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.18 22:12:36.933367 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.18 22:12:36.933459 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.18 22:12:36.933471 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.18 22:12:36.933507 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.18 22:12:36.933583 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.18 22:12:36.935699 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.18 22:12:36.935746 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.18 22:12:36.935797 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.18 22:12:36.935972 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.18 22:12:36.936018 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.18 22:12:36.936030 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.18 22:12:36.936110 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.18 22:12:36.936123 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.18 22:12:36.936160 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.18 22:12:36.936245 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.18 22:12:36.974171 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.18 22:12:36.983355 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.18 22:12:36.983464 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000131312 sec 2026.03.18 22:12:36.983479 [ 1 ] {} ReferentialDeps: No tables 2026.03.18 22:12:36.983490 [ 1 ] {} LoadingDeps: No tables 2026.03.18 22:12:36.983519 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.18 22:12:36.983738 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.18 22:12:36.983852 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.18 22:12:36.983867 [ 1 ] {} Application: Loaded metadata. 2026.03.18 22:12:36.983878 [ 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.03.18 22:12:36.983889 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.18 22:12:36.989005 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.18 22:12:36.989229 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.69 MiB (RSS), difference: 91.91 MiB 2026.03.18 22:12:36.990681 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.344e-05 sec. 2026.03.18 22:12:36.991145 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.18 22:12:36.991216 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.18 22:12:36.991234 [ 1 ] {} Application: Ready for connections. 2026.03.18 22:12:37.312851 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62897 2026.03.18 22:12:37.313824 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:37.313885 [ 3 ] {} TCP-Session: 3120f5c3-9b09-4903-82ac-10ad35cb1afe Authenticating user 'default' from [fd00:1122:3344:101::b]:62897 2026.03.18 22:12:37.313912 [ 3 ] {} TCP-Session: 3120f5c3-9b09-4903-82ac-10ad35cb1afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.314033 [ 3 ] {} TCP-Session: 3120f5c3-9b09-4903-82ac-10ad35cb1afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.314131 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 22:12:37.314159 [ 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.03.18 22:12:37.314248 [ 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.03.18 22:12:37.314710 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59139 2026.03.18 22:12:37.314910 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:37.314943 [ 4 ] {} TCP-Session: 04c0c7a7-d8c9-46e9-b5c1-1e6533965752 Authenticating user 'default' from [fd00:1122:3344:101::b]:59139 2026.03.18 22:12:37.314966 [ 4 ] {} TCP-Session: 04c0c7a7-d8c9-46e9-b5c1-1e6533965752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.315068 [ 4 ] {} TCP-Session: 04c0c7a7-d8c9-46e9-b5c1-1e6533965752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.315605 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53640 2026.03.18 22:12:37.315620 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61172 2026.03.18 22:12:37.315717 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:37.315757 [ 253 ] {} TCP-Session: 06681a30-58c9-4149-8b90-da34fa810326 Authenticating user 'default' from [fd00:1122:3344:101::b]:53640 2026.03.18 22:12:37.315774 [ 253 ] {} TCP-Session: 06681a30-58c9-4149-8b90-da34fa810326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.315821 [ 253 ] {} TCP-Session: 06681a30-58c9-4149-8b90-da34fa810326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.315917 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:37.315922 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58336 2026.03.18 22:12:37.315929 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44165 2026.03.18 22:12:37.315959 [ 5 ] {} TCP-Session: da9ca842-1e5e-4237-bed2-b7ac7df9bf01 Authenticating user 'default' from [fd00:1122:3344:101::b]:61172 2026.03.18 22:12:37.316068 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59076 2026.03.18 22:12:37.316088 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:37.316098 [ 5 ] {} TCP-Session: da9ca842-1e5e-4237-bed2-b7ac7df9bf01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316124 [ 254 ] {} TCP-Session: 6e6ce2df-13f5-4a79-9e6f-d69b79f076ec Authenticating user 'default' from [fd00:1122:3344:101::b]:58336 2026.03.18 22:12:37.316167 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40042 2026.03.18 22:12:37.316208 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:37.316209 [ 5 ] {} TCP-Session: da9ca842-1e5e-4237-bed2-b7ac7df9bf01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316246 [ 254 ] {} TCP-Session: 6e6ce2df-13f5-4a79-9e6f-d69b79f076ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316240 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:37.316334 [ 255 ] {} TCP-Session: d22ee5b2-5aee-4792-b666-465d979c6986 Authenticating user 'default' from [fd00:1122:3344:101::b]:44165 2026.03.18 22:12:37.316389 [ 256 ] {} TCP-Session: 0eb186f0-e959-4381-81b9-c56fcb1ec521 Authenticating user 'default' from [fd00:1122:3344:101::b]:59076 2026.03.18 22:12:37.316338 [ 254 ] {} TCP-Session: 6e6ce2df-13f5-4a79-9e6f-d69b79f076ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316455 [ 256 ] {} TCP-Session: 0eb186f0-e959-4381-81b9-c56fcb1ec521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316448 [ 255 ] {} TCP-Session: d22ee5b2-5aee-4792-b666-465d979c6986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316324 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:37.316521 [ 256 ] {} TCP-Session: 0eb186f0-e959-4381-81b9-c56fcb1ec521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316547 [ 255 ] {} TCP-Session: d22ee5b2-5aee-4792-b666-465d979c6986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316542 [ 257 ] {} TCP-Session: 9e1f2972-a275-41c5-81f2-6a7fdc19ae4c Authenticating user 'default' from [fd00:1122:3344:101::b]:40042 2026.03.18 22:12:37.316633 [ 257 ] {} TCP-Session: 9e1f2972-a275-41c5-81f2-6a7fdc19ae4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:37.316715 [ 257 ] {} TCP-Session: 9e1f2972-a275-41c5-81f2-6a7fdc19ae4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.000261 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 117.27 MiB, peak 117.27 MiB, free memory in arenas 0.00 B, will set to 118.83 MiB (RSS), difference: 1.56 MiB 2026.03.18 22:12:38.285136 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50493 2026.03.18 22:12:38.285359 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:38.285394 [ 258 ] {} TCP-Session: b3f69a50-5449-43a9-ad0f-b4bd1a59963f Authenticating user 'default' from [fd00:1122:3344:101::a]:50493 2026.03.18 22:12:38.285416 [ 258 ] {} TCP-Session: b3f69a50-5449-43a9-ad0f-b4bd1a59963f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.285504 [ 258 ] {} TCP-Session: b3f69a50-5449-43a9-ad0f-b4bd1a59963f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.285583 [ 258 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 22:12:38.285610 [ 258 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.18 22:12:38.285700 [ 258 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.18 22:12:38.286147 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52088 2026.03.18 22:12:38.286242 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36410 2026.03.18 22:12:38.286361 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:38.286374 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51386 2026.03.18 22:12:38.286466 [ 259 ] {} TCP-Session: 57a6dfe1-b9ed-436a-803d-56f57f9b8a9f Authenticating user 'default' from [fd00:1122:3344:101::a]:52088 2026.03.18 22:12:38.286474 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:38.286439 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48044 2026.03.18 22:12:38.286576 [ 260 ] {} TCP-Session: 5c8b056f-4c20-4c4a-ac72-002b30a78443 Authenticating user 'default' from [fd00:1122:3344:101::a]:36410 2026.03.18 22:12:38.286587 [ 259 ] {} TCP-Session: 57a6dfe1-b9ed-436a-803d-56f57f9b8a9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.286527 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60420 2026.03.18 22:12:38.286608 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37171 2026.03.18 22:12:38.286684 [ 260 ] {} TCP-Session: 5c8b056f-4c20-4c4a-ac72-002b30a78443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.286652 [ 259 ] {} TCP-Session: 57a6dfe1-b9ed-436a-803d-56f57f9b8a9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.286727 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44553 2026.03.18 22:12:38.286784 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:38.286772 [ 260 ] {} TCP-Session: 5c8b056f-4c20-4c4a-ac72-002b30a78443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.286869 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:38.286878 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:38.286975 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:38.286919 [ 261 ] {} TCP-Session: f8ff068e-978b-4bc3-96be-12f8ba3f843e Authenticating user 'default' from [fd00:1122:3344:101::a]:51386 2026.03.18 22:12:38.287040 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:38.287091 [ 264 ] {} TCP-Session: e0a88935-f258-4202-8944-f0faa312d206 Authenticating user 'default' from [fd00:1122:3344:101::a]:37171 2026.03.18 22:12:38.287071 [ 263 ] {} TCP-Session: dc52b6eb-6d9c-42b7-a8ad-ed8bec55ea10 Authenticating user 'default' from [fd00:1122:3344:101::a]:60420 2026.03.18 22:12:38.287069 [ 261 ] {} TCP-Session: f8ff068e-978b-4bc3-96be-12f8ba3f843e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.287156 [ 263 ] {} TCP-Session: dc52b6eb-6d9c-42b7-a8ad-ed8bec55ea10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.287171 [ 264 ] {} TCP-Session: e0a88935-f258-4202-8944-f0faa312d206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.287152 [ 265 ] {} TCP-Session: 280edd8c-193d-410e-b946-97964f73f901 Authenticating user 'default' from [fd00:1122:3344:101::a]:44553 2026.03.18 22:12:38.287267 [ 263 ] {} TCP-Session: dc52b6eb-6d9c-42b7-a8ad-ed8bec55ea10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.287255 [ 264 ] {} TCP-Session: e0a88935-f258-4202-8944-f0faa312d206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.286906 [ 262 ] {} TCP-Session: dd0dc657-0720-4741-9267-fe46b10e482d Authenticating user 'default' from [fd00:1122:3344:101::a]:48044 2026.03.18 22:12:38.287330 [ 265 ] {} TCP-Session: 280edd8c-193d-410e-b946-97964f73f901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.287246 [ 261 ] {} TCP-Session: f8ff068e-978b-4bc3-96be-12f8ba3f843e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.287443 [ 262 ] {} TCP-Session: dd0dc657-0720-4741-9267-fe46b10e482d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.287470 [ 265 ] {} TCP-Session: 280edd8c-193d-410e-b946-97964f73f901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:38.287557 [ 262 ] {} TCP-Session: dd0dc657-0720-4741-9267-fe46b10e482d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.131735 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43862 2026.03.18 22:12:41.131953 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.132019 [ 266 ] {} TCP-Session: 6015a959-4b1a-4df5-8dbd-3ff1d4235031 Authenticating user 'default' from [fd00:1122:3344:101::c]:43862 2026.03.18 22:12:41.132040 [ 266 ] {} TCP-Session: 6015a959-4b1a-4df5-8dbd-3ff1d4235031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.132052 [ 266 ] {} TCP-Session: 6015a959-4b1a-4df5-8dbd-3ff1d4235031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.132191 [ 266 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 22:12:41.132229 [ 266 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.18 22:12:41.132341 [ 266 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.18 22:12:41.132799 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40358 2026.03.18 22:12:41.132926 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45595 2026.03.18 22:12:41.132982 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.133007 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47790 2026.03.18 22:12:41.133020 [ 267 ] {} TCP-Session: 12179c76-653b-4c0c-9e00-a4b6477c035a Authenticating user 'default' from [fd00:1122:3344:101::c]:40358 2026.03.18 22:12:41.133176 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46801 2026.03.18 22:12:41.133187 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.133219 [ 267 ] {} TCP-Session: 12179c76-653b-4c0c-9e00-a4b6477c035a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133284 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.133282 [ 268 ] {} TCP-Session: 44b2e9d7-6fe7-44aa-9493-fcdd681ef5a0 Authenticating user 'default' from [fd00:1122:3344:101::c]:45595 2026.03.18 22:12:41.133307 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40315 2026.03.18 22:12:41.133422 [ 268 ] {} TCP-Session: 44b2e9d7-6fe7-44aa-9493-fcdd681ef5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133429 [ 269 ] {} TCP-Session: a53842a9-4095-438c-853f-7ea9c1e550c1 Authenticating user 'default' from [fd00:1122:3344:101::c]:47790 2026.03.18 22:12:41.133454 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.133462 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34627 2026.03.18 22:12:41.133585 [ 270 ] {} TCP-Session: 54c02554-ce60-45a0-aa44-bea2c60148da Authenticating user 'default' from [fd00:1122:3344:101::c]:46801 2026.03.18 22:12:41.133589 [ 269 ] {} TCP-Session: a53842a9-4095-438c-853f-7ea9c1e550c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133592 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61646 2026.03.18 22:12:41.133656 [ 269 ] {} TCP-Session: a53842a9-4095-438c-853f-7ea9c1e550c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133562 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.133681 [ 270 ] {} TCP-Session: 54c02554-ce60-45a0-aa44-bea2c60148da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133752 [ 271 ] {} TCP-Session: f9a01c4f-189e-4937-9eb0-c943593b9b5b Authenticating user 'default' from [fd00:1122:3344:101::c]:40315 2026.03.18 22:12:41.133766 [ 270 ] {} TCP-Session: 54c02554-ce60-45a0-aa44-bea2c60148da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133553 [ 268 ] {} TCP-Session: 44b2e9d7-6fe7-44aa-9493-fcdd681ef5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133828 [ 271 ] {} TCP-Session: f9a01c4f-189e-4937-9eb0-c943593b9b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133811 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.133350 [ 267 ] {} TCP-Session: 12179c76-653b-4c0c-9e00-a4b6477c035a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133892 [ 271 ] {} TCP-Session: f9a01c4f-189e-4937-9eb0-c943593b9b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133952 [ 272 ] {} TCP-Session: 15b025c5-2f79-4be9-99ed-36ade66c3018 Authenticating user 'default' from [fd00:1122:3344:101::c]:34627 2026.03.18 22:12:41.133983 [ 272 ] {} TCP-Session: 15b025c5-2f79-4be9-99ed-36ade66c3018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.133969 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.133996 [ 272 ] {} TCP-Session: 15b025c5-2f79-4be9-99ed-36ade66c3018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.134150 [ 273 ] {} TCP-Session: ead5416e-171f-48c9-aab6-16f17f3d22dd Authenticating user 'default' from [fd00:1122:3344:101::c]:61646 2026.03.18 22:12:41.134175 [ 273 ] {} TCP-Session: ead5416e-171f-48c9-aab6-16f17f3d22dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.134261 [ 273 ] {} TCP-Session: ead5416e-171f-48c9-aab6-16f17f3d22dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.261164 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48100 2026.03.18 22:12:41.261366 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.261524 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Authenticating user 'default' from [fd00:1122:3344:101::d]:48100 2026.03.18 22:12:41.261553 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.261569 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.261735 [ 274 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 22:12:41.261774 [ 274 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.18 22:12:41.261851 [ 274 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.18 22:12:41.264174 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59528 2026.03.18 22:12:41.264333 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49023 2026.03.18 22:12:41.264437 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34046 2026.03.18 22:12:41.264556 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.264597 [ 275 ] {} TCP-Session: ffbd04ff-13d4-4965-8494-e5dc6bcd4dac Authenticating user 'default' from [fd00:1122:3344:101::d]:59528 2026.03.18 22:12:41.264711 [ 275 ] {} TCP-Session: ffbd04ff-13d4-4965-8494-e5dc6bcd4dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.264725 [ 275 ] {} TCP-Session: ffbd04ff-13d4-4965-8494-e5dc6bcd4dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.264741 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.264813 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.264883 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33740 2026.03.18 22:12:41.264767 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52655 2026.03.18 22:12:41.264931 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Authenticating user 'default' from [fd00:1122:3344:101::d]:49023 2026.03.18 22:12:41.264977 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52827 2026.03.18 22:12:41.264958 [ 277 ] {} TCP-Session: 38179cc1-604a-499b-9f8d-592bb12a04f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34046 2026.03.18 22:12:41.264761 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43474 2026.03.18 22:12:41.265041 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265050 [ 277 ] {} TCP-Session: 38179cc1-604a-499b-9f8d-592bb12a04f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265161 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265177 [ 277 ] {} TCP-Session: 38179cc1-604a-499b-9f8d-592bb12a04f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265179 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54626 2026.03.18 22:12:41.265278 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.265278 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.265377 [ 280 ] {} TCP-Session: c90f85ad-de43-4b57-9241-bbc15444dffa Authenticating user 'default' from [fd00:1122:3344:101::d]:33740 2026.03.18 22:12:41.265474 [ 278 ] {} TCP-Session: 8ea49ffb-1e66-45df-ade3-8aafeacfd1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52655 2026.03.18 22:12:41.265476 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.265503 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.265553 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:41.265536 [ 281 ] {} TCP-Session: edb77a73-8c84-4da3-af20-68cddd40d1d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52827 2026.03.18 22:12:41.265512 [ 278 ] {} TCP-Session: 8ea49ffb-1e66-45df-ade3-8aafeacfd1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265677 [ 282 ] {} TCP-Session: 79c9fb0c-4ff4-428c-a040-8450df63075a Authenticating user 'default' from [fd00:1122:3344:101::d]:54626 2026.03.18 22:12:41.265660 [ 281 ] {} TCP-Session: edb77a73-8c84-4da3-af20-68cddd40d1d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265485 [ 280 ] {} TCP-Session: c90f85ad-de43-4b57-9241-bbc15444dffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265768 [ 282 ] {} TCP-Session: 79c9fb0c-4ff4-428c-a040-8450df63075a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265754 [ 281 ] {} TCP-Session: edb77a73-8c84-4da3-af20-68cddd40d1d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265740 [ 278 ] {} TCP-Session: 8ea49ffb-1e66-45df-ade3-8aafeacfd1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265880 [ 282 ] {} TCP-Session: 79c9fb0c-4ff4-428c-a040-8450df63075a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265858 [ 280 ] {} TCP-Session: c90f85ad-de43-4b57-9241-bbc15444dffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.265653 [ 279 ] {} TCP-Session: 5dc91b38-2714-46fd-81b1-bf2242bd5f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:43474 2026.03.18 22:12:41.266073 [ 279 ] {} TCP-Session: 5dc91b38-2714-46fd-81b1-bf2242bd5f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.266112 [ 279 ] {} TCP-Session: 5dc91b38-2714-46fd-81b1-bf2242bd5f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:41.272901 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.275932 [ 274 ] {d0db0fab-a2e8-4af4-b47f-4e89b9eb4e0f} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 22:12:41.425863 [ 274 ] {d0db0fab-a2e8-4af4-b47f-4e89b9eb4e0f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48100) (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.03.18 22:12:41.426986 [ 274 ] {d0db0fab-a2e8-4af4-b47f-4e89b9eb4e0f} 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.03.18 22:12:41.427243 [ 274 ] {d0db0fab-a2e8-4af4-b47f-4e89b9eb4e0f} TCPHandler: Processed in 0.160726242 sec. 2026.03.18 22:12:41.427771 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.428063 [ 276 ] {a16f9a9b-95a5-4cff-9258-f03d2314b5cf} executeQuery: (from [fd00:1122:3344:101::d]:49023) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 22:12:41.428797 [ 276 ] {a16f9a9b-95a5-4cff-9258-f03d2314b5cf} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49023) (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.03.18 22:12:41.429117 [ 276 ] {a16f9a9b-95a5-4cff-9258-f03d2314b5cf} 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.03.18 22:12:41.429369 [ 276 ] {a16f9a9b-95a5-4cff-9258-f03d2314b5cf} TCPHandler: Processed in 0.001792551 sec. 2026.03.18 22:12:41.429685 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.430550 [ 274 ] {99b71ad3-27e0-4d53-8d1c-9c1aeb8dedec} executeQuery: (from [fd00:1122:3344:101::d]:48100) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.18 22:12:41.431203 [ 274 ] {99b71ad3-27e0-4d53-8d1c-9c1aeb8dedec} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.18 22:12:41.434559 [ 274 ] {99b71ad3-27e0-4d53-8d1c-9c1aeb8dedec} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.18 22:12:41.434719 [ 274 ] {99b71ad3-27e0-4d53-8d1c-9c1aeb8dedec} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000192222 sec 2026.03.18 22:12:41.434740 [ 274 ] {99b71ad3-27e0-4d53-8d1c-9c1aeb8dedec} ReferentialDeps: No tables 2026.03.18 22:12:41.434751 [ 274 ] {99b71ad3-27e0-4d53-8d1c-9c1aeb8dedec} LoadingDeps: No tables 2026.03.18 22:12:41.434831 [ 274 ] {99b71ad3-27e0-4d53-8d1c-9c1aeb8dedec} DatabaseAtomic (oximeter): Starting up tables. 2026.03.18 22:12:41.435622 [ 274 ] {99b71ad3-27e0-4d53-8d1c-9c1aeb8dedec} TCPHandler: Processed in 0.00605807 sec. 2026.03.18 22:12:41.435780 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.435935 [ 274 ] {40d577c7-f171-4654-b87b-3fd3a097a468} executeQuery: (from [fd00:1122:3344:101::d]:48100) /* 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.03.18 22:12:41.436099 [ 274 ] {40d577c7-f171-4654-b87b-3fd3a097a468} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.18 22:12:41.444753 [ 274 ] {40d577c7-f171-4654-b87b-3fd3a097a468} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.18 22:12:41.448950 [ 274 ] {40d577c7-f171-4654-b87b-3fd3a097a468} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a): Loading data parts 2026.03.18 22:12:41.458165 [ 274 ] {40d577c7-f171-4654-b87b-3fd3a097a468} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a): There are no data parts 2026.03.18 22:12:41.461230 [ 274 ] {40d577c7-f171-4654-b87b-3fd3a097a468} TCPHandler: Processed in 0.025501626 sec. 2026.03.18 22:12:41.461551 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.461766 [ 274 ] {322642fc-42d5-4f53-8020-6b0e82adb5f3} executeQuery: (from [fd00:1122:3344:101::d]:48100) /* 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.03.18 22:12:41.461921 [ 274 ] {322642fc-42d5-4f53-8020-6b0e82adb5f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.18 22:12:41.506349 [ 274 ] {322642fc-42d5-4f53-8020-6b0e82adb5f3} oximeter.measurements_bool (5e114b37-2f6a-4ddf-be2d-6bcc94b69749): Loading data parts 2026.03.18 22:12:41.506763 [ 274 ] {322642fc-42d5-4f53-8020-6b0e82adb5f3} oximeter.measurements_bool (5e114b37-2f6a-4ddf-be2d-6bcc94b69749): There are no data parts 2026.03.18 22:12:41.517404 [ 274 ] {322642fc-42d5-4f53-8020-6b0e82adb5f3} TCPHandler: Processed in 0.055930908 sec. 2026.03.18 22:12:41.517703 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.518009 [ 274 ] {8e346d34-dc53-4e74-86f4-f583c3244c9c} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.518066 [ 274 ] {8e346d34-dc53-4e74-86f4-f583c3244c9c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.18 22:12:41.533778 [ 274 ] {8e346d34-dc53-4e74-86f4-f583c3244c9c} oximeter.measurements_i8 (51b97929-4d80-4d7f-9a80-5e4685ab79c2): Loading data parts 2026.03.18 22:12:41.534045 [ 274 ] {8e346d34-dc53-4e74-86f4-f583c3244c9c} oximeter.measurements_i8 (51b97929-4d80-4d7f-9a80-5e4685ab79c2): There are no data parts 2026.03.18 22:12:41.538072 [ 274 ] {8e346d34-dc53-4e74-86f4-f583c3244c9c} TCPHandler: Processed in 0.020486407 sec. 2026.03.18 22:12:41.538381 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.538544 [ 274 ] {c8f6db9a-43d6-498e-9812-3a2e13f2fafa} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.538658 [ 274 ] {c8f6db9a-43d6-498e-9812-3a2e13f2fafa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.18 22:12:41.548047 [ 274 ] {c8f6db9a-43d6-498e-9812-3a2e13f2fafa} oximeter.measurements_u8 (66ea9e15-f9f4-4eb4-961b-0a6603943053): Loading data parts 2026.03.18 22:12:41.548293 [ 274 ] {c8f6db9a-43d6-498e-9812-3a2e13f2fafa} oximeter.measurements_u8 (66ea9e15-f9f4-4eb4-961b-0a6603943053): There are no data parts 2026.03.18 22:12:41.551886 [ 274 ] {c8f6db9a-43d6-498e-9812-3a2e13f2fafa} TCPHandler: Processed in 0.013555277 sec. 2026.03.18 22:12:41.552056 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.552290 [ 274 ] {32a79b89-2fff-4569-9708-76361260b36a} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.552382 [ 274 ] {32a79b89-2fff-4569-9708-76361260b36a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.18 22:12:41.564002 [ 274 ] {32a79b89-2fff-4569-9708-76361260b36a} oximeter.measurements_i16 (d4882d07-5b5b-4f97-98e9-6184152e1616): Loading data parts 2026.03.18 22:12:41.564161 [ 274 ] {32a79b89-2fff-4569-9708-76361260b36a} oximeter.measurements_i16 (d4882d07-5b5b-4f97-98e9-6184152e1616): There are no data parts 2026.03.18 22:12:41.567497 [ 274 ] {32a79b89-2fff-4569-9708-76361260b36a} TCPHandler: Processed in 0.015497439 sec. 2026.03.18 22:12:41.567725 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.567878 [ 274 ] {0599c725-09d6-42ff-8f23-7df312042f10} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.568004 [ 274 ] {0599c725-09d6-42ff-8f23-7df312042f10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.18 22:12:41.569814 [ 274 ] {0599c725-09d6-42ff-8f23-7df312042f10} oximeter.measurements_u16 (0ab1ce73-60c3-4e58-8e6c-6d8b89933664): Loading data parts 2026.03.18 22:12:41.570053 [ 274 ] {0599c725-09d6-42ff-8f23-7df312042f10} oximeter.measurements_u16 (0ab1ce73-60c3-4e58-8e6c-6d8b89933664): There are no data parts 2026.03.18 22:12:41.577802 [ 274 ] {0599c725-09d6-42ff-8f23-7df312042f10} TCPHandler: Processed in 0.010127027 sec. 2026.03.18 22:12:41.577968 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.578220 [ 274 ] {0782ac9d-320f-4eb3-9b5a-37c50526cf1b} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.578318 [ 274 ] {0782ac9d-320f-4eb3-9b5a-37c50526cf1b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.18 22:12:41.580744 [ 274 ] {0782ac9d-320f-4eb3-9b5a-37c50526cf1b} oximeter.measurements_i32 (5cce0954-47d1-4ba4-97d4-8d2910b4799e): Loading data parts 2026.03.18 22:12:41.580880 [ 274 ] {0782ac9d-320f-4eb3-9b5a-37c50526cf1b} oximeter.measurements_i32 (5cce0954-47d1-4ba4-97d4-8d2910b4799e): There are no data parts 2026.03.18 22:12:41.583224 [ 274 ] {0782ac9d-320f-4eb3-9b5a-37c50526cf1b} TCPHandler: Processed in 0.005311791 sec. 2026.03.18 22:12:41.583460 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.583644 [ 274 ] {3d0a1848-7545-4339-82f1-1ddf74d52661} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.583760 [ 274 ] {3d0a1848-7545-4339-82f1-1ddf74d52661} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.18 22:12:41.595474 [ 274 ] {3d0a1848-7545-4339-82f1-1ddf74d52661} oximeter.measurements_u32 (256d5d86-7c41-48f2-91e6-2a69e24ccb1a): Loading data parts 2026.03.18 22:12:41.595642 [ 274 ] {3d0a1848-7545-4339-82f1-1ddf74d52661} oximeter.measurements_u32 (256d5d86-7c41-48f2-91e6-2a69e24ccb1a): There are no data parts 2026.03.18 22:12:41.598069 [ 274 ] {3d0a1848-7545-4339-82f1-1ddf74d52661} TCPHandler: Processed in 0.01466785 sec. 2026.03.18 22:12:41.598289 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.598519 [ 274 ] {c084e556-9cce-4012-aa03-679c5d470007} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.598720 [ 274 ] {c084e556-9cce-4012-aa03-679c5d470007} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.18 22:12:41.602330 [ 274 ] {c084e556-9cce-4012-aa03-679c5d470007} oximeter.measurements_i64 (345a5ef0-5fba-40d0-9def-23d50a4f288a): Loading data parts 2026.03.18 22:12:41.602478 [ 274 ] {c084e556-9cce-4012-aa03-679c5d470007} oximeter.measurements_i64 (345a5ef0-5fba-40d0-9def-23d50a4f288a): There are no data parts 2026.03.18 22:12:41.604156 [ 274 ] {c084e556-9cce-4012-aa03-679c5d470007} TCPHandler: Processed in 0.005958029 sec. 2026.03.18 22:12:41.604465 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.604623 [ 274 ] {9f2b15f7-e343-4b01-88ee-e4e4aad79664} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.604737 [ 274 ] {9f2b15f7-e343-4b01-88ee-e4e4aad79664} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.18 22:12:41.612574 [ 274 ] {9f2b15f7-e343-4b01-88ee-e4e4aad79664} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Loading data parts 2026.03.18 22:12:41.612761 [ 274 ] {9f2b15f7-e343-4b01-88ee-e4e4aad79664} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): There are no data parts 2026.03.18 22:12:41.615467 [ 274 ] {9f2b15f7-e343-4b01-88ee-e4e4aad79664} TCPHandler: Processed in 0.011052508 sec. 2026.03.18 22:12:41.615658 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.615848 [ 274 ] {486d0c20-7d3c-496e-a442-7d8f64125c90} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.616047 [ 274 ] {486d0c20-7d3c-496e-a442-7d8f64125c90} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.18 22:12:41.627528 [ 274 ] {486d0c20-7d3c-496e-a442-7d8f64125c90} oximeter.measurements_f32 (c572f5d6-9450-4eff-a668-f6c254d4c43a): Loading data parts 2026.03.18 22:12:41.627709 [ 274 ] {486d0c20-7d3c-496e-a442-7d8f64125c90} oximeter.measurements_f32 (c572f5d6-9450-4eff-a668-f6c254d4c43a): There are no data parts 2026.03.18 22:12:41.631302 [ 274 ] {486d0c20-7d3c-496e-a442-7d8f64125c90} TCPHandler: Processed in 0.015716502 sec. 2026.03.18 22:12:41.631606 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.631891 [ 274 ] {f3bc28e5-c992-4b6c-bd97-b50bd50ceb35} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.632070 [ 274 ] {f3bc28e5-c992-4b6c-bd97-b50bd50ceb35} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.18 22:12:41.641900 [ 274 ] {f3bc28e5-c992-4b6c-bd97-b50bd50ceb35} oximeter.measurements_f64 (8e40be01-21f1-4c34-911f-7f35f7ad2aa5): Loading data parts 2026.03.18 22:12:41.642048 [ 274 ] {f3bc28e5-c992-4b6c-bd97-b50bd50ceb35} oximeter.measurements_f64 (8e40be01-21f1-4c34-911f-7f35f7ad2aa5): There are no data parts 2026.03.18 22:12:41.646942 [ 274 ] {f3bc28e5-c992-4b6c-bd97-b50bd50ceb35} TCPHandler: Processed in 0.015403098 sec. 2026.03.18 22:12:41.647150 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.647392 [ 274 ] {e8e83295-257a-4161-a6cc-3b586197c1bc} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.647571 [ 274 ] {e8e83295-257a-4161-a6cc-3b586197c1bc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.18 22:12:41.662558 [ 274 ] {e8e83295-257a-4161-a6cc-3b586197c1bc} oximeter.measurements_string (c1d11e6f-78af-43d2-ab04-dfb859c484c7): Loading data parts 2026.03.18 22:12:41.662716 [ 274 ] {e8e83295-257a-4161-a6cc-3b586197c1bc} oximeter.measurements_string (c1d11e6f-78af-43d2-ab04-dfb859c484c7): There are no data parts 2026.03.18 22:12:41.673683 [ 274 ] {e8e83295-257a-4161-a6cc-3b586197c1bc} TCPHandler: Processed in 0.026610938 sec. 2026.03.18 22:12:41.674095 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.674331 [ 274 ] {77999a7c-11cd-4a31-ae71-13206f258fc7} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.674490 [ 274 ] {77999a7c-11cd-4a31-ae71-13206f258fc7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.18 22:12:41.691113 [ 274 ] {77999a7c-11cd-4a31-ae71-13206f258fc7} oximeter.measurements_bytes (85ba4fe7-b55f-41cc-b95e-7781dcc73199): Loading data parts 2026.03.18 22:12:41.691338 [ 274 ] {77999a7c-11cd-4a31-ae71-13206f258fc7} oximeter.measurements_bytes (85ba4fe7-b55f-41cc-b95e-7781dcc73199): There are no data parts 2026.03.18 22:12:41.705809 [ 274 ] {77999a7c-11cd-4a31-ae71-13206f258fc7} TCPHandler: Processed in 0.031826908 sec. 2026.03.18 22:12:41.706146 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.706349 [ 274 ] {ad03547e-9f88-4852-b2c8-9f57b89c47fc} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.706510 [ 274 ] {ad03547e-9f88-4852-b2c8-9f57b89c47fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.18 22:12:41.721762 [ 274 ] {ad03547e-9f88-4852-b2c8-9f57b89c47fc} oximeter.measurements_cumulativei64 (f6b58410-a66c-4cee-8cfc-79eab37a6785): Loading data parts 2026.03.18 22:12:41.722175 [ 274 ] {ad03547e-9f88-4852-b2c8-9f57b89c47fc} oximeter.measurements_cumulativei64 (f6b58410-a66c-4cee-8cfc-79eab37a6785): There are no data parts 2026.03.18 22:12:41.725310 [ 274 ] {ad03547e-9f88-4852-b2c8-9f57b89c47fc} TCPHandler: Processed in 0.019260413 sec. 2026.03.18 22:12:41.725514 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.725804 [ 274 ] {a4df8fc3-72b2-4687-a039-163fb288cce5} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.725934 [ 274 ] {a4df8fc3-72b2-4687-a039-163fb288cce5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.18 22:12:41.736969 [ 274 ] {a4df8fc3-72b2-4687-a039-163fb288cce5} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Loading data parts 2026.03.18 22:12:41.737107 [ 274 ] {a4df8fc3-72b2-4687-a039-163fb288cce5} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): There are no data parts 2026.03.18 22:12:41.749550 [ 274 ] {a4df8fc3-72b2-4687-a039-163fb288cce5} TCPHandler: Processed in 0.024107589 sec. 2026.03.18 22:12:41.749769 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.749953 [ 274 ] {f028a05f-8dc8-4275-8882-1c582c13b34c} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.750120 [ 274 ] {f028a05f-8dc8-4275-8882-1c582c13b34c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.18 22:12:41.756631 [ 274 ] {f028a05f-8dc8-4275-8882-1c582c13b34c} oximeter.measurements_cumulativef32 (818ed904-3766-474c-b881-06ba915996eb): Loading data parts 2026.03.18 22:12:41.756826 [ 274 ] {f028a05f-8dc8-4275-8882-1c582c13b34c} oximeter.measurements_cumulativef32 (818ed904-3766-474c-b881-06ba915996eb): There are no data parts 2026.03.18 22:12:41.770125 [ 274 ] {f028a05f-8dc8-4275-8882-1c582c13b34c} TCPHandler: Processed in 0.020425116 sec. 2026.03.18 22:12:41.770402 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.770584 [ 274 ] {22dea5e6-8c6e-4db1-b330-e8f872b31bc3} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.770720 [ 274 ] {22dea5e6-8c6e-4db1-b330-e8f872b31bc3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.18 22:12:41.785001 [ 274 ] {22dea5e6-8c6e-4db1-b330-e8f872b31bc3} oximeter.measurements_cumulativef64 (40e04212-619b-4d94-a294-d09f3a512c23): Loading data parts 2026.03.18 22:12:41.785270 [ 274 ] {22dea5e6-8c6e-4db1-b330-e8f872b31bc3} oximeter.measurements_cumulativef64 (40e04212-619b-4d94-a294-d09f3a512c23): There are no data parts 2026.03.18 22:12:41.789460 [ 274 ] {22dea5e6-8c6e-4db1-b330-e8f872b31bc3} TCPHandler: Processed in 0.019120672 sec. 2026.03.18 22:12:41.789646 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.789970 [ 274 ] {e94a5c3c-e7f4-44d0-9fa4-eb6fab95d134} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.790100 [ 274 ] {e94a5c3c-e7f4-44d0-9fa4-eb6fab95d134} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.18 22:12:41.799380 [ 274 ] {e94a5c3c-e7f4-44d0-9fa4-eb6fab95d134} oximeter.measurements_histogrami8 (ec001c6b-922c-45c5-a775-018950207c5b): Loading data parts 2026.03.18 22:12:41.799757 [ 274 ] {e94a5c3c-e7f4-44d0-9fa4-eb6fab95d134} oximeter.measurements_histogrami8 (ec001c6b-922c-45c5-a775-018950207c5b): There are no data parts 2026.03.18 22:12:41.815711 [ 274 ] {e94a5c3c-e7f4-44d0-9fa4-eb6fab95d134} TCPHandler: Processed in 0.026126662 sec. 2026.03.18 22:12:41.816112 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.816416 [ 274 ] {0f9907d7-629b-49e2-b988-689f16826225} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.816593 [ 274 ] {0f9907d7-629b-49e2-b988-689f16826225} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.18 22:12:41.878337 [ 274 ] {0f9907d7-629b-49e2-b988-689f16826225} oximeter.measurements_histogramu8 (304d5504-db12-4cbf-a2a2-b8da32b16afb): Loading data parts 2026.03.18 22:12:41.878587 [ 274 ] {0f9907d7-629b-49e2-b988-689f16826225} oximeter.measurements_histogramu8 (304d5504-db12-4cbf-a2a2-b8da32b16afb): There are no data parts 2026.03.18 22:12:41.895376 [ 274 ] {0f9907d7-629b-49e2-b988-689f16826225} TCPHandler: Processed in 0.07937628 sec. 2026.03.18 22:12:41.895547 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.895836 [ 274 ] {5fe68cf0-a7e7-49bc-875d-6a18f4dc5fe5} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.895959 [ 274 ] {5fe68cf0-a7e7-49bc-875d-6a18f4dc5fe5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.18 22:12:41.908846 [ 274 ] {5fe68cf0-a7e7-49bc-875d-6a18f4dc5fe5} oximeter.measurements_histogrami16 (3fdf2272-9153-4cf6-a287-87eba7d1cb3b): Loading data parts 2026.03.18 22:12:41.909063 [ 274 ] {5fe68cf0-a7e7-49bc-875d-6a18f4dc5fe5} oximeter.measurements_histogrami16 (3fdf2272-9153-4cf6-a287-87eba7d1cb3b): There are no data parts 2026.03.18 22:12:41.911035 [ 274 ] {5fe68cf0-a7e7-49bc-875d-6a18f4dc5fe5} TCPHandler: Processed in 0.01554382 sec. 2026.03.18 22:12:41.911284 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.911510 [ 274 ] {ad45c1e9-bc2e-4846-a4f1-34438f97afd7} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.911641 [ 274 ] {ad45c1e9-bc2e-4846-a4f1-34438f97afd7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.18 22:12:41.926257 [ 274 ] {ad45c1e9-bc2e-4846-a4f1-34438f97afd7} oximeter.measurements_histogramu16 (571fd81f-e336-425c-b03f-7ad07a126574): Loading data parts 2026.03.18 22:12:41.926518 [ 274 ] {ad45c1e9-bc2e-4846-a4f1-34438f97afd7} oximeter.measurements_histogramu16 (571fd81f-e336-425c-b03f-7ad07a126574): There are no data parts 2026.03.18 22:12:41.930151 [ 274 ] {ad45c1e9-bc2e-4846-a4f1-34438f97afd7} TCPHandler: Processed in 0.018916419 sec. 2026.03.18 22:12:41.930319 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.930615 [ 274 ] {2db07296-af8d-4dd3-a08f-7d09a3015780} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.930740 [ 274 ] {2db07296-af8d-4dd3-a08f-7d09a3015780} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.18 22:12:41.942491 [ 274 ] {2db07296-af8d-4dd3-a08f-7d09a3015780} oximeter.measurements_histogrami32 (64e21a3c-77b4-4516-a3b5-314f86950911): Loading data parts 2026.03.18 22:12:41.942615 [ 274 ] {2db07296-af8d-4dd3-a08f-7d09a3015780} oximeter.measurements_histogrami32 (64e21a3c-77b4-4516-a3b5-314f86950911): There are no data parts 2026.03.18 22:12:41.957036 [ 274 ] {2db07296-af8d-4dd3-a08f-7d09a3015780} TCPHandler: Processed in 0.02677745 sec. 2026.03.18 22:12:41.957273 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.957493 [ 274 ] {c5f973f4-0a70-4b5c-ae31-768f26ba125f} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.957619 [ 274 ] {c5f973f4-0a70-4b5c-ae31-768f26ba125f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.18 22:12:41.970986 [ 274 ] {c5f973f4-0a70-4b5c-ae31-768f26ba125f} oximeter.measurements_histogramu32 (3dd38355-e7e9-435c-94b3-97024e45cd86): Loading data parts 2026.03.18 22:12:41.971253 [ 274 ] {c5f973f4-0a70-4b5c-ae31-768f26ba125f} oximeter.measurements_histogramu32 (3dd38355-e7e9-435c-94b3-97024e45cd86): There are no data parts 2026.03.18 22:12:41.975161 [ 274 ] {c5f973f4-0a70-4b5c-ae31-768f26ba125f} TCPHandler: Processed in 0.017952128 sec. 2026.03.18 22:12:41.975341 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:41.975607 [ 274 ] {53b2a0d5-9e4c-41c0-8026-44db143754c1} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:41.975729 [ 274 ] {53b2a0d5-9e4c-41c0-8026-44db143754c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.18 22:12:41.988483 [ 274 ] {53b2a0d5-9e4c-41c0-8026-44db143754c1} oximeter.measurements_histogrami64 (bea09f28-da99-42b9-a66f-3ad32ee61659): Loading data parts 2026.03.18 22:12:41.988654 [ 274 ] {53b2a0d5-9e4c-41c0-8026-44db143754c1} oximeter.measurements_histogrami64 (bea09f28-da99-42b9-a66f-3ad32ee61659): There are no data parts 2026.03.18 22:12:42.000165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 125.40 MiB, peak 125.40 MiB, free memory in arenas 0.00 B, will set to 134.28 MiB (RSS), difference: 8.88 MiB 2026.03.18 22:12:42.001444 [ 274 ] {53b2a0d5-9e4c-41c0-8026-44db143754c1} TCPHandler: Processed in 0.026164963 sec. 2026.03.18 22:12:42.001675 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.001896 [ 274 ] {c04c712d-7734-4fb7-b860-c5e6cd0253b1} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.002077 [ 274 ] {c04c712d-7734-4fb7-b860-c5e6cd0253b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.18 22:12:42.005073 [ 274 ] {c04c712d-7734-4fb7-b860-c5e6cd0253b1} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Loading data parts 2026.03.18 22:12:42.005299 [ 274 ] {c04c712d-7734-4fb7-b860-c5e6cd0253b1} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): There are no data parts 2026.03.18 22:12:42.017367 [ 274 ] {c04c712d-7734-4fb7-b860-c5e6cd0253b1} TCPHandler: Processed in 0.015745353 sec. 2026.03.18 22:12:42.017597 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.018079 [ 274 ] {e6bdeb7a-7d76-4f2b-b541-38728bd62162} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.018206 [ 274 ] {e6bdeb7a-7d76-4f2b-b541-38728bd62162} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.18 22:12:42.021608 [ 274 ] {e6bdeb7a-7d76-4f2b-b541-38728bd62162} oximeter.measurements_histogramf32 (924c823d-7887-4da4-87bb-3318f6e5fc7e): Loading data parts 2026.03.18 22:12:42.021728 [ 274 ] {e6bdeb7a-7d76-4f2b-b541-38728bd62162} oximeter.measurements_histogramf32 (924c823d-7887-4da4-87bb-3318f6e5fc7e): There are no data parts 2026.03.18 22:12:42.032352 [ 274 ] {e6bdeb7a-7d76-4f2b-b541-38728bd62162} TCPHandler: Processed in 0.014832081 sec. 2026.03.18 22:12:42.032575 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.032848 [ 274 ] {f4259ffd-b346-4300-b9c6-d8cdf26dfcad} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.032968 [ 274 ] {f4259ffd-b346-4300-b9c6-d8cdf26dfcad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.18 22:12:42.047599 [ 274 ] {f4259ffd-b346-4300-b9c6-d8cdf26dfcad} oximeter.measurements_histogramf64 (9d92e26b-3d6c-4d8d-9093-dec11db4b5b3): Loading data parts 2026.03.18 22:12:42.047751 [ 274 ] {f4259ffd-b346-4300-b9c6-d8cdf26dfcad} oximeter.measurements_histogramf64 (9d92e26b-3d6c-4d8d-9093-dec11db4b5b3): There are no data parts 2026.03.18 22:12:42.051437 [ 274 ] {f4259ffd-b346-4300-b9c6-d8cdf26dfcad} TCPHandler: Processed in 0.018939819 sec. 2026.03.18 22:12:42.051594 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.051851 [ 274 ] {4bee7a45-8469-4ea8-8f38-ae72adc5415c} executeQuery: (from [fd00:1122:3344:101::d]:48100) /* 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.03.18 22:12:42.051967 [ 274 ] {4bee7a45-8469-4ea8-8f38-ae72adc5415c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.18 22:12:42.061987 [ 274 ] {4bee7a45-8469-4ea8-8f38-ae72adc5415c} oximeter.fields_bool (d10a9246-f1b8-4971-b18e-a190159b9e82): Loading data parts 2026.03.18 22:12:42.062245 [ 274 ] {4bee7a45-8469-4ea8-8f38-ae72adc5415c} oximeter.fields_bool (d10a9246-f1b8-4971-b18e-a190159b9e82): There are no data parts 2026.03.18 22:12:42.077313 [ 274 ] {4bee7a45-8469-4ea8-8f38-ae72adc5415c} TCPHandler: Processed in 0.025774999 sec. 2026.03.18 22:12:42.077521 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.077743 [ 274 ] {81ec6cc1-4e2a-4dcb-93b6-816207defdc7} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.077856 [ 274 ] {81ec6cc1-4e2a-4dcb-93b6-816207defdc7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.18 22:12:42.081470 [ 274 ] {81ec6cc1-4e2a-4dcb-93b6-816207defdc7} oximeter.fields_i8 (6047aa58-474e-420d-84ec-275db100c91b): Loading data parts 2026.03.18 22:12:42.081713 [ 274 ] {81ec6cc1-4e2a-4dcb-93b6-816207defdc7} oximeter.fields_i8 (6047aa58-474e-420d-84ec-275db100c91b): There are no data parts 2026.03.18 22:12:42.092043 [ 274 ] {81ec6cc1-4e2a-4dcb-93b6-816207defdc7} TCPHandler: Processed in 0.014598889 sec. 2026.03.18 22:12:42.092225 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.092486 [ 274 ] {a849768e-c614-4eb2-995e-a72c1c0c8c8b} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.092618 [ 274 ] {a849768e-c614-4eb2-995e-a72c1c0c8c8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.18 22:12:42.106490 [ 274 ] {a849768e-c614-4eb2-995e-a72c1c0c8c8b} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Loading data parts 2026.03.18 22:12:42.106684 [ 274 ] {a849768e-c614-4eb2-995e-a72c1c0c8c8b} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): There are no data parts 2026.03.18 22:12:42.110260 [ 274 ] {a849768e-c614-4eb2-995e-a72c1c0c8c8b} TCPHandler: Processed in 0.01809717 sec. 2026.03.18 22:12:42.110411 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.110565 [ 274 ] {c9ab1ca0-7233-4bad-bf1c-982b8f6e9371} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.110674 [ 274 ] {c9ab1ca0-7233-4bad-bf1c-982b8f6e9371} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.18 22:12:42.120880 [ 274 ] {c9ab1ca0-7233-4bad-bf1c-982b8f6e9371} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Loading data parts 2026.03.18 22:12:42.121198 [ 274 ] {c9ab1ca0-7233-4bad-bf1c-982b8f6e9371} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): There are no data parts 2026.03.18 22:12:42.124587 [ 274 ] {c9ab1ca0-7233-4bad-bf1c-982b8f6e9371} TCPHandler: Processed in 0.014226995 sec. 2026.03.18 22:12:42.124731 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.124954 [ 274 ] {79df48b2-c577-4077-8272-ece5b39cf75c} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.125060 [ 274 ] {79df48b2-c577-4077-8272-ece5b39cf75c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.18 22:12:42.133446 [ 274 ] {79df48b2-c577-4077-8272-ece5b39cf75c} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Loading data parts 2026.03.18 22:12:42.133603 [ 274 ] {79df48b2-c577-4077-8272-ece5b39cf75c} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): There are no data parts 2026.03.18 22:12:42.138068 [ 274 ] {79df48b2-c577-4077-8272-ece5b39cf75c} TCPHandler: Processed in 0.013381185 sec. 2026.03.18 22:12:42.138329 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.138636 [ 274 ] {e5086aa1-e7e5-4aa6-9043-b6270d2c16d1} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.138784 [ 274 ] {e5086aa1-e7e5-4aa6-9043-b6270d2c16d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.18 22:12:42.150164 [ 274 ] {e5086aa1-e7e5-4aa6-9043-b6270d2c16d1} oximeter.fields_i32 (62365014-03b0-4f37-aa54-5797186ba8c0): Loading data parts 2026.03.18 22:12:42.150402 [ 274 ] {e5086aa1-e7e5-4aa6-9043-b6270d2c16d1} oximeter.fields_i32 (62365014-03b0-4f37-aa54-5797186ba8c0): There are no data parts 2026.03.18 22:12:42.153069 [ 274 ] {e5086aa1-e7e5-4aa6-9043-b6270d2c16d1} TCPHandler: Processed in 0.014845652 sec. 2026.03.18 22:12:42.153215 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.153439 [ 274 ] {78868148-a988-41fc-9824-e4796a0ce13c} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.153546 [ 274 ] {78868148-a988-41fc-9824-e4796a0ce13c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.18 22:12:42.155484 [ 274 ] {78868148-a988-41fc-9824-e4796a0ce13c} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Loading data parts 2026.03.18 22:12:42.155627 [ 274 ] {78868148-a988-41fc-9824-e4796a0ce13c} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): There are no data parts 2026.03.18 22:12:42.167536 [ 274 ] {78868148-a988-41fc-9824-e4796a0ce13c} TCPHandler: Processed in 0.014370996 sec. 2026.03.18 22:12:42.167712 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.167869 [ 274 ] {866407e9-9625-4066-89f8-42c52a663ed1} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.167993 [ 274 ] {866407e9-9625-4066-89f8-42c52a663ed1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.18 22:12:42.170792 [ 274 ] {866407e9-9625-4066-89f8-42c52a663ed1} oximeter.fields_i64 (d6092bb6-964a-47fe-9f39-3e97a3fd11db): Loading data parts 2026.03.18 22:12:42.170958 [ 274 ] {866407e9-9625-4066-89f8-42c52a663ed1} oximeter.fields_i64 (d6092bb6-964a-47fe-9f39-3e97a3fd11db): There are no data parts 2026.03.18 22:12:42.181245 [ 274 ] {866407e9-9625-4066-89f8-42c52a663ed1} TCPHandler: Processed in 0.013594407 sec. 2026.03.18 22:12:42.181415 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.181683 [ 274 ] {911cee3a-0ddb-49ab-bb81-b431e677bb7b} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.181808 [ 274 ] {911cee3a-0ddb-49ab-bb81-b431e677bb7b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.18 22:12:42.185263 [ 274 ] {911cee3a-0ddb-49ab-bb81-b431e677bb7b} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Loading data parts 2026.03.18 22:12:42.185405 [ 274 ] {911cee3a-0ddb-49ab-bb81-b431e677bb7b} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): There are no data parts 2026.03.18 22:12:42.195250 [ 274 ] {911cee3a-0ddb-49ab-bb81-b431e677bb7b} TCPHandler: Processed in 0.013897201 sec. 2026.03.18 22:12:42.195417 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.195609 [ 274 ] {2461091f-8a01-4942-b09f-d807420e3336} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.195743 [ 274 ] {2461091f-8a01-4942-b09f-d807420e3336} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.18 22:12:42.198513 [ 274 ] {2461091f-8a01-4942-b09f-d807420e3336} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Loading data parts 2026.03.18 22:12:42.198659 [ 274 ] {2461091f-8a01-4942-b09f-d807420e3336} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): There are no data parts 2026.03.18 22:12:42.208269 [ 274 ] {2461091f-8a01-4942-b09f-d807420e3336} TCPHandler: Processed in 0.012914719 sec. 2026.03.18 22:12:42.208579 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.208790 [ 274 ] {bbe6d22c-fa4f-4ed3-98bc-6fbf7ec690ff} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.208899 [ 274 ] {bbe6d22c-fa4f-4ed3-98bc-6fbf7ec690ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.18 22:12:42.211532 [ 274 ] {bbe6d22c-fa4f-4ed3-98bc-6fbf7ec690ff} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Loading data parts 2026.03.18 22:12:42.211745 [ 274 ] {bbe6d22c-fa4f-4ed3-98bc-6fbf7ec690ff} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): There are no data parts 2026.03.18 22:12:42.220935 [ 274 ] {bbe6d22c-fa4f-4ed3-98bc-6fbf7ec690ff} TCPHandler: Processed in 0.012434214 sec. 2026.03.18 22:12:42.221171 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.221563 [ 274 ] {15789d1b-13df-4a1b-b165-41a845753b84} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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.03.18 22:12:42.221649 [ 274 ] {15789d1b-13df-4a1b-b165-41a845753b84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.18 22:12:42.224339 [ 274 ] {15789d1b-13df-4a1b-b165-41a845753b84} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Loading data parts 2026.03.18 22:12:42.224481 [ 274 ] {15789d1b-13df-4a1b-b165-41a845753b84} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): There are no data parts 2026.03.18 22:12:42.233846 [ 274 ] {15789d1b-13df-4a1b-b165-41a845753b84} TCPHandler: Processed in 0.012763927 sec. 2026.03.18 22:12:42.234105 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.234377 [ 274 ] {2a733cd6-78ed-40e7-9bd6-ed96234d0254} executeQuery: (from [fd00:1122:3344:101::d]:48100) /* 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.03.18 22:12:42.234514 [ 274 ] {2a733cd6-78ed-40e7-9bd6-ed96234d0254} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.18 22:12:42.237155 [ 274 ] {2a733cd6-78ed-40e7-9bd6-ed96234d0254} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Loading data parts 2026.03.18 22:12:42.237394 [ 274 ] {2a733cd6-78ed-40e7-9bd6-ed96234d0254} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): There are no data parts 2026.03.18 22:12:42.247028 [ 274 ] {2a733cd6-78ed-40e7-9bd6-ed96234d0254} TCPHandler: Processed in 0.012977421 sec. 2026.03.18 22:12:42.247379 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:42.247787 [ 276 ] {b541157a-9a20-41c0-bf74-a0e7ac2f0fff} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.18 22:12:42.249088 [ 276 ] {b541157a-9a20-41c0-bf74-a0e7ac2f0fff} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.18 22:12:42.277252 [ 283 ] {b541157a-9a20-41c0-bf74-a0e7ac2f0fff} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:42.277306 [ 283 ] {b541157a-9a20-41c0-bf74-a0e7ac2f0fff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.18 22:12:42.281669 [ 283 ] {b541157a-9a20-41c0-bf74-a0e7ac2f0fff} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:42.282342 [ 283 ] {b541157a-9a20-41c0-bf74-a0e7ac2f0fff} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:42.282621 [ 276 ] {b541157a-9a20-41c0-bf74-a0e7ac2f0fff} executeQuery: Read 1 rows, 16.00 B in 0.034984 sec., 28.584495769494627 rows/sec., 457.35 B/sec. 2026.03.18 22:12:42.282989 [ 276 ] {b541157a-9a20-41c0-bf74-a0e7ac2f0fff} TCPHandler: Processed in 0.035749944 sec. 2026.03.18 22:12:43.000163 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 135.65 MiB, peak 135.65 MiB, free memory in arenas 0.00 B, will set to 139.61 MiB (RSS), difference: 3.96 MiB 2026.03.18 22:12:44.436706 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.18 22:12:44.436708 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.18 22:12:44.436796 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.18 22:12:44.436915 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.18 22:12:44.442731 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Loading data parts 2026.03.18 22:12:44.442965 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): There are no data parts 2026.03.18 22:12:44.451364 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:44.451400 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.18 22:12:44.454562 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Loading data parts 2026.03.18 22:12:44.454852 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): There are no data parts 2026.03.18 22:12:44.455466 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:44.456041 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:44.456275 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.18 22:12:44.486004 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:44.486065 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2026.03.18 22:12:44.492491 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:44.493826 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:44.497299 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.18 22:12:45.001125 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.54 MiB, peak 148.54 MiB, free memory in arenas 0.00 B, will set to 153.61 MiB (RSS), difference: 9.07 MiB 2026.03.18 22:12:46.936583 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.18 22:12:46.936689 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.18 22:12:46.941666 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Loading data parts 2026.03.18 22:12:46.941817 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): There are no data parts 2026.03.18 22:12:46.948081 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:46.948120 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:46.951576 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:46.952294 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:46.952711 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.18 22:12:47.000158 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.81 MiB, peak 157.81 MiB, free memory in arenas 0.00 B, will set to 154.92 MiB (RSS), difference: -2.89 MiB 2026.03.18 22:12:48.906027 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47940 2026.03.18 22:12:48.907950 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.907999 [ 286 ] {} TCP-Session: 3bfa3e7a-74f3-4a44-b945-646fecddbea1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47940 2026.03.18 22:12:48.908023 [ 286 ] {} TCP-Session: 3bfa3e7a-74f3-4a44-b945-646fecddbea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.908123 [ 286 ] {} TCP-Session: 3bfa3e7a-74f3-4a44-b945-646fecddbea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.908179 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 22:12:48.908202 [ 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.03.18 22:12:48.908302 [ 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.03.18 22:12:48.908725 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55906 2026.03.18 22:12:48.908847 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58943 2026.03.18 22:12:48.908936 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.908977 [ 287 ] {} TCP-Session: 1b872354-c26f-42e7-aa20-a509f2940a8b Authenticating user 'default' from [fd00:1122:3344:101::e]:55906 2026.03.18 22:12:48.908981 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49435 2026.03.18 22:12:48.909056 [ 287 ] {} TCP-Session: 1b872354-c26f-42e7-aa20-a509f2940a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909078 [ 287 ] {} TCP-Session: 1b872354-c26f-42e7-aa20-a509f2940a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909096 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.909106 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33722 2026.03.18 22:12:48.909140 [ 288 ] {} TCP-Session: b9f6dc15-b3cb-474b-a6c3-c7fbf553e759 Authenticating user 'default' from [fd00:1122:3344:101::e]:58943 2026.03.18 22:12:48.909217 [ 288 ] {} TCP-Session: b9f6dc15-b3cb-474b-a6c3-c7fbf553e759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909233 [ 288 ] {} TCP-Session: b9f6dc15-b3cb-474b-a6c3-c7fbf553e759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909231 [ 286 ] {} TCP-Session: 3bfa3e7a-74f3-4a44-b945-646fecddbea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:48.909392 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64310 2026.03.18 22:12:48.909424 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.909458 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.909477 [ 289 ] {} TCP-Session: 8b0dcbcc-3099-40fd-a551-d1ec1141d81d Authenticating user 'default' from [fd00:1122:3344:101::e]:49435 2026.03.18 22:12:48.909516 [ 290 ] {} TCP-Session: c4aaf069-31a4-485e-a701-019dfd413c61 Authenticating user 'default' from [fd00:1122:3344:101::e]:33722 2026.03.18 22:12:48.909521 [ 289 ] {} TCP-Session: 8b0dcbcc-3099-40fd-a551-d1ec1141d81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909552 [ 290 ] {} TCP-Session: c4aaf069-31a4-485e-a701-019dfd413c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909563 [ 286 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} executeQuery: (from [fd00:1122:3344:101::e]:47940) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 22:12:48.909572 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35942 2026.03.18 22:12:48.909595 [ 290 ] {} TCP-Session: c4aaf069-31a4-485e-a701-019dfd413c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909559 [ 289 ] {} TCP-Session: 8b0dcbcc-3099-40fd-a551-d1ec1141d81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909519 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.909665 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50393 2026.03.18 22:12:48.909682 [ 291 ] {} TCP-Session: 4f60509d-a130-40b3-be28-dde82fcec394 Authenticating user 'default' from [fd00:1122:3344:101::e]:64310 2026.03.18 22:12:48.909713 [ 291 ] {} TCP-Session: 4f60509d-a130-40b3-be28-dde82fcec394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909725 [ 291 ] {} TCP-Session: 4f60509d-a130-40b3-be28-dde82fcec394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909801 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.909837 [ 292 ] {} TCP-Session: 9b76009b-3e1b-487c-ad31-d4c84b74e5b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:35942 2026.03.18 22:12:48.909855 [ 292 ] {} TCP-Session: 9b76009b-3e1b-487c-ad31-d4c84b74e5b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909869 [ 292 ] {} TCP-Session: 9b76009b-3e1b-487c-ad31-d4c84b74e5b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.909903 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61417 2026.03.18 22:12:48.909955 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.909992 [ 293 ] {} TCP-Session: ad209cfc-502a-4697-923f-51dd7b9e8ae8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50393 2026.03.18 22:12:48.910010 [ 293 ] {} TCP-Session: ad209cfc-502a-4697-923f-51dd7b9e8ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.910024 [ 293 ] {} TCP-Session: ad209cfc-502a-4697-923f-51dd7b9e8ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.910151 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:48.910190 [ 294 ] {} TCP-Session: cf82c186-9f5e-420e-86dd-7f3158af9b82 Authenticating user 'default' from [fd00:1122:3344:101::e]:61417 2026.03.18 22:12:48.910208 [ 294 ] {} TCP-Session: cf82c186-9f5e-420e-86dd-7f3158af9b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.910220 [ 294 ] {} TCP-Session: cf82c186-9f5e-420e-86dd-7f3158af9b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.910507 [ 286 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 22:12:48.912853 [ 286 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:48.926189 [ 286 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a) (SelectExecutor): Key condition: unknown 2026.03.18 22:12:48.939022 [ 296 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} AggregatingTransform: Aggregating 2026.03.18 22:12:48.939135 [ 296 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} Aggregator: Aggregation method: without_key 2026.03.18 22:12:48.939775 [ 296 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004768215 sec. (209.722 rows/sec., 8.19 KiB/sec.) 2026.03.18 22:12:48.939798 [ 296 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} Aggregator: Merging aggregated data 2026.03.18 22:12:48.939836 [ 296 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.18 22:12:48.941186 [ 286 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} executeQuery: Read 1 rows, 40.00 B in 0.031678 sec., 31.567649472820257 rows/sec., 1.23 KiB/sec. 2026.03.18 22:12:48.941350 [ 286 ] {e7f40da5-8a5b-4ae7-a4a5-cd22a1174640} TCPHandler: Processed in 0.032472907 sec. 2026.03.18 22:12:48.949012 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949059 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949077 [ 286 ] {} TCP-Session: 3bfa3e7a-74f3-4a44-b945-646fecddbea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.949086 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949104 [ 290 ] {} TCP-Session: c4aaf069-31a4-485e-a701-019dfd413c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.949108 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949147 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949149 [ 287 ] {} TCP-Session: 1b872354-c26f-42e7-aa20-a509f2940a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.949167 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949196 [ 294 ] {} TCP-Session: cf82c186-9f5e-420e-86dd-7f3158af9b82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.949202 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949192 [ 291 ] {} TCP-Session: 4f60509d-a130-40b3-be28-dde82fcec394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.949247 [ 289 ] {} TCP-Session: 8b0dcbcc-3099-40fd-a551-d1ec1141d81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.949264 [ 288 ] {} TCP-Session: b9f6dc15-b3cb-474b-a6c3-c7fbf553e759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.949183 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949123 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:48.949340 [ 292 ] {} TCP-Session: 9b76009b-3e1b-487c-ad31-d4c84b74e5b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:48.949360 [ 293 ] {} TCP-Session: ad209cfc-502a-4697-923f-51dd7b9e8ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:49.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.19 MiB, peak 165.28 MiB, free memory in arenas 0.00 B, will set to 158.94 MiB (RSS), difference: 3.76 MiB 2026.03.18 22:12:51.877951 [ 44 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:12:51.878000 [ 44 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:12:51.956358 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 436 entries to flush up to offset 985 2026.03.18 22:12:51.961058 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:51.961102 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:51.961821 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:12:51.962257 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:51.962401 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 985 2026.03.18 22:12:51.997382 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.18 22:12:52.016414 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:52.016485 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:52.023062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:12:52.024165 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:52.027591 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.18 22:12:53.000409 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.94 MiB, peak 165.28 MiB, free memory in arenas 0.00 B, will set to 161.98 MiB (RSS), difference: 2.04 MiB 2026.03.18 22:12:55.964650 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48510 2026.03.18 22:12:55.964753 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.964778 [ 286 ] {} TCP-Session: cfa29e37-e746-4696-acb4-adf1edbdebd0 Authenticating user 'default' from [fd00:1122:3344:101::e]:48510 2026.03.18 22:12:55.964800 [ 286 ] {} TCP-Session: cfa29e37-e746-4696-acb4-adf1edbdebd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.964813 [ 286 ] {} TCP-Session: cfa29e37-e746-4696-acb4-adf1edbdebd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965006 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50730 2026.03.18 22:12:55.965052 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44442 2026.03.18 22:12:55.965072 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62372 2026.03.18 22:12:55.965105 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57240 2026.03.18 22:12:55.965122 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.965141 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34383 2026.03.18 22:12:55.965149 [ 286 ] {} TCP-Session: cfa29e37-e746-4696-acb4-adf1edbdebd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:55.965168 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.965192 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.965195 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.965215 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.965227 [ 291 ] {} TCP-Session: de1ed7b4-0fcf-4e98-960e-c1ad483d1e69 Authenticating user 'default' from [fd00:1122:3344:101::e]:57240 2026.03.18 22:12:55.965246 [ 289 ] {} TCP-Session: fa845b5f-d585-4b68-8973-55060acb7d22 Authenticating user 'default' from [fd00:1122:3344:101::e]:62372 2026.03.18 22:12:55.965255 [ 294 ] {} TCP-Session: 91f49c77-d49b-4fb6-b075-fdb67e28e9b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:34383 2026.03.18 22:12:55.965271 [ 291 ] {} TCP-Session: de1ed7b4-0fcf-4e98-960e-c1ad483d1e69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965282 [ 289 ] {} TCP-Session: fa845b5f-d585-4b68-8973-55060acb7d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965287 [ 294 ] {} TCP-Session: 91f49c77-d49b-4fb6-b075-fdb67e28e9b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965292 [ 291 ] {} TCP-Session: de1ed7b4-0fcf-4e98-960e-c1ad483d1e69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965304 [ 289 ] {} TCP-Session: fa845b5f-d585-4b68-8973-55060acb7d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965314 [ 294 ] {} TCP-Session: 91f49c77-d49b-4fb6-b075-fdb67e28e9b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965222 [ 288 ] {} TCP-Session: 952dff7d-df02-4100-92bf-948c88934416 Authenticating user 'default' from [fd00:1122:3344:101::e]:44442 2026.03.18 22:12:55.965348 [ 286 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} executeQuery: (from [fd00:1122:3344:101::e]:48510) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 22:12:55.965368 [ 288 ] {} TCP-Session: 952dff7d-df02-4100-92bf-948c88934416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965167 [ 287 ] {} TCP-Session: 1ef94ce7-e1c1-4284-9e81-96e852d3095f Authenticating user 'default' from [fd00:1122:3344:101::e]:50730 2026.03.18 22:12:55.965396 [ 288 ] {} TCP-Session: 952dff7d-df02-4100-92bf-948c88934416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965121 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40335 2026.03.18 22:12:55.965453 [ 287 ] {} TCP-Session: 1ef94ce7-e1c1-4284-9e81-96e852d3095f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965121 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46238 2026.03.18 22:12:55.965492 [ 287 ] {} TCP-Session: 1ef94ce7-e1c1-4284-9e81-96e852d3095f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965527 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.965068 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63773 2026.03.18 22:12:55.965557 [ 292 ] {} TCP-Session: 423a7da7-f313-4b7b-be18-e963d30815c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40335 2026.03.18 22:12:55.965592 [ 292 ] {} TCP-Session: 423a7da7-f313-4b7b-be18-e963d30815c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965598 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.965610 [ 292 ] {} TCP-Session: 423a7da7-f313-4b7b-be18-e963d30815c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965631 [ 293 ] {} TCP-Session: 43640a07-bcd8-43a7-a1d2-17fc795a1ecd Authenticating user 'default' from [fd00:1122:3344:101::e]:46238 2026.03.18 22:12:55.965647 [ 286 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 22:12:55.965653 [ 293 ] {} TCP-Session: 43640a07-bcd8-43a7-a1d2-17fc795a1ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965678 [ 293 ] {} TCP-Session: 43640a07-bcd8-43a7-a1d2-17fc795a1ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965706 [ 286 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:55.965715 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:55.965744 [ 290 ] {} TCP-Session: afa4d9bf-b0dd-42cc-b602-08448785c629 Authenticating user 'default' from [fd00:1122:3344:101::e]:63773 2026.03.18 22:12:55.965764 [ 290 ] {} TCP-Session: afa4d9bf-b0dd-42cc-b602-08448785c629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.965780 [ 290 ] {} TCP-Session: afa4d9bf-b0dd-42cc-b602-08448785c629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.966000 [ 286 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a) (SelectExecutor): Key condition: unknown 2026.03.18 22:12:55.966952 [ 337 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} AggregatingTransform: Aggregating 2026.03.18 22:12:55.966999 [ 337 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} Aggregator: Aggregation method: without_key 2026.03.18 22:12:55.967034 [ 337 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000934411 sec. (1070.193 rows/sec., 41.80 KiB/sec.) 2026.03.18 22:12:55.967054 [ 337 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} Aggregator: Merging aggregated data 2026.03.18 22:12:55.968262 [ 286 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} executeQuery: Read 1 rows, 40.00 B in 0.002978 sec., 335.795836131632 rows/sec., 13.12 KiB/sec. 2026.03.18 22:12:55.968370 [ 286 ] {42d4c792-95b2-4002-bbe5-147fcb5b73f2} TCPHandler: Processed in 0.003348779 sec. 2026.03.18 22:12:55.968500 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968528 [ 286 ] {} TCP-Session: cfa29e37-e746-4696-acb4-adf1edbdebd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.968540 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968559 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968578 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968599 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968608 [ 288 ] {} TCP-Session: 952dff7d-df02-4100-92bf-948c88934416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.968621 [ 291 ] {} TCP-Session: de1ed7b4-0fcf-4e98-960e-c1ad483d1e69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.968617 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968633 [ 294 ] {} TCP-Session: 91f49c77-d49b-4fb6-b075-fdb67e28e9b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.968654 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968672 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968684 [ 289 ] {} TCP-Session: fa845b5f-d585-4b68-8973-55060acb7d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.968707 [ 290 ] {} TCP-Session: afa4d9bf-b0dd-42cc-b602-08448785c629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.968726 [ 292 ] {} TCP-Session: 423a7da7-f313-4b7b-be18-e963d30815c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.968590 [ 287 ] {} TCP-Session: 1ef94ce7-e1c1-4284-9e81-96e852d3095f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:55.968631 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:55.968803 [ 293 ] {} TCP-Session: 43640a07-bcd8-43a7-a1d2-17fc795a1ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.024940 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52119 2026.03.18 22:12:56.025044 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025070 [ 286 ] {} TCP-Session: 8e22e23c-3074-485d-aadf-272aa73eb3a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:52119 2026.03.18 22:12:56.025092 [ 286 ] {} TCP-Session: 8e22e23c-3074-485d-aadf-272aa73eb3a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025105 [ 286 ] {} TCP-Session: 8e22e23c-3074-485d-aadf-272aa73eb3a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025285 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60410 2026.03.18 22:12:56.025317 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33046 2026.03.18 22:12:56.025327 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45383 2026.03.18 22:12:56.025363 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49679 2026.03.18 22:12:56.025398 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42563 2026.03.18 22:12:56.025408 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50088 2026.03.18 22:12:56.025434 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025433 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025473 [ 286 ] {} TCP-Session: 8e22e23c-3074-485d-aadf-272aa73eb3a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:56.025492 [ 290 ] {} TCP-Session: b4852e50-3721-43fa-bf66-6b89e90a59e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:45383 2026.03.18 22:12:56.025478 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025513 [ 290 ] {} TCP-Session: b4852e50-3721-43fa-bf66-6b89e90a59e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025528 [ 293 ] {} TCP-Session: b972ea79-cc1c-4f34-9fc4-ca9e9d46ef80 Authenticating user 'default' from [fd00:1122:3344:101::e]:42563 2026.03.18 22:12:56.025532 [ 290 ] {} TCP-Session: b4852e50-3721-43fa-bf66-6b89e90a59e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025494 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025551 [ 293 ] {} TCP-Session: b972ea79-cc1c-4f34-9fc4-ca9e9d46ef80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025483 [ 288 ] {} TCP-Session: e79c3579-41dc-45b5-8e4a-c745b51585c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:33046 2026.03.18 22:12:56.025584 [ 294 ] {} TCP-Session: a3365f9d-4489-4255-aac9-f7a9d9176e0d Authenticating user 'default' from [fd00:1122:3344:101::e]:50088 2026.03.18 22:12:56.025589 [ 293 ] {} TCP-Session: b972ea79-cc1c-4f34-9fc4-ca9e9d46ef80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025626 [ 294 ] {} TCP-Session: a3365f9d-4489-4255-aac9-f7a9d9176e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025626 [ 288 ] {} TCP-Session: e79c3579-41dc-45b5-8e4a-c745b51585c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025645 [ 294 ] {} TCP-Session: a3365f9d-4489-4255-aac9-f7a9d9176e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025475 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025655 [ 288 ] {} TCP-Session: e79c3579-41dc-45b5-8e4a-c745b51585c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025658 [ 286 ] {cd1773ef-f099-4117-a1c9-63be9859845c} executeQuery: (from [fd00:1122:3344:101::e]:52119) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 22:12:56.025690 [ 291 ] {} TCP-Session: 53c8cfd0-32d1-4760-bd02-7a9aa93f8a49 Authenticating user 'default' from [fd00:1122:3344:101::e]:49679 2026.03.18 22:12:56.025407 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025726 [ 291 ] {} TCP-Session: 53c8cfd0-32d1-4760-bd02-7a9aa93f8a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025374 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58347 2026.03.18 22:12:56.025761 [ 287 ] {} TCP-Session: 69a3ae47-bae3-48f1-b0ad-88611c78fd57 Authenticating user 'default' from [fd00:1122:3344:101::e]:60410 2026.03.18 22:12:56.025759 [ 291 ] {} TCP-Session: 53c8cfd0-32d1-4760-bd02-7a9aa93f8a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025805 [ 287 ] {} TCP-Session: 69a3ae47-bae3-48f1-b0ad-88611c78fd57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025319 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39106 2026.03.18 22:12:56.025838 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025830 [ 287 ] {} TCP-Session: 69a3ae47-bae3-48f1-b0ad-88611c78fd57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025888 [ 292 ] {} TCP-Session: 76be9808-32e4-49d2-b46d-ed9ac061f46f Authenticating user 'default' from [fd00:1122:3344:101::e]:58347 2026.03.18 22:12:56.025905 [ 292 ] {} TCP-Session: 76be9808-32e4-49d2-b46d-ed9ac061f46f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025917 [ 292 ] {} TCP-Session: 76be9808-32e4-49d2-b46d-ed9ac061f46f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.025947 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:12:56.025948 [ 286 ] {cd1773ef-f099-4117-a1c9-63be9859845c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 22:12:56.025982 [ 289 ] {} TCP-Session: fa5c265a-acc1-4580-b78c-6be4bf9c8ea2 Authenticating user 'default' from [fd00:1122:3344:101::e]:39106 2026.03.18 22:12:56.026011 [ 289 ] {} TCP-Session: fa5c265a-acc1-4580-b78c-6be4bf9c8ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.026021 [ 286 ] {cd1773ef-f099-4117-a1c9-63be9859845c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:56.026024 [ 289 ] {} TCP-Session: fa5c265a-acc1-4580-b78c-6be4bf9c8ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.026336 [ 286 ] {cd1773ef-f099-4117-a1c9-63be9859845c} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a) (SelectExecutor): Key condition: unknown 2026.03.18 22:12:56.027246 [ 332 ] {cd1773ef-f099-4117-a1c9-63be9859845c} AggregatingTransform: Aggregating 2026.03.18 22:12:56.027299 [ 332 ] {cd1773ef-f099-4117-a1c9-63be9859845c} Aggregator: Aggregation method: without_key 2026.03.18 22:12:56.027336 [ 332 ] {cd1773ef-f099-4117-a1c9-63be9859845c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00089589 sec. (1116.208 rows/sec., 43.60 KiB/sec.) 2026.03.18 22:12:56.027356 [ 332 ] {cd1773ef-f099-4117-a1c9-63be9859845c} Aggregator: Merging aggregated data 2026.03.18 22:12:56.028713 [ 286 ] {cd1773ef-f099-4117-a1c9-63be9859845c} executeQuery: Read 1 rows, 40.00 B in 0.003117 sec., 320.82130253448827 rows/sec., 12.53 KiB/sec. 2026.03.18 22:12:56.028852 [ 286 ] {cd1773ef-f099-4117-a1c9-63be9859845c} TCPHandler: Processed in 0.003521621 sec. 2026.03.18 22:12:56.028977 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029009 [ 286 ] {} TCP-Session: 8e22e23c-3074-485d-aadf-272aa73eb3a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.029010 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029032 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029055 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029067 [ 289 ] {} TCP-Session: fa5c265a-acc1-4580-b78c-6be4bf9c8ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.029076 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029098 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029118 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029124 [ 287 ] {} TCP-Session: 69a3ae47-bae3-48f1-b0ad-88611c78fd57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.029167 [ 292 ] {} TCP-Session: 76be9808-32e4-49d2-b46d-ed9ac061f46f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.029154 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029138 [ 294 ] {} TCP-Session: a3365f9d-4489-4255-aac9-f7a9d9176e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.029211 [ 293 ] {} TCP-Session: b972ea79-cc1c-4f34-9fc4-ca9e9d46ef80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.029084 [ 291 ] {} TCP-Session: 53c8cfd0-32d1-4760-bd02-7a9aa93f8a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.029149 [ 288 ] {} TCP-Session: e79c3579-41dc-45b5-8e4a-c745b51585c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.029140 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 22:12:56.029303 [ 290 ] {} TCP-Session: b4852e50-3721-43fa-bf66-6b89e90a59e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:12:56.953008 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 6 entries to flush up to offset 94 2026.03.18 22:12:56.955214 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:56.955259 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:56.956424 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:12:56.956887 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:56.957114 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.03.18 22:12:57.000171 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.25 MiB, peak 170.33 MiB, free memory in arenas 0.00 B, will set to 162.04 MiB (RSS), difference: 3.79 MiB 2026.03.18 22:12:57.704813 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.705001 [ 274 ] {fa3ced85-4c10-4230-9c85-a598226a8b9c} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.705267 [ 274 ] {fa3ced85-4c10-4230-9c85-a598226a8b9c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.705327 [ 274 ] {fa3ced85-4c10-4230-9c85-a598226a8b9c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.705700 [ 274 ] {fa3ced85-4c10-4230-9c85-a598226a8b9c} TCPHandler: Processed in 0.001011922 sec. 2026.03.18 22:12:57.719794 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.719960 [ 274 ] {b5d90514-553f-4762-aee3-82a1bdf7e5b1} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.730512 [ 274 ] {b5d90514-553f-4762-aee3-82a1bdf7e5b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.730564 [ 274 ] {b5d90514-553f-4762-aee3-82a1bdf7e5b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.730954 [ 274 ] {b5d90514-553f-4762-aee3-82a1bdf7e5b1} TCPHandler: Processed in 0.0112239 sec. 2026.03.18 22:12:57.732239 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.732371 [ 274 ] {d898e79c-7679-436d-b1c9-4e9cac552b0c} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.734628 [ 274 ] {d898e79c-7679-436d-b1c9-4e9cac552b0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.734683 [ 274 ] {d898e79c-7679-436d-b1c9-4e9cac552b0c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.735108 [ 274 ] {d898e79c-7679-436d-b1c9-4e9cac552b0c} TCPHandler: Processed in 0.002921084 sec. 2026.03.18 22:12:57.735342 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.735460 [ 274 ] {75cfd663-a82a-4b13-8564-eb8f5c1a003d} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.735702 [ 274 ] {75cfd663-a82a-4b13-8564-eb8f5c1a003d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.735746 [ 274 ] {75cfd663-a82a-4b13-8564-eb8f5c1a003d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.736068 [ 274 ] {75cfd663-a82a-4b13-8564-eb8f5c1a003d} TCPHandler: Processed in 0.000775329 sec. 2026.03.18 22:12:57.736271 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.736388 [ 274 ] {9b53b3e9-7e3c-47c8-ba0f-a62cec966c7d} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.736629 [ 274 ] {9b53b3e9-7e3c-47c8-ba0f-a62cec966c7d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.736672 [ 274 ] {9b53b3e9-7e3c-47c8-ba0f-a62cec966c7d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.737010 [ 274 ] {9b53b3e9-7e3c-47c8-ba0f-a62cec966c7d} TCPHandler: Processed in 0.000787389 sec. 2026.03.18 22:12:57.737654 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.737776 [ 274 ] {8a7e3273-8b22-4c3d-910d-2b7ed2494d69} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.738018 [ 274 ] {8a7e3273-8b22-4c3d-910d-2b7ed2494d69} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.738062 [ 274 ] {8a7e3273-8b22-4c3d-910d-2b7ed2494d69} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.738386 [ 274 ] {8a7e3273-8b22-4c3d-910d-2b7ed2494d69} TCPHandler: Processed in 0.000782709 sec. 2026.03.18 22:12:57.738584 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.738702 [ 274 ] {259eddf7-3612-4179-aac5-c6e759a216e4} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.738944 [ 274 ] {259eddf7-3612-4179-aac5-c6e759a216e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.738987 [ 274 ] {259eddf7-3612-4179-aac5-c6e759a216e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.739303 [ 274 ] {259eddf7-3612-4179-aac5-c6e759a216e4} TCPHandler: Processed in 0.000766728 sec. 2026.03.18 22:12:57.739525 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.739642 [ 274 ] {bb8ccefd-95b1-4fd6-9639-9bc0e689e145} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.739883 [ 274 ] {bb8ccefd-95b1-4fd6-9639-9bc0e689e145} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.739925 [ 274 ] {bb8ccefd-95b1-4fd6-9639-9bc0e689e145} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.740235 [ 274 ] {bb8ccefd-95b1-4fd6-9639-9bc0e689e145} TCPHandler: Processed in 0.000757338 sec. 2026.03.18 22:12:57.740467 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.740583 [ 274 ] {bda47e72-84aa-4834-9ab5-578fb34d8627} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.740821 [ 274 ] {bda47e72-84aa-4834-9ab5-578fb34d8627} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.740864 [ 274 ] {bda47e72-84aa-4834-9ab5-578fb34d8627} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.741177 [ 274 ] {bda47e72-84aa-4834-9ab5-578fb34d8627} TCPHandler: Processed in 0.000758228 sec. 2026.03.18 22:12:57.741391 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.741508 [ 274 ] {a6f3a75e-3acc-4227-9c20-6c89a0264cf3} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.741746 [ 274 ] {a6f3a75e-3acc-4227-9c20-6c89a0264cf3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.741788 [ 274 ] {a6f3a75e-3acc-4227-9c20-6c89a0264cf3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.742092 [ 274 ] {a6f3a75e-3acc-4227-9c20-6c89a0264cf3} TCPHandler: Processed in 0.000749099 sec. 2026.03.18 22:12:57.742302 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.742455 [ 274 ] {08b1953b-1f2d-4d79-89bd-52b21c4504cb} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.742751 [ 274 ] {08b1953b-1f2d-4d79-89bd-52b21c4504cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.742798 [ 274 ] {08b1953b-1f2d-4d79-89bd-52b21c4504cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.743153 [ 274 ] {08b1953b-1f2d-4d79-89bd-52b21c4504cb} TCPHandler: Processed in 0.00090244 sec. 2026.03.18 22:12:57.743381 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.743503 [ 274 ] {ddb87b39-7e50-42b9-b106-c92010bd6a7e} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.743763 [ 274 ] {ddb87b39-7e50-42b9-b106-c92010bd6a7e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.743806 [ 274 ] {ddb87b39-7e50-42b9-b106-c92010bd6a7e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.744136 [ 274 ] {ddb87b39-7e50-42b9-b106-c92010bd6a7e} TCPHandler: Processed in 0.000803989 sec. 2026.03.18 22:12:57.744337 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.744459 [ 274 ] {7b50e214-c49f-4b71-8c5b-f46503c13c44} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.744713 [ 274 ] {7b50e214-c49f-4b71-8c5b-f46503c13c44} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.744755 [ 274 ] {7b50e214-c49f-4b71-8c5b-f46503c13c44} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.745066 [ 274 ] {7b50e214-c49f-4b71-8c5b-f46503c13c44} TCPHandler: Processed in 0.000777599 sec. 2026.03.18 22:12:57.745261 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.745403 [ 274 ] {7f6bcd78-848d-4aef-a0f0-13356779977c} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.745659 [ 274 ] {7f6bcd78-848d-4aef-a0f0-13356779977c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.745702 [ 274 ] {7f6bcd78-848d-4aef-a0f0-13356779977c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.746233 [ 274 ] {7f6bcd78-848d-4aef-a0f0-13356779977c} TCPHandler: Processed in 0.001018682 sec. 2026.03.18 22:12:57.746458 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.746588 [ 274 ] {b734f05a-204a-40ab-a66d-4ef9e10694ad} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.746867 [ 274 ] {b734f05a-204a-40ab-a66d-4ef9e10694ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.746912 [ 274 ] {b734f05a-204a-40ab-a66d-4ef9e10694ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.747246 [ 274 ] {b734f05a-204a-40ab-a66d-4ef9e10694ad} TCPHandler: Processed in 0.00084168 sec. 2026.03.18 22:12:57.747485 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.747610 [ 274 ] {ecb86350-04c3-4f92-a510-a4123e9545e1} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.747878 [ 274 ] {ecb86350-04c3-4f92-a510-a4123e9545e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.747922 [ 274 ] {ecb86350-04c3-4f92-a510-a4123e9545e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.748253 [ 274 ] {ecb86350-04c3-4f92-a510-a4123e9545e1} TCPHandler: Processed in 0.000821979 sec. 2026.03.18 22:12:57.748471 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.748594 [ 274 ] {7a5266de-7560-4a65-902f-f8ec05c03d27} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.748864 [ 274 ] {7a5266de-7560-4a65-902f-f8ec05c03d27} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.748907 [ 274 ] {7a5266de-7560-4a65-902f-f8ec05c03d27} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.749241 [ 274 ] {7a5266de-7560-4a65-902f-f8ec05c03d27} TCPHandler: Processed in 0.00081938 sec. 2026.03.18 22:12:57.749497 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.749630 [ 274 ] {9634aabc-92bc-49c2-aeec-047ac7facf3a} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.749906 [ 274 ] {9634aabc-92bc-49c2-aeec-047ac7facf3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.749949 [ 274 ] {9634aabc-92bc-49c2-aeec-047ac7facf3a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.750273 [ 274 ] {9634aabc-92bc-49c2-aeec-047ac7facf3a} TCPHandler: Processed in 0.00084255 sec. 2026.03.18 22:12:57.750477 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.750598 [ 274 ] {90ecdfd3-19eb-4792-a68a-ffe9773975a0} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.750860 [ 274 ] {90ecdfd3-19eb-4792-a68a-ffe9773975a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.750903 [ 274 ] {90ecdfd3-19eb-4792-a68a-ffe9773975a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.751273 [ 274 ] {90ecdfd3-19eb-4792-a68a-ffe9773975a0} TCPHandler: Processed in 0.00084518 sec. 2026.03.18 22:12:57.751934 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.752057 [ 274 ] {3bfd1cb2-e3b2-4d67-9d21-e627f94206b3} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.752322 [ 274 ] {3bfd1cb2-e3b2-4d67-9d21-e627f94206b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.752365 [ 274 ] {3bfd1cb2-e3b2-4d67-9d21-e627f94206b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.752691 [ 274 ] {3bfd1cb2-e3b2-4d67-9d21-e627f94206b3} TCPHandler: Processed in 0.00080621 sec. 2026.03.18 22:12:57.752929 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.753052 [ 274 ] {33e46fcf-73d3-4610-8354-97a76ce277d5} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.753316 [ 274 ] {33e46fcf-73d3-4610-8354-97a76ce277d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.753363 [ 274 ] {33e46fcf-73d3-4610-8354-97a76ce277d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.753695 [ 274 ] {33e46fcf-73d3-4610-8354-97a76ce277d5} TCPHandler: Processed in 0.000814959 sec. 2026.03.18 22:12:57.753904 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.754030 [ 274 ] {c2941db1-d2a4-4c35-ac33-0a89545ccd54} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.754294 [ 274 ] {c2941db1-d2a4-4c35-ac33-0a89545ccd54} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.754341 [ 274 ] {c2941db1-d2a4-4c35-ac33-0a89545ccd54} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.754664 [ 274 ] {c2941db1-d2a4-4c35-ac33-0a89545ccd54} TCPHandler: Processed in 0.000809379 sec. 2026.03.18 22:12:57.754874 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.755000 [ 274 ] {2bd7fb36-a43f-4c3c-8b28-a62334da36e5} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.755266 [ 274 ] {2bd7fb36-a43f-4c3c-8b28-a62334da36e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.755308 [ 274 ] {2bd7fb36-a43f-4c3c-8b28-a62334da36e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.755633 [ 274 ] {2bd7fb36-a43f-4c3c-8b28-a62334da36e5} TCPHandler: Processed in 0.00080897 sec. 2026.03.18 22:12:57.755850 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.755973 [ 274 ] {ac10c936-f689-48a6-b546-6093eb183389} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.756239 [ 274 ] {ac10c936-f689-48a6-b546-6093eb183389} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.756282 [ 274 ] {ac10c936-f689-48a6-b546-6093eb183389} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.756599 [ 274 ] {ac10c936-f689-48a6-b546-6093eb183389} TCPHandler: Processed in 0.000796209 sec. 2026.03.18 22:12:57.756811 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.756941 [ 274 ] {4aca2f4b-d2d4-4661-94b5-ad0792a0f965} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.757222 [ 274 ] {4aca2f4b-d2d4-4661-94b5-ad0792a0f965} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.757264 [ 274 ] {4aca2f4b-d2d4-4661-94b5-ad0792a0f965} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.757583 [ 274 ] {4aca2f4b-d2d4-4661-94b5-ad0792a0f965} TCPHandler: Processed in 0.000819639 sec. 2026.03.18 22:12:57.788125 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.788291 [ 274 ] {35182931-0e4c-4a08-8c8e-368bce35428f} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.788645 [ 274 ] {35182931-0e4c-4a08-8c8e-368bce35428f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.788699 [ 274 ] {35182931-0e4c-4a08-8c8e-368bce35428f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.789095 [ 274 ] {35182931-0e4c-4a08-8c8e-368bce35428f} TCPHandler: Processed in 0.001041452 sec. 2026.03.18 22:12:57.847873 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.848106 [ 274 ] {2e95c360-7a71-448f-ab04-c0a357def585} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) 2026.03.18 22:12:57.848589 [ 274 ] {2e95c360-7a71-448f-ab04-c0a357def585} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.848658 [ 274 ] {2e95c360-7a71-448f-ab04-c0a357def585} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:12:57.849165 [ 274 ] {2e95c360-7a71-448f-ab04-c0a357def585} TCPHandler: Processed in 0.001408486 sec. 2026.03.18 22:12:57.850451 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.850564 [ 274 ] {5fe8cf1b-592d-4a1b-a76a-231296b519f1} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 22:12:57.850608 [ 274 ] {5fe8cf1b-592d-4a1b-a76a-231296b519f1} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:12:57.853617 [ 274 ] {5fe8cf1b-592d-4a1b-a76a-231296b519f1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.853673 [ 274 ] {5fe8cf1b-592d-4a1b-a76a-231296b519f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.856286 [ 274 ] {5fe8cf1b-592d-4a1b-a76a-231296b519f1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.856731 [ 274 ] {5fe8cf1b-592d-4a1b-a76a-231296b519f1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.856910 [ 274 ] {5fe8cf1b-592d-4a1b-a76a-231296b519f1} executeQuery: Read 27 rows, 4.31 KiB in 0.006378 sec., 4233.301975540922 rows/sec., 676.31 KiB/sec. 2026.03.18 22:12:57.856957 [ 274 ] {5fe8cf1b-592d-4a1b-a76a-231296b519f1} TCPHandler: Processed in 0.006558865 sec. 2026.03.18 22:12:57.857088 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.857191 [ 274 ] {2b138e67-8386-4462-8729-10dc8b238960} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 22:12:57.857233 [ 274 ] {2b138e67-8386-4462-8729-10dc8b238960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 22:12:57.859660 [ 274 ] {2b138e67-8386-4462-8729-10dc8b238960} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.859695 [ 274 ] {2b138e67-8386-4462-8729-10dc8b238960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.862602 [ 274 ] {2b138e67-8386-4462-8729-10dc8b238960} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.863099 [ 274 ] {2b138e67-8386-4462-8729-10dc8b238960} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.863237 [ 274 ] {2b138e67-8386-4462-8729-10dc8b238960} executeQuery: Read 8 rows, 668.00 B in 0.006071 sec., 1317.7400757700543 rows/sec., 107.45 KiB/sec. 2026.03.18 22:12:57.863275 [ 274 ] {2b138e67-8386-4462-8729-10dc8b238960} TCPHandler: Processed in 0.006239103 sec. 2026.03.18 22:12:57.863396 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.863496 [ 274 ] {985024c8-5b3c-4c98-b1f3-c29edb2130f9} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:12:57.863535 [ 274 ] {985024c8-5b3c-4c98-b1f3-c29edb2130f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:12:57.867078 [ 274 ] {985024c8-5b3c-4c98-b1f3-c29edb2130f9} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.867115 [ 274 ] {985024c8-5b3c-4c98-b1f3-c29edb2130f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.867790 [ 274 ] {985024c8-5b3c-4c98-b1f3-c29edb2130f9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.868205 [ 274 ] {985024c8-5b3c-4c98-b1f3-c29edb2130f9} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.868339 [ 274 ] {985024c8-5b3c-4c98-b1f3-c29edb2130f9} executeQuery: Read 1946 rows, 149.60 KiB in 0.004866 sec., 399917.7969584875 rows/sec., 30.02 MiB/sec. 2026.03.18 22:12:57.868378 [ 274 ] {985024c8-5b3c-4c98-b1f3-c29edb2130f9} TCPHandler: Processed in 0.005031458 sec. 2026.03.18 22:12:57.868501 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.868599 [ 274 ] {fbebc39f-2055-4225-b5e4-a47b4cb8f811} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:12:57.868639 [ 274 ] {fbebc39f-2055-4225-b5e4-a47b4cb8f811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:12:57.869054 [ 274 ] {fbebc39f-2055-4225-b5e4-a47b4cb8f811} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.869091 [ 274 ] {fbebc39f-2055-4225-b5e4-a47b4cb8f811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.869480 [ 274 ] {fbebc39f-2055-4225-b5e4-a47b4cb8f811} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.869939 [ 274 ] {fbebc39f-2055-4225-b5e4-a47b4cb8f811} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.870069 [ 274 ] {fbebc39f-2055-4225-b5e4-a47b4cb8f811} executeQuery: Read 35 rows, 2.59 KiB in 0.001491 sec., 23474.17840375587 rows/sec., 1.70 MiB/sec. 2026.03.18 22:12:57.870105 [ 274 ] {fbebc39f-2055-4225-b5e4-a47b4cb8f811} TCPHandler: Processed in 0.001655429 sec. 2026.03.18 22:12:57.870216 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.870310 [ 274 ] {d98816d2-3bde-44d3-a30c-3b66c77b8557} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 22:12:57.870355 [ 274 ] {d98816d2-3bde-44d3-a30c-3b66c77b8557} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 22:12:57.870973 [ 274 ] {d98816d2-3bde-44d3-a30c-3b66c77b8557} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.871007 [ 274 ] {d98816d2-3bde-44d3-a30c-3b66c77b8557} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.871477 [ 274 ] {d98816d2-3bde-44d3-a30c-3b66c77b8557} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.871959 [ 274 ] {d98816d2-3bde-44d3-a30c-3b66c77b8557} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.872087 [ 274 ] {d98816d2-3bde-44d3-a30c-3b66c77b8557} executeQuery: Read 708 rows, 42.29 KiB in 0.001796 sec., 394209.35412026726 rows/sec., 23.00 MiB/sec. 2026.03.18 22:12:57.872123 [ 274 ] {d98816d2-3bde-44d3-a30c-3b66c77b8557} TCPHandler: Processed in 0.001957792 sec. 2026.03.18 22:12:57.872240 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.872335 [ 274 ] {e43cd169-51f9-43ca-8780-e76f587daa75} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 22:12:57.872375 [ 274 ] {e43cd169-51f9-43ca-8780-e76f587daa75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 22:12:57.872766 [ 274 ] {e43cd169-51f9-43ca-8780-e76f587daa75} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.872802 [ 274 ] {e43cd169-51f9-43ca-8780-e76f587daa75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.873259 [ 274 ] {e43cd169-51f9-43ca-8780-e76f587daa75} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.873735 [ 274 ] {e43cd169-51f9-43ca-8780-e76f587daa75} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.873864 [ 274 ] {e43cd169-51f9-43ca-8780-e76f587daa75} executeQuery: Read 1 rows, 72.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 45.42 KiB/sec. 2026.03.18 22:12:57.873901 [ 274 ] {e43cd169-51f9-43ca-8780-e76f587daa75} TCPHandler: Processed in 0.00171197 sec. 2026.03.18 22:12:57.874018 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.874111 [ 274 ] {06f357ee-1e95-482c-91ba-516e60526e96} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:12:57.874150 [ 274 ] {06f357ee-1e95-482c-91ba-516e60526e96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:12:57.874869 [ 274 ] {06f357ee-1e95-482c-91ba-516e60526e96} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.874906 [ 274 ] {06f357ee-1e95-482c-91ba-516e60526e96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.875395 [ 274 ] {06f357ee-1e95-482c-91ba-516e60526e96} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.875859 [ 274 ] {06f357ee-1e95-482c-91ba-516e60526e96} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.875986 [ 274 ] {06f357ee-1e95-482c-91ba-516e60526e96} executeQuery: Read 1011 rows, 71.24 KiB in 0.001894 sec., 533790.9186906018 rows/sec., 36.73 MiB/sec. 2026.03.18 22:12:57.876024 [ 274 ] {06f357ee-1e95-482c-91ba-516e60526e96} TCPHandler: Processed in 0.002055674 sec. 2026.03.18 22:12:57.876140 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.876234 [ 274 ] {1f1599db-a959-4939-8d69-cfe3818060bc} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:12:57.876277 [ 274 ] {1f1599db-a959-4939-8d69-cfe3818060bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:12:57.879259 [ 274 ] {1f1599db-a959-4939-8d69-cfe3818060bc} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.879299 [ 274 ] {1f1599db-a959-4939-8d69-cfe3818060bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.882009 [ 274 ] {1f1599db-a959-4939-8d69-cfe3818060bc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.882444 [ 274 ] {1f1599db-a959-4939-8d69-cfe3818060bc} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.882575 [ 274 ] {1f1599db-a959-4939-8d69-cfe3818060bc} executeQuery: Read 2121 rows, 139.69 KiB in 0.006359 sec., 333543.0099072181 rows/sec., 21.45 MiB/sec. 2026.03.18 22:12:57.882612 [ 274 ] {1f1599db-a959-4939-8d69-cfe3818060bc} TCPHandler: Processed in 0.006523406 sec. 2026.03.18 22:12:57.882734 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.882832 [ 274 ] {2524d570-f50d-4c73-8b1b-d5933c8178dc} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:12:57.882887 [ 274 ] {2524d570-f50d-4c73-8b1b-d5933c8178dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:12:57.883679 [ 274 ] {2524d570-f50d-4c73-8b1b-d5933c8178dc} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.883717 [ 274 ] {2524d570-f50d-4c73-8b1b-d5933c8178dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.888746 [ 274 ] {2524d570-f50d-4c73-8b1b-d5933c8178dc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.889232 [ 274 ] {2524d570-f50d-4c73-8b1b-d5933c8178dc} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.889370 [ 274 ] {2524d570-f50d-4c73-8b1b-d5933c8178dc} executeQuery: Read 27 rows, 49.54 KiB in 0.006556 sec., 4118.36485661989 rows/sec., 7.38 MiB/sec. 2026.03.18 22:12:57.889431 [ 274 ] {2524d570-f50d-4c73-8b1b-d5933c8178dc} TCPHandler: Processed in 0.006747999 sec. 2026.03.18 22:12:57.889553 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.889647 [ 274 ] {282a084d-4bbe-4e54-8929-6064398b6df2} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 22:12:57.889688 [ 274 ] {282a084d-4bbe-4e54-8929-6064398b6df2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 22:12:57.890032 [ 274 ] {282a084d-4bbe-4e54-8929-6064398b6df2} oximeter.measurements_i64 (345a5ef0-5fba-40d0-9def-23d50a4f288a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.890069 [ 274 ] {282a084d-4bbe-4e54-8929-6064398b6df2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.890600 [ 274 ] {282a084d-4bbe-4e54-8929-6064398b6df2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.891085 [ 274 ] {282a084d-4bbe-4e54-8929-6064398b6df2} oximeter.measurements_i64 (345a5ef0-5fba-40d0-9def-23d50a4f288a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.891214 [ 274 ] {282a084d-4bbe-4e54-8929-6064398b6df2} executeQuery: Read 12 rows, 868.00 B in 0.001585 sec., 7570.977917981072 rows/sec., 534.80 KiB/sec. 2026.03.18 22:12:57.891249 [ 274 ] {282a084d-4bbe-4e54-8929-6064398b6df2} TCPHandler: Processed in 0.001747361 sec. 2026.03.18 22:12:57.891367 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:12:57.891461 [ 274 ] {31093a4d-1e48-4a7a-99ba-a79c926fef26} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:12:57.891501 [ 274 ] {31093a4d-1e48-4a7a-99ba-a79c926fef26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:12:57.891809 [ 274 ] {31093a4d-1e48-4a7a-99ba-a79c926fef26} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:57.891845 [ 274 ] {31093a4d-1e48-4a7a-99ba-a79c926fef26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.03.18 22:12:57.892274 [ 274 ] {31093a4d-1e48-4a7a-99ba-a79c926fef26} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:12:57.892739 [ 274 ] {31093a4d-1e48-4a7a-99ba-a79c926fef26} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:57.892864 [ 274 ] {31093a4d-1e48-4a7a-99ba-a79c926fef26} executeQuery: Read 6 rows, 431.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 295.99 KiB/sec. 2026.03.18 22:12:57.892900 [ 274 ] {31093a4d-1e48-4a7a-99ba-a79c926fef26} TCPHandler: Processed in 0.001584018 sec. 2026.03.18 22:12:59.462448 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1497 2026.03.18 22:12:59.463019 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:59.463063 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:12:59.463716 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:12:59.464260 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:59.464389 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1497 2026.03.18 22:12:59.528639 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.18 22:12:59.546205 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:12:59.546275 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:12:59.552843 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:12:59.554038 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:12:59.557221 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.18 22:13:00.000184 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 163.86 MiB, peak 170.33 MiB, free memory in arenas 0.00 B, will set to 165.68 MiB (RSS), difference: 1.82 MiB 2026.03.18 22:13:02.298088 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:02.298266 [ 274 ] {93e01fbf-3c88-4e9e-8aa4-8fd406ec3f88} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:02.298344 [ 274 ] {93e01fbf-3c88-4e9e-8aa4-8fd406ec3f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:02.298974 [ 274 ] {93e01fbf-3c88-4e9e-8aa4-8fd406ec3f88} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:02.299019 [ 274 ] {93e01fbf-3c88-4e9e-8aa4-8fd406ec3f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:02.299635 [ 274 ] {93e01fbf-3c88-4e9e-8aa4-8fd406ec3f88} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:02.300268 [ 274 ] {93e01fbf-3c88-4e9e-8aa4-8fd406ec3f88} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:02.300422 [ 274 ] {93e01fbf-3c88-4e9e-8aa4-8fd406ec3f88} executeQuery: Read 26 rows, 1.98 KiB in 0.002204 sec., 11796.7332123412 rows/sec., 898.14 KiB/sec. 2026.03.18 22:13:02.300465 [ 274 ] {93e01fbf-3c88-4e9e-8aa4-8fd406ec3f88} TCPHandler: Processed in 0.002503059 sec. 2026.03.18 22:13:02.300605 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:02.300707 [ 274 ] {11aaad95-810a-4af0-a01e-3cd4f8da2eae} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:02.300750 [ 274 ] {11aaad95-810a-4af0-a01e-3cd4f8da2eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:02.301193 [ 274 ] {11aaad95-810a-4af0-a01e-3cd4f8da2eae} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:02.301230 [ 274 ] {11aaad95-810a-4af0-a01e-3cd4f8da2eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:02.301691 [ 274 ] {11aaad95-810a-4af0-a01e-3cd4f8da2eae} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:02.302215 [ 274 ] {11aaad95-810a-4af0-a01e-3cd4f8da2eae} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:02.302349 [ 274 ] {11aaad95-810a-4af0-a01e-3cd4f8da2eae} executeQuery: Read 28 rows, 2.24 KiB in 0.001664 sec., 16826.923076923078 rows/sec., 1.31 MiB/sec. 2026.03.18 22:13:02.302387 [ 274 ] {11aaad95-810a-4af0-a01e-3cd4f8da2eae} TCPHandler: Processed in 0.001835661 sec. 2026.03.18 22:13:02.302515 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:02.302609 [ 274 ] {225bc9c7-4b10-47ac-9744-52dbcf1a727b} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:02.302653 [ 274 ] {225bc9c7-4b10-47ac-9744-52dbcf1a727b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:02.303057 [ 274 ] {225bc9c7-4b10-47ac-9744-52dbcf1a727b} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:02.303092 [ 274 ] {225bc9c7-4b10-47ac-9744-52dbcf1a727b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:02.303542 [ 274 ] {225bc9c7-4b10-47ac-9744-52dbcf1a727b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:02.303976 [ 274 ] {225bc9c7-4b10-47ac-9744-52dbcf1a727b} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:02.304104 [ 274 ] {225bc9c7-4b10-47ac-9744-52dbcf1a727b} executeQuery: Read 80 rows, 5.68 KiB in 0.001514 sec., 52840.15852047556 rows/sec., 3.66 MiB/sec. 2026.03.18 22:13:02.304139 [ 274 ] {225bc9c7-4b10-47ac-9744-52dbcf1a727b} TCPHandler: Processed in 0.00167403 sec. 2026.03.18 22:13:02.304256 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:02.304352 [ 274 ] {70fd02c0-899a-4c3a-9cd7-47b799a7df0f} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:02.304394 [ 274 ] {70fd02c0-899a-4c3a-9cd7-47b799a7df0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:02.304713 [ 274 ] {70fd02c0-899a-4c3a-9cd7-47b799a7df0f} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:02.304747 [ 274 ] {70fd02c0-899a-4c3a-9cd7-47b799a7df0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:02.305196 [ 274 ] {70fd02c0-899a-4c3a-9cd7-47b799a7df0f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:02.305685 [ 274 ] {70fd02c0-899a-4c3a-9cd7-47b799a7df0f} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:02.305810 [ 274 ] {70fd02c0-899a-4c3a-9cd7-47b799a7df0f} executeQuery: Read 24 rows, 1.68 KiB in 0.001478 sec., 16238.159675236808 rows/sec., 1.11 MiB/sec. 2026.03.18 22:13:02.305844 [ 274 ] {70fd02c0-899a-4c3a-9cd7-47b799a7df0f} TCPHandler: Processed in 0.001639529 sec. 2026.03.18 22:13:06.878041 [ 127 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:13:06.878105 [ 127 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:13:06.957334 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 84 entries to flush up to offset 178 2026.03.18 22:13:06.960474 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:06.960521 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:06.961789 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:06.962262 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:06.962490 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 178 2026.03.18 22:13:06.964606 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1945 2026.03.18 22:13:06.965124 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:06.965169 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:06.965757 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:06.966202 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:06.966337 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1945 2026.03.18 22:13:07.057429 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.18 22:13:07.074455 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:07.074504 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:07.080846 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:07.082036 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:07.084928 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.18 22:13:07.298896 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:07.299065 [ 274 ] {d47fd631-5826-4249-8025-a49eb45eca96} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:07.299126 [ 274 ] {d47fd631-5826-4249-8025-a49eb45eca96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:07.299719 [ 274 ] {d47fd631-5826-4249-8025-a49eb45eca96} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:07.299757 [ 274 ] {d47fd631-5826-4249-8025-a49eb45eca96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:07.300226 [ 274 ] {d47fd631-5826-4249-8025-a49eb45eca96} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:07.300661 [ 274 ] {d47fd631-5826-4249-8025-a49eb45eca96} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:07.300807 [ 274 ] {d47fd631-5826-4249-8025-a49eb45eca96} executeQuery: Read 26 rows, 1.98 KiB in 0.001786 sec., 14557.67077267637 rows/sec., 1.08 MiB/sec. 2026.03.18 22:13:07.300846 [ 274 ] {d47fd631-5826-4249-8025-a49eb45eca96} TCPHandler: Processed in 0.002059944 sec. 2026.03.18 22:13:07.300965 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:07.301060 [ 274 ] {7e2bb555-bc7c-4b66-b5fa-cf8694a51079} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:07.301101 [ 274 ] {7e2bb555-bc7c-4b66-b5fa-cf8694a51079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:07.301509 [ 274 ] {7e2bb555-bc7c-4b66-b5fa-cf8694a51079} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:07.301545 [ 274 ] {7e2bb555-bc7c-4b66-b5fa-cf8694a51079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:07.301980 [ 274 ] {7e2bb555-bc7c-4b66-b5fa-cf8694a51079} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:07.302449 [ 274 ] {7e2bb555-bc7c-4b66-b5fa-cf8694a51079} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:07.302578 [ 274 ] {7e2bb555-bc7c-4b66-b5fa-cf8694a51079} executeQuery: Read 28 rows, 2.24 KiB in 0.001537 sec., 18217.306441119064 rows/sec., 1.42 MiB/sec. 2026.03.18 22:13:07.302614 [ 274 ] {7e2bb555-bc7c-4b66-b5fa-cf8694a51079} TCPHandler: Processed in 0.0017009 sec. 2026.03.18 22:13:07.302728 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:07.302822 [ 274 ] {bebe3288-119b-4c83-9809-dabee007f5f1} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:07.302865 [ 274 ] {bebe3288-119b-4c83-9809-dabee007f5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:07.303240 [ 274 ] {bebe3288-119b-4c83-9809-dabee007f5f1} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:07.303275 [ 274 ] {bebe3288-119b-4c83-9809-dabee007f5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:07.303704 [ 274 ] {bebe3288-119b-4c83-9809-dabee007f5f1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:07.304125 [ 274 ] {bebe3288-119b-4c83-9809-dabee007f5f1} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:07.304251 [ 274 ] {bebe3288-119b-4c83-9809-dabee007f5f1} executeQuery: Read 100 rows, 7.10 KiB in 0.001448 sec., 69060.77348066297 rows/sec., 4.79 MiB/sec. 2026.03.18 22:13:07.304287 [ 274 ] {bebe3288-119b-4c83-9809-dabee007f5f1} TCPHandler: Processed in 0.001609279 sec. 2026.03.18 22:13:07.304402 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:07.304497 [ 274 ] {94d5041d-2f1e-4ce9-ba42-cc639eeee812} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:07.304538 [ 274 ] {94d5041d-2f1e-4ce9-ba42-cc639eeee812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:07.304860 [ 274 ] {94d5041d-2f1e-4ce9-ba42-cc639eeee812} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:07.304894 [ 274 ] {94d5041d-2f1e-4ce9-ba42-cc639eeee812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:07.305304 [ 274 ] {94d5041d-2f1e-4ce9-ba42-cc639eeee812} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:07.305725 [ 274 ] {94d5041d-2f1e-4ce9-ba42-cc639eeee812} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:07.305851 [ 274 ] {94d5041d-2f1e-4ce9-ba42-cc639eeee812} executeQuery: Read 30 rows, 2.10 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.50 MiB/sec. 2026.03.18 22:13:07.305883 [ 274 ] {94d5041d-2f1e-4ce9-ba42-cc639eeee812} TCPHandler: Processed in 0.001531577 sec. 2026.03.18 22:13:12.301091 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:12.301293 [ 274 ] {3a1f4b09-d5a8-4cb0-ad73-19e14d79afca} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:12.301363 [ 274 ] {3a1f4b09-d5a8-4cb0-ad73-19e14d79afca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:12.302019 [ 274 ] {3a1f4b09-d5a8-4cb0-ad73-19e14d79afca} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:12.302056 [ 274 ] {3a1f4b09-d5a8-4cb0-ad73-19e14d79afca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:12.302595 [ 274 ] {3a1f4b09-d5a8-4cb0-ad73-19e14d79afca} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:12.303016 [ 274 ] {3a1f4b09-d5a8-4cb0-ad73-19e14d79afca} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:12.303156 [ 274 ] {3a1f4b09-d5a8-4cb0-ad73-19e14d79afca} executeQuery: Read 92 rows, 8.33 KiB in 0.001914 sec., 48066.87565308255 rows/sec., 4.25 MiB/sec. 2026.03.18 22:13:12.303194 [ 274 ] {3a1f4b09-d5a8-4cb0-ad73-19e14d79afca} TCPHandler: Processed in 0.002230546 sec. 2026.03.18 22:13:12.303315 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:12.303408 [ 274 ] {ad84011d-c31e-4146-96f8-0be36b2a1de2} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:13:12.303447 [ 274 ] {ad84011d-c31e-4146-96f8-0be36b2a1de2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:13:12.303841 [ 274 ] {ad84011d-c31e-4146-96f8-0be36b2a1de2} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:12.303876 [ 274 ] {ad84011d-c31e-4146-96f8-0be36b2a1de2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:12.304261 [ 274 ] {ad84011d-c31e-4146-96f8-0be36b2a1de2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:12.304664 [ 274 ] {ad84011d-c31e-4146-96f8-0be36b2a1de2} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:12.304788 [ 274 ] {ad84011d-c31e-4146-96f8-0be36b2a1de2} executeQuery: Read 33 rows, 2.48 KiB in 0.001398 sec., 23605.150214592275 rows/sec., 1.73 MiB/sec. 2026.03.18 22:13:12.304823 [ 274 ] {ad84011d-c31e-4146-96f8-0be36b2a1de2} TCPHandler: Processed in 0.001556718 sec. 2026.03.18 22:13:12.304936 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:12.305030 [ 274 ] {5a9a1e32-ec3b-4e47-8438-ab3b5ab6b4c9} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:12.305069 [ 274 ] {5a9a1e32-ec3b-4e47-8438-ab3b5ab6b4c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:12.305461 [ 274 ] {5a9a1e32-ec3b-4e47-8438-ab3b5ab6b4c9} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:12.305496 [ 274 ] {5a9a1e32-ec3b-4e47-8438-ab3b5ab6b4c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:12.305890 [ 274 ] {5a9a1e32-ec3b-4e47-8438-ab3b5ab6b4c9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:12.306286 [ 274 ] {5a9a1e32-ec3b-4e47-8438-ab3b5ab6b4c9} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:12.306406 [ 274 ] {5a9a1e32-ec3b-4e47-8438-ab3b5ab6b4c9} executeQuery: Read 69 rows, 5.54 KiB in 0.001396 sec., 49426.9340974212 rows/sec., 3.88 MiB/sec. 2026.03.18 22:13:12.306440 [ 274 ] {5a9a1e32-ec3b-4e47-8438-ab3b5ab6b4c9} TCPHandler: Processed in 0.001552828 sec. 2026.03.18 22:13:12.306552 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:12.306642 [ 274 ] {dd89bdd2-f9e7-46b1-b0f7-1293e6fa2a4b} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:12.306685 [ 274 ] {dd89bdd2-f9e7-46b1-b0f7-1293e6fa2a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:12.307050 [ 274 ] {dd89bdd2-f9e7-46b1-b0f7-1293e6fa2a4b} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:12.307083 [ 274 ] {dd89bdd2-f9e7-46b1-b0f7-1293e6fa2a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:12.307483 [ 274 ] {dd89bdd2-f9e7-46b1-b0f7-1293e6fa2a4b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:12.307912 [ 274 ] {dd89bdd2-f9e7-46b1-b0f7-1293e6fa2a4b} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:12.308034 [ 274 ] {dd89bdd2-f9e7-46b1-b0f7-1293e6fa2a4b} executeQuery: Read 100 rows, 7.10 KiB in 0.001409 sec., 70972.32079489 rows/sec., 4.92 MiB/sec. 2026.03.18 22:13:12.308075 [ 274 ] {dd89bdd2-f9e7-46b1-b0f7-1293e6fa2a4b} TCPHandler: Processed in 0.001569998 sec. 2026.03.18 22:13:12.308184 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:12.308274 [ 274 ] {1791b060-a7b1-4dab-9870-7a233b3bb3df} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:12.308326 [ 274 ] {1791b060-a7b1-4dab-9870-7a233b3bb3df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:13:12.309093 [ 274 ] {1791b060-a7b1-4dab-9870-7a233b3bb3df} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:12.309127 [ 274 ] {1791b060-a7b1-4dab-9870-7a233b3bb3df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:12.309748 [ 274 ] {1791b060-a7b1-4dab-9870-7a233b3bb3df} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:12.310160 [ 274 ] {1791b060-a7b1-4dab-9870-7a233b3bb3df} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:12.310288 [ 274 ] {1791b060-a7b1-4dab-9870-7a233b3bb3df} executeQuery: Read 33 rows, 60.55 KiB in 0.002031 sec., 16248.153618906943 rows/sec., 29.12 MiB/sec. 2026.03.18 22:13:12.310334 [ 274 ] {1791b060-a7b1-4dab-9870-7a233b3bb3df} TCPHandler: Processed in 0.002197035 sec. 2026.03.18 22:13:12.310446 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:12.310538 [ 274 ] {efc33184-8daf-4f78-a729-58128ef1ec5b} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 22:13:12.310580 [ 274 ] {efc33184-8daf-4f78-a729-58128ef1ec5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 22:13:12.310920 [ 274 ] {efc33184-8daf-4f78-a729-58128ef1ec5b} oximeter.measurements_i64 (345a5ef0-5fba-40d0-9def-23d50a4f288a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:12.310954 [ 274 ] {efc33184-8daf-4f78-a729-58128ef1ec5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:12.311337 [ 274 ] {efc33184-8daf-4f78-a729-58128ef1ec5b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:12.311802 [ 274 ] {efc33184-8daf-4f78-a729-58128ef1ec5b} oximeter.measurements_i64 (345a5ef0-5fba-40d0-9def-23d50a4f288a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:12.311925 [ 274 ] {efc33184-8daf-4f78-a729-58128ef1ec5b} executeQuery: Read 15 rows, 1.14 KiB in 0.001405 sec., 10676.156583629892 rows/sec., 814.61 KiB/sec. 2026.03.18 22:13:12.311959 [ 274 ] {efc33184-8daf-4f78-a729-58128ef1ec5b} TCPHandler: Processed in 0.001561368 sec. 2026.03.18 22:13:12.312067 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:12.312158 [ 274 ] {353f9fcd-8fbe-4253-aa2b-d2a5c4427792} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:12.312197 [ 274 ] {353f9fcd-8fbe-4253-aa2b-d2a5c4427792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:12.312517 [ 274 ] {353f9fcd-8fbe-4253-aa2b-d2a5c4427792} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:12.312551 [ 274 ] {353f9fcd-8fbe-4253-aa2b-d2a5c4427792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:12.312937 [ 274 ] {353f9fcd-8fbe-4253-aa2b-d2a5c4427792} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:12.313373 [ 274 ] {353f9fcd-8fbe-4253-aa2b-d2a5c4427792} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:12.313499 [ 274 ] {353f9fcd-8fbe-4253-aa2b-d2a5c4427792} executeQuery: Read 30 rows, 2.10 KiB in 0.001358 sec., 22091.310751104564 rows/sec., 1.51 MiB/sec. 2026.03.18 22:13:12.313532 [ 274 ] {353f9fcd-8fbe-4253-aa2b-d2a5c4427792} TCPHandler: Processed in 0.001513347 sec. 2026.03.18 22:13:14.466503 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2457 2026.03.18 22:13:14.467060 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:14.467101 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:14.467844 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:14.468268 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:14.468409 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2457 2026.03.18 22:13:14.585118 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.18 22:13:14.602919 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:14.602978 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:14.609436 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:14.610528 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:14.613455 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.18 22:13:16.962968 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 200 2026.03.18 22:13:16.965573 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:16.965629 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:16.966928 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:16.967384 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:16.967638 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 200 2026.03.18 22:13:17.295964 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.296175 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.296489 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.301102 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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')" moved to PREWHERE 2026.03.18 22:13:17.301380 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.301459 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.304385 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.03.18 22:13:17.306676 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.308584 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.308605 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.315814 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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'))" 2026.03.18 22:13:17.315919 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.342364 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} executeQuery: Read 27 rows, 1.07 KiB in 0.046264 sec., 583.6071243299326 rows/sec., 23.20 KiB/sec. 2026.03.18 22:13:17.342533 [ 274 ] {19cf6435-81fe-4e2c-bdbb-d2260980ba91} TCPHandler: Processed in 0.046675491 sec. 2026.03.18 22:13:17.345381 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.345649 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.345959 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.345993 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled')" moved to PREWHERE 2026.03.18 22:13:17.346179 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.346232 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.346334 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.03.18 22:13:17.346362 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.346380 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.346394 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.346427 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled'))" 2026.03.18 22:13:17.346445 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.346873 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} executeQuery: Read 27 rows, 1.07 KiB in 0.001342 sec., 20119.225037257824 rows/sec., 799.73 KiB/sec. 2026.03.18 22:13:17.346963 [ 274 ] {864c80a5-f5e7-4270-bd4e-5fad9a1cfbee} TCPHandler: Processed in 0.001689459 sec. 2026.03.18 22:13:17.347583 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.347715 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.347924 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.347957 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE 2026.03.18 22:13:17.348146 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.348199 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.348299 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.03.18 22:13:17.348328 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.348346 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.348360 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.348394 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" 2026.03.18 22:13:17.348412 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.348824 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} executeQuery: Read 27 rows, 1.07 KiB in 0.001162 sec., 23235.800344234078 rows/sec., 923.62 KiB/sec. 2026.03.18 22:13:17.348903 [ 274 ] {ee3deb14-ce7e-4bff-81a2-284ec409c717} TCPHandler: Processed in 0.001371526 sec. 2026.03.18 22:13:17.349115 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.349245 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.349450 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.349483 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE 2026.03.18 22:13:17.349669 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.349723 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.349820 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.03.18 22:13:17.349849 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.349867 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.349880 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.349913 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" 2026.03.18 22:13:17.349930 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.350327 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} executeQuery: Read 27 rows, 1.07 KiB in 0.001134 sec., 23809.52380952381 rows/sec., 946.42 KiB/sec. 2026.03.18 22:13:17.350405 [ 274 ] {6e970e5a-fbeb-4db4-ab7c-1a7661f53d81} TCPHandler: Processed in 0.001342395 sec. 2026.03.18 22:13:17.350619 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.350749 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.350948 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.350982 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.03.18 22:13:17.351166 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.351218 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.351314 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.18 22:13:17.351341 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.351358 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.351372 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.351404 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.03.18 22:13:17.351422 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.351826 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} executeQuery: Read 27 rows, 1.07 KiB in 0.001129 sec., 23914.96899911426 rows/sec., 950.61 KiB/sec. 2026.03.18 22:13:17.351907 [ 274 ] {6bd6d46a-68cf-41b1-9ca4-66a3b69d3f2c} TCPHandler: Processed in 0.001339946 sec. 2026.03.18 22:13:17.352122 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.352252 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.352458 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.352492 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.18 22:13:17.352676 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.352726 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.352822 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.18 22:13:17.352850 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.352868 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.352882 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.352915 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.18 22:13:17.352932 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.353318 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} executeQuery: Read 27 rows, 1.07 KiB in 0.001118 sec., 24150.268336314846 rows/sec., 959.97 KiB/sec. 2026.03.18 22:13:17.353396 [ 274 ] {c5410ad4-cd19-4561-965d-8f59c4798cfd} TCPHandler: Processed in 0.001323576 sec. 2026.03.18 22:13:17.353600 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.353732 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.353931 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.353965 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.18 22:13:17.354158 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.354208 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.354304 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.18 22:13:17.354333 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.354351 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.354365 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.354397 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.18 22:13:17.354416 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.354827 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} executeQuery: Read 27 rows, 1.07 KiB in 0.001148 sec., 23519.163763066204 rows/sec., 934.88 KiB/sec. 2026.03.18 22:13:17.354907 [ 274 ] {2cabbc9b-eef1-424c-9dad-819ed0d05157} TCPHandler: Processed in 0.001358235 sec. 2026.03.18 22:13:17.355134 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.355265 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.355466 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.355499 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:17.355688 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.355738 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.355833 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.18 22:13:17.355861 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.355879 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.355892 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.355924 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.18 22:13:17.355942 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.356467 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} executeQuery: Read 27 rows, 1.07 KiB in 0.001255 sec., 21513.94422310757 rows/sec., 855.17 KiB/sec. 2026.03.18 22:13:17.356522 [ 274 ] {2045163e-d813-45cd-9bb1-ee43fa8e9675} TCPHandler: Processed in 0.001438817 sec. 2026.03.18 22:13:17.356733 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.356862 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.357059 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.357093 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:17.357278 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.357329 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.357427 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.18 22:13:17.357454 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.357472 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.357486 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.357518 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.18 22:13:17.357537 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.357912 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} executeQuery: Read 27 rows, 1.07 KiB in 0.001102 sec., 24500.907441016338 rows/sec., 973.90 KiB/sec. 2026.03.18 22:13:17.357967 [ 274 ] {dd9d8ccd-0fa6-4066-9bf3-9d8944f832a1} TCPHandler: Processed in 0.001285215 sec. 2026.03.18 22:13:17.358180 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.358313 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.358514 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.358548 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:17.358736 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.358787 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.358882 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.18 22:13:17.358910 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.358928 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.358941 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.358973 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:17.358991 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.359367 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} executeQuery: Read 27 rows, 1.07 KiB in 0.00111 sec., 24324.324324324323 rows/sec., 966.88 KiB/sec. 2026.03.18 22:13:17.359421 [ 274 ] {541320fa-e08e-4f2e-899c-6206b0015126} TCPHandler: Processed in 0.001291625 sec. 2026.03.18 22:13:17.359636 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.359774 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.359974 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.360009 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:17.360196 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.360247 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.360343 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.18 22:13:17.360371 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.360388 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.360402 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.360433 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:17.360451 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.360808 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} executeQuery: Read 27 rows, 1.07 KiB in 0.001089 sec., 24793.388429752067 rows/sec., 985.53 KiB/sec. 2026.03.18 22:13:17.360862 [ 274 ] {8447ef43-1a82-4d17-8ee6-47fae6b9b767} TCPHandler: Processed in 0.001275534 sec. 2026.03.18 22:13:17.367845 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.367996 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} executeQuery: (from [fd00:1122:3344:101::d]:48100) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:17.368229 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:17.368269 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:17.368490 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.368548 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:17.368726 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.18 22:13:17.368759 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:17.368781 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:17.368797 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:17.368833 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:17.368850 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.18 22:13:17.369259 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} executeQuery: Read 27 rows, 1.07 KiB in 0.001311 sec., 20594.965675057207 rows/sec., 818.64 KiB/sec. 2026.03.18 22:13:17.369315 [ 274 ] {b3940c2a-d64a-4ba0-9aa5-0c5cfd50687e} TCPHandler: Processed in 0.001517527 sec. 2026.03.18 22:13:17.374901 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.375025 [ 274 ] {ec2b9155-3427-4f7b-b8f2-2d6405c6b37f} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 22:13:17.375074 [ 274 ] {ec2b9155-3427-4f7b-b8f2-2d6405c6b37f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:17.375624 [ 274 ] {ec2b9155-3427-4f7b-b8f2-2d6405c6b37f} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.375669 [ 274 ] {ec2b9155-3427-4f7b-b8f2-2d6405c6b37f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.376183 [ 274 ] {ec2b9155-3427-4f7b-b8f2-2d6405c6b37f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:17.376528 [ 274 ] {ec2b9155-3427-4f7b-b8f2-2d6405c6b37f} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.376669 [ 274 ] {ec2b9155-3427-4f7b-b8f2-2d6405c6b37f} executeQuery: Read 12 rows, 4.37 KiB in 0.001678 sec., 7151.370679380215 rows/sec., 2.54 MiB/sec. 2026.03.18 22:13:17.376706 [ 274 ] {ec2b9155-3427-4f7b-b8f2-2d6405c6b37f} TCPHandler: Processed in 0.001865612 sec. 2026.03.18 22:13:17.376820 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.376914 [ 274 ] {2eae661e-5810-45bf-950e-10a7b3c3eb1e} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 22:13:17.376953 [ 274 ] {2eae661e-5810-45bf-950e-10a7b3c3eb1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 22:13:17.378029 [ 274 ] {2eae661e-5810-45bf-950e-10a7b3c3eb1e} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.378063 [ 274 ] {2eae661e-5810-45bf-950e-10a7b3c3eb1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.378510 [ 274 ] {2eae661e-5810-45bf-950e-10a7b3c3eb1e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:13:17.378916 [ 274 ] {2eae661e-5810-45bf-950e-10a7b3c3eb1e} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.379040 [ 274 ] {2eae661e-5810-45bf-950e-10a7b3c3eb1e} executeQuery: Read 284 rows, 18.47 KiB in 0.002144 sec., 132462.68656716417 rows/sec., 8.41 MiB/sec. 2026.03.18 22:13:17.379075 [ 274 ] {2eae661e-5810-45bf-950e-10a7b3c3eb1e} TCPHandler: Processed in 0.002304716 sec. 2026.03.18 22:13:17.379203 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.379297 [ 274 ] {bf5e4166-81bb-469d-9bc3-1dda5d52c3a3} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 22:13:17.379336 [ 274 ] {bf5e4166-81bb-469d-9bc3-1dda5d52c3a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 22:13:17.379771 [ 274 ] {bf5e4166-81bb-469d-9bc3-1dda5d52c3a3} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.379816 [ 274 ] {bf5e4166-81bb-469d-9bc3-1dda5d52c3a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.380200 [ 274 ] {bf5e4166-81bb-469d-9bc3-1dda5d52c3a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:17.380645 [ 274 ] {bf5e4166-81bb-469d-9bc3-1dda5d52c3a3} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.380773 [ 274 ] {bf5e4166-81bb-469d-9bc3-1dda5d52c3a3} executeQuery: Read 4 rows, 334.00 B in 0.001493 sec., 2679.169457468185 rows/sec., 218.47 KiB/sec. 2026.03.18 22:13:17.380810 [ 274 ] {bf5e4166-81bb-469d-9bc3-1dda5d52c3a3} TCPHandler: Processed in 0.001657009 sec. 2026.03.18 22:13:17.380925 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.381019 [ 274 ] {762de9ef-9a9d-44d0-84ba-0218fcbb9397} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:17.381057 [ 274 ] {762de9ef-9a9d-44d0-84ba-0218fcbb9397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:17.381726 [ 274 ] {762de9ef-9a9d-44d0-84ba-0218fcbb9397} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.381763 [ 274 ] {762de9ef-9a9d-44d0-84ba-0218fcbb9397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.382204 [ 274 ] {762de9ef-9a9d-44d0-84ba-0218fcbb9397} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:17.382645 [ 274 ] {762de9ef-9a9d-44d0-84ba-0218fcbb9397} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.382803 [ 274 ] {762de9ef-9a9d-44d0-84ba-0218fcbb9397} executeQuery: Read 795 rows, 63.26 KiB in 0.001802 sec., 441176.4705882353 rows/sec., 34.29 MiB/sec. 2026.03.18 22:13:17.382841 [ 274 ] {762de9ef-9a9d-44d0-84ba-0218fcbb9397} TCPHandler: Processed in 0.001965933 sec. 2026.03.18 22:13:17.382959 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.383052 [ 274 ] {44b87511-36ff-4a89-b21a-a99f083a0905} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:13:17.383091 [ 274 ] {44b87511-36ff-4a89-b21a-a99f083a0905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:13:17.383501 [ 274 ] {44b87511-36ff-4a89-b21a-a99f083a0905} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.383536 [ 274 ] {44b87511-36ff-4a89-b21a-a99f083a0905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.383924 [ 274 ] {44b87511-36ff-4a89-b21a-a99f083a0905} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:17.384357 [ 274 ] {44b87511-36ff-4a89-b21a-a99f083a0905} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.384481 [ 274 ] {44b87511-36ff-4a89-b21a-a99f083a0905} executeQuery: Read 146 rows, 8.82 KiB in 0.001447 sec., 100898.41050449206 rows/sec., 5.95 MiB/sec. 2026.03.18 22:13:17.384517 [ 274 ] {44b87511-36ff-4a89-b21a-a99f083a0905} TCPHandler: Processed in 0.001615038 sec. 2026.03.18 22:13:17.384629 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.384723 [ 274 ] {07208b8e-5a63-45f1-8f81-c543a3af7596} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 22:13:17.384760 [ 274 ] {07208b8e-5a63-45f1-8f81-c543a3af7596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 22:13:17.385179 [ 274 ] {07208b8e-5a63-45f1-8f81-c543a3af7596} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.385214 [ 274 ] {07208b8e-5a63-45f1-8f81-c543a3af7596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.385626 [ 274 ] {07208b8e-5a63-45f1-8f81-c543a3af7596} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:17.386029 [ 274 ] {07208b8e-5a63-45f1-8f81-c543a3af7596} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.386153 [ 274 ] {07208b8e-5a63-45f1-8f81-c543a3af7596} executeQuery: Read 149 rows, 9.86 KiB in 0.001448 sec., 102900.55248618784 rows/sec., 6.65 MiB/sec. 2026.03.18 22:13:17.386189 [ 274 ] {07208b8e-5a63-45f1-8f81-c543a3af7596} TCPHandler: Processed in 0.001609639 sec. 2026.03.18 22:13:17.386303 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.386395 [ 274 ] {3c1e1f03-a047-440d-a2e4-d40ef752ce90} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 22:13:17.386433 [ 274 ] {3c1e1f03-a047-440d-a2e4-d40ef752ce90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 22:13:17.386839 [ 274 ] {3c1e1f03-a047-440d-a2e4-d40ef752ce90} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.386874 [ 274 ] {3c1e1f03-a047-440d-a2e4-d40ef752ce90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.389202 [ 274 ] {3c1e1f03-a047-440d-a2e4-d40ef752ce90} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:13:17.389676 [ 274 ] {3c1e1f03-a047-440d-a2e4-d40ef752ce90} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.389818 [ 274 ] {3c1e1f03-a047-440d-a2e4-d40ef752ce90} executeQuery: Read 148 rows, 8.62 KiB in 0.003441 sec., 43010.75268817204 rows/sec., 2.45 MiB/sec. 2026.03.18 22:13:17.389853 [ 274 ] {3c1e1f03-a047-440d-a2e4-d40ef752ce90} TCPHandler: Processed in 0.003599601 sec. 2026.03.18 22:13:17.389973 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.390067 [ 274 ] {e1c7bd7c-4d52-46a7-9e9e-c4a97fcbc17f} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:17.390104 [ 274 ] {e1c7bd7c-4d52-46a7-9e9e-c4a97fcbc17f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:17.390652 [ 274 ] {e1c7bd7c-4d52-46a7-9e9e-c4a97fcbc17f} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.390688 [ 274 ] {e1c7bd7c-4d52-46a7-9e9e-c4a97fcbc17f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.391125 [ 274 ] {e1c7bd7c-4d52-46a7-9e9e-c4a97fcbc17f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:17.391532 [ 274 ] {e1c7bd7c-4d52-46a7-9e9e-c4a97fcbc17f} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.391681 [ 274 ] {e1c7bd7c-4d52-46a7-9e9e-c4a97fcbc17f} executeQuery: Read 486 rows, 34.86 KiB in 0.001631 sec., 297976.7014101778 rows/sec., 20.87 MiB/sec. 2026.03.18 22:13:17.391718 [ 274 ] {e1c7bd7c-4d52-46a7-9e9e-c4a97fcbc17f} TCPHandler: Processed in 0.001793991 sec. 2026.03.18 22:13:17.391828 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.391922 [ 274 ] {06ebc904-b040-4547-adac-13dda580d4b4} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 22:13:17.391961 [ 274 ] {06ebc904-b040-4547-adac-13dda580d4b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 22:13:17.392276 [ 274 ] {06ebc904-b040-4547-adac-13dda580d4b4} oximeter.measurements_bool (5e114b37-2f6a-4ddf-be2d-6bcc94b69749): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.392312 [ 274 ] {06ebc904-b040-4547-adac-13dda580d4b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.392833 [ 274 ] {06ebc904-b040-4547-adac-13dda580d4b4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:13:17.393238 [ 274 ] {06ebc904-b040-4547-adac-13dda580d4b4} oximeter.measurements_bool (5e114b37-2f6a-4ddf-be2d-6bcc94b69749): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.393361 [ 274 ] {06ebc904-b040-4547-adac-13dda580d4b4} executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. 2026.03.18 22:13:17.393395 [ 274 ] {06ebc904-b040-4547-adac-13dda580d4b4} TCPHandler: Processed in 0.001617579 sec. 2026.03.18 22:13:17.393505 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.393598 [ 274 ] {9538f1b3-7a66-4c36-97f6-79419fc6e96e} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:17.393639 [ 274 ] {9538f1b3-7a66-4c36-97f6-79419fc6e96e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:17.394012 [ 274 ] {9538f1b3-7a66-4c36-97f6-79419fc6e96e} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.394048 [ 274 ] {9538f1b3-7a66-4c36-97f6-79419fc6e96e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.394463 [ 274 ] {9538f1b3-7a66-4c36-97f6-79419fc6e96e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:17.394941 [ 274 ] {9538f1b3-7a66-4c36-97f6-79419fc6e96e} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.395092 [ 274 ] {9538f1b3-7a66-4c36-97f6-79419fc6e96e} executeQuery: Read 257 rows, 17.41 KiB in 0.001511 sec., 170086.03573792192 rows/sec., 11.25 MiB/sec. 2026.03.18 22:13:17.395130 [ 274 ] {9538f1b3-7a66-4c36-97f6-79419fc6e96e} TCPHandler: Processed in 0.001674159 sec. 2026.03.18 22:13:17.395252 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.395346 [ 274 ] {8fe98ad3-99a5-41c0-93f9-9102f07afa73} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 22:13:17.395386 [ 274 ] {8fe98ad3-99a5-41c0-93f9-9102f07afa73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 22:13:17.395692 [ 274 ] {8fe98ad3-99a5-41c0-93f9-9102f07afa73} oximeter.measurements_f64 (8e40be01-21f1-4c34-911f-7f35f7ad2aa5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.395727 [ 274 ] {8fe98ad3-99a5-41c0-93f9-9102f07afa73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.396233 [ 274 ] {8fe98ad3-99a5-41c0-93f9-9102f07afa73} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 22:13:17.396640 [ 274 ] {8fe98ad3-99a5-41c0-93f9-9102f07afa73} oximeter.measurements_f64 (8e40be01-21f1-4c34-911f-7f35f7ad2aa5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.396764 [ 274 ] {8fe98ad3-99a5-41c0-93f9-9102f07afa73} executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. 2026.03.18 22:13:17.396799 [ 274 ] {8fe98ad3-99a5-41c0-93f9-9102f07afa73} TCPHandler: Processed in 0.001597089 sec. 2026.03.18 22:13:17.396917 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:17.397010 [ 274 ] {2c4313b8-135f-4ede-9e25-c8473c41b231} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:17.397049 [ 274 ] {2c4313b8-135f-4ede-9e25-c8473c41b231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:17.397357 [ 274 ] {2c4313b8-135f-4ede-9e25-c8473c41b231} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:17.397392 [ 274 ] {2c4313b8-135f-4ede-9e25-c8473c41b231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.03.18 22:13:17.397806 [ 274 ] {2c4313b8-135f-4ede-9e25-c8473c41b231} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:17.398231 [ 274 ] {2c4313b8-135f-4ede-9e25-c8473c41b231} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:17.398367 [ 274 ] {2c4313b8-135f-4ede-9e25-c8473c41b231} executeQuery: Read 80 rows, 5.14 KiB in 0.001421 sec., 56298.38142153413 rows/sec., 3.53 MiB/sec. 2026.03.18 22:13:17.398402 [ 274 ] {2c4313b8-135f-4ede-9e25-c8473c41b231} TCPHandler: Processed in 0.001589859 sec. 2026.03.18 22:13:21.878340 [ 114 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:13:21.878407 [ 114 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:13:21.968709 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2905 2026.03.18 22:13:21.969213 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:21.969250 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:21.969857 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:21.970375 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:21.970501 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2905 2026.03.18 22:13:21.970516 [ 114 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:21.970605 [ 114 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:21.970642 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:21.973162 [ 192 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:21.975558 [ 192 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:21.975651 [ 192 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:21.975754 [ 192 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 436 rows starting from the beginning of the part 2026.03.18 22:13:21.975808 [ 192 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2026.03.18 22:13:21.975850 [ 192 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.03.18 22:13:21.975892 [ 192 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:21.976009 [ 192 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:22.011092 [ 187 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2905 rows, containing 4 columns (4 merged, 0 gathered) in 0.040344227 sec., 72005.34539923146 rows/sec., 1.03 MiB/sec. 2026.03.18 22:13:22.011996 [ 190 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:22.012534 [ 190 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_6_1} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.012610 [ 190 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_6_1} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:22.015011 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.03.18 22:13:22.113743 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.18 22:13:22.131079 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.131141 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.137573 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:22.138730 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.139017 [ 112 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:22.139089 [ 112 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.139109 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.139221 [ 190 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:22.142166 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.18 22:13:22.143395 [ 190 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:22.144827 [ 190 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:22.149341 [ 190 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:22.153589 [ 190 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:22.157653 [ 190 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:22.167009 [ 190 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:22.171490 [ 190 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:22.234348 [ 187 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.095177912 sec., 483.3054122893555 rows/sec., 2.50 MiB/sec. 2026.03.18 22:13:22.236829 [ 196 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:22.239440 [ 196 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_6_1} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.239545 [ 196 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_6_1} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:22.241277 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.18 22:13:22.303509 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:22.303697 [ 274 ] {b19b6345-cb5f-4498-89bf-6a93314cd635} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:22.303766 [ 274 ] {b19b6345-cb5f-4498-89bf-6a93314cd635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:22.304455 [ 274 ] {b19b6345-cb5f-4498-89bf-6a93314cd635} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.304500 [ 274 ] {b19b6345-cb5f-4498-89bf-6a93314cd635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.305061 [ 274 ] {b19b6345-cb5f-4498-89bf-6a93314cd635} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:22.305633 [ 274 ] {b19b6345-cb5f-4498-89bf-6a93314cd635} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.305769 [ 112 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:22.305778 [ 274 ] {b19b6345-cb5f-4498-89bf-6a93314cd635} executeQuery: Read 118 rows, 10.39 KiB in 0.002131 sec., 55373.06428906616 rows/sec., 4.76 MiB/sec. 2026.03.18 22:13:22.305822 [ 112 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.305838 [ 274 ] {b19b6345-cb5f-4498-89bf-6a93314cd635} TCPHandler: Processed in 0.002457268 sec. 2026.03.18 22:13:22.305853 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.305969 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:22.305971 [ 194 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::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.03.18 22:13:22.306067 [ 274 ] {a7eb77bf-3676-4906-8a94-429d579db2ea} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:13:22.306088 [ 194 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:22.306106 [ 274 ] {a7eb77bf-3676-4906-8a94-429d579db2ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:13:22.306123 [ 194 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1946 rows starting from the beginning of the part 2026.03.18 22:13:22.306208 [ 194 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.03.18 22:13:22.306257 [ 194 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.03.18 22:13:22.306372 [ 194 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 92 rows starting from the beginning of the part 2026.03.18 22:13:22.306428 [ 194 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 795 rows starting from the beginning of the part 2026.03.18 22:13:22.306480 [ 194 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 118 rows starting from the beginning of the part 2026.03.18 22:13:22.306521 [ 274 ] {a7eb77bf-3676-4906-8a94-429d579db2ea} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.306558 [ 274 ] {a7eb77bf-3676-4906-8a94-429d579db2ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.307041 [ 274 ] {a7eb77bf-3676-4906-8a94-429d579db2ea} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:22.307466 [ 274 ] {a7eb77bf-3676-4906-8a94-429d579db2ea} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.307596 [ 274 ] {a7eb77bf-3676-4906-8a94-429d579db2ea} executeQuery: Read 33 rows, 2.48 KiB in 0.001547 sec., 21331.609566903684 rows/sec., 1.57 MiB/sec. 2026.03.18 22:13:22.307636 [ 274 ] {a7eb77bf-3676-4906-8a94-429d579db2ea} TCPHandler: Processed in 0.00171801 sec. 2026.03.18 22:13:22.307747 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:22.307841 [ 274 ] {4ab16f47-95e8-4374-9f8c-d99bfbd709ce} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:22.307880 [ 274 ] {4ab16f47-95e8-4374-9f8c-d99bfbd709ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:22.308193 [ 187 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3003 rows, containing 5 columns (5 merged, 0 gathered) in 0.002263056 sec., 1326966.7211063271 rows/sec., 106.70 MiB/sec. 2026.03.18 22:13:22.308290 [ 274 ] {4ab16f47-95e8-4374-9f8c-d99bfbd709ce} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.308331 [ 274 ] {4ab16f47-95e8-4374-9f8c-d99bfbd709ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.308717 [ 189 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:22.308767 [ 274 ] {4ab16f47-95e8-4374-9f8c-d99bfbd709ce} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:22.309332 [ 274 ] {4ab16f47-95e8-4374-9f8c-d99bfbd709ce} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.309395 [ 189 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.309448 [ 112 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:22.309464 [ 274 ] {4ab16f47-95e8-4374-9f8c-d99bfbd709ce} executeQuery: Read 89 rows, 7.12 KiB in 0.001642 sec., 54202.19244823386 rows/sec., 4.23 MiB/sec. 2026.03.18 22:13:22.309491 [ 189 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_6_1} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:22.309494 [ 112 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.309512 [ 274 ] {4ab16f47-95e8-4374-9f8c-d99bfbd709ce} TCPHandler: Processed in 0.001813431 sec. 2026.03.18 22:13:22.309539 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.309609 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.03.18 22:13:22.309639 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:22.309652 [ 194 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::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.03.18 22:13:22.309738 [ 274 ] {1ebd8acf-91df-4dc6-acec-26fad565526b} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:22.309743 [ 194 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:22.309774 [ 194 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1011 rows starting from the beginning of the part 2026.03.18 22:13:22.309782 [ 274 ] {1ebd8acf-91df-4dc6-acec-26fad565526b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:22.309819 [ 194 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.03.18 22:13:22.309857 [ 194 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part 2026.03.18 22:13:22.309892 [ 194 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 69 rows starting from the beginning of the part 2026.03.18 22:13:22.309926 [ 194 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 486 rows starting from the beginning of the part 2026.03.18 22:13:22.309960 [ 194 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 89 rows starting from the beginning of the part 2026.03.18 22:13:22.310206 [ 274 ] {1ebd8acf-91df-4dc6-acec-26fad565526b} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.310240 [ 274 ] {1ebd8acf-91df-4dc6-acec-26fad565526b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.310770 [ 274 ] {1ebd8acf-91df-4dc6-acec-26fad565526b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:22.310926 [ 189 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1711 rows, containing 5 columns (5 merged, 0 gathered) in 0.001337635 sec., 1279123.22868346 rows/sec., 94.85 MiB/sec. 2026.03.18 22:13:22.311225 [ 274 ] {1ebd8acf-91df-4dc6-acec-26fad565526b} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.311254 [ 201 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:22.311335 [ 112 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:22.311364 [ 274 ] {1ebd8acf-91df-4dc6-acec-26fad565526b} executeQuery: Read 150 rows, 10.65 KiB in 0.001644 sec., 91240.87591240875 rows/sec., 6.33 MiB/sec. 2026.03.18 22:13:22.311369 [ 112 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.311407 [ 274 ] {1ebd8acf-91df-4dc6-acec-26fad565526b} TCPHandler: Processed in 0.001817261 sec. 2026.03.18 22:13:22.311408 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.311492 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::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.03.18 22:13:22.311524 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:22.311583 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:22.311610 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2121 rows starting from the beginning of the part 2026.03.18 22:13:22.311618 [ 274 ] {568a400d-fb2e-461a-a575-34442ae63b1f} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:22.311653 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 80 rows starting from the beginning of the part 2026.03.18 22:13:22.311672 [ 274 ] {568a400d-fb2e-461a-a575-34442ae63b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:13:22.311689 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2026.03.18 22:13:22.311722 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part 2026.03.18 22:13:22.311756 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 257 rows starting from the beginning of the part 2026.03.18 22:13:22.311791 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part 2026.03.18 22:13:22.311912 [ 201 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.312015 [ 201 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_6_1} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:22.312096 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.03.18 22:13:22.312497 [ 274 ] {568a400d-fb2e-461a-a575-34442ae63b1f} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.312535 [ 274 ] {568a400d-fb2e-461a-a575-34442ae63b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.313139 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2808 rows, containing 5 columns (5 merged, 0 gathered) in 0.001672349 sec., 1679075.3604660272 rows/sec., 109.57 MiB/sec. 2026.03.18 22:13:22.313225 [ 274 ] {568a400d-fb2e-461a-a575-34442ae63b1f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:22.313573 [ 189 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:22.313672 [ 274 ] {568a400d-fb2e-461a-a575-34442ae63b1f} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.313821 [ 274 ] {568a400d-fb2e-461a-a575-34442ae63b1f} executeQuery: Read 33 rows, 60.55 KiB in 0.002222 sec., 14851.485148514852 rows/sec., 26.61 MiB/sec. 2026.03.18 22:13:22.313871 [ 274 ] {568a400d-fb2e-461a-a575-34442ae63b1f} TCPHandler: Processed in 0.002396597 sec. 2026.03.18 22:13:22.313985 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:22.314081 [ 274 ] {c73d67b0-7c0d-4a35-9446-fcd095ffbb7a} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:22.314124 [ 274 ] {c73d67b0-7c0d-4a35-9446-fcd095ffbb7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:22.314160 [ 189 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.314235 [ 189 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_6_1} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:22.314306 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.03.18 22:13:22.314466 [ 274 ] {c73d67b0-7c0d-4a35-9446-fcd095ffbb7a} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.314505 [ 274 ] {c73d67b0-7c0d-4a35-9446-fcd095ffbb7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.314899 [ 274 ] {c73d67b0-7c0d-4a35-9446-fcd095ffbb7a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:22.315318 [ 274 ] {c73d67b0-7c0d-4a35-9446-fcd095ffbb7a} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.315405 [ 110 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:22.315437 [ 110 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:22.315441 [ 274 ] {c73d67b0-7c0d-4a35-9446-fcd095ffbb7a} executeQuery: Read 50 rows, 3.51 KiB in 0.00138 sec., 36231.884057971016 rows/sec., 2.48 MiB/sec. 2026.03.18 22:13:22.315454 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:22.315478 [ 274 ] {c73d67b0-7c0d-4a35-9446-fcd095ffbb7a} TCPHandler: Processed in 0.001542148 sec. 2026.03.18 22:13:22.315564 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:13:22.315716 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:22.315761 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:13:22.315856 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.03.18 22:13:22.315914 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.03.18 22:13:22.315967 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2026.03.18 22:13:22.316011 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 80 rows starting from the beginning of the part 2026.03.18 22:13:22.316062 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2026.03.18 22:13:22.316977 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.001469417 sec., 149719.2423934118 rows/sec., 9.94 MiB/sec. 2026.03.18 22:13:22.317191 [ 189 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:22.317639 [ 189 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:22.317708 [ 189 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_6_1} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:22.317776 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.18 22:13:23.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 172.21 MiB, peak 181.18 MiB, free memory in arenas 0.00 B, will set to 181.98 MiB (RSS), difference: 9.77 MiB 2026.03.18 22:13:26.968081 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 260 2026.03.18 22:13:26.970963 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:26.971011 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:26.972209 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:26.972463 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:26.972707 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2026.03.18 22:13:27.308904 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.309126 [ 274 ] {8b2b3d61-f95f-4738-8f39-3b2a863a7d94} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.309221 [ 274 ] {8b2b3d61-f95f-4738-8f39-3b2a863a7d94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 22:13:27.309948 [ 274 ] {8b2b3d61-f95f-4738-8f39-3b2a863a7d94} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.309992 [ 274 ] {8b2b3d61-f95f-4738-8f39-3b2a863a7d94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.310392 [ 274 ] {8b2b3d61-f95f-4738-8f39-3b2a863a7d94} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:27.310651 [ 274 ] {8b2b3d61-f95f-4738-8f39-3b2a863a7d94} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.310795 [ 274 ] {8b2b3d61-f95f-4738-8f39-3b2a863a7d94} executeQuery: Read 284 rows, 18.47 KiB in 0.001735 sec., 163688.76080691643 rows/sec., 10.40 MiB/sec. 2026.03.18 22:13:27.310838 [ 274 ] {8b2b3d61-f95f-4738-8f39-3b2a863a7d94} TCPHandler: Processed in 0.002066674 sec. 2026.03.18 22:13:27.310970 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.311067 [ 274 ] {0117d8f9-c660-43da-bd42-1970f404b636} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:27.311108 [ 274 ] {0117d8f9-c660-43da-bd42-1970f404b636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:27.311793 [ 274 ] {0117d8f9-c660-43da-bd42-1970f404b636} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.311833 [ 274 ] {0117d8f9-c660-43da-bd42-1970f404b636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.312192 [ 274 ] {0117d8f9-c660-43da-bd42-1970f404b636} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:27.312402 [ 274 ] {0117d8f9-c660-43da-bd42-1970f404b636} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.312535 [ 274 ] {0117d8f9-c660-43da-bd42-1970f404b636} executeQuery: Read 793 rows, 63.12 KiB in 0.00149 sec., 532214.7651006711 rows/sec., 41.37 MiB/sec. 2026.03.18 22:13:27.312572 [ 274 ] {0117d8f9-c660-43da-bd42-1970f404b636} TCPHandler: Processed in 0.001652879 sec. 2026.03.18 22:13:27.312688 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.312782 [ 274 ] {609db033-b919-4702-a04a-d92c996a2595} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.312822 [ 274 ] {609db033-b919-4702-a04a-d92c996a2595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:13:27.313247 [ 274 ] {609db033-b919-4702-a04a-d92c996a2595} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.313282 [ 274 ] {609db033-b919-4702-a04a-d92c996a2595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.313582 [ 274 ] {609db033-b919-4702-a04a-d92c996a2595} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:27.313795 [ 274 ] {609db033-b919-4702-a04a-d92c996a2595} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.313931 [ 274 ] {609db033-b919-4702-a04a-d92c996a2595} executeQuery: Read 142 rows, 8.54 KiB in 0.001168 sec., 121575.34246575342 rows/sec., 7.14 MiB/sec. 2026.03.18 22:13:27.313968 [ 274 ] {609db033-b919-4702-a04a-d92c996a2595} TCPHandler: Processed in 0.001329115 sec. 2026.03.18 22:13:27.314088 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.314181 [ 274 ] {060fb15c-c215-4853-98f5-f15be851246e} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.314221 [ 274 ] {060fb15c-c215-4853-98f5-f15be851246e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 22:13:27.314741 [ 274 ] {060fb15c-c215-4853-98f5-f15be851246e} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.314789 [ 274 ] {060fb15c-c215-4853-98f5-f15be851246e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.315162 [ 274 ] {060fb15c-c215-4853-98f5-f15be851246e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:27.315391 [ 274 ] {060fb15c-c215-4853-98f5-f15be851246e} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.315514 [ 274 ] {060fb15c-c215-4853-98f5-f15be851246e} executeQuery: Read 149 rows, 9.86 KiB in 0.001351 sec., 110288.67505551444 rows/sec., 7.13 MiB/sec. 2026.03.18 22:13:27.315577 [ 274 ] {060fb15c-c215-4853-98f5-f15be851246e} TCPHandler: Processed in 0.001538378 sec. 2026.03.18 22:13:27.315700 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.315801 [ 274 ] {be488c05-6bbb-4d51-a9d7-ab0852458655} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.315842 [ 274 ] {be488c05-6bbb-4d51-a9d7-ab0852458655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 22:13:27.316260 [ 274 ] {be488c05-6bbb-4d51-a9d7-ab0852458655} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.316293 [ 274 ] {be488c05-6bbb-4d51-a9d7-ab0852458655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.316574 [ 274 ] {be488c05-6bbb-4d51-a9d7-ab0852458655} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:27.316769 [ 274 ] {be488c05-6bbb-4d51-a9d7-ab0852458655} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.316896 [ 274 ] {be488c05-6bbb-4d51-a9d7-ab0852458655} executeQuery: Read 148 rows, 8.62 KiB in 0.001175 sec., 125957.44680851063 rows/sec., 7.16 MiB/sec. 2026.03.18 22:13:27.317020 [ 274 ] {be488c05-6bbb-4d51-a9d7-ab0852458655} TCPHandler: Processed in 0.001370236 sec. 2026.03.18 22:13:27.317147 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.317243 [ 274 ] {b1ea97b7-4da4-4ca1-95a7-42dec8ec05c7} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:27.317282 [ 274 ] {b1ea97b7-4da4-4ca1-95a7-42dec8ec05c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:27.317813 [ 274 ] {b1ea97b7-4da4-4ca1-95a7-42dec8ec05c7} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.317848 [ 274 ] {b1ea97b7-4da4-4ca1-95a7-42dec8ec05c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.318162 [ 274 ] {b1ea97b7-4da4-4ca1-95a7-42dec8ec05c7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:27.318371 [ 274 ] {b1ea97b7-4da4-4ca1-95a7-42dec8ec05c7} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.318493 [ 274 ] {b1ea97b7-4da4-4ca1-95a7-42dec8ec05c7} executeQuery: Read 482 rows, 34.54 KiB in 0.001269 sec., 379826.6351457841 rows/sec., 26.58 MiB/sec. 2026.03.18 22:13:27.318529 [ 274 ] {b1ea97b7-4da4-4ca1-95a7-42dec8ec05c7} TCPHandler: Processed in 0.001431586 sec. 2026.03.18 22:13:27.318643 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.318736 [ 274 ] {ac1a39a4-1b44-48f0-8f3e-b6260d663705} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 22:13:27.318777 [ 274 ] {ac1a39a4-1b44-48f0-8f3e-b6260d663705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 22:13:27.319111 [ 274 ] {ac1a39a4-1b44-48f0-8f3e-b6260d663705} oximeter.measurements_bool (5e114b37-2f6a-4ddf-be2d-6bcc94b69749): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.319147 [ 274 ] {ac1a39a4-1b44-48f0-8f3e-b6260d663705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.319441 [ 274 ] {ac1a39a4-1b44-48f0-8f3e-b6260d663705} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:27.319644 [ 274 ] {ac1a39a4-1b44-48f0-8f3e-b6260d663705} oximeter.measurements_bool (5e114b37-2f6a-4ddf-be2d-6bcc94b69749): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.319764 [ 274 ] {ac1a39a4-1b44-48f0-8f3e-b6260d663705} executeQuery: Read 6 rows, 321.00 B in 0.001046 sec., 5736.137667304015 rows/sec., 299.69 KiB/sec. 2026.03.18 22:13:27.319799 [ 274 ] {ac1a39a4-1b44-48f0-8f3e-b6260d663705} TCPHandler: Processed in 0.001205444 sec. 2026.03.18 22:13:27.319922 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.320017 [ 274 ] {c43227b0-9684-406d-a7e0-65ce7757a982} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.320059 [ 274 ] {c43227b0-9684-406d-a7e0-65ce7757a982} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:27.320455 [ 274 ] {c43227b0-9684-406d-a7e0-65ce7757a982} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.320491 [ 274 ] {c43227b0-9684-406d-a7e0-65ce7757a982} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.320818 [ 274 ] {c43227b0-9684-406d-a7e0-65ce7757a982} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:27.321025 [ 274 ] {c43227b0-9684-406d-a7e0-65ce7757a982} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.321148 [ 274 ] {c43227b0-9684-406d-a7e0-65ce7757a982} executeQuery: Read 255 rows, 17.27 KiB in 0.001151 sec., 221546.4813205908 rows/sec., 14.65 MiB/sec. 2026.03.18 22:13:27.321184 [ 274 ] {c43227b0-9684-406d-a7e0-65ce7757a982} TCPHandler: Processed in 0.001315845 sec. 2026.03.18 22:13:27.321306 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.321402 [ 274 ] {1ac34a6c-ca1e-472a-8f68-952a099cfc93} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.321443 [ 274 ] {1ac34a6c-ca1e-472a-8f68-952a099cfc93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 22:13:27.321755 [ 274 ] {1ac34a6c-ca1e-472a-8f68-952a099cfc93} oximeter.measurements_f64 (8e40be01-21f1-4c34-911f-7f35f7ad2aa5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.321789 [ 274 ] {1ac34a6c-ca1e-472a-8f68-952a099cfc93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.322086 [ 274 ] {1ac34a6c-ca1e-472a-8f68-952a099cfc93} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:27.322293 [ 274 ] {1ac34a6c-ca1e-472a-8f68-952a099cfc93} oximeter.measurements_f64 (8e40be01-21f1-4c34-911f-7f35f7ad2aa5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.322415 [ 274 ] {1ac34a6c-ca1e-472a-8f68-952a099cfc93} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2026.03.18 22:13:27.322451 [ 274 ] {1ac34a6c-ca1e-472a-8f68-952a099cfc93} TCPHandler: Processed in 0.001195264 sec. 2026.03.18 22:13:27.322565 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.322658 [ 274 ] {3cfe4053-8d19-4970-a8d1-1cd954561bb6} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.322698 [ 274 ] {3cfe4053-8d19-4970-a8d1-1cd954561bb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:27.323042 [ 274 ] {3cfe4053-8d19-4970-a8d1-1cd954561bb6} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.323079 [ 274 ] {3cfe4053-8d19-4970-a8d1-1cd954561bb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.323404 [ 274 ] {3cfe4053-8d19-4970-a8d1-1cd954561bb6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:27.323613 [ 274 ] {3cfe4053-8d19-4970-a8d1-1cd954561bb6} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.323736 [ 274 ] {3cfe4053-8d19-4970-a8d1-1cd954561bb6} executeQuery: Read 80 rows, 5.14 KiB in 0.001096 sec., 72992.700729927 rows/sec., 4.58 MiB/sec. 2026.03.18 22:13:27.323772 [ 274 ] {3cfe4053-8d19-4970-a8d1-1cd954561bb6} TCPHandler: Processed in 0.001256045 sec. 2026.03.18 22:13:27.613351 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.613581 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.613928 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.613965 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:27.614221 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.614287 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.614425 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.18 22:13:27.614541 [ 313 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.614541 [ 284 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.614669 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.614696 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.617072 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.617098 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.617153 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.617198 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.618177 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} executeQuery: Read 39 rows, 1.46 KiB in 0.004692 sec., 8312.020460358057 rows/sec., 311.37 KiB/sec. 2026.03.18 22:13:27.618289 [ 274 ] {b45555a0-c59f-48d2-b418-3c57b31ae735} TCPHandler: Processed in 0.005064769 sec. 2026.03.18 22:13:27.618555 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.618695 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.618915 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.618951 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} 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', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:27.619162 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.619215 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.619319 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.18 22:13:27.619392 [ 284 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.619402 [ 330 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.619509 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.619534 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.619587 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.619604 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.619633 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} 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', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.619669 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} 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', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.620232 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} executeQuery: Read 39 rows, 1.46 KiB in 0.001596 sec., 24436.09022556391 rows/sec., 915.37 KiB/sec. 2026.03.18 22:13:27.620340 [ 274 ] {b70bdeb5-3b25-40f8-af5c-888a3ada3b8d} TCPHandler: Processed in 0.001836791 sec. 2026.03.18 22:13:27.620560 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.620696 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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', '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_table:capacity', 'switch_table: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.03.18 22:13:27.620912 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.620947 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} 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', '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_table:capacity', 'switch_table: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.03.18 22:13:27.621166 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.621228 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.621337 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.18 22:13:27.621431 [ 313 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.621434 [ 284 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.621567 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.621615 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.621714 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.621745 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.621801 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} 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', '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_table:capacity', 'switch_table: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.03.18 22:13:27.621875 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} 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', '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_table:capacity', 'switch_table: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.03.18 22:13:27.623091 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} executeQuery: Read 39 rows, 1.46 KiB in 0.002452 sec., 15905.383360522022 rows/sec., 595.81 KiB/sec. 2026.03.18 22:13:27.623208 [ 274 ] {9db44e4d-565c-4ad6-a803-d499c29b95f1} TCPHandler: Processed in 0.002696691 sec. 2026.03.18 22:13:27.623480 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.623627 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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', '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') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.623859 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.623896 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} 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', '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')" moved to PREWHERE 2026.03.18 22:13:27.624125 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.624182 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.624303 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.18 22:13:27.624378 [ 332 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.624393 [ 330 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.624505 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.624531 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.624587 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.624605 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.624636 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} 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', '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'))" 2026.03.18 22:13:27.624668 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} 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', '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'))" 2026.03.18 22:13:27.625435 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} executeQuery: Read 39 rows, 1.46 KiB in 0.001869 sec., 20866.77367576244 rows/sec., 781.67 KiB/sec. 2026.03.18 22:13:27.625549 [ 274 ] {e25271ac-8824-44b8-b1ca-c825742f6d12} TCPHandler: Processed in 0.002132955 sec. 2026.03.18 22:13:27.625849 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.625990 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.626220 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.626258 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} 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')" moved to PREWHERE 2026.03.18 22:13:27.626472 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.626526 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.626627 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.18 22:13:27.626699 [ 313 ] {97900240-707e-4741-83b6-cf22d882e3e0} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.626705 [ 330 ] {97900240-707e-4741-83b6-cf22d882e3e0} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.626803 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.626830 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.626884 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.626902 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.626933 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} 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'))" 2026.03.18 22:13:27.626964 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} 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'))" 2026.03.18 22:13:27.627611 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} executeQuery: Read 39 rows, 1.46 KiB in 0.001681 sec., 23200.475907198095 rows/sec., 869.09 KiB/sec. 2026.03.18 22:13:27.627713 [ 274 ] {97900240-707e-4741-83b6-cf22d882e3e0} TCPHandler: Processed in 0.001915442 sec. 2026.03.18 22:13:27.627972 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.628115 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.628340 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.628378 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} 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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:27.628591 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.628645 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.628747 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.18 22:13:27.628811 [ 317 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.628816 [ 330 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.628911 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.628937 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.628992 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.629010 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.629041 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} 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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.629072 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} 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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.629743 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} executeQuery: Read 39 rows, 1.46 KiB in 0.001686 sec., 23131.67259786477 rows/sec., 866.51 KiB/sec. 2026.03.18 22:13:27.629861 [ 274 ] {d461afb0-b61a-4baf-94d1-b9c479b8cf19} TCPHandler: Processed in 0.001942743 sec. 2026.03.18 22:13:27.630108 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.630249 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.630474 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.630511 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:27.630724 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.630778 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.630875 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.18 22:13:27.630939 [ 326 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.630947 [ 313 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.631066 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.631092 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.631146 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.631163 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.631194 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.631223 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.632058 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} executeQuery: Read 39 rows, 1.46 KiB in 0.001869 sec., 20866.77367576244 rows/sec., 781.67 KiB/sec. 2026.03.18 22:13:27.632143 [ 274 ] {7a75c006-24ee-483c-ae5e-e2002f22cd31} TCPHandler: Processed in 0.002085714 sec. 2026.03.18 22:13:27.632423 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.632561 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.632784 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.632833 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:27.633055 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.633107 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.633213 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.18 22:13:27.633274 [ 315 ] {90281603-1113-4b6c-bc1c-e09f65af9448} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.633292 [ 330 ] {90281603-1113-4b6c-bc1c-e09f65af9448} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.633385 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.633411 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.633469 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.633486 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.633518 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.633555 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.634175 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} executeQuery: Read 39 rows, 1.46 KiB in 0.001671 sec., 23339.317773788152 rows/sec., 874.29 KiB/sec. 2026.03.18 22:13:27.634268 [ 274 ] {90281603-1113-4b6c-bc1c-e09f65af9448} TCPHandler: Processed in 0.001896162 sec. 2026.03.18 22:13:27.634560 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.634710 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.634956 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.635042 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:27.635304 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.635359 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.635477 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.18 22:13:27.635544 [ 315 ] {3290e761-6c00-44fd-b973-6184bdc034fd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.635562 [ 330 ] {3290e761-6c00-44fd-b973-6184bdc034fd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.635648 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.635672 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.635727 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.635744 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.635774 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.635804 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.636372 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} executeQuery: Read 39 rows, 1.46 KiB in 0.001725 sec., 22608.695652173912 rows/sec., 846.92 KiB/sec. 2026.03.18 22:13:27.636440 [ 274 ] {3290e761-6c00-44fd-b973-6184bdc034fd} TCPHandler: Processed in 0.001938413 sec. 2026.03.18 22:13:27.636690 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.636827 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} executeQuery: (from [fd00:1122:3344:101::d]:48100) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:27.637059 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:27.637096 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:27.637310 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.637362 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:27.637460 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.18 22:13:27.637513 [ 335 ] {547eb202-1648-4f82-89fb-563153065cb3} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:27.637515 [ 315 ] {547eb202-1648-4f82-89fb-563153065cb3} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:27.637589 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (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.03.18 22:13:27.637609 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:27.637662 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:27.637678 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 39 rows with 2 streams 2026.03.18 22:13:27.637708 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.637737 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:27.638316 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} executeQuery: Read 39 rows, 1.46 KiB in 0.001549 sec., 25177.533892834086 rows/sec., 943.15 KiB/sec. 2026.03.18 22:13:27.638403 [ 274 ] {547eb202-1648-4f82-89fb-563153065cb3} TCPHandler: Processed in 0.001760541 sec. 2026.03.18 22:13:27.697303 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.697437 [ 274 ] {b3d49d06-d7c9-4efc-a7ae-711be32f94bb} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 22:13:27.697491 [ 274 ] {b3d49d06-d7c9-4efc-a7ae-711be32f94bb} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:27.698118 [ 274 ] {b3d49d06-d7c9-4efc-a7ae-711be32f94bb} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.698162 [ 274 ] {b3d49d06-d7c9-4efc-a7ae-711be32f94bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.698577 [ 274 ] {b3d49d06-d7c9-4efc-a7ae-711be32f94bb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:27.698795 [ 274 ] {b3d49d06-d7c9-4efc-a7ae-711be32f94bb} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.698936 [ 274 ] {b3d49d06-d7c9-4efc-a7ae-711be32f94bb} executeQuery: Read 10 rows, 3.35 KiB in 0.001537 sec., 6506.180871828237 rows/sec., 2.13 MiB/sec. 2026.03.18 22:13:27.698983 [ 274 ] {b3d49d06-d7c9-4efc-a7ae-711be32f94bb} TCPHandler: Processed in 0.001765401 sec. 2026.03.18 22:13:27.699120 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.699215 [ 274 ] {06ed70b3-041d-424b-accb-f8509ad36790} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.699254 [ 274 ] {06ed70b3-041d-424b-accb-f8509ad36790} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 22:13:27.699684 [ 274 ] {06ed70b3-041d-424b-accb-f8509ad36790} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.699719 [ 274 ] {06ed70b3-041d-424b-accb-f8509ad36790} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.700008 [ 274 ] {06ed70b3-041d-424b-accb-f8509ad36790} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:27.700216 [ 274 ] {06ed70b3-041d-424b-accb-f8509ad36790} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.700339 [ 274 ] {06ed70b3-041d-424b-accb-f8509ad36790} executeQuery: Read 24 rows, 2.04 KiB in 0.001143 sec., 20997.375328083992 rows/sec., 1.74 MiB/sec. 2026.03.18 22:13:27.700381 [ 274 ] {06ed70b3-041d-424b-accb-f8509ad36790} TCPHandler: Processed in 0.001311175 sec. 2026.03.18 22:13:27.700501 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.700595 [ 274 ] {d61e9f4c-5659-4b85-b88f-753aed53a8fe} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 22:13:27.700635 [ 274 ] {d61e9f4c-5659-4b85-b88f-753aed53a8fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 22:13:27.701021 [ 274 ] {d61e9f4c-5659-4b85-b88f-753aed53a8fe} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.701056 [ 274 ] {d61e9f4c-5659-4b85-b88f-753aed53a8fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.701330 [ 274 ] {d61e9f4c-5659-4b85-b88f-753aed53a8fe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:27.701535 [ 274 ] {d61e9f4c-5659-4b85-b88f-753aed53a8fe} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.701658 [ 274 ] {d61e9f4c-5659-4b85-b88f-753aed53a8fe} executeQuery: Read 2 rows, 167.00 B in 0.001081 sec., 1850.1387604070308 rows/sec., 150.87 KiB/sec. 2026.03.18 22:13:27.701700 [ 274 ] {d61e9f4c-5659-4b85-b88f-753aed53a8fe} TCPHandler: Processed in 0.001248855 sec. 2026.03.18 22:13:27.701812 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.701904 [ 274 ] {742bedea-16c4-4abb-8248-6092710ea50a} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:27.701942 [ 274 ] {742bedea-16c4-4abb-8248-6092710ea50a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:27.703488 [ 274 ] {742bedea-16c4-4abb-8248-6092710ea50a} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.703523 [ 274 ] {742bedea-16c4-4abb-8248-6092710ea50a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.703936 [ 274 ] {742bedea-16c4-4abb-8248-6092710ea50a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:13:27.704145 [ 274 ] {742bedea-16c4-4abb-8248-6092710ea50a} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.704269 [ 274 ] {742bedea-16c4-4abb-8248-6092710ea50a} executeQuery: Read 2127 rows, 166.40 KiB in 0.002383 sec., 892572.3877465379 rows/sec., 68.19 MiB/sec. 2026.03.18 22:13:27.704312 [ 274 ] {742bedea-16c4-4abb-8248-6092710ea50a} TCPHandler: Processed in 0.002548659 sec. 2026.03.18 22:13:27.704430 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.704523 [ 274 ] {b65fa512-bded-4706-8e4c-26bd74998b98} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.704562 [ 274 ] {b65fa512-bded-4706-8e4c-26bd74998b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:13:27.704987 [ 274 ] {b65fa512-bded-4706-8e4c-26bd74998b98} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.705028 [ 274 ] {b65fa512-bded-4706-8e4c-26bd74998b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.705330 [ 274 ] {b65fa512-bded-4706-8e4c-26bd74998b98} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:27.705537 [ 274 ] {b65fa512-bded-4706-8e4c-26bd74998b98} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.705627 [ 102 ] {} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:27.705658 [ 274 ] {b65fa512-bded-4706-8e4c-26bd74998b98} executeQuery: Read 58 rows, 4.41 KiB in 0.001153 sec., 50303.55594102342 rows/sec., 3.73 MiB/sec. 2026.03.18 22:13:27.705666 [ 102 ] {} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.705697 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.705701 [ 274 ] {b65fa512-bded-4706-8e4c-26bd74998b98} TCPHandler: Processed in 0.001320295 sec. 2026.03.18 22:13:27.705820 [ 201 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::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.03.18 22:13:27.705827 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.705964 [ 274 ] {dfa95df9-e89b-4414-9229-a5511c5d0d3e} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.705976 [ 201 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:27.706003 [ 274 ] {dfa95df9-e89b-4414-9229-a5511c5d0d3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 22:13:27.706021 [ 201 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 35 rows starting from the beginning of the part 2026.03.18 22:13:27.706142 [ 201 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part 2026.03.18 22:13:27.706233 [ 201 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 146 rows starting from the beginning of the part 2026.03.18 22:13:27.706309 [ 201 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part 2026.03.18 22:13:27.706386 [ 201 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 142 rows starting from the beginning of the part 2026.03.18 22:13:27.706447 [ 201 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part 2026.03.18 22:13:27.706677 [ 274 ] {dfa95df9-e89b-4414-9229-a5511c5d0d3e} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.706718 [ 274 ] {dfa95df9-e89b-4414-9229-a5511c5d0d3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.707065 [ 274 ] {dfa95df9-e89b-4414-9229-a5511c5d0d3e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:27.707302 [ 274 ] {dfa95df9-e89b-4414-9229-a5511c5d0d3e} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.707409 [ 191 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 447 rows, containing 5 columns (5 merged, 0 gathered) in 0.001645519 sec., 271646.81781249563 rows/sec., 18.44 MiB/sec. 2026.03.18 22:13:27.707426 [ 274 ] {dfa95df9-e89b-4414-9229-a5511c5d0d3e} executeQuery: Read 732 rows, 44.33 KiB in 0.00148 sec., 494594.5945945946 rows/sec., 29.25 MiB/sec. 2026.03.18 22:13:27.707489 [ 274 ] {dfa95df9-e89b-4414-9229-a5511c5d0d3e} TCPHandler: Processed in 0.00171055 sec. 2026.03.18 22:13:27.707607 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.707623 [ 186 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:27.707701 [ 274 ] {43aa85c2-96fb-49ba-b260-5457731d50bc} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.707740 [ 274 ] {43aa85c2-96fb-49ba-b260-5457731d50bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 22:13:27.707914 [ 186 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.707981 [ 186 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_6_1} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:27.708056 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 22:13:27.708124 [ 274 ] {43aa85c2-96fb-49ba-b260-5457731d50bc} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.708158 [ 274 ] {43aa85c2-96fb-49ba-b260-5457731d50bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.708443 [ 274 ] {43aa85c2-96fb-49ba-b260-5457731d50bc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 22:13:27.708661 [ 274 ] {43aa85c2-96fb-49ba-b260-5457731d50bc} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.708783 [ 274 ] {43aa85c2-96fb-49ba-b260-5457731d50bc} executeQuery: Read 1 rows, 72.00 B in 0.0011 sec., 909.090909090909 rows/sec., 63.92 KiB/sec. 2026.03.18 22:13:27.708820 [ 274 ] {43aa85c2-96fb-49ba-b260-5457731d50bc} TCPHandler: Processed in 0.001262744 sec. 2026.03.18 22:13:27.708934 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.709025 [ 274 ] {5b8c0eb0-92ed-4ab2-a777-a82da58518b5} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.709062 [ 274 ] {5b8c0eb0-92ed-4ab2-a777-a82da58518b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 22:13:27.709445 [ 274 ] {5b8c0eb0-92ed-4ab2-a777-a82da58518b5} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.709477 [ 274 ] {5b8c0eb0-92ed-4ab2-a777-a82da58518b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.709755 [ 274 ] {5b8c0eb0-92ed-4ab2-a777-a82da58518b5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:27.710014 [ 274 ] {5b8c0eb0-92ed-4ab2-a777-a82da58518b5} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.710134 [ 274 ] {5b8c0eb0-92ed-4ab2-a777-a82da58518b5} executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. 2026.03.18 22:13:27.710169 [ 274 ] {5b8c0eb0-92ed-4ab2-a777-a82da58518b5} TCPHandler: Processed in 0.001284315 sec. 2026.03.18 22:13:27.710280 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.710372 [ 274 ] {fc152031-7f9c-4071-bdb9-358190d3fa01} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:27.710411 [ 274 ] {fc152031-7f9c-4071-bdb9-358190d3fa01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:27.711239 [ 274 ] {fc152031-7f9c-4071-bdb9-358190d3fa01} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.711274 [ 274 ] {fc152031-7f9c-4071-bdb9-358190d3fa01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.711620 [ 274 ] {fc152031-7f9c-4071-bdb9-358190d3fa01} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:13:27.711828 [ 274 ] {fc152031-7f9c-4071-bdb9-358190d3fa01} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.711950 [ 274 ] {fc152031-7f9c-4071-bdb9-358190d3fa01} executeQuery: Read 1082 rows, 77.29 KiB in 0.001595 sec., 678369.9059561128 rows/sec., 47.32 MiB/sec. 2026.03.18 22:13:27.711986 [ 274 ] {fc152031-7f9c-4071-bdb9-358190d3fa01} TCPHandler: Processed in 0.00175428 sec. 2026.03.18 22:13:27.712102 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.712196 [ 274 ] {a22f467d-af21-4350-b6ff-3d10ba560458} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.712238 [ 274 ] {a22f467d-af21-4350-b6ff-3d10ba560458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:27.712901 [ 274 ] {a22f467d-af21-4350-b6ff-3d10ba560458} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.712934 [ 274 ] {a22f467d-af21-4350-b6ff-3d10ba560458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.713347 [ 274 ] {a22f467d-af21-4350-b6ff-3d10ba560458} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:13:27.713555 [ 274 ] {a22f467d-af21-4350-b6ff-3d10ba560458} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.713677 [ 274 ] {a22f467d-af21-4350-b6ff-3d10ba560458} executeQuery: Read 1446 rows, 96.91 KiB in 0.0015 sec., 964000 rows/sec., 63.10 MiB/sec. 2026.03.18 22:13:27.713712 [ 274 ] {a22f467d-af21-4350-b6ff-3d10ba560458} TCPHandler: Processed in 0.001658979 sec. 2026.03.18 22:13:27.713822 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.713915 [ 274 ] {2484b667-1400-41ac-87c0-7ab101647a03} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.713968 [ 274 ] {2484b667-1400-41ac-87c0-7ab101647a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:13:27.714768 [ 274 ] {2484b667-1400-41ac-87c0-7ab101647a03} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.714802 [ 274 ] {2484b667-1400-41ac-87c0-7ab101647a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.715352 [ 274 ] {2484b667-1400-41ac-87c0-7ab101647a03} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:27.715585 [ 274 ] {2484b667-1400-41ac-87c0-7ab101647a03} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.715716 [ 274 ] {2484b667-1400-41ac-87c0-7ab101647a03} executeQuery: Read 44 rows, 80.74 KiB in 0.001819 sec., 24189.114898295767 rows/sec., 43.35 MiB/sec. 2026.03.18 22:13:27.715766 [ 274 ] {2484b667-1400-41ac-87c0-7ab101647a03} TCPHandler: Processed in 0.001993933 sec. 2026.03.18 22:13:27.715878 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:27.715979 [ 274 ] {2a83ba7e-172c-4cfc-b989-18538c961a60} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:27.716023 [ 274 ] {2a83ba7e-172c-4cfc-b989-18538c961a60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:27.716353 [ 274 ] {2a83ba7e-172c-4cfc-b989-18538c961a60} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:27.716389 [ 274 ] {2a83ba7e-172c-4cfc-b989-18538c961a60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:27.716693 [ 274 ] {2a83ba7e-172c-4cfc-b989-18538c961a60} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:13:27.716900 [ 274 ] {2a83ba7e-172c-4cfc-b989-18538c961a60} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:27.717026 [ 274 ] {2a83ba7e-172c-4cfc-b989-18538c961a60} executeQuery: Read 12 rows, 848.00 B in 0.001066 sec., 11257.035647279548 rows/sec., 776.85 KiB/sec. 2026.03.18 22:13:27.717062 [ 274 ] {2a83ba7e-172c-4cfc-b989-18538c961a60} TCPHandler: Processed in 0.001235334 sec. 2026.03.18 22:13:28.000246 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 184.26 MiB, peak 187.01 MiB, free memory in arenas 0.00 B, will set to 182.42 MiB (RSS), difference: -1.84 MiB 2026.03.18 22:13:29.470811 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3417 2026.03.18 22:13:29.471576 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:29.471652 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:29.472207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:29.472429 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:29.472553 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3417 2026.03.18 22:13:29.642466 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.18 22:13:29.661760 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:29.661839 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:29.670736 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:29.671457 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:29.674841 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.18 22:13:32.301059 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:32.301232 [ 274 ] {3011a982-563d-4696-9410-1ab460c9817a} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:32.301295 [ 274 ] {3011a982-563d-4696-9410-1ab460c9817a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:32.302211 [ 274 ] {3011a982-563d-4696-9410-1ab460c9817a} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:32.302259 [ 274 ] {3011a982-563d-4696-9410-1ab460c9817a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:32.302659 [ 274 ] {3011a982-563d-4696-9410-1ab460c9817a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:13:32.302881 [ 274 ] {3011a982-563d-4696-9410-1ab460c9817a} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:32.303028 [ 274 ] {3011a982-563d-4696-9410-1ab460c9817a} executeQuery: Read 56 rows, 4.38 KiB in 0.001843 sec., 30385.24145415084 rows/sec., 2.32 MiB/sec. 2026.03.18 22:13:32.303076 [ 274 ] {3011a982-563d-4696-9410-1ab460c9817a} TCPHandler: Processed in 0.002139285 sec. 2026.03.18 22:13:32.303208 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:32.303302 [ 274 ] {318816b9-a559-4efd-9b9d-6af89ac44db2} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:32.303343 [ 274 ] {318816b9-a559-4efd-9b9d-6af89ac44db2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:32.303761 [ 274 ] {318816b9-a559-4efd-9b9d-6af89ac44db2} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:32.303822 [ 274 ] {318816b9-a559-4efd-9b9d-6af89ac44db2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:32.304116 [ 274 ] {318816b9-a559-4efd-9b9d-6af89ac44db2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:13:32.304322 [ 274 ] {318816b9-a559-4efd-9b9d-6af89ac44db2} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:32.304447 [ 274 ] {318816b9-a559-4efd-9b9d-6af89ac44db2} executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. 2026.03.18 22:13:32.304491 [ 274 ] {318816b9-a559-4efd-9b9d-6af89ac44db2} TCPHandler: Processed in 0.001333906 sec. 2026.03.18 22:13:32.304607 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:32.304699 [ 274 ] {849b6d8b-db95-41d0-8fd0-3042f17798dd} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:32.304742 [ 274 ] {849b6d8b-db95-41d0-8fd0-3042f17798dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:32.305142 [ 274 ] {849b6d8b-db95-41d0-8fd0-3042f17798dd} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:32.305178 [ 274 ] {849b6d8b-db95-41d0-8fd0-3042f17798dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:32.305487 [ 274 ] {849b6d8b-db95-41d0-8fd0-3042f17798dd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:13:32.305706 [ 274 ] {849b6d8b-db95-41d0-8fd0-3042f17798dd} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:32.305826 [ 274 ] {849b6d8b-db95-41d0-8fd0-3042f17798dd} executeQuery: Read 128 rows, 9.13 KiB in 0.001145 sec., 111790.39301310045 rows/sec., 7.79 MiB/sec. 2026.03.18 22:13:32.305868 [ 274 ] {849b6d8b-db95-41d0-8fd0-3042f17798dd} TCPHandler: Processed in 0.001309806 sec. 2026.03.18 22:13:32.305985 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:32.306076 [ 274 ] {ff4ce6d3-70de-429f-ae90-09c74ec7ea65} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:32.306118 [ 274 ] {ff4ce6d3-70de-429f-ae90-09c74ec7ea65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:32.306457 [ 274 ] {ff4ce6d3-70de-429f-ae90-09c74ec7ea65} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:32.306494 [ 274 ] {ff4ce6d3-70de-429f-ae90-09c74ec7ea65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:32.306786 [ 274 ] {ff4ce6d3-70de-429f-ae90-09c74ec7ea65} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:13:32.306990 [ 274 ] {ff4ce6d3-70de-429f-ae90-09c74ec7ea65} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:32.307119 [ 274 ] {ff4ce6d3-70de-429f-ae90-09c74ec7ea65} executeQuery: Read 48 rows, 3.31 KiB in 0.001062 sec., 45197.74011299435 rows/sec., 3.05 MiB/sec. 2026.03.18 22:13:32.307160 [ 274 ] {ff4ce6d3-70de-429f-ae90-09c74ec7ea65} TCPHandler: Processed in 0.001223655 sec. 2026.03.18 22:13:36.878466 [ 86 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:13:36.878580 [ 86 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:13:36.972673 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3865 2026.03.18 22:13:36.973039 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 332 2026.03.18 22:13:36.973157 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:36.973198 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:36.973725 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:13:36.973958 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:36.974084 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3865 2026.03.18 22:13:36.975950 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:36.975991 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:36.977185 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:36.977445 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:36.977571 [ 86 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:36.977606 [ 86 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:36.977625 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:36.977688 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 332 2026.03.18 22:13:36.977758 [ 201 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::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.03.18 22:13:36.978453 [ 201 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:36.978660 [ 201 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::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.03.18 22:13:36.979103 [ 201 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::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.03.18 22:13:36.979518 [ 201 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 84 rows starting from the beginning of the part 2026.03.18 22:13:36.979909 [ 201 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2026.03.18 22:13:36.980291 [ 201 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.03.18 22:13:36.980663 [ 201 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part 2026.03.18 22:13:36.987245 [ 191 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 72 columns (72 merged, 0 gathered) in 0.00954924 sec., 34767.16471677327 rows/sec., 37.72 MiB/sec. 2026.03.18 22:13:36.987955 [ 193 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:36.988510 [ 193 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:36.988583 [ 193 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_6_1} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:36.988722 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2026.03.18 22:13:37.174955 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.18 22:13:37.192329 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:37.192390 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:37.198437 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:13:37.199414 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:37.202613 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.18 22:13:37.302158 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:37.302417 [ 274 ] {767022cd-bdb4-423d-90ba-983df7110ca5} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:37.302514 [ 274 ] {767022cd-bdb4-423d-90ba-983df7110ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:37.303218 [ 274 ] {767022cd-bdb4-423d-90ba-983df7110ca5} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:37.303255 [ 274 ] {767022cd-bdb4-423d-90ba-983df7110ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:37.303616 [ 274 ] {767022cd-bdb4-423d-90ba-983df7110ca5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:13:37.303832 [ 274 ] {767022cd-bdb4-423d-90ba-983df7110ca5} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:37.303975 [ 274 ] {767022cd-bdb4-423d-90ba-983df7110ca5} executeQuery: Read 56 rows, 4.38 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.62 MiB/sec. 2026.03.18 22:13:37.304015 [ 274 ] {767022cd-bdb4-423d-90ba-983df7110ca5} TCPHandler: Processed in 0.002011523 sec. 2026.03.18 22:13:37.304132 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:37.304226 [ 274 ] {09ba5ffe-bcee-4242-946a-ed3afb62937c} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:37.304266 [ 274 ] {09ba5ffe-bcee-4242-946a-ed3afb62937c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:37.304675 [ 274 ] {09ba5ffe-bcee-4242-946a-ed3afb62937c} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:37.304709 [ 274 ] {09ba5ffe-bcee-4242-946a-ed3afb62937c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:37.305011 [ 274 ] {09ba5ffe-bcee-4242-946a-ed3afb62937c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:13:37.305273 [ 274 ] {09ba5ffe-bcee-4242-946a-ed3afb62937c} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:37.305401 [ 274 ] {09ba5ffe-bcee-4242-946a-ed3afb62937c} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2026.03.18 22:13:37.305436 [ 274 ] {09ba5ffe-bcee-4242-946a-ed3afb62937c} TCPHandler: Processed in 0.001352776 sec. 2026.03.18 22:13:37.305553 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:37.305646 [ 274 ] {5bd8a117-507c-493e-9dde-effe8dc7f7ea} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:37.305689 [ 274 ] {5bd8a117-507c-493e-9dde-effe8dc7f7ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:37.306089 [ 274 ] {5bd8a117-507c-493e-9dde-effe8dc7f7ea} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:37.306123 [ 274 ] {5bd8a117-507c-493e-9dde-effe8dc7f7ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:37.306439 [ 274 ] {5bd8a117-507c-493e-9dde-effe8dc7f7ea} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:13:37.306649 [ 274 ] {5bd8a117-507c-493e-9dde-effe8dc7f7ea} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:37.306772 [ 274 ] {5bd8a117-507c-493e-9dde-effe8dc7f7ea} executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. 2026.03.18 22:13:37.306807 [ 274 ] {5bd8a117-507c-493e-9dde-effe8dc7f7ea} TCPHandler: Processed in 0.001303735 sec. 2026.03.18 22:13:37.306915 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:37.307008 [ 274 ] {56c98238-3fe9-4896-9e71-fb24bd74cb77} executeQuery: (from [fd00:1122:3344:101::d]:48100) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:37.307049 [ 274 ] {56c98238-3fe9-4896-9e71-fb24bd74cb77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:37.307374 [ 274 ] {56c98238-3fe9-4896-9e71-fb24bd74cb77} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:37.307407 [ 274 ] {56c98238-3fe9-4896-9e71-fb24bd74cb77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.03.18 22:13:37.307695 [ 274 ] {56c98238-3fe9-4896-9e71-fb24bd74cb77} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:13:37.307901 [ 274 ] {56c98238-3fe9-4896-9e71-fb24bd74cb77} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:37.308023 [ 274 ] {56c98238-3fe9-4896-9e71-fb24bd74cb77} executeQuery: Read 60 rows, 4.14 KiB in 0.001034 sec., 58027.07930367505 rows/sec., 3.91 MiB/sec. 2026.03.18 22:13:37.308057 [ 274 ] {56c98238-3fe9-4896-9e71-fb24bd74cb77} TCPHandler: Processed in 0.001192534 sec. 2026.03.18 22:13:41.267149 [ 274 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:41.267238 [ 274 ] {} TCP-Session: a3f1e7d5-afbc-4136-8bca-9be5d6810c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:42.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 183.41 MiB, peak 188.85 MiB, free memory in arenas 0.00 B, will set to 185.48 MiB (RSS), difference: 2.08 MiB 2026.03.18 22:13:42.303705 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:42.303953 [ 276 ] {68a483ba-4eb0-4fed-9441-cf9480ccbf8d} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:42.304015 [ 276 ] {68a483ba-4eb0-4fed-9441-cf9480ccbf8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:42.304761 [ 276 ] {68a483ba-4eb0-4fed-9441-cf9480ccbf8d} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.304803 [ 276 ] {68a483ba-4eb0-4fed-9441-cf9480ccbf8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.305193 [ 276 ] {68a483ba-4eb0-4fed-9441-cf9480ccbf8d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:13:42.305424 [ 276 ] {68a483ba-4eb0-4fed-9441-cf9480ccbf8d} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.305555 [ 80 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:13:42.305575 [ 276 ] {68a483ba-4eb0-4fed-9441-cf9480ccbf8d} executeQuery: Read 122 rows, 10.73 KiB in 0.001673 sec., 72922.89300657502 rows/sec., 6.26 MiB/sec. 2026.03.18 22:13:42.305624 [ 80 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.305635 [ 276 ] {68a483ba-4eb0-4fed-9441-cf9480ccbf8d} TCPHandler: Processed in 0.002106614 sec. 2026.03.18 22:13:42.305655 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.305777 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:42.305794 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::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.03.18 22:13:42.305874 [ 276 ] {f8455647-05ee-41cb-b29c-00fdd59f7fc2} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:13:42.305920 [ 276 ] {f8455647-05ee-41cb-b29c-00fdd59f7fc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:13:42.305943 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:42.305983 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2747 rows starting from the beginning of the part 2026.03.18 22:13:42.306056 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 793 rows starting from the beginning of the part 2026.03.18 22:13:42.306104 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2127 rows starting from the beginning of the part 2026.03.18 22:13:42.306149 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2026.03.18 22:13:42.306190 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.03.18 22:13:42.306228 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 122 rows starting from the beginning of the part 2026.03.18 22:13:42.306348 [ 276 ] {f8455647-05ee-41cb-b29c-00fdd59f7fc2} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.306390 [ 276 ] {f8455647-05ee-41cb-b29c-00fdd59f7fc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.306698 [ 276 ] {f8455647-05ee-41cb-b29c-00fdd59f7fc2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:42.306917 [ 276 ] {f8455647-05ee-41cb-b29c-00fdd59f7fc2} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.307053 [ 276 ] {f8455647-05ee-41cb-b29c-00fdd59f7fc2} executeQuery: Read 33 rows, 2.48 KiB in 0.001198 sec., 27545.90984974958 rows/sec., 2.02 MiB/sec. 2026.03.18 22:13:42.307089 [ 276 ] {f8455647-05ee-41cb-b29c-00fdd59f7fc2} TCPHandler: Processed in 0.001361885 sec. 2026.03.18 22:13:42.307377 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:42.307473 [ 276 ] {41976b54-8232-4c3e-bd6e-5f4484d4d5b1} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:42.307512 [ 276 ] {41976b54-8232-4c3e-bd6e-5f4484d4d5b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:42.308037 [ 276 ] {41976b54-8232-4c3e-bd6e-5f4484d4d5b1} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.308078 [ 276 ] {41976b54-8232-4c3e-bd6e-5f4484d4d5b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.308414 [ 276 ] {41976b54-8232-4c3e-bd6e-5f4484d4d5b1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:13:42.308635 [ 276 ] {41976b54-8232-4c3e-bd6e-5f4484d4d5b1} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.308739 [ 80 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:13:42.308766 [ 276 ] {41976b54-8232-4c3e-bd6e-5f4484d4d5b1} executeQuery: Read 97 rows, 7.76 KiB in 0.00131 sec., 74045.80152671757 rows/sec., 5.78 MiB/sec. 2026.03.18 22:13:42.308774 [ 80 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.308807 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.308810 [ 276 ] {41976b54-8232-4c3e-bd6e-5f4484d4d5b1} TCPHandler: Processed in 0.001643439 sec. 2026.03.18 22:13:42.308907 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::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.03.18 22:13:42.308948 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:42.308991 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:42.309019 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1491 rows starting from the beginning of the part 2026.03.18 22:13:42.309042 [ 276 ] {e04d4f31-6b4c-4ef7-8828-44dbb7d45c53} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:42.309075 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 482 rows starting from the beginning of the part 2026.03.18 22:13:42.309087 [ 276 ] {e04d4f31-6b4c-4ef7-8828-44dbb7d45c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:42.309115 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1082 rows starting from the beginning of the part 2026.03.18 22:13:42.309156 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2026.03.18 22:13:42.309196 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2026.03.18 22:13:42.309244 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 97 rows starting from the beginning of the part 2026.03.18 22:13:42.309516 [ 276 ] {e04d4f31-6b4c-4ef7-8828-44dbb7d45c53} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.309553 [ 276 ] {e04d4f31-6b4c-4ef7-8828-44dbb7d45c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.313638 [ 276 ] {e04d4f31-6b4c-4ef7-8828-44dbb7d45c53} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:13:42.313769 [ 195 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3280 rows, containing 5 columns (5 merged, 0 gathered) in 0.004909847 sec., 668045.2568073913 rows/sec., 49.38 MiB/sec. 2026.03.18 22:13:42.313838 [ 201 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5901 rows, containing 5 columns (5 merged, 0 gathered) in 0.008102634 sec., 728281.6921016056 rows/sec., 58.57 MiB/sec. 2026.03.18 22:13:42.313965 [ 276 ] {e04d4f31-6b4c-4ef7-8828-44dbb7d45c53} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.314079 [ 80 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:13:42.314102 [ 276 ] {e04d4f31-6b4c-4ef7-8828-44dbb7d45c53} executeQuery: Read 160 rows, 11.41 KiB in 0.005079 sec., 31502.26422524119 rows/sec., 2.19 MiB/sec. 2026.03.18 22:13:42.314119 [ 80 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.314145 [ 276 ] {e04d4f31-6b4c-4ef7-8828-44dbb7d45c53} TCPHandler: Processed in 0.005248031 sec. 2026.03.18 22:13:42.314149 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.314163 [ 191 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:13:42.314143 [ 197 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:13:42.314241 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::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.03.18 22:13:42.314276 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:42.314335 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:42.314369 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2808 rows starting from the beginning of the part 2026.03.18 22:13:42.314374 [ 276 ] {39541bfa-d22c-4ef5-b2c1-067cfd678fdf} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:42.314424 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 255 rows starting from the beginning of the part 2026.03.18 22:13:42.314441 [ 276 ] {39541bfa-d22c-4ef5-b2c1-067cfd678fdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:13:42.314466 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1446 rows starting from the beginning of the part 2026.03.18 22:13:42.314478 [ 191 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.314510 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part 2026.03.18 22:13:42.314551 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.03.18 22:13:42.314586 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.03.18 22:13:42.314589 [ 191 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_11_2} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:13:42.314619 [ 197 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.314691 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.03.18 22:13:42.314723 [ 197 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_11_2} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:13:42.314826 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.18 22:13:42.315379 [ 276 ] {39541bfa-d22c-4ef5-b2c1-067cfd678fdf} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.315422 [ 276 ] {39541bfa-d22c-4ef5-b2c1-067cfd678fdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.316031 [ 276 ] {39541bfa-d22c-4ef5-b2c1-067cfd678fdf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:42.316264 [ 276 ] {39541bfa-d22c-4ef5-b2c1-067cfd678fdf} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.316409 [ 276 ] {39541bfa-d22c-4ef5-b2c1-067cfd678fdf} executeQuery: Read 33 rows, 60.55 KiB in 0.002054 sec., 16066.212268743915 rows/sec., 28.79 MiB/sec. 2026.03.18 22:13:42.316460 [ 276 ] {39541bfa-d22c-4ef5-b2c1-067cfd678fdf} TCPHandler: Processed in 0.002233246 sec. 2026.03.18 22:13:42.316577 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:42.316670 [ 276 ] {c6c54829-f6f1-4612-b6a2-d6bf7686ee1a} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:42.316675 [ 200 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4957 rows, containing 5 columns (5 merged, 0 gathered) in 0.002462118 sec., 2013307.2419762171 rows/sec., 132.38 MiB/sec. 2026.03.18 22:13:42.316714 [ 276 ] {c6c54829-f6f1-4612-b6a2-d6bf7686ee1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:42.317002 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:13:42.317067 [ 276 ] {c6c54829-f6f1-4612-b6a2-d6bf7686ee1a} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.317109 [ 276 ] {c6c54829-f6f1-4612-b6a2-d6bf7686ee1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.317275 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.317352 [ 201 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_11_2} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:13:42.317411 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.03.18 22:13:42.317447 [ 276 ] {c6c54829-f6f1-4612-b6a2-d6bf7686ee1a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:13:42.317659 [ 276 ] {c6c54829-f6f1-4612-b6a2-d6bf7686ee1a} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.317759 [ 80 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:13:42.317786 [ 276 ] {c6c54829-f6f1-4612-b6a2-d6bf7686ee1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2026.03.18 22:13:42.317792 [ 80 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:42.317826 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:42.317827 [ 276 ] {c6c54829-f6f1-4612-b6a2-d6bf7686ee1a} TCPHandler: Processed in 0.001300505 sec. 2026.03.18 22:13:42.317908 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:13:42.318028 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:42.318070 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 220 rows starting from the beginning of the part 2026.03.18 22:13:42.318155 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part 2026.03.18 22:13:42.318217 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.03.18 22:13:42.318261 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:13:42.318303 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.03.18 22:13:42.318346 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.03.18 22:13:42.319228 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.001358016 sec., 353456.8075781139 rows/sec., 23.39 MiB/sec. 2026.03.18 22:13:42.319378 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:13:42.319617 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:42.319685 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_11_2} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:13:42.319745 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.18 22:13:43.000193 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.06 MiB, peak 193.66 MiB, free memory in arenas 0.00 B, will set to 187.33 MiB (RSS), difference: 1.27 MiB 2026.03.18 22:13:44.474252 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4377 2026.03.18 22:13:44.474804 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:44.474855 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:44.475336 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:13:44.475561 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:44.475685 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4377 2026.03.18 22:13:44.702782 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.18 22:13:44.719426 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:44.719467 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:44.725633 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:13:44.726334 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:44.728959 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.18 22:13:45.000230 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 187.87 MiB, peak 193.66 MiB, free memory in arenas 0.00 B, will set to 188.95 MiB (RSS), difference: 1.08 MiB 2026.03.18 22:13:46.191542 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59515 2026.03.18 22:13:46.191650 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.191675 [ 274 ] {} TCP-Session: 7e37e15a-f6bd-4ce0-bcb7-04cc81927290 Authenticating user 'default' from [fd00:1122:3344:101::e]:59515 2026.03.18 22:13:46.191697 [ 274 ] {} TCP-Session: 7e37e15a-f6bd-4ce0-bcb7-04cc81927290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.191710 [ 274 ] {} TCP-Session: 7e37e15a-f6bd-4ce0-bcb7-04cc81927290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.191912 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56306 2026.03.18 22:13:46.191967 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34396 2026.03.18 22:13:46.191985 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64905 2026.03.18 22:13:46.192022 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57518 2026.03.18 22:13:46.192050 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.192020 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51186 2026.03.18 22:13:46.192098 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.192095 [ 286 ] {} TCP-Session: 16e41cbf-11b0-4fe5-a7a8-d7912d8547d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:56306 2026.03.18 22:13:46.192079 [ 274 ] {} TCP-Session: 7e37e15a-f6bd-4ce0-bcb7-04cc81927290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:46.192136 [ 287 ] {} TCP-Session: 22759dd4-f6ae-41f3-8886-2851ba1a1dad Authenticating user 'default' from [fd00:1122:3344:101::e]:34396 2026.03.18 22:13:46.192153 [ 286 ] {} TCP-Session: 16e41cbf-11b0-4fe5-a7a8-d7912d8547d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192003 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42738 2026.03.18 22:13:46.192198 [ 286 ] {} TCP-Session: 16e41cbf-11b0-4fe5-a7a8-d7912d8547d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192193 [ 287 ] {} TCP-Session: 22759dd4-f6ae-41f3-8886-2851ba1a1dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.191982 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35412 2026.03.18 22:13:46.192265 [ 287 ] {} TCP-Session: 22759dd4-f6ae-41f3-8886-2851ba1a1dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.191974 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37992 2026.03.18 22:13:46.192314 [ 274 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} executeQuery: (from [fd00:1122:3344:101::e]:59515) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 22:13:46.192327 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.192378 [ 288 ] {} TCP-Session: 4704cf28-e246-4e35-998d-bef5e9943408 Authenticating user 'default' from [fd00:1122:3344:101::e]:64905 2026.03.18 22:13:46.192400 [ 288 ] {} TCP-Session: 4704cf28-e246-4e35-998d-bef5e9943408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192409 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.192413 [ 288 ] {} TCP-Session: 4704cf28-e246-4e35-998d-bef5e9943408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192443 [ 292 ] {} TCP-Session: 060bff0f-0861-4915-92b1-4b15368e5f07 Authenticating user 'default' from [fd00:1122:3344:101::e]:51186 2026.03.18 22:13:46.192465 [ 292 ] {} TCP-Session: 060bff0f-0861-4915-92b1-4b15368e5f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192477 [ 292 ] {} TCP-Session: 060bff0f-0861-4915-92b1-4b15368e5f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192552 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.192561 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.192578 [ 274 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 22:13:46.192590 [ 290 ] {} TCP-Session: 1dac5577-5949-42c6-aa95-75aea312b941 Authenticating user 'default' from [fd00:1122:3344:101::e]:35412 2026.03.18 22:13:46.192611 [ 289 ] {} TCP-Session: 96c2001c-d885-4ff6-9c86-1219762366e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:37992 2026.03.18 22:13:46.192620 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.192648 [ 274 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:46.192652 [ 289 ] {} TCP-Session: 96c2001c-d885-4ff6-9c86-1219762366e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192670 [ 291 ] {} TCP-Session: 9c7c13b1-120f-4145-83ef-365effe1ee31 Authenticating user 'default' from [fd00:1122:3344:101::e]:42738 2026.03.18 22:13:46.192685 [ 289 ] {} TCP-Session: 96c2001c-d885-4ff6-9c86-1219762366e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192701 [ 291 ] {} TCP-Session: 9c7c13b1-120f-4145-83ef-365effe1ee31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192635 [ 290 ] {} TCP-Session: 1dac5577-5949-42c6-aa95-75aea312b941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192725 [ 291 ] {} TCP-Session: 9c7c13b1-120f-4145-83ef-365effe1ee31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192743 [ 290 ] {} TCP-Session: 1dac5577-5949-42c6-aa95-75aea312b941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192590 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:13:46.192788 [ 293 ] {} TCP-Session: 3c157371-f0e9-433a-892f-3e9c4c2ffb57 Authenticating user 'default' from [fd00:1122:3344:101::e]:57518 2026.03.18 22:13:46.192804 [ 293 ] {} TCP-Session: 3c157371-f0e9-433a-892f-3e9c4c2ffb57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192817 [ 293 ] {} TCP-Session: 3c157371-f0e9-433a-892f-3e9c4c2ffb57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.192939 [ 274 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a) (SelectExecutor): Key condition: unknown 2026.03.18 22:13:46.193028 [ 274 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} Aggregator: Compile expression max()(UInt64) 0 2026.03.18 22:13:46.722693 [ 311 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} AggregatingTransform: Aggregating 2026.03.18 22:13:46.722800 [ 311 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} Aggregator: Aggregation method: without_key 2026.03.18 22:13:46.722838 [ 311 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001405966 sec. (711.255 rows/sec., 27.78 KiB/sec.) 2026.03.18 22:13:46.722860 [ 311 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} Aggregator: Merging aggregated data 2026.03.18 22:13:46.724072 [ 274 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} executeQuery: Read 1 rows, 40.00 B in 0.531813 sec., 1.880360201800257 rows/sec., 75.21 B/sec. 2026.03.18 22:13:46.724157 [ 274 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.18 22:13:46.724171 [ 274 ] {7e2fe630-06a1-43f4-90f3-1c2c1e734b74} TCPHandler: Processed in 0.532201614 sec. 2026.03.18 22:13:46.724298 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724329 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724354 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724368 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724393 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724419 [ 288 ] {} TCP-Session: 4704cf28-e246-4e35-998d-bef5e9943408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.724431 [ 289 ] {} TCP-Session: 96c2001c-d885-4ff6-9c86-1219762366e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.724443 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724463 [ 274 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724473 [ 287 ] {} TCP-Session: 22759dd4-f6ae-41f3-8886-2851ba1a1dad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.724500 [ 292 ] {} TCP-Session: 060bff0f-0861-4915-92b1-4b15368e5f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.724425 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724524 [ 274 ] {} TCP-Session: 7e37e15a-f6bd-4ce0-bcb7-04cc81927290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.724374 [ 286 ] {} TCP-Session: 16e41cbf-11b0-4fe5-a7a8-d7912d8547d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.724570 [ 290 ] {} TCP-Session: 1dac5577-5949-42c6-aa95-75aea312b941 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.724374 [ 293 ] {} TCP-Session: 3c157371-f0e9-433a-892f-3e9c4c2ffb57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.724406 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 22:13:46.724647 [ 291 ] {} TCP-Session: 9c7c13b1-120f-4145-83ef-365effe1ee31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:13:46.978103 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 354 2026.03.18 22:13:46.980289 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:46.980355 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:46.981529 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:46.981801 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:46.982115 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 354 2026.03.18 22:13:47.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 190.37 MiB, peak 200.53 MiB, free memory in arenas 0.00 B, will set to 209.52 MiB (RSS), difference: 19.15 MiB 2026.03.18 22:13:47.302433 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:47.302620 [ 276 ] {4d6b6a72-f19e-4340-9e26-17cfcae31307} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:47.302690 [ 276 ] {4d6b6a72-f19e-4340-9e26-17cfcae31307} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:47.303362 [ 276 ] {4d6b6a72-f19e-4340-9e26-17cfcae31307} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:47.303415 [ 276 ] {4d6b6a72-f19e-4340-9e26-17cfcae31307} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:47.303814 [ 276 ] {4d6b6a72-f19e-4340-9e26-17cfcae31307} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:13:47.304047 [ 276 ] {4d6b6a72-f19e-4340-9e26-17cfcae31307} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:47.304213 [ 276 ] {4d6b6a72-f19e-4340-9e26-17cfcae31307} executeQuery: Read 56 rows, 4.38 KiB in 0.001643 sec., 34083.99269628728 rows/sec., 2.60 MiB/sec. 2026.03.18 22:13:47.304262 [ 276 ] {4d6b6a72-f19e-4340-9e26-17cfcae31307} TCPHandler: Processed in 0.001964133 sec. 2026.03.18 22:13:47.304404 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:47.304508 [ 276 ] {7240095d-5c17-4e91-ab1e-070551759ae1} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:47.304552 [ 276 ] {7240095d-5c17-4e91-ab1e-070551759ae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:47.304988 [ 276 ] {7240095d-5c17-4e91-ab1e-070551759ae1} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:47.305034 [ 276 ] {7240095d-5c17-4e91-ab1e-070551759ae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:47.305353 [ 276 ] {7240095d-5c17-4e91-ab1e-070551759ae1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:13:47.305566 [ 276 ] {7240095d-5c17-4e91-ab1e-070551759ae1} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:47.305697 [ 276 ] {7240095d-5c17-4e91-ab1e-070551759ae1} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2026.03.18 22:13:47.305734 [ 276 ] {7240095d-5c17-4e91-ab1e-070551759ae1} TCPHandler: Processed in 0.001383336 sec. 2026.03.18 22:13:47.305853 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:47.305949 [ 276 ] {a897d189-3108-476a-84f6-8796e5d8144a} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:47.305995 [ 276 ] {a897d189-3108-476a-84f6-8796e5d8144a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:47.306416 [ 276 ] {a897d189-3108-476a-84f6-8796e5d8144a} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:47.306452 [ 276 ] {a897d189-3108-476a-84f6-8796e5d8144a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:47.306780 [ 276 ] {a897d189-3108-476a-84f6-8796e5d8144a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:13:47.307002 [ 276 ] {a897d189-3108-476a-84f6-8796e5d8144a} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:47.307130 [ 276 ] {a897d189-3108-476a-84f6-8796e5d8144a} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.03.18 22:13:47.307165 [ 276 ] {a897d189-3108-476a-84f6-8796e5d8144a} TCPHandler: Processed in 0.001362826 sec. 2026.03.18 22:13:47.307279 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:47.307373 [ 276 ] {fa6dbfb6-c902-4c24-a93d-21889cf64ec0} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:47.307414 [ 276 ] {fa6dbfb6-c902-4c24-a93d-21889cf64ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:47.307743 [ 276 ] {fa6dbfb6-c902-4c24-a93d-21889cf64ec0} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:47.307779 [ 276 ] {fa6dbfb6-c902-4c24-a93d-21889cf64ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:47.308074 [ 276 ] {fa6dbfb6-c902-4c24-a93d-21889cf64ec0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:13:47.308278 [ 276 ] {fa6dbfb6-c902-4c24-a93d-21889cf64ec0} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:47.308407 [ 276 ] {fa6dbfb6-c902-4c24-a93d-21889cf64ec0} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.03.18 22:13:47.308441 [ 276 ] {fa6dbfb6-c902-4c24-a93d-21889cf64ec0} TCPHandler: Processed in 0.001210974 sec. 2026.03.18 22:13:51.878641 [ 68 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:13:51.878710 [ 68 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:13:51.975797 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4825 2026.03.18 22:13:51.976289 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:51.976321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:51.976784 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:13:51.977011 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:51.977131 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4825 2026.03.18 22:13:52.229063 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.18 22:13:52.246297 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:52.246354 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:52.252283 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:13:52.252964 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:52.255720 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.18 22:13:52.303499 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:52.303699 [ 276 ] {3e48beb7-5c78-4b46-9256-85b0cb6d02b6} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:52.303771 [ 276 ] {3e48beb7-5c78-4b46-9256-85b0cb6d02b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:52.304474 [ 276 ] {3e48beb7-5c78-4b46-9256-85b0cb6d02b6} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:52.304514 [ 276 ] {3e48beb7-5c78-4b46-9256-85b0cb6d02b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:52.304913 [ 276 ] {3e48beb7-5c78-4b46-9256-85b0cb6d02b6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:13:52.305153 [ 276 ] {3e48beb7-5c78-4b46-9256-85b0cb6d02b6} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:52.305306 [ 276 ] {3e48beb7-5c78-4b46-9256-85b0cb6d02b6} executeQuery: Read 122 rows, 10.73 KiB in 0.001662 sec., 73405.5354993983 rows/sec., 6.30 MiB/sec. 2026.03.18 22:13:52.305347 [ 276 ] {3e48beb7-5c78-4b46-9256-85b0cb6d02b6} TCPHandler: Processed in 0.001986583 sec. 2026.03.18 22:13:52.305465 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:52.305560 [ 276 ] {45e61145-7552-4fd3-87bf-8ab47b1f8696} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:13:52.305600 [ 276 ] {45e61145-7552-4fd3-87bf-8ab47b1f8696} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:13:52.305999 [ 276 ] {45e61145-7552-4fd3-87bf-8ab47b1f8696} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:52.306033 [ 276 ] {45e61145-7552-4fd3-87bf-8ab47b1f8696} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:52.306318 [ 276 ] {45e61145-7552-4fd3-87bf-8ab47b1f8696} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:13:52.306539 [ 276 ] {45e61145-7552-4fd3-87bf-8ab47b1f8696} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:52.306664 [ 276 ] {45e61145-7552-4fd3-87bf-8ab47b1f8696} executeQuery: Read 33 rows, 2.48 KiB in 0.001124 sec., 29359.430604982208 rows/sec., 2.16 MiB/sec. 2026.03.18 22:13:52.306700 [ 276 ] {45e61145-7552-4fd3-87bf-8ab47b1f8696} TCPHandler: Processed in 0.001284805 sec. 2026.03.18 22:13:52.306800 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:52.306891 [ 276 ] {9c2237fb-b9c3-466f-b624-b1d0de0bb0b4} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:52.306928 [ 276 ] {9c2237fb-b9c3-466f-b624-b1d0de0bb0b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:52.307330 [ 276 ] {9c2237fb-b9c3-466f-b624-b1d0de0bb0b4} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:52.307364 [ 276 ] {9c2237fb-b9c3-466f-b624-b1d0de0bb0b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:52.307657 [ 276 ] {9c2237fb-b9c3-466f-b624-b1d0de0bb0b4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:13:52.307864 [ 276 ] {9c2237fb-b9c3-466f-b624-b1d0de0bb0b4} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:52.307988 [ 276 ] {9c2237fb-b9c3-466f-b624-b1d0de0bb0b4} executeQuery: Read 97 rows, 7.76 KiB in 0.001116 sec., 86917.56272401434 rows/sec., 6.79 MiB/sec. 2026.03.18 22:13:52.308024 [ 276 ] {9c2237fb-b9c3-466f-b624-b1d0de0bb0b4} TCPHandler: Processed in 0.001272994 sec. 2026.03.18 22:13:52.308135 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:52.308228 [ 276 ] {53ca3460-adeb-4bb4-b4e5-803b3dda6781} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:52.308271 [ 276 ] {53ca3460-adeb-4bb4-b4e5-803b3dda6781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:52.308656 [ 276 ] {53ca3460-adeb-4bb4-b4e5-803b3dda6781} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:52.308689 [ 276 ] {53ca3460-adeb-4bb4-b4e5-803b3dda6781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:52.309002 [ 276 ] {53ca3460-adeb-4bb4-b4e5-803b3dda6781} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:13:52.309211 [ 276 ] {53ca3460-adeb-4bb4-b4e5-803b3dda6781} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:52.309337 [ 276 ] {53ca3460-adeb-4bb4-b4e5-803b3dda6781} executeQuery: Read 160 rows, 11.41 KiB in 0.001126 sec., 142095.91474245116 rows/sec., 9.90 MiB/sec. 2026.03.18 22:13:52.309372 [ 276 ] {53ca3460-adeb-4bb4-b4e5-803b3dda6781} TCPHandler: Processed in 0.001287395 sec. 2026.03.18 22:13:52.309480 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:52.309583 [ 276 ] {56a1f3e5-b646-484d-b8ba-d64c1cc02e2b} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:52.309639 [ 276 ] {56a1f3e5-b646-484d-b8ba-d64c1cc02e2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:13:52.310496 [ 276 ] {56a1f3e5-b646-484d-b8ba-d64c1cc02e2b} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:52.310532 [ 276 ] {56a1f3e5-b646-484d-b8ba-d64c1cc02e2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:52.311102 [ 276 ] {56a1f3e5-b646-484d-b8ba-d64c1cc02e2b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:13:52.311348 [ 276 ] {56a1f3e5-b646-484d-b8ba-d64c1cc02e2b} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:52.311445 [ 67 ] {} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:13:52.311486 [ 67 ] {} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:52.311503 [ 276 ] {56a1f3e5-b646-484d-b8ba-d64c1cc02e2b} executeQuery: Read 33 rows, 60.55 KiB in 0.001936 sec., 17045.454545454544 rows/sec., 30.54 MiB/sec. 2026.03.18 22:13:52.311508 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:52.311565 [ 276 ] {56a1f3e5-b646-484d-b8ba-d64c1cc02e2b} TCPHandler: Processed in 0.002137374 sec. 2026.03.18 22:13:52.311621 [ 201 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::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.03.18 22:13:52.311684 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:52.311783 [ 276 ] {62032409-28b7-4208-9e56-883e1f77a6ea} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:52.311825 [ 276 ] {62032409-28b7-4208-9e56-883e1f77a6ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:52.311844 [ 201 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:52.311902 [ 201 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2026.03.18 22:13:52.312029 [ 201 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part 2026.03.18 22:13:52.312135 [ 201 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 33 rows starting from the beginning of the part 2026.03.18 22:13:52.312167 [ 276 ] {62032409-28b7-4208-9e56-883e1f77a6ea} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:52.312207 [ 276 ] {62032409-28b7-4208-9e56-883e1f77a6ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:52.312225 [ 201 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part 2026.03.18 22:13:52.312319 [ 201 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part 2026.03.18 22:13:52.312402 [ 201 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part 2026.03.18 22:13:52.312540 [ 276 ] {62032409-28b7-4208-9e56-883e1f77a6ea} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:13:52.312793 [ 276 ] {62032409-28b7-4208-9e56-883e1f77a6ea} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:52.312932 [ 276 ] {62032409-28b7-4208-9e56-883e1f77a6ea} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2026.03.18 22:13:52.312969 [ 276 ] {62032409-28b7-4208-9e56-883e1f77a6ea} TCPHandler: Processed in 0.001335725 sec. 2026.03.18 22:13:52.314728 [ 191 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 19 columns (19 merged, 0 gathered) in 0.003153507 sec., 64372.77608706751 rows/sec., 115.35 MiB/sec. 2026.03.18 22:13:52.315382 [ 198 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:13:52.315854 [ 198 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:52.315944 [ 198 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_6_1} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:13:52.316084 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2026.03.18 22:13:56.982282 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 374 2026.03.18 22:13:56.984629 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:56.984667 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:56.985831 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:13:56.986095 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:56.986334 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 374 2026.03.18 22:13:57.302282 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.302565 [ 276 ] {85a82045-fd76-465d-b396-5f36c4b60500} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:57.302669 [ 276 ] {85a82045-fd76-465d-b396-5f36c4b60500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:57.303581 [ 276 ] {85a82045-fd76-465d-b396-5f36c4b60500} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.303622 [ 276 ] {85a82045-fd76-465d-b396-5f36c4b60500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.303995 [ 276 ] {85a82045-fd76-465d-b396-5f36c4b60500} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 22:13:57.304218 [ 276 ] {85a82045-fd76-465d-b396-5f36c4b60500} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.304372 [ 276 ] {85a82045-fd76-465d-b396-5f36c4b60500} executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. 2026.03.18 22:13:57.304414 [ 276 ] {85a82045-fd76-465d-b396-5f36c4b60500} TCPHandler: Processed in 0.002309517 sec. 2026.03.18 22:13:57.304537 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.304630 [ 276 ] {ef17c74c-b239-4856-ac78-b57abe512506} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:57.304668 [ 276 ] {ef17c74c-b239-4856-ac78-b57abe512506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:57.305085 [ 276 ] {ef17c74c-b239-4856-ac78-b57abe512506} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.305120 [ 276 ] {ef17c74c-b239-4856-ac78-b57abe512506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.305405 [ 276 ] {ef17c74c-b239-4856-ac78-b57abe512506} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 22:13:57.305612 [ 276 ] {ef17c74c-b239-4856-ac78-b57abe512506} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.305737 [ 276 ] {ef17c74c-b239-4856-ac78-b57abe512506} executeQuery: Read 64 rows, 5.12 KiB in 0.001124 sec., 56939.50177935943 rows/sec., 4.44 MiB/sec. 2026.03.18 22:13:57.305776 [ 276 ] {ef17c74c-b239-4856-ac78-b57abe512506} TCPHandler: Processed in 0.001286335 sec. 2026.03.18 22:13:57.305895 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.305987 [ 276 ] {af12e92c-f2b7-4b4e-b01f-c7aa90e13575} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.306029 [ 276 ] {af12e92c-f2b7-4b4e-b01f-c7aa90e13575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:57.306440 [ 276 ] {af12e92c-f2b7-4b4e-b01f-c7aa90e13575} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.306475 [ 276 ] {af12e92c-f2b7-4b4e-b01f-c7aa90e13575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.306803 [ 276 ] {af12e92c-f2b7-4b4e-b01f-c7aa90e13575} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 22:13:57.307004 [ 276 ] {af12e92c-f2b7-4b4e-b01f-c7aa90e13575} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.307130 [ 276 ] {af12e92c-f2b7-4b4e-b01f-c7aa90e13575} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2026.03.18 22:13:57.307167 [ 276 ] {af12e92c-f2b7-4b4e-b01f-c7aa90e13575} TCPHandler: Processed in 0.001318625 sec. 2026.03.18 22:13:57.307286 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.307378 [ 276 ] {4eb6f4de-b134-42e7-aac7-c3d1b0a62a08} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.307419 [ 276 ] {4eb6f4de-b134-42e7-aac7-c3d1b0a62a08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:57.307758 [ 276 ] {4eb6f4de-b134-42e7-aac7-c3d1b0a62a08} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.307791 [ 276 ] {4eb6f4de-b134-42e7-aac7-c3d1b0a62a08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.308073 [ 276 ] {4eb6f4de-b134-42e7-aac7-c3d1b0a62a08} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 22:13:57.308268 [ 276 ] {4eb6f4de-b134-42e7-aac7-c3d1b0a62a08} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.308395 [ 276 ] {4eb6f4de-b134-42e7-aac7-c3d1b0a62a08} executeQuery: Read 60 rows, 4.14 KiB in 0.001033 sec., 58083.252662149076 rows/sec., 3.91 MiB/sec. 2026.03.18 22:13:57.308432 [ 276 ] {4eb6f4de-b134-42e7-aac7-c3d1b0a62a08} TCPHandler: Processed in 0.001197864 sec. 2026.03.18 22:13:57.602126 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.602389 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} executeQuery: (from [fd00:1122:3344:101::d]:49023) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 22:13:57.602763 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 22:13:57.602805 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 22:13:57.603101 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:57.603170 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:13:57.603311 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.03.18 22:13:57.603440 [ 326 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 22:13:57.603451 [ 284 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 22:13:57.603451 [ 321 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 22:13:57.603601 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.18 22:13:57.603630 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 22:13:57.603713 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 22:13:57.603733 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974) (SelectExecutor): Reading approx. 49 rows with 3 streams 2026.03.18 22:13:57.603772 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:57.603815 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:57.603852 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 22:13:57.604686 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} executeQuery: Read 49 rows, 1.93 KiB in 0.00241 sec., 20331.950207468883 rows/sec., 801.11 KiB/sec. 2026.03.18 22:13:57.604830 [ 276 ] {4f58d34d-e9fc-4cd9-9496-88b2a9d53529} TCPHandler: Processed in 0.002844083 sec. 2026.03.18 22:13:57.656516 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.656690 [ 276 ] {15c3bfee-b944-4b58-ab30-e61696824166} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 22:13:57.656760 [ 276 ] {15c3bfee-b944-4b58-ab30-e61696824166} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 22:13:57.657419 [ 276 ] {15c3bfee-b944-4b58-ab30-e61696824166} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.657471 [ 276 ] {15c3bfee-b944-4b58-ab30-e61696824166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.657903 [ 276 ] {15c3bfee-b944-4b58-ab30-e61696824166} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:57.658107 [ 276 ] {15c3bfee-b944-4b58-ab30-e61696824166} oximeter.timeseries_schema (21289b67-b5a9-4b9e-83bb-c658bf467974): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.658271 [ 276 ] {15c3bfee-b944-4b58-ab30-e61696824166} executeQuery: Read 1 rows, 106.00 B in 0.001626 sec., 615.0061500615006 rows/sec., 63.66 KiB/sec. 2026.03.18 22:13:57.658322 [ 276 ] {15c3bfee-b944-4b58-ab30-e61696824166} TCPHandler: Processed in 0.001930153 sec. 2026.03.18 22:13:57.658434 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.658529 [ 276 ] {a589bdf3-1e06-45c2-b59b-a210ba417791} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.658573 [ 276 ] {a589bdf3-1e06-45c2-b59b-a210ba417791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 22:13:57.659023 [ 276 ] {a589bdf3-1e06-45c2-b59b-a210ba417791} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.659061 [ 276 ] {a589bdf3-1e06-45c2-b59b-a210ba417791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.659373 [ 276 ] {a589bdf3-1e06-45c2-b59b-a210ba417791} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:57.659601 [ 276 ] {a589bdf3-1e06-45c2-b59b-a210ba417791} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.659732 [ 276 ] {a589bdf3-1e06-45c2-b59b-a210ba417791} executeQuery: Read 24 rows, 2.04 KiB in 0.001221 sec., 19656.019656019656 rows/sec., 1.63 MiB/sec. 2026.03.18 22:13:57.659771 [ 276 ] {a589bdf3-1e06-45c2-b59b-a210ba417791} TCPHandler: Processed in 0.001386436 sec. 2026.03.18 22:13:57.659884 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.659977 [ 276 ] {6e3c2352-90da-425c-8150-d0c2d8d9d2fd} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 22:13:57.660019 [ 276 ] {6e3c2352-90da-425c-8150-d0c2d8d9d2fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 22:13:57.660417 [ 276 ] {6e3c2352-90da-425c-8150-d0c2d8d9d2fd} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.660454 [ 276 ] {6e3c2352-90da-425c-8150-d0c2d8d9d2fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.660741 [ 276 ] {6e3c2352-90da-425c-8150-d0c2d8d9d2fd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:57.660945 [ 276 ] {6e3c2352-90da-425c-8150-d0c2d8d9d2fd} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.661078 [ 276 ] {6e3c2352-90da-425c-8150-d0c2d8d9d2fd} executeQuery: Read 12 rows, 1002.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 876.81 KiB/sec. 2026.03.18 22:13:57.661117 [ 276 ] {6e3c2352-90da-425c-8150-d0c2d8d9d2fd} TCPHandler: Processed in 0.001281765 sec. 2026.03.18 22:13:57.661229 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.661321 [ 276 ] {886d92ea-eb71-4373-8ca7-755c2d6c60f6} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:13:57.661362 [ 276 ] {886d92ea-eb71-4373-8ca7-755c2d6c60f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:13:57.662640 [ 276 ] {886d92ea-eb71-4373-8ca7-755c2d6c60f6} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.662678 [ 276 ] {886d92ea-eb71-4373-8ca7-755c2d6c60f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.663107 [ 276 ] {886d92ea-eb71-4373-8ca7-755c2d6c60f6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 22:13:57.663316 [ 276 ] {886d92ea-eb71-4373-8ca7-755c2d6c60f6} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.663452 [ 276 ] {886d92ea-eb71-4373-8ca7-755c2d6c60f6} executeQuery: Read 2145 rows, 168.00 KiB in 0.002146 sec., 999534.0167753962 rows/sec., 76.45 MiB/sec. 2026.03.18 22:13:57.663492 [ 276 ] {886d92ea-eb71-4373-8ca7-755c2d6c60f6} TCPHandler: Processed in 0.002311686 sec. 2026.03.18 22:13:57.663607 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.663701 [ 276 ] {0aa0b6e2-f190-43e7-93c5-b17d66840516} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.663741 [ 276 ] {0aa0b6e2-f190-43e7-93c5-b17d66840516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:13:57.664167 [ 276 ] {0aa0b6e2-f190-43e7-93c5-b17d66840516} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.664205 [ 276 ] {0aa0b6e2-f190-43e7-93c5-b17d66840516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.664499 [ 276 ] {0aa0b6e2-f190-43e7-93c5-b17d66840516} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:13:57.664730 [ 276 ] {0aa0b6e2-f190-43e7-93c5-b17d66840516} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.664860 [ 276 ] {0aa0b6e2-f190-43e7-93c5-b17d66840516} executeQuery: Read 74 rows, 5.56 KiB in 0.001175 sec., 62978.72340425532 rows/sec., 4.62 MiB/sec. 2026.03.18 22:13:57.664900 [ 276 ] {0aa0b6e2-f190-43e7-93c5-b17d66840516} TCPHandler: Processed in 0.001342136 sec. 2026.03.18 22:13:57.665014 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.665107 [ 276 ] {04ba07c6-5527-43b5-b67c-ae232077be08} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.665148 [ 276 ] {04ba07c6-5527-43b5-b67c-ae232077be08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 22:13:57.665736 [ 276 ] {04ba07c6-5527-43b5-b67c-ae232077be08} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.665773 [ 276 ] {04ba07c6-5527-43b5-b67c-ae232077be08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.666111 [ 276 ] {04ba07c6-5527-43b5-b67c-ae232077be08} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:13:57.666326 [ 276 ] {04ba07c6-5527-43b5-b67c-ae232077be08} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.666462 [ 276 ] {04ba07c6-5527-43b5-b67c-ae232077be08} executeQuery: Read 733 rows, 44.40 KiB in 0.001371 sec., 534646.2436177973 rows/sec., 31.62 MiB/sec. 2026.03.18 22:13:57.666502 [ 276 ] {04ba07c6-5527-43b5-b67c-ae232077be08} TCPHandler: Processed in 0.001539017 sec. 2026.03.18 22:13:57.666617 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.666709 [ 276 ] {f0d070d7-96a9-4571-b0a1-37b109982715} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.666749 [ 276 ] {f0d070d7-96a9-4571-b0a1-37b109982715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 22:13:57.667128 [ 276 ] {f0d070d7-96a9-4571-b0a1-37b109982715} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.667163 [ 276 ] {f0d070d7-96a9-4571-b0a1-37b109982715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.667440 [ 276 ] {f0d070d7-96a9-4571-b0a1-37b109982715} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:57.667647 [ 276 ] {f0d070d7-96a9-4571-b0a1-37b109982715} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.667774 [ 276 ] {f0d070d7-96a9-4571-b0a1-37b109982715} executeQuery: Read 1 rows, 72.00 B in 0.001081 sec., 925.0693802035154 rows/sec., 65.04 KiB/sec. 2026.03.18 22:13:57.667814 [ 276 ] {f0d070d7-96a9-4571-b0a1-37b109982715} TCPHandler: Processed in 0.001246615 sec. 2026.03.18 22:13:57.667924 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.668017 [ 276 ] {ed42d4f6-4abd-4953-8dc3-0081a6473035} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.668055 [ 276 ] {ed42d4f6-4abd-4953-8dc3-0081a6473035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 22:13:57.668448 [ 276 ] {ed42d4f6-4abd-4953-8dc3-0081a6473035} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.668485 [ 276 ] {ed42d4f6-4abd-4953-8dc3-0081a6473035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.668768 [ 276 ] {ed42d4f6-4abd-4953-8dc3-0081a6473035} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:13:57.668995 [ 276 ] {ed42d4f6-4abd-4953-8dc3-0081a6473035} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.669123 [ 276 ] {ed42d4f6-4abd-4953-8dc3-0081a6473035} executeQuery: Read 12 rows, 960.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 835.56 KiB/sec. 2026.03.18 22:13:57.669162 [ 276 ] {ed42d4f6-4abd-4953-8dc3-0081a6473035} TCPHandler: Processed in 0.001286755 sec. 2026.03.18 22:13:57.669272 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.669366 [ 276 ] {264841fa-c42e-4787-96fa-ebcfe23d7de9} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:13:57.669405 [ 276 ] {264841fa-c42e-4787-96fa-ebcfe23d7de9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:13:57.670117 [ 276 ] {264841fa-c42e-4787-96fa-ebcfe23d7de9} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.670155 [ 276 ] {264841fa-c42e-4787-96fa-ebcfe23d7de9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.670524 [ 276 ] {264841fa-c42e-4787-96fa-ebcfe23d7de9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 22:13:57.670728 [ 276 ] {264841fa-c42e-4787-96fa-ebcfe23d7de9} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.670856 [ 276 ] {264841fa-c42e-4787-96fa-ebcfe23d7de9} executeQuery: Read 1098 rows, 78.58 KiB in 0.001507 sec., 728599.8672859987 rows/sec., 50.92 MiB/sec. 2026.03.18 22:13:57.670897 [ 276 ] {264841fa-c42e-4787-96fa-ebcfe23d7de9} TCPHandler: Processed in 0.001673479 sec. 2026.03.18 22:13:57.671009 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.671102 [ 276 ] {11f18c5d-0c76-43d5-b391-406a6f6a020b} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.671146 [ 276 ] {11f18c5d-0c76-43d5-b391-406a6f6a020b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:13:57.671733 [ 276 ] {11f18c5d-0c76-43d5-b391-406a6f6a020b} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.671772 [ 276 ] {11f18c5d-0c76-43d5-b391-406a6f6a020b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.672178 [ 276 ] {11f18c5d-0c76-43d5-b391-406a6f6a020b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 22:13:57.672394 [ 276 ] {11f18c5d-0c76-43d5-b391-406a6f6a020b} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.672523 [ 276 ] {11f18c5d-0c76-43d5-b391-406a6f6a020b} executeQuery: Read 1259 rows, 81.33 KiB in 0.001437 sec., 876130.8281141267 rows/sec., 55.27 MiB/sec. 2026.03.18 22:13:57.672561 [ 276 ] {11f18c5d-0c76-43d5-b391-406a6f6a020b} TCPHandler: Processed in 0.001601629 sec. 2026.03.18 22:13:57.672664 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.672756 [ 276 ] {51b6ca19-126b-43f0-beee-26ae405ea9cd} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.672798 [ 276 ] {51b6ca19-126b-43f0-beee-26ae405ea9cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 22:13:57.673116 [ 276 ] {51b6ca19-126b-43f0-beee-26ae405ea9cd} oximeter.measurements_f64 (8e40be01-21f1-4c34-911f-7f35f7ad2aa5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.673152 [ 276 ] {51b6ca19-126b-43f0-beee-26ae405ea9cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.673435 [ 276 ] {51b6ca19-126b-43f0-beee-26ae405ea9cd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 22:13:57.673643 [ 276 ] {51b6ca19-126b-43f0-beee-26ae405ea9cd} oximeter.measurements_f64 (8e40be01-21f1-4c34-911f-7f35f7ad2aa5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.673769 [ 276 ] {51b6ca19-126b-43f0-beee-26ae405ea9cd} executeQuery: Read 1 rows, 65.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 61.63 KiB/sec. 2026.03.18 22:13:57.673806 [ 276 ] {51b6ca19-126b-43f0-beee-26ae405ea9cd} TCPHandler: Processed in 0.001192224 sec. 2026.03.18 22:13:57.673916 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.674008 [ 276 ] {1e310803-524d-4d6d-924f-39b43cb55500} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.674061 [ 276 ] {1e310803-524d-4d6d-924f-39b43cb55500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:13:57.674888 [ 276 ] {1e310803-524d-4d6d-924f-39b43cb55500} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.674923 [ 276 ] {1e310803-524d-4d6d-924f-39b43cb55500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.675532 [ 276 ] {1e310803-524d-4d6d-924f-39b43cb55500} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:13:57.675754 [ 276 ] {1e310803-524d-4d6d-924f-39b43cb55500} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.675891 [ 276 ] {1e310803-524d-4d6d-924f-39b43cb55500} executeQuery: Read 50 rows, 91.75 KiB in 0.001899 sec., 26329.64718272775 rows/sec., 47.18 MiB/sec. 2026.03.18 22:13:57.675949 [ 276 ] {1e310803-524d-4d6d-924f-39b43cb55500} TCPHandler: Processed in 0.002083674 sec. 2026.03.18 22:13:57.676064 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:13:57.676157 [ 276 ] {f0647a1e-a36e-41bc-a672-f033fa6633a5} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:13:57.676199 [ 276 ] {f0647a1e-a36e-41bc-a672-f033fa6633a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:13:57.676522 [ 276 ] {f0647a1e-a36e-41bc-a672-f033fa6633a5} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:57.676558 [ 276 ] {f0647a1e-a36e-41bc-a672-f033fa6633a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:57.676844 [ 276 ] {f0647a1e-a36e-41bc-a672-f033fa6633a5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 22:13:57.677051 [ 276 ] {f0647a1e-a36e-41bc-a672-f033fa6633a5} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:57.677181 [ 276 ] {f0647a1e-a36e-41bc-a672-f033fa6633a5} executeQuery: Read 12 rows, 848.00 B in 0.00104 sec., 11538.461538461539 rows/sec., 796.27 KiB/sec. 2026.03.18 22:13:57.677217 [ 276 ] {f0647a1e-a36e-41bc-a672-f033fa6633a5} TCPHandler: Processed in 0.001204084 sec. 2026.03.18 22:13:58.000205 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 212.73 MiB, peak 214.78 MiB, free memory in arenas 0.00 B, will set to 211.56 MiB (RSS), difference: -1.17 MiB 2026.03.18 22:13:59.477285 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5337 2026.03.18 22:13:59.477846 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:59.477898 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:59.478441 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:13:59.478671 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:59.478798 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5337 2026.03.18 22:13:59.478806 [ 111 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:13:59.478883 [ 111 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:59.478905 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:59.479088 [ 201 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:59.479307 [ 201 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:59.479368 [ 201 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2905 rows starting from the beginning of the part 2026.03.18 22:13:59.479465 [ 201 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:59.479507 [ 201 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:59.479547 [ 201 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:59.479582 [ 201 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:59.479623 [ 201 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:13:59.480981 [ 191 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5337 rows, containing 4 columns (4 merged, 0 gathered) in 0.001996104 sec., 2673708.3839318994 rows/sec., 38.25 MiB/sec. 2026.03.18 22:13:59.481804 [ 199 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:13:59.482152 [ 199 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_11_2} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:59.482237 [ 199 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_11_2} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:13:59.482336 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.18 22:13:59.755894 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.18 22:13:59.773172 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:59.773217 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:59.779167 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:13:59.779900 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:59.780216 [ 107 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:13:59.780294 [ 107 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:13:59.780332 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:13:59.780453 [ 201 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:59.782715 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.18 22:13:59.783708 [ 201 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:13:59.784439 [ 201 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:59.787617 [ 201 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:59.790727 [ 201 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:59.794329 [ 201 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:59.798338 [ 201 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:59.802645 [ 201 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:13:59.856931 [ 191 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.076526177 sec., 1084.5961898763087 rows/sec., 5.61 MiB/sec. 2026.03.18 22:13:59.859221 [ 188 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:13:59.861209 [ 188 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_11_2} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:13:59.861315 [ 188 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_11_2} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:13:59.863034 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.18 22:14:00.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 212.70 MiB, peak 222.58 MiB, free memory in arenas 0.00 B, will set to 221.60 MiB (RSS), difference: 8.90 MiB 2026.03.18 22:14:02.301640 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:02.301816 [ 276 ] {49984a3d-3145-4dac-bfaa-aadbc818b9eb} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:02.301880 [ 276 ] {49984a3d-3145-4dac-bfaa-aadbc818b9eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:02.302576 [ 276 ] {49984a3d-3145-4dac-bfaa-aadbc818b9eb} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:02.302617 [ 276 ] {49984a3d-3145-4dac-bfaa-aadbc818b9eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:02.303004 [ 276 ] {49984a3d-3145-4dac-bfaa-aadbc818b9eb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 22:14:02.303230 [ 276 ] {49984a3d-3145-4dac-bfaa-aadbc818b9eb} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:02.303347 [ 55 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 22:14:02.303389 [ 55 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:02.303391 [ 276 ] {49984a3d-3145-4dac-bfaa-aadbc818b9eb} executeQuery: Read 56 rows, 4.38 KiB in 0.001622 sec., 34525.2774352651 rows/sec., 2.64 MiB/sec. 2026.03.18 22:14:02.303411 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:02.303448 [ 276 ] {49984a3d-3145-4dac-bfaa-aadbc818b9eb} TCPHandler: Processed in 0.001935023 sec. 2026.03.18 22:14:02.303537 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::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.03.18 22:14:02.303576 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:02.303681 [ 276 ] {3525fe51-0fe5-44e2-86af-f3adc9b3f0da} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:02.303707 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:02.303724 [ 276 ] {3525fe51-0fe5-44e2-86af-f3adc9b3f0da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:02.303752 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2874 rows starting from the beginning of the part 2026.03.18 22:14:02.303828 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::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.03.18 22:14:02.303875 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 122 rows starting from the beginning of the part 2026.03.18 22:14:02.303921 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2026.03.18 22:14:02.303961 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2145 rows starting from the beginning of the part 2026.03.18 22:14:02.304012 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2026.03.18 22:14:02.304169 [ 276 ] {3525fe51-0fe5-44e2-86af-f3adc9b3f0da} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:02.304209 [ 276 ] {3525fe51-0fe5-44e2-86af-f3adc9b3f0da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:02.304683 [ 276 ] {3525fe51-0fe5-44e2-86af-f3adc9b3f0da} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 22:14:02.304918 [ 276 ] {3525fe51-0fe5-44e2-86af-f3adc9b3f0da} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:02.305016 [ 55 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 22:14:02.305039 [ 55 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:02.305055 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:02.305066 [ 276 ] {3525fe51-0fe5-44e2-86af-f3adc9b3f0da} executeQuery: Read 64 rows, 5.12 KiB in 0.001405 sec., 45551.60142348755 rows/sec., 3.56 MiB/sec. 2026.03.18 22:14:02.305108 [ 276 ] {3525fe51-0fe5-44e2-86af-f3adc9b3f0da} TCPHandler: Processed in 0.001584438 sec. 2026.03.18 22:14:02.305130 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::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.03.18 22:14:02.305222 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:02.305233 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:02.305246 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1538 rows starting from the beginning of the part 2026.03.18 22:14:02.305322 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::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.03.18 22:14:02.305336 [ 276 ] {4362842a-586c-458a-abad-4d20df5537cb} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:02.305364 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 97 rows starting from the beginning of the part 2026.03.18 22:14:02.305385 [ 276 ] {4362842a-586c-458a-abad-4d20df5537cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:02.305411 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2026.03.18 22:14:02.305454 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1098 rows starting from the beginning of the part 2026.03.18 22:14:02.305493 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part 2026.03.18 22:14:02.305793 [ 276 ] {4362842a-586c-458a-abad-4d20df5537cb} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:02.305831 [ 276 ] {4362842a-586c-458a-abad-4d20df5537cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:02.306266 [ 276 ] {4362842a-586c-458a-abad-4d20df5537cb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 22:14:02.306377 [ 187 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5309 rows, containing 5 columns (5 merged, 0 gathered) in 0.002901204 sec., 1829929.9187509737 rows/sec., 147.61 MiB/sec. 2026.03.18 22:14:02.306483 [ 276 ] {4362842a-586c-458a-abad-4d20df5537cb} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:02.306619 [ 276 ] {4362842a-586c-458a-abad-4d20df5537cb} executeQuery: Read 128 rows, 9.13 KiB in 0.001303 sec., 98234.8426707598 rows/sec., 6.84 MiB/sec. 2026.03.18 22:14:02.306616 [ 29 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 22:14:02.306660 [ 276 ] {4362842a-586c-458a-abad-4d20df5537cb} TCPHandler: Processed in 0.001474767 sec. 2026.03.18 22:14:02.306665 [ 196 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2925 rows, containing 5 columns (5 merged, 0 gathered) in 0.001567098 sec., 1866507.3913692697 rows/sec., 138.90 MiB/sec. 2026.03.18 22:14:02.306694 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 22:14:02.306701 [ 29 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:02.306736 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:02.306793 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:02.306828 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::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.03.18 22:14:02.306892 [ 276 ] {71bba6b5-eb2c-4bea-9b64-9583e5ddcba3} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:02.306899 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 22:14:02.306937 [ 276 ] {71bba6b5-eb2c-4bea-9b64-9583e5ddcba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:02.306948 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:02.306953 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:02.307015 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4957 rows starting from the beginning of the part 2026.03.18 22:14:02.307025 [ 192 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_16_3} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 22:14:02.307102 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.03.18 22:14:02.307125 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.03.18 22:14:02.307165 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:02.307191 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.03.18 22:14:02.307235 [ 188 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_16_3} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 22:14:02.307252 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::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.03.18 22:14:02.307279 [ 276 ] {71bba6b5-eb2c-4bea-9b64-9583e5ddcba3} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:02.307306 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.18 22:14:02.307315 [ 276 ] {71bba6b5-eb2c-4bea-9b64-9583e5ddcba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:02.307309 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1259 rows starting from the beginning of the part 2026.03.18 22:14:02.307387 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 128 rows starting from the beginning of the part 2026.03.18 22:14:02.307647 [ 276 ] {71bba6b5-eb2c-4bea-9b64-9583e5ddcba3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 22:14:02.307854 [ 276 ] {71bba6b5-eb2c-4bea-9b64-9583e5ddcba3} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:02.307956 [ 29 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 22:14:02.307984 [ 276 ] {71bba6b5-eb2c-4bea-9b64-9583e5ddcba3} executeQuery: Read 48 rows, 3.31 KiB in 0.00111 sec., 43243.24324324324 rows/sec., 2.91 MiB/sec. 2026.03.18 22:14:02.307986 [ 29 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:02.308024 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:02.308028 [ 276 ] {71bba6b5-eb2c-4bea-9b64-9583e5ddcba3} TCPHandler: Processed in 0.001282575 sec. 2026.03.18 22:14:02.308134 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:14:02.308275 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:02.308309 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 480 rows starting from the beginning of the part 2026.03.18 22:14:02.308370 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:02.308412 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:02.308450 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:14:02.308488 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2026.03.18 22:14:02.308528 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part 2026.03.18 22:14:02.309355 [ 192 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 4 columns (4 merged, 0 gathered) in 0.001276335 sec., 564115.220533794 rows/sec., 37.55 MiB/sec. 2026.03.18 22:14:02.309520 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 22:14:02.309771 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:02.309837 [ 194 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_16_3} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 22:14:02.309901 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.03.18 22:14:02.310245 [ 194 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6824 rows, containing 5 columns (5 merged, 0 gathered) in 0.003461231 sec., 1971552.8954871837 rows/sec., 129.35 MiB/sec. 2026.03.18 22:14:02.310739 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 22:14:02.310987 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:02.311050 [ 187 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_16_3} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 22:14:02.311110 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2026.03.18 22:14:03.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 221.99 MiB, peak 229.13 MiB, free memory in arenas 0.00 B, will set to 223.75 MiB (RSS), difference: 1.76 MiB 2026.03.18 22:14:06.879756 [ 52 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:14:06.879809 [ 52 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:14:06.978861 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5785 2026.03.18 22:14:06.979304 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:06.979336 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:06.979794 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:14:06.980013 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:06.980135 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5785 2026.03.18 22:14:06.986459 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 418 2026.03.18 22:14:06.989066 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:06.989107 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:06.990300 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:14:06.990563 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:06.990806 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 418 2026.03.18 22:14:07.282780 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.18 22:14:07.300218 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:07.300269 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:07.302021 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:07.302259 [ 276 ] {e35d9388-178d-462f-b205-b558f6692313} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:07.302345 [ 276 ] {e35d9388-178d-462f-b205-b558f6692313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:07.303065 [ 276 ] {e35d9388-178d-462f-b205-b558f6692313} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:07.303114 [ 276 ] {e35d9388-178d-462f-b205-b558f6692313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:07.303518 [ 276 ] {e35d9388-178d-462f-b205-b558f6692313} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 22:14:07.303759 [ 276 ] {e35d9388-178d-462f-b205-b558f6692313} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:07.303920 [ 276 ] {e35d9388-178d-462f-b205-b558f6692313} executeQuery: Read 56 rows, 4.38 KiB in 0.001723 sec., 32501.450957632038 rows/sec., 2.48 MiB/sec. 2026.03.18 22:14:07.303962 [ 276 ] {e35d9388-178d-462f-b205-b558f6692313} TCPHandler: Processed in 0.002099154 sec. 2026.03.18 22:14:07.304083 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:07.304177 [ 276 ] {83c56c10-febf-42cc-b258-a14fcdf13482} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:07.304217 [ 276 ] {83c56c10-febf-42cc-b258-a14fcdf13482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:07.304660 [ 276 ] {83c56c10-febf-42cc-b258-a14fcdf13482} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:07.304695 [ 276 ] {83c56c10-febf-42cc-b258-a14fcdf13482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:07.305032 [ 276 ] {83c56c10-febf-42cc-b258-a14fcdf13482} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 22:14:07.305248 [ 276 ] {83c56c10-febf-42cc-b258-a14fcdf13482} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:07.305379 [ 276 ] {83c56c10-febf-42cc-b258-a14fcdf13482} executeQuery: Read 64 rows, 5.12 KiB in 0.001219 sec., 52502.05086136177 rows/sec., 4.10 MiB/sec. 2026.03.18 22:14:07.305420 [ 276 ] {83c56c10-febf-42cc-b258-a14fcdf13482} TCPHandler: Processed in 0.001386926 sec. 2026.03.18 22:14:07.305534 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:07.305627 [ 276 ] {2e1d20f0-9575-49a9-b0bb-926eb74f84b6} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:07.305672 [ 276 ] {2e1d20f0-9575-49a9-b0bb-926eb74f84b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:07.305995 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:14:07.306093 [ 276 ] {2e1d20f0-9575-49a9-b0bb-926eb74f84b6} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:07.306134 [ 276 ] {2e1d20f0-9575-49a9-b0bb-926eb74f84b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:07.306496 [ 276 ] {2e1d20f0-9575-49a9-b0bb-926eb74f84b6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 22:14:07.306724 [ 276 ] {2e1d20f0-9575-49a9-b0bb-926eb74f84b6} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:07.306748 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:07.306858 [ 276 ] {2e1d20f0-9575-49a9-b0bb-926eb74f84b6} executeQuery: Read 160 rows, 11.41 KiB in 0.001248 sec., 128205.1282051282 rows/sec., 8.93 MiB/sec. 2026.03.18 22:14:07.306900 [ 276 ] {2e1d20f0-9575-49a9-b0bb-926eb74f84b6} TCPHandler: Processed in 0.001415026 sec. 2026.03.18 22:14:07.307026 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:07.307118 [ 276 ] {362e89a1-6eb5-43ef-872b-63fcdc248b7d} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:07.307160 [ 276 ] {362e89a1-6eb5-43ef-872b-63fcdc248b7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:07.307510 [ 276 ] {362e89a1-6eb5-43ef-872b-63fcdc248b7d} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:07.307547 [ 276 ] {362e89a1-6eb5-43ef-872b-63fcdc248b7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.03.18 22:14:07.307861 [ 276 ] {362e89a1-6eb5-43ef-872b-63fcdc248b7d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 22:14:07.308078 [ 276 ] {362e89a1-6eb5-43ef-872b-63fcdc248b7d} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:07.308207 [ 276 ] {362e89a1-6eb5-43ef-872b-63fcdc248b7d} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.03.18 22:14:07.308245 [ 276 ] {362e89a1-6eb5-43ef-872b-63fcdc248b7d} TCPHandler: Processed in 0.001270395 sec. 2026.03.18 22:14:07.309641 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.18 22:14:11.372191 [ 58 ] {} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 22:14:11.372308 [ 58 ] {} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:11.372346 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:11.372483 [ 192 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::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.03.18 22:14:11.372627 [ 192 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:11.372664 [ 192 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 708 rows starting from the beginning of the part 2026.03.18 22:14:11.372733 [ 192 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.03.18 22:14:11.372781 [ 192 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.03.18 22:14:11.372826 [ 192 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 732 rows starting from the beginning of the part 2026.03.18 22:14:11.372868 [ 192 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 733 rows starting from the beginning of the part 2026.03.18 22:14:11.374005 [ 194 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 2471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001576898 sec., 1567000.5288864593 rows/sec., 99.33 MiB/sec. 2026.03.18 22:14:11.374261 [ 189 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 22:14:11.374627 [ 189 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:11.374713 [ 189 ] {61326aa4-9a36-4bee-a8b4-e95a80754106::all_1_5_1} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 22:14:11.374805 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.03.18 22:14:12.303587 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:12.303786 [ 276 ] {565386c1-535d-440f-86a2-776fff31b9b3} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:12.303859 [ 276 ] {565386c1-535d-440f-86a2-776fff31b9b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:12.304650 [ 276 ] {565386c1-535d-440f-86a2-776fff31b9b3} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:12.304705 [ 276 ] {565386c1-535d-440f-86a2-776fff31b9b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:12.305114 [ 276 ] {565386c1-535d-440f-86a2-776fff31b9b3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 22:14:12.305342 [ 276 ] {565386c1-535d-440f-86a2-776fff31b9b3} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:12.305500 [ 276 ] {565386c1-535d-440f-86a2-776fff31b9b3} executeQuery: Read 134 rows, 11.87 KiB in 0.001765 sec., 75920.67988668555 rows/sec., 6.57 MiB/sec. 2026.03.18 22:14:12.305542 [ 276 ] {565386c1-535d-440f-86a2-776fff31b9b3} TCPHandler: Processed in 0.002093574 sec. 2026.03.18 22:14:12.305663 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:12.305757 [ 276 ] {e3837300-4722-49a1-8b09-9d9675ed29a6} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:14:12.305796 [ 276 ] {e3837300-4722-49a1-8b09-9d9675ed29a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:14:12.306212 [ 276 ] {e3837300-4722-49a1-8b09-9d9675ed29a6} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:12.306248 [ 276 ] {e3837300-4722-49a1-8b09-9d9675ed29a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:12.306536 [ 276 ] {e3837300-4722-49a1-8b09-9d9675ed29a6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:14:12.306740 [ 276 ] {e3837300-4722-49a1-8b09-9d9675ed29a6} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:12.306867 [ 276 ] {e3837300-4722-49a1-8b09-9d9675ed29a6} executeQuery: Read 39 rows, 2.93 KiB in 0.001127 sec., 34605.146406388645 rows/sec., 2.54 MiB/sec. 2026.03.18 22:14:12.306905 [ 276 ] {e3837300-4722-49a1-8b09-9d9675ed29a6} TCPHandler: Processed in 0.001290565 sec. 2026.03.18 22:14:12.307019 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:12.307110 [ 276 ] {ac89c4f6-3be6-4159-ade4-5b4d643b756f} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:12.307149 [ 276 ] {ac89c4f6-3be6-4159-ade4-5b4d643b756f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:12.307673 [ 276 ] {ac89c4f6-3be6-4159-ade4-5b4d643b756f} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:12.307715 [ 276 ] {ac89c4f6-3be6-4159-ade4-5b4d643b756f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:12.308029 [ 276 ] {ac89c4f6-3be6-4159-ade4-5b4d643b756f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 22:14:12.308251 [ 276 ] {ac89c4f6-3be6-4159-ade4-5b4d643b756f} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:12.308382 [ 276 ] {ac89c4f6-3be6-4159-ade4-5b4d643b756f} executeQuery: Read 103 rows, 8.24 KiB in 0.001288 sec., 79968.94409937887 rows/sec., 6.25 MiB/sec. 2026.03.18 22:14:12.308434 [ 276 ] {ac89c4f6-3be6-4159-ade4-5b4d643b756f} TCPHandler: Processed in 0.001462667 sec. 2026.03.18 22:14:12.308586 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:12.308700 [ 276 ] {adee4486-07aa-4d49-9d28-2794decbbc5c} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:12.308759 [ 276 ] {adee4486-07aa-4d49-9d28-2794decbbc5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:12.309237 [ 276 ] {adee4486-07aa-4d49-9d28-2794decbbc5c} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:12.309274 [ 276 ] {adee4486-07aa-4d49-9d28-2794decbbc5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:12.309655 [ 276 ] {adee4486-07aa-4d49-9d28-2794decbbc5c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 22:14:12.309859 [ 276 ] {adee4486-07aa-4d49-9d28-2794decbbc5c} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:12.309990 [ 276 ] {adee4486-07aa-4d49-9d28-2794decbbc5c} executeQuery: Read 160 rows, 11.41 KiB in 0.001315 sec., 121673.00380228137 rows/sec., 8.47 MiB/sec. 2026.03.18 22:14:12.310029 [ 276 ] {adee4486-07aa-4d49-9d28-2794decbbc5c} TCPHandler: Processed in 0.001505477 sec. 2026.03.18 22:14:12.310149 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:12.310241 [ 276 ] {c3dd14a1-6282-4b54-9db2-93472fd59193} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:12.310294 [ 276 ] {c3dd14a1-6282-4b54-9db2-93472fd59193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:14:12.311081 [ 276 ] {c3dd14a1-6282-4b54-9db2-93472fd59193} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:12.311117 [ 276 ] {c3dd14a1-6282-4b54-9db2-93472fd59193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:12.311698 [ 276 ] {c3dd14a1-6282-4b54-9db2-93472fd59193} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 22:14:12.311919 [ 276 ] {c3dd14a1-6282-4b54-9db2-93472fd59193} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:12.312052 [ 276 ] {c3dd14a1-6282-4b54-9db2-93472fd59193} executeQuery: Read 39 rows, 71.56 KiB in 0.001827 sec., 21346.46962233169 rows/sec., 38.25 MiB/sec. 2026.03.18 22:14:12.312103 [ 276 ] {c3dd14a1-6282-4b54-9db2-93472fd59193} TCPHandler: Processed in 0.002001213 sec. 2026.03.18 22:14:12.312225 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:12.312318 [ 276 ] {304cc40e-3933-4ee1-9a90-5a99ea25657b} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:12.312359 [ 276 ] {304cc40e-3933-4ee1-9a90-5a99ea25657b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:12.312696 [ 276 ] {304cc40e-3933-4ee1-9a90-5a99ea25657b} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:12.312732 [ 276 ] {304cc40e-3933-4ee1-9a90-5a99ea25657b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:12.313029 [ 276 ] {304cc40e-3933-4ee1-9a90-5a99ea25657b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 22:14:12.313238 [ 276 ] {304cc40e-3933-4ee1-9a90-5a99ea25657b} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:12.313368 [ 276 ] {304cc40e-3933-4ee1-9a90-5a99ea25657b} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.03.18 22:14:12.313406 [ 276 ] {304cc40e-3933-4ee1-9a90-5a99ea25657b} TCPHandler: Processed in 0.001228884 sec. 2026.03.18 22:14:14.480265 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6297 2026.03.18 22:14:14.480977 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:14.481024 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:14.481500 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:14:14.481747 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:14.481874 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6297 2026.03.18 22:14:14.809776 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.18 22:14:14.826477 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:14.826544 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:14.831933 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:14:14.832644 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:14.835463 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.18 22:14:16.991150 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 438 2026.03.18 22:14:16.993563 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:16.993605 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:16.994724 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:14:16.994982 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:16.995220 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 438 2026.03.18 22:14:17.302378 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:17.302645 [ 276 ] {4239a73f-e221-425f-a039-0a668b1b5bb5} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 22:14:17.302721 [ 276 ] {4239a73f-e221-425f-a039-0a668b1b5bb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 22:14:17.303380 [ 276 ] {4239a73f-e221-425f-a039-0a668b1b5bb5} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:17.303435 [ 276 ] {4239a73f-e221-425f-a039-0a668b1b5bb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:17.303850 [ 276 ] {4239a73f-e221-425f-a039-0a668b1b5bb5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:14:17.304092 [ 276 ] {4239a73f-e221-425f-a039-0a668b1b5bb5} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:17.304264 [ 276 ] {4239a73f-e221-425f-a039-0a668b1b5bb5} executeQuery: Read 4 rows, 334.00 B in 0.001674 sec., 2389.4862604540026 rows/sec., 194.85 KiB/sec. 2026.03.18 22:14:17.304314 [ 276 ] {4239a73f-e221-425f-a039-0a668b1b5bb5} TCPHandler: Processed in 0.002020874 sec. 2026.03.18 22:14:17.304436 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:17.304538 [ 276 ] {4c289e24-0e3e-4522-a70a-fc5902b1c45c} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:17.304581 [ 276 ] {4c289e24-0e3e-4522-a70a-fc5902b1c45c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:17.305033 [ 276 ] {4c289e24-0e3e-4522-a70a-fc5902b1c45c} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:17.305073 [ 276 ] {4c289e24-0e3e-4522-a70a-fc5902b1c45c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:17.305391 [ 276 ] {4c289e24-0e3e-4522-a70a-fc5902b1c45c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 22:14:17.305608 [ 276 ] {4c289e24-0e3e-4522-a70a-fc5902b1c45c} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:17.305745 [ 276 ] {4c289e24-0e3e-4522-a70a-fc5902b1c45c} executeQuery: Read 58 rows, 4.52 KiB in 0.001228 sec., 47231.27035830619 rows/sec., 3.60 MiB/sec. 2026.03.18 22:14:17.305785 [ 276 ] {4c289e24-0e3e-4522-a70a-fc5902b1c45c} TCPHandler: Processed in 0.001402106 sec. 2026.03.18 22:14:17.305895 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:17.305991 [ 276 ] {2094e0fa-b2d2-42ff-8161-1417ea523283} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:14:17.306032 [ 276 ] {2094e0fa-b2d2-42ff-8161-1417ea523283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:14:17.306429 [ 276 ] {2094e0fa-b2d2-42ff-8161-1417ea523283} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:17.306465 [ 276 ] {2094e0fa-b2d2-42ff-8161-1417ea523283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:17.306762 [ 276 ] {2094e0fa-b2d2-42ff-8161-1417ea523283} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:14:17.306982 [ 276 ] {2094e0fa-b2d2-42ff-8161-1417ea523283} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:17.307115 [ 276 ] {2094e0fa-b2d2-42ff-8161-1417ea523283} executeQuery: Read 4 rows, 286.00 B in 0.001142 sec., 3502.626970227671 rows/sec., 244.57 KiB/sec. 2026.03.18 22:14:17.307124 [ 50 ] {} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:14:17.307154 [ 276 ] {2094e0fa-b2d2-42ff-8161-1417ea523283} TCPHandler: Processed in 0.001308005 sec. 2026.03.18 22:14:17.307191 [ 50 ] {} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:17.307221 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:17.307280 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:17.307319 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::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.03.18 22:14:17.307378 [ 276 ] {30f4b8d9-3e80-4c18-9a75-bec674d090ba} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:17.307405 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:17.307418 [ 276 ] {30f4b8d9-3e80-4c18-9a75-bec674d090ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:17.307433 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 212 rows starting from the beginning of the part 2026.03.18 22:14:17.307492 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part 2026.03.18 22:14:17.307534 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part 2026.03.18 22:14:17.307574 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part 2026.03.18 22:14:17.307612 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part 2026.03.18 22:14:17.307650 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2026.03.18 22:14:17.307847 [ 276 ] {30f4b8d9-3e80-4c18-9a75-bec674d090ba} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:17.307882 [ 276 ] {30f4b8d9-3e80-4c18-9a75-bec674d090ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:17.308196 [ 276 ] {30f4b8d9-3e80-4c18-9a75-bec674d090ba} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 22:14:17.308404 [ 276 ] {30f4b8d9-3e80-4c18-9a75-bec674d090ba} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:17.308428 [ 194 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 5 columns (5 merged, 0 gathered) in 0.001147003 sec., 344375.73397802794 rows/sec., 24.75 MiB/sec. 2026.03.18 22:14:17.308537 [ 276 ] {30f4b8d9-3e80-4c18-9a75-bec674d090ba} executeQuery: Read 68 rows, 5.44 KiB in 0.001176 sec., 57823.12925170068 rows/sec., 4.52 MiB/sec. 2026.03.18 22:14:17.308563 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:14:17.308580 [ 276 ] {30f4b8d9-3e80-4c18-9a75-bec674d090ba} TCPHandler: Processed in 0.001355326 sec. 2026.03.18 22:14:17.308696 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:17.308790 [ 276 ] {c59eed25-faf7-4abb-8a58-320fcd545d7a} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:17.308800 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:17.308834 [ 276 ] {c59eed25-faf7-4abb-8a58-320fcd545d7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:17.308864 [ 187 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_11_2} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:14:17.308923 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 22:14:17.309247 [ 276 ] {c59eed25-faf7-4abb-8a58-320fcd545d7a} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:17.309282 [ 276 ] {c59eed25-faf7-4abb-8a58-320fcd545d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:17.309608 [ 276 ] {c59eed25-faf7-4abb-8a58-320fcd545d7a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 22:14:17.309820 [ 276 ] {c59eed25-faf7-4abb-8a58-320fcd545d7a} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:17.309950 [ 276 ] {c59eed25-faf7-4abb-8a58-320fcd545d7a} executeQuery: Read 162 rows, 11.55 KiB in 0.001177 sec., 137638.06287170772 rows/sec., 9.58 MiB/sec. 2026.03.18 22:14:17.309988 [ 276 ] {c59eed25-faf7-4abb-8a58-320fcd545d7a} TCPHandler: Processed in 0.001342485 sec. 2026.03.18 22:14:17.310097 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:17.310191 [ 276 ] {3e3de8c5-9d9f-4dfb-99d9-ea1742470bb8} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:17.310232 [ 276 ] {3e3de8c5-9d9f-4dfb-99d9-ea1742470bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:17.310575 [ 276 ] {3e3de8c5-9d9f-4dfb-99d9-ea1742470bb8} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:17.310611 [ 276 ] {3e3de8c5-9d9f-4dfb-99d9-ea1742470bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:17.310911 [ 276 ] {3e3de8c5-9d9f-4dfb-99d9-ea1742470bb8} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 22:14:17.311118 [ 276 ] {3e3de8c5-9d9f-4dfb-99d9-ea1742470bb8} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:17.311246 [ 276 ] {3e3de8c5-9d9f-4dfb-99d9-ea1742470bb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.03.18 22:14:17.311283 [ 276 ] {3e3de8c5-9d9f-4dfb-99d9-ea1742470bb8} TCPHandler: Processed in 0.001235554 sec. 2026.03.18 22:14:21.879896 [ 46 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:14:21.880011 [ 46 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:14:21.982891 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6745 2026.03.18 22:14:21.983372 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:21.983416 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:21.983900 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 22:14:21.984128 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:21.984257 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6745 2026.03.18 22:14:22.304658 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:22.304859 [ 276 ] {06deb51d-e643-424c-8235-0d8beea08f73} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:22.304932 [ 276 ] {06deb51d-e643-424c-8235-0d8beea08f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:22.305684 [ 276 ] {06deb51d-e643-424c-8235-0d8beea08f73} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:22.305737 [ 276 ] {06deb51d-e643-424c-8235-0d8beea08f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:22.306158 [ 276 ] {06deb51d-e643-424c-8235-0d8beea08f73} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 22:14:22.306400 [ 276 ] {06deb51d-e643-424c-8235-0d8beea08f73} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:22.306567 [ 276 ] {06deb51d-e643-424c-8235-0d8beea08f73} executeQuery: Read 136 rows, 12.06 KiB in 0.001761 sec., 77228.84724588302 rows/sec., 6.69 MiB/sec. 2026.03.18 22:14:22.306616 [ 276 ] {06deb51d-e643-424c-8235-0d8beea08f73} TCPHandler: Processed in 0.002101704 sec. 2026.03.18 22:14:22.306742 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:22.306846 [ 276 ] {c5385b9c-0177-46ae-bd8e-94cfab44d4ff} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:14:22.306891 [ 276 ] {c5385b9c-0177-46ae-bd8e-94cfab44d4ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:14:22.307324 [ 276 ] {c5385b9c-0177-46ae-bd8e-94cfab44d4ff} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:22.307362 [ 276 ] {c5385b9c-0177-46ae-bd8e-94cfab44d4ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:22.307665 [ 276 ] {c5385b9c-0177-46ae-bd8e-94cfab44d4ff} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:14:22.307879 [ 276 ] {c5385b9c-0177-46ae-bd8e-94cfab44d4ff} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:22.308014 [ 276 ] {c5385b9c-0177-46ae-bd8e-94cfab44d4ff} executeQuery: Read 40 rows, 3.01 KiB in 0.00119 sec., 33613.44537815126 rows/sec., 2.47 MiB/sec. 2026.03.18 22:14:22.308054 [ 276 ] {c5385b9c-0177-46ae-bd8e-94cfab44d4ff} TCPHandler: Processed in 0.001365315 sec. 2026.03.18 22:14:22.308167 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:22.308261 [ 276 ] {6c83c48e-d538-421d-bf17-88a65b7f213c} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:22.308301 [ 276 ] {6c83c48e-d538-421d-bf17-88a65b7f213c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:22.308734 [ 276 ] {6c83c48e-d538-421d-bf17-88a65b7f213c} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:22.308771 [ 276 ] {6c83c48e-d538-421d-bf17-88a65b7f213c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:22.309084 [ 276 ] {6c83c48e-d538-421d-bf17-88a65b7f213c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 22:14:22.309300 [ 276 ] {6c83c48e-d538-421d-bf17-88a65b7f213c} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:22.309430 [ 276 ] {6c83c48e-d538-421d-bf17-88a65b7f213c} executeQuery: Read 104 rows, 8.32 KiB in 0.001187 sec., 87615.83824768325 rows/sec., 6.84 MiB/sec. 2026.03.18 22:14:22.309471 [ 276 ] {6c83c48e-d538-421d-bf17-88a65b7f213c} TCPHandler: Processed in 0.001354436 sec. 2026.03.18 22:14:22.309584 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:22.309677 [ 276 ] {95823bb4-239b-4d5a-86e7-3a24a47f34ee} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:22.309721 [ 276 ] {95823bb4-239b-4d5a-86e7-3a24a47f34ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:22.310130 [ 276 ] {95823bb4-239b-4d5a-86e7-3a24a47f34ee} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:22.310165 [ 276 ] {95823bb4-239b-4d5a-86e7-3a24a47f34ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:22.310490 [ 276 ] {95823bb4-239b-4d5a-86e7-3a24a47f34ee} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 22:14:22.310706 [ 276 ] {95823bb4-239b-4d5a-86e7-3a24a47f34ee} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:22.310836 [ 276 ] {95823bb4-239b-4d5a-86e7-3a24a47f34ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.03.18 22:14:22.310876 [ 276 ] {95823bb4-239b-4d5a-86e7-3a24a47f34ee} TCPHandler: Processed in 0.001341545 sec. 2026.03.18 22:14:22.310986 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:22.311079 [ 276 ] {ec2f48ce-bec5-47c7-b38c-365b533f2b5d} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:22.311134 [ 276 ] {ec2f48ce-bec5-47c7-b38c-365b533f2b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:14:22.312016 [ 276 ] {ec2f48ce-bec5-47c7-b38c-365b533f2b5d} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:22.312053 [ 276 ] {ec2f48ce-bec5-47c7-b38c-365b533f2b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:22.312609 [ 276 ] {ec2f48ce-bec5-47c7-b38c-365b533f2b5d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 22:14:22.312827 [ 276 ] {ec2f48ce-bec5-47c7-b38c-365b533f2b5d} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:22.312967 [ 276 ] {ec2f48ce-bec5-47c7-b38c-365b533f2b5d} executeQuery: Read 40 rows, 73.40 KiB in 0.001905 sec., 20997.37532808399 rows/sec., 37.63 MiB/sec. 2026.03.18 22:14:22.313027 [ 276 ] {ec2f48ce-bec5-47c7-b38c-365b533f2b5d} TCPHandler: Processed in 0.002089784 sec. 2026.03.18 22:14:22.313138 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:22.313232 [ 276 ] {cacc6f53-eaae-4272-a7a5-395494270c3d} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:22.313273 [ 276 ] {cacc6f53-eaae-4272-a7a5-395494270c3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:22.313613 [ 276 ] {cacc6f53-eaae-4272-a7a5-395494270c3d} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:22.313649 [ 276 ] {cacc6f53-eaae-4272-a7a5-395494270c3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:22.313950 [ 276 ] {cacc6f53-eaae-4272-a7a5-395494270c3d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 22:14:22.314159 [ 276 ] {cacc6f53-eaae-4272-a7a5-395494270c3d} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:22.314290 [ 276 ] {cacc6f53-eaae-4272-a7a5-395494270c3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.03.18 22:14:22.314327 [ 276 ] {cacc6f53-eaae-4272-a7a5-395494270c3d} TCPHandler: Processed in 0.001238964 sec. 2026.03.18 22:14:22.336448 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.18 22:14:22.353347 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:22.353404 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:22.359437 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 22:14:22.360203 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:22.363136 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.18 22:14:26.995635 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 462 2026.03.18 22:14:26.997844 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:26.997891 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:26.999074 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:14:26.999347 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:26.999542 [ 39 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:14:26.999596 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 462 2026.03.18 22:14:26.999646 [ 39 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:26.999688 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:26.999867 [ 189 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::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.03.18 22:14:27.000710 [ 189 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:27.000940 [ 189 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 332 rows starting from the beginning of the part 2026.03.18 22:14:27.001357 [ 189 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part 2026.03.18 22:14:27.001742 [ 189 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part 2026.03.18 22:14:27.002118 [ 189 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part 2026.03.18 22:14:27.002487 [ 189 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part 2026.03.18 22:14:27.002859 [ 189 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.03.18 22:14:27.008911 [ 187 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 72 columns (72 merged, 0 gathered) in 0.009129816 sec., 50603.429466705566 rows/sec., 49.95 MiB/sec. 2026.03.18 22:14:27.009846 [ 190 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:14:27.010406 [ 190 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.010477 [ 190 ] {110f3305-f50f-4dd6-86c3-4a1ce817f312::all_1_11_2} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:14:27.010763 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2026.03.18 22:14:27.302632 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.302807 [ 276 ] {bd41095a-91ea-441f-98ec-c2cfcc4a2e05} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:27.302873 [ 276 ] {bd41095a-91ea-441f-98ec-c2cfcc4a2e05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:27.303520 [ 276 ] {bd41095a-91ea-441f-98ec-c2cfcc4a2e05} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.303564 [ 276 ] {bd41095a-91ea-441f-98ec-c2cfcc4a2e05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.303961 [ 276 ] {bd41095a-91ea-441f-98ec-c2cfcc4a2e05} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 22:14:27.304197 [ 276 ] {bd41095a-91ea-441f-98ec-c2cfcc4a2e05} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.304330 [ 39 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 22:14:27.304352 [ 276 ] {bd41095a-91ea-441f-98ec-c2cfcc4a2e05} executeQuery: Read 56 rows, 4.38 KiB in 0.001592 sec., 35175.87939698492 rows/sec., 2.69 MiB/sec. 2026.03.18 22:14:27.304374 [ 39 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.304395 [ 276 ] {bd41095a-91ea-441f-98ec-c2cfcc4a2e05} TCPHandler: Processed in 0.001913342 sec. 2026.03.18 22:14:27.304399 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.304513 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.304529 [ 186 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::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.03.18 22:14:27.304606 [ 276 ] {ab07b056-643a-499a-9f2e-f912817ee410} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:27.304651 [ 276 ] {ab07b056-643a-499a-9f2e-f912817ee410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:27.304683 [ 186 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:27.304724 [ 186 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2889 rows starting from the beginning of the part 2026.03.18 22:14:27.304826 [ 186 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2026.03.18 22:14:27.304882 [ 186 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 134 rows starting from the beginning of the part 2026.03.18 22:14:27.304931 [ 186 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part 2026.03.18 22:14:27.304979 [ 186 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 136 rows starting from the beginning of the part 2026.03.18 22:14:27.305027 [ 186 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2026.03.18 22:14:27.305086 [ 276 ] {ab07b056-643a-499a-9f2e-f912817ee410} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.305126 [ 276 ] {ab07b056-643a-499a-9f2e-f912817ee410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.305493 [ 276 ] {ab07b056-643a-499a-9f2e-f912817ee410} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 22:14:27.305716 [ 276 ] {ab07b056-643a-499a-9f2e-f912817ee410} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.305822 [ 39 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 22:14:27.305847 [ 276 ] {ab07b056-643a-499a-9f2e-f912817ee410} executeQuery: Read 64 rows, 5.12 KiB in 0.001257 sec., 50914.87669053301 rows/sec., 3.97 MiB/sec. 2026.03.18 22:14:27.305857 [ 39 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.305882 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.305887 [ 276 ] {ab07b056-643a-499a-9f2e-f912817ee410} TCPHandler: Processed in 0.001421406 sec. 2026.03.18 22:14:27.305958 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::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.03.18 22:14:27.306004 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.306053 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:27.306085 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1548 rows starting from the beginning of the part 2026.03.18 22:14:27.306094 [ 276 ] {b4eb5988-fe14-4782-82dd-ec97bfc22f5f} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.306135 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2026.03.18 22:14:27.306139 [ 276 ] {b4eb5988-fe14-4782-82dd-ec97bfc22f5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:27.306184 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 103 rows starting from the beginning of the part 2026.03.18 22:14:27.306227 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 68 rows starting from the beginning of the part 2026.03.18 22:14:27.306262 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part 2026.03.18 22:14:27.306299 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2026.03.18 22:14:27.306540 [ 276 ] {b4eb5988-fe14-4782-82dd-ec97bfc22f5f} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.306577 [ 276 ] {b4eb5988-fe14-4782-82dd-ec97bfc22f5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.306585 [ 187 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3329 rows, containing 5 columns (5 merged, 0 gathered) in 0.002164125 sec., 1538266.042857968 rows/sec., 125.23 MiB/sec. 2026.03.18 22:14:27.307021 [ 193 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 22:14:27.307065 [ 276 ] {b4eb5988-fe14-4782-82dd-ec97bfc22f5f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 22:14:27.307365 [ 195 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.001440697 sec., 1354205.6379655127 rows/sec., 101.97 MiB/sec. 2026.03.18 22:14:27.307370 [ 276 ] {b4eb5988-fe14-4782-82dd-ec97bfc22f5f} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.307413 [ 187 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.307494 [ 187 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_21_4} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 22:14:27.307511 [ 38 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 22:14:27.307522 [ 276 ] {b4eb5988-fe14-4782-82dd-ec97bfc22f5f} executeQuery: Read 160 rows, 11.41 KiB in 0.00143 sec., 111888.11188811189 rows/sec., 7.79 MiB/sec. 2026.03.18 22:14:27.307560 [ 38 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.307578 [ 276 ] {b4eb5988-fe14-4782-82dd-ec97bfc22f5f} TCPHandler: Processed in 0.001613479 sec. 2026.03.18 22:14:27.307579 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2026.03.18 22:14:27.307586 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.307593 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 22:14:27.307683 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::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.03.18 22:14:27.307698 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.307793 [ 276 ] {0bd47232-b4c6-4c87-bd42-66bbf6281df9} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.307798 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:27.307837 [ 276 ] {0bd47232-b4c6-4c87-bd42-66bbf6281df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:27.307841 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6824 rows starting from the beginning of the part 2026.03.18 22:14:27.307874 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.307937 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.03.18 22:14:27.307946 [ 190 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_21_4} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 22:14:27.307999 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.03.18 22:14:27.308037 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.03.18 22:14:27.308051 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 162 rows starting from the beginning of the part 2026.03.18 22:14:27.308101 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.03.18 22:14:27.308144 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::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.03.18 22:14:27.308177 [ 276 ] {0bd47232-b4c6-4c87-bd42-66bbf6281df9} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.308213 [ 276 ] {0bd47232-b4c6-4c87-bd42-66bbf6281df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.308521 [ 276 ] {0bd47232-b4c6-4c87-bd42-66bbf6281df9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 22:14:27.308733 [ 276 ] {0bd47232-b4c6-4c87-bd42-66bbf6281df9} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.308838 [ 38 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 22:14:27.308862 [ 276 ] {0bd47232-b4c6-4c87-bd42-66bbf6281df9} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.03.18 22:14:27.308872 [ 38 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.308904 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.308905 [ 276 ] {0bd47232-b4c6-4c87-bd42-66bbf6281df9} TCPHandler: Processed in 0.001254524 sec. 2026.03.18 22:14:27.308978 [ 187 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:14:27.309052 [ 187 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:27.309077 [ 187 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 720 rows starting from the beginning of the part 2026.03.18 22:14:27.309124 [ 187 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:27.309167 [ 187 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:27.309204 [ 187 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:27.309238 [ 187 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:27.309276 [ 187 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:14:27.310057 [ 197 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1020 rows, containing 4 columns (4 merged, 0 gathered) in 0.001104402 sec., 923576.741077977 rows/sec., 61.71 MiB/sec. 2026.03.18 22:14:27.310275 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 22:14:27.310582 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.310615 [ 197 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7626 rows, containing 5 columns (5 merged, 0 gathered) in 0.002969844 sec., 2567811.6426317343 rows/sec., 169.56 MiB/sec. 2026.03.18 22:14:27.310659 [ 200 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_21_4} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 22:14:27.310757 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.18 22:14:27.311153 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 22:14:27.311412 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.311476 [ 195 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_21_4} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 22:14:27.311537 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2026.03.18 22:14:27.655272 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.655474 [ 276 ] {7ff9f47a-4b1f-4dc3-a1da-25e311b04c75} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.655549 [ 276 ] {7ff9f47a-4b1f-4dc3-a1da-25e311b04c75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 22:14:27.656179 [ 276 ] {7ff9f47a-4b1f-4dc3-a1da-25e311b04c75} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.656230 [ 276 ] {7ff9f47a-4b1f-4dc3-a1da-25e311b04c75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.656636 [ 276 ] {7ff9f47a-4b1f-4dc3-a1da-25e311b04c75} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:14:27.656864 [ 276 ] {7ff9f47a-4b1f-4dc3-a1da-25e311b04c75} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.657028 [ 276 ] {7ff9f47a-4b1f-4dc3-a1da-25e311b04c75} executeQuery: Read 24 rows, 2.04 KiB in 0.001607 sec., 14934.660858743 rows/sec., 1.24 MiB/sec. 2026.03.18 22:14:27.657071 [ 276 ] {7ff9f47a-4b1f-4dc3-a1da-25e311b04c75} TCPHandler: Processed in 0.001942972 sec. 2026.03.18 22:14:27.657195 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.657289 [ 276 ] {6030c1d2-1550-416d-b0ef-bbdcd7e02055} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 22:14:27.657331 [ 276 ] {6030c1d2-1550-416d-b0ef-bbdcd7e02055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 22:14:27.657726 [ 276 ] {6030c1d2-1550-416d-b0ef-bbdcd7e02055} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.657763 [ 276 ] {6030c1d2-1550-416d-b0ef-bbdcd7e02055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.658059 [ 276 ] {6030c1d2-1550-416d-b0ef-bbdcd7e02055} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:14:27.658277 [ 276 ] {6030c1d2-1550-416d-b0ef-bbdcd7e02055} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.658396 [ 38 ] {} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 22:14:27.658408 [ 276 ] {6030c1d2-1550-416d-b0ef-bbdcd7e02055} executeQuery: Read 2 rows, 167.00 B in 0.001135 sec., 1762.114537444934 rows/sec., 143.69 KiB/sec. 2026.03.18 22:14:27.658463 [ 38 ] {} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.658472 [ 276 ] {6030c1d2-1550-416d-b0ef-bbdcd7e02055} TCPHandler: Processed in 0.001327316 sec. 2026.03.18 22:14:27.658494 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.658616 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.658640 [ 197 ] {708919a9-56dc-4375-a8af-af1605dac397::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.03.18 22:14:27.658711 [ 276 ] {993a52d4-b3c7-4612-8cd3-48e90e3ffece} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:27.658756 [ 276 ] {993a52d4-b3c7-4612-8cd3-48e90e3ffece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:27.658791 [ 197 ] {708919a9-56dc-4375-a8af-af1605dac397::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:27.658831 [ 197 ] {708919a9-56dc-4375-a8af-af1605dac397::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.03.18 22:14:27.658931 [ 197 ] {708919a9-56dc-4375-a8af-af1605dac397::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.03.18 22:14:27.658989 [ 197 ] {708919a9-56dc-4375-a8af-af1605dac397::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.03.18 22:14:27.659044 [ 197 ] {708919a9-56dc-4375-a8af-af1605dac397::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.03.18 22:14:27.659086 [ 197 ] {708919a9-56dc-4375-a8af-af1605dac397::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2026.03.18 22:14:27.659131 [ 197 ] {708919a9-56dc-4375-a8af-af1605dac397::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.03.18 22:14:27.659998 [ 195 ] {708919a9-56dc-4375-a8af-af1605dac397::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001423456 sec., 22480.4981678394 rows/sec., 1.88 MiB/sec. 2026.03.18 22:14:27.660031 [ 276 ] {993a52d4-b3c7-4612-8cd3-48e90e3ffece} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.660068 [ 276 ] {993a52d4-b3c7-4612-8cd3-48e90e3ffece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.660173 [ 200 ] {708919a9-56dc-4375-a8af-af1605dac397::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 22:14:27.660489 [ 200 ] {708919a9-56dc-4375-a8af-af1605dac397::all_1_6_1} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.660544 [ 276 ] {993a52d4-b3c7-4612-8cd3-48e90e3ffece} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 22:14:27.660569 [ 200 ] {708919a9-56dc-4375-a8af-af1605dac397::all_1_6_1} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 22:14:27.660665 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.18 22:14:27.660782 [ 276 ] {993a52d4-b3c7-4612-8cd3-48e90e3ffece} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.660926 [ 276 ] {993a52d4-b3c7-4612-8cd3-48e90e3ffece} executeQuery: Read 2141 rows, 167.73 KiB in 0.00223 sec., 960089.6860986546 rows/sec., 73.45 MiB/sec. 2026.03.18 22:14:27.660967 [ 276 ] {993a52d4-b3c7-4612-8cd3-48e90e3ffece} TCPHandler: Processed in 0.002402528 sec. 2026.03.18 22:14:27.661090 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.661184 [ 276 ] {dda3f111-c6a0-49f1-a62a-bb02b559f6e0} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.661223 [ 276 ] {dda3f111-c6a0-49f1-a62a-bb02b559f6e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:14:27.661650 [ 276 ] {dda3f111-c6a0-49f1-a62a-bb02b559f6e0} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.661687 [ 276 ] {dda3f111-c6a0-49f1-a62a-bb02b559f6e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.662008 [ 276 ] {dda3f111-c6a0-49f1-a62a-bb02b559f6e0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:14:27.662220 [ 276 ] {dda3f111-c6a0-49f1-a62a-bb02b559f6e0} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.662349 [ 276 ] {dda3f111-c6a0-49f1-a62a-bb02b559f6e0} executeQuery: Read 65 rows, 4.94 KiB in 0.001181 sec., 55038.103302286196 rows/sec., 4.08 MiB/sec. 2026.03.18 22:14:27.662387 [ 276 ] {dda3f111-c6a0-49f1-a62a-bb02b559f6e0} TCPHandler: Processed in 0.001347145 sec. 2026.03.18 22:14:27.662503 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.662596 [ 276 ] {317a69c7-9de6-4cbd-86a6-e8fe42d9d191} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.662635 [ 276 ] {317a69c7-9de6-4cbd-86a6-e8fe42d9d191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 22:14:27.663300 [ 276 ] {317a69c7-9de6-4cbd-86a6-e8fe42d9d191} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.663337 [ 276 ] {317a69c7-9de6-4cbd-86a6-e8fe42d9d191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.663677 [ 276 ] {317a69c7-9de6-4cbd-86a6-e8fe42d9d191} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:14:27.663893 [ 276 ] {317a69c7-9de6-4cbd-86a6-e8fe42d9d191} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.664023 [ 276 ] {317a69c7-9de6-4cbd-86a6-e8fe42d9d191} executeQuery: Read 732 rows, 44.33 KiB in 0.001443 sec., 507276.50727650727 rows/sec., 30.00 MiB/sec. 2026.03.18 22:14:27.664063 [ 276 ] {317a69c7-9de6-4cbd-86a6-e8fe42d9d191} TCPHandler: Processed in 0.001609958 sec. 2026.03.18 22:14:27.664182 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.664275 [ 276 ] {abcf9eee-bd37-4201-be32-fc4b83bc7dd0} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.664313 [ 276 ] {abcf9eee-bd37-4201-be32-fc4b83bc7dd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 22:14:27.664703 [ 276 ] {abcf9eee-bd37-4201-be32-fc4b83bc7dd0} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.664738 [ 276 ] {abcf9eee-bd37-4201-be32-fc4b83bc7dd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.665016 [ 276 ] {abcf9eee-bd37-4201-be32-fc4b83bc7dd0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 22:14:27.665215 [ 276 ] {abcf9eee-bd37-4201-be32-fc4b83bc7dd0} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.665335 [ 276 ] {abcf9eee-bd37-4201-be32-fc4b83bc7dd0} executeQuery: Read 1 rows, 72.00 B in 0.001104 sec., 905.7971014492754 rows/sec., 63.69 KiB/sec. 2026.03.18 22:14:27.665372 [ 276 ] {abcf9eee-bd37-4201-be32-fc4b83bc7dd0} TCPHandler: Processed in 0.001269305 sec. 2026.03.18 22:14:27.665476 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.665563 [ 276 ] {ad6a3e6b-a0b0-480e-9360-3ac22a99a011} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.665599 [ 276 ] {ad6a3e6b-a0b0-480e-9360-3ac22a99a011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 22:14:27.666052 [ 276 ] {ad6a3e6b-a0b0-480e-9360-3ac22a99a011} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.666088 [ 276 ] {ad6a3e6b-a0b0-480e-9360-3ac22a99a011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.666386 [ 276 ] {ad6a3e6b-a0b0-480e-9360-3ac22a99a011} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:14:27.666603 [ 276 ] {ad6a3e6b-a0b0-480e-9360-3ac22a99a011} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.666734 [ 276 ] {ad6a3e6b-a0b0-480e-9360-3ac22a99a011} executeQuery: Read 12 rows, 960.00 B in 0.001143 sec., 10498.687664041996 rows/sec., 820.21 KiB/sec. 2026.03.18 22:14:27.666772 [ 276 ] {ad6a3e6b-a0b0-480e-9360-3ac22a99a011} TCPHandler: Processed in 0.001306975 sec. 2026.03.18 22:14:27.666885 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.666978 [ 276 ] {4516e6c9-acad-4279-bcfa-2bfd8857e1a1} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:27.667017 [ 276 ] {4516e6c9-acad-4279-bcfa-2bfd8857e1a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:27.667805 [ 276 ] {4516e6c9-acad-4279-bcfa-2bfd8857e1a1} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.667839 [ 276 ] {4516e6c9-acad-4279-bcfa-2bfd8857e1a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.668188 [ 276 ] {4516e6c9-acad-4279-bcfa-2bfd8857e1a1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 22:14:27.668402 [ 276 ] {4516e6c9-acad-4279-bcfa-2bfd8857e1a1} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.668531 [ 276 ] {4516e6c9-acad-4279-bcfa-2bfd8857e1a1} executeQuery: Read 1089 rows, 77.85 KiB in 0.001569 sec., 694072.6577437858 rows/sec., 48.45 MiB/sec. 2026.03.18 22:14:27.668570 [ 276 ] {4516e6c9-acad-4279-bcfa-2bfd8857e1a1} TCPHandler: Processed in 0.00173446 sec. 2026.03.18 22:14:27.668687 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.668786 [ 276 ] {214f262f-6a13-45b5-be13-0409e8968f2c} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.668830 [ 276 ] {214f262f-6a13-45b5-be13-0409e8968f2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:27.669489 [ 276 ] {214f262f-6a13-45b5-be13-0409e8968f2c} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.669525 [ 276 ] {214f262f-6a13-45b5-be13-0409e8968f2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.669927 [ 276 ] {214f262f-6a13-45b5-be13-0409e8968f2c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 22:14:27.670139 [ 276 ] {214f262f-6a13-45b5-be13-0409e8968f2c} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.670267 [ 276 ] {214f262f-6a13-45b5-be13-0409e8968f2c} executeQuery: Read 1254 rows, 80.98 KiB in 0.001503 sec., 834331.3373253493 rows/sec., 52.61 MiB/sec. 2026.03.18 22:14:27.670306 [ 276 ] {214f262f-6a13-45b5-be13-0409e8968f2c} TCPHandler: Processed in 0.001668 sec. 2026.03.18 22:14:27.670420 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.670513 [ 276 ] {d6298275-37d4-4e68-a5c0-736bb137b13a} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.670567 [ 276 ] {d6298275-37d4-4e68-a5c0-736bb137b13a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:14:27.671425 [ 276 ] {d6298275-37d4-4e68-a5c0-736bb137b13a} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.671461 [ 276 ] {d6298275-37d4-4e68-a5c0-736bb137b13a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.672042 [ 276 ] {d6298275-37d4-4e68-a5c0-736bb137b13a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 22:14:27.672278 [ 276 ] {d6298275-37d4-4e68-a5c0-736bb137b13a} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.672416 [ 276 ] {d6298275-37d4-4e68-a5c0-736bb137b13a} executeQuery: Read 51 rows, 93.58 KiB in 0.001918 sec., 26590.19812304484 rows/sec., 47.65 MiB/sec. 2026.03.18 22:14:27.672480 [ 276 ] {d6298275-37d4-4e68-a5c0-736bb137b13a} TCPHandler: Processed in 0.002108984 sec. 2026.03.18 22:14:27.672598 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:27.672691 [ 276 ] {9b204ce9-567c-4523-bb84-44d24c653d45} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:27.672734 [ 276 ] {9b204ce9-567c-4523-bb84-44d24c653d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:27.673061 [ 276 ] {9b204ce9-567c-4523-bb84-44d24c653d45} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:27.673096 [ 276 ] {9b204ce9-567c-4523-bb84-44d24c653d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:27.673398 [ 276 ] {9b204ce9-567c-4523-bb84-44d24c653d45} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 22:14:27.673610 [ 276 ] {9b204ce9-567c-4523-bb84-44d24c653d45} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:27.673742 [ 276 ] {9b204ce9-567c-4523-bb84-44d24c653d45} executeQuery: Read 12 rows, 848.00 B in 0.001067 sec., 11246.485473289596 rows/sec., 776.12 KiB/sec. 2026.03.18 22:14:27.673779 [ 276 ] {9b204ce9-567c-4523-bb84-44d24c653d45} TCPHandler: Processed in 0.001230424 sec. 2026.03.18 22:14:29.485031 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7257 2026.03.18 22:14:29.485529 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:29.485563 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:29.486052 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 22:14:29.486313 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:29.486438 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7257 2026.03.18 22:14:29.863955 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.18 22:14:29.881395 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:29.881467 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:29.887003 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 22:14:29.887690 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:29.890716 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.18 22:14:32.302049 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:32.302230 [ 276 ] {d0abb5d6-c67d-4f0b-bdb4-4d399740887d} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:32.302299 [ 276 ] {d0abb5d6-c67d-4f0b-bdb4-4d399740887d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:32.302934 [ 276 ] {d0abb5d6-c67d-4f0b-bdb4-4d399740887d} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:32.302982 [ 276 ] {d0abb5d6-c67d-4f0b-bdb4-4d399740887d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:32.303367 [ 276 ] {d0abb5d6-c67d-4f0b-bdb4-4d399740887d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 22:14:32.303593 [ 276 ] {d0abb5d6-c67d-4f0b-bdb4-4d399740887d} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:32.303740 [ 276 ] {d0abb5d6-c67d-4f0b-bdb4-4d399740887d} executeQuery: Read 56 rows, 4.38 KiB in 0.00159 sec., 35220.125786163524 rows/sec., 2.69 MiB/sec. 2026.03.18 22:14:32.303783 [ 276 ] {d0abb5d6-c67d-4f0b-bdb4-4d399740887d} TCPHandler: Processed in 0.001905732 sec. 2026.03.18 22:14:32.303916 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:32.304007 [ 276 ] {91b47ce5-64b7-48ff-b46a-3975311c88c6} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:32.304047 [ 276 ] {91b47ce5-64b7-48ff-b46a-3975311c88c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:32.304520 [ 276 ] {91b47ce5-64b7-48ff-b46a-3975311c88c6} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:32.304558 [ 276 ] {91b47ce5-64b7-48ff-b46a-3975311c88c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:32.304861 [ 276 ] {91b47ce5-64b7-48ff-b46a-3975311c88c6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 22:14:32.305102 [ 276 ] {91b47ce5-64b7-48ff-b46a-3975311c88c6} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:32.305235 [ 276 ] {91b47ce5-64b7-48ff-b46a-3975311c88c6} executeQuery: Read 64 rows, 5.12 KiB in 0.001196 sec., 53511.70568561873 rows/sec., 4.18 MiB/sec. 2026.03.18 22:14:32.305276 [ 276 ] {91b47ce5-64b7-48ff-b46a-3975311c88c6} TCPHandler: Processed in 0.001376706 sec. 2026.03.18 22:14:32.305396 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:32.305490 [ 276 ] {59a60633-70fa-481d-adcc-f1a441a68718} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:32.305536 [ 276 ] {59a60633-70fa-481d-adcc-f1a441a68718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:32.305920 [ 276 ] {59a60633-70fa-481d-adcc-f1a441a68718} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:32.305959 [ 276 ] {59a60633-70fa-481d-adcc-f1a441a68718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:32.306292 [ 276 ] {59a60633-70fa-481d-adcc-f1a441a68718} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 22:14:32.306505 [ 276 ] {59a60633-70fa-481d-adcc-f1a441a68718} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:32.306633 [ 276 ] {59a60633-70fa-481d-adcc-f1a441a68718} executeQuery: Read 128 rows, 9.13 KiB in 0.00116 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. 2026.03.18 22:14:32.306673 [ 276 ] {59a60633-70fa-481d-adcc-f1a441a68718} TCPHandler: Processed in 0.001326925 sec. 2026.03.18 22:14:32.306790 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:32.306883 [ 276 ] {37e3c49a-0285-4952-a332-e095bd8027c2} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:32.306925 [ 276 ] {37e3c49a-0285-4952-a332-e095bd8027c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:32.307253 [ 276 ] {37e3c49a-0285-4952-a332-e095bd8027c2} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:32.307290 [ 276 ] {37e3c49a-0285-4952-a332-e095bd8027c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:32.307584 [ 276 ] {37e3c49a-0285-4952-a332-e095bd8027c2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 22:14:32.307792 [ 276 ] {37e3c49a-0285-4952-a332-e095bd8027c2} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:32.307920 [ 276 ] {37e3c49a-0285-4952-a332-e095bd8027c2} executeQuery: Read 48 rows, 3.31 KiB in 0.001053 sec., 45584.04558404559 rows/sec., 3.07 MiB/sec. 2026.03.18 22:14:32.307957 [ 276 ] {37e3c49a-0285-4952-a332-e095bd8027c2} TCPHandler: Processed in 0.001217084 sec. 2026.03.18 22:14:36.880275 [ 26 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:14:36.880349 [ 26 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:14:36.986875 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7705 2026.03.18 22:14:36.987346 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:36.987387 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:36.987874 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 22:14:36.988110 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:36.988245 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7705 2026.03.18 22:14:36.988260 [ 26 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 22:14:36.988318 [ 26 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:36.988338 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:36.988473 [ 197 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:14:36.988635 [ 197 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:36.988674 [ 197 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5337 rows starting from the beginning of the part 2026.03.18 22:14:36.988738 [ 197 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:14:36.988815 [ 197 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:14:36.988856 [ 197 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:14:36.988895 [ 197 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:14:36.988935 [ 197 ] {31cda3d2-95e2-4893-a111-59277b264ae2::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.03.18 22:14:36.990328 [ 195 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7705 rows, containing 4 columns (4 merged, 0 gathered) in 0.001913472 sec., 4026711.6529533747 rows/sec., 57.60 MiB/sec. 2026.03.18 22:14:36.991071 [ 187 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 22:14:36.991380 [ 187 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_16_3} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:36.991491 [ 187 ] {31cda3d2-95e2-4893-a111-59277b264ae2::all_1_16_3} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 22:14:36.991592 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.18 22:14:37.000317 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 500 2026.03.18 22:14:37.001336 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00092634 sec. 2026.03.18 22:14:37.003089 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:37.003131 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:37.004329 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:14:37.004604 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:37.004852 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 500 2026.03.18 22:14:37.303570 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:37.303745 [ 276 ] {7377d412-ce16-439a-b3ef-e6233156d5fb} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:37.303815 [ 276 ] {7377d412-ce16-439a-b3ef-e6233156d5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:37.304492 [ 276 ] {7377d412-ce16-439a-b3ef-e6233156d5fb} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:37.304535 [ 276 ] {7377d412-ce16-439a-b3ef-e6233156d5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:37.304899 [ 276 ] {7377d412-ce16-439a-b3ef-e6233156d5fb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 22:14:37.305127 [ 276 ] {7377d412-ce16-439a-b3ef-e6233156d5fb} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:37.305276 [ 276 ] {7377d412-ce16-439a-b3ef-e6233156d5fb} executeQuery: Read 56 rows, 4.38 KiB in 0.001583 sec., 35375.86860391661 rows/sec., 2.70 MiB/sec. 2026.03.18 22:14:37.305317 [ 276 ] {7377d412-ce16-439a-b3ef-e6233156d5fb} TCPHandler: Processed in 0.001876072 sec. 2026.03.18 22:14:37.305436 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:37.305528 [ 276 ] {147664e3-ad46-40f3-82e2-809f4f474104} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:37.305568 [ 276 ] {147664e3-ad46-40f3-82e2-809f4f474104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:37.305988 [ 276 ] {147664e3-ad46-40f3-82e2-809f4f474104} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:37.306024 [ 276 ] {147664e3-ad46-40f3-82e2-809f4f474104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:37.306339 [ 276 ] {147664e3-ad46-40f3-82e2-809f4f474104} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 22:14:37.306548 [ 276 ] {147664e3-ad46-40f3-82e2-809f4f474104} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:37.306674 [ 276 ] {147664e3-ad46-40f3-82e2-809f4f474104} executeQuery: Read 64 rows, 5.12 KiB in 0.001162 sec., 55077.45266781411 rows/sec., 4.30 MiB/sec. 2026.03.18 22:14:37.306718 [ 276 ] {147664e3-ad46-40f3-82e2-809f4f474104} TCPHandler: Processed in 0.001331145 sec. 2026.03.18 22:14:37.306832 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:37.306923 [ 276 ] {b0dc93ed-477f-4761-9cdc-3eb5786930d6} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:37.306966 [ 276 ] {b0dc93ed-477f-4761-9cdc-3eb5786930d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:37.307365 [ 276 ] {b0dc93ed-477f-4761-9cdc-3eb5786930d6} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:37.307400 [ 276 ] {b0dc93ed-477f-4761-9cdc-3eb5786930d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:37.307725 [ 276 ] {b0dc93ed-477f-4761-9cdc-3eb5786930d6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 22:14:37.307934 [ 276 ] {b0dc93ed-477f-4761-9cdc-3eb5786930d6} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:37.308060 [ 276 ] {b0dc93ed-477f-4761-9cdc-3eb5786930d6} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.03.18 22:14:37.308098 [ 276 ] {b0dc93ed-477f-4761-9cdc-3eb5786930d6} TCPHandler: Processed in 0.001312805 sec. 2026.03.18 22:14:37.308208 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:37.308299 [ 276 ] {a876b946-f1dd-4f64-a2fe-ca80fa868e30} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:37.308339 [ 276 ] {a876b946-f1dd-4f64-a2fe-ca80fa868e30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:37.308667 [ 276 ] {a876b946-f1dd-4f64-a2fe-ca80fa868e30} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:37.308701 [ 276 ] {a876b946-f1dd-4f64-a2fe-ca80fa868e30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:37.309063 [ 276 ] {a876b946-f1dd-4f64-a2fe-ca80fa868e30} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 22:14:37.309288 [ 276 ] {a876b946-f1dd-4f64-a2fe-ca80fa868e30} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:37.309437 [ 276 ] {a876b946-f1dd-4f64-a2fe-ca80fa868e30} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2026.03.18 22:14:37.309493 [ 276 ] {a876b946-f1dd-4f64-a2fe-ca80fa868e30} TCPHandler: Processed in 0.001333005 sec. 2026.03.18 22:14:37.391111 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.18 22:14:37.407837 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:37.407905 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:37.413661 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 22:14:37.414411 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:37.414734 [ 26 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 22:14:37.414791 [ 26 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:37.414809 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.03.18 22:14:37.414900 [ 195 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:14:37.418352 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.18 22:14:37.419046 [ 195 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:37.420501 [ 195 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:14:37.424983 [ 195 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:14:37.429232 [ 195 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:14:37.433416 [ 195 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:14:37.437917 [ 195 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:14:37.442015 [ 195 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::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.03.18 22:14:37.497325 [ 187 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.082457585 sec., 1467.4210989807668 rows/sec., 7.59 MiB/sec. 2026.03.18 22:14:37.499856 [ 198 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 22:14:37.501894 [ 198 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_16_3} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:37.501991 [ 198 ] {78b15508-5275-4fa7-9e4b-5a18690a772d::all_1_16_3} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 22:14:37.503880 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.18 22:14:38.000228 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 229.79 MiB, peak 239.77 MiB, free memory in arenas 0.00 B, will set to 237.47 MiB (RSS), difference: 7.68 MiB 2026.03.18 22:14:38.244720 [ 26 ] {} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 22:14:38.244785 [ 26 ] {} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:38.244809 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:38.244947 [ 187 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::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.03.18 22:14:38.245099 [ 187 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:38.245137 [ 187 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::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.03.18 22:14:38.245211 [ 187 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::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.03.18 22:14:38.245262 [ 187 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.03.18 22:14:38.245310 [ 187 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.18 22:14:38.245353 [ 187 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.18 22:14:38.246179 [ 198 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294835 sec., 494271.4708823904 rows/sec., 34.36 MiB/sec. 2026.03.18 22:14:38.246366 [ 198 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 22:14:38.246720 [ 198 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::all_1_5_1} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:38.246800 [ 198 ] {399de7c4-02fa-42e1-8d0d-9b275d60df2b::all_1_5_1} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 22:14:38.246900 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.18 22:14:38.848152 [ 26 ] {} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 22:14:38.848205 [ 26 ] {} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:38.848223 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:38.848345 [ 187 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::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.03.18 22:14:38.848493 [ 187 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:38.848525 [ 187 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::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.03.18 22:14:38.848592 [ 187 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::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.03.18 22:14:38.848638 [ 187 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.03.18 22:14:38.848680 [ 187 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.18 22:14:38.848719 [ 187 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.03.18 22:14:38.849510 [ 201 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001217354 sec., 272722.6427152661 rows/sec., 17.13 MiB/sec. 2026.03.18 22:14:38.849680 [ 191 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 22:14:38.849938 [ 191 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::all_1_5_1} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:38.850006 [ 191 ] {8ea228a8-65c1-4168-b2ec-a8d37a13dfdc::all_1_5_1} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 22:14:38.850076 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.18 22:14:42.305697 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:42.305876 [ 276 ] {93a10dad-7ee6-4e51-b31c-883dc4c5da68} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:42.305940 [ 276 ] {93a10dad-7ee6-4e51-b31c-883dc4c5da68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:42.306646 [ 276 ] {93a10dad-7ee6-4e51-b31c-883dc4c5da68} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:42.306689 [ 276 ] {93a10dad-7ee6-4e51-b31c-883dc4c5da68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:42.307093 [ 276 ] {93a10dad-7ee6-4e51-b31c-883dc4c5da68} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 22:14:42.307336 [ 276 ] {93a10dad-7ee6-4e51-b31c-883dc4c5da68} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:42.307500 [ 276 ] {93a10dad-7ee6-4e51-b31c-883dc4c5da68} executeQuery: Read 136 rows, 12.06 KiB in 0.001674 sec., 81242.53285543609 rows/sec., 7.03 MiB/sec. 2026.03.18 22:14:42.307542 [ 276 ] {93a10dad-7ee6-4e51-b31c-883dc4c5da68} TCPHandler: Processed in 0.001974753 sec. 2026.03.18 22:14:42.307665 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:42.307760 [ 276 ] {1f51553b-7549-4399-9029-d8e0ef3cbc21} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:14:42.307801 [ 276 ] {1f51553b-7549-4399-9029-d8e0ef3cbc21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:14:42.308210 [ 276 ] {1f51553b-7549-4399-9029-d8e0ef3cbc21} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:42.308246 [ 276 ] {1f51553b-7549-4399-9029-d8e0ef3cbc21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:42.308550 [ 276 ] {1f51553b-7549-4399-9029-d8e0ef3cbc21} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 22:14:42.308765 [ 276 ] {1f51553b-7549-4399-9029-d8e0ef3cbc21} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:42.308898 [ 276 ] {1f51553b-7549-4399-9029-d8e0ef3cbc21} executeQuery: Read 40 rows, 3.01 KiB in 0.001157 sec., 34572.169403630076 rows/sec., 2.54 MiB/sec. 2026.03.18 22:14:42.308936 [ 276 ] {1f51553b-7549-4399-9029-d8e0ef3cbc21} TCPHandler: Processed in 0.001320735 sec. 2026.03.18 22:14:42.309053 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:42.309146 [ 276 ] {b51baa5f-8e84-4fa0-8d2a-05354411ff85} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:42.309186 [ 276 ] {b51baa5f-8e84-4fa0-8d2a-05354411ff85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:42.309694 [ 276 ] {b51baa5f-8e84-4fa0-8d2a-05354411ff85} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:42.309731 [ 276 ] {b51baa5f-8e84-4fa0-8d2a-05354411ff85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:42.310031 [ 276 ] {b51baa5f-8e84-4fa0-8d2a-05354411ff85} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 22:14:42.310267 [ 276 ] {b51baa5f-8e84-4fa0-8d2a-05354411ff85} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:42.310397 [ 276 ] {b51baa5f-8e84-4fa0-8d2a-05354411ff85} executeQuery: Read 104 rows, 8.32 KiB in 0.001269 sec., 81954.29472025218 rows/sec., 6.40 MiB/sec. 2026.03.18 22:14:42.310435 [ 276 ] {b51baa5f-8e84-4fa0-8d2a-05354411ff85} TCPHandler: Processed in 0.001437107 sec. 2026.03.18 22:14:42.310560 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:42.310653 [ 276 ] {89dde76c-3a9e-476d-a282-b6375188dd82} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:42.310697 [ 276 ] {89dde76c-3a9e-476d-a282-b6375188dd82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:42.311090 [ 276 ] {89dde76c-3a9e-476d-a282-b6375188dd82} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:42.311127 [ 276 ] {89dde76c-3a9e-476d-a282-b6375188dd82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:42.311450 [ 276 ] {89dde76c-3a9e-476d-a282-b6375188dd82} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 22:14:42.311672 [ 276 ] {89dde76c-3a9e-476d-a282-b6375188dd82} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:42.311802 [ 276 ] {89dde76c-3a9e-476d-a282-b6375188dd82} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.03.18 22:14:42.311838 [ 276 ] {89dde76c-3a9e-476d-a282-b6375188dd82} TCPHandler: Processed in 0.001329995 sec. 2026.03.18 22:14:42.311952 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:42.312045 [ 276 ] {959646f6-8270-4ef0-aa9b-7b983d768ed8} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:42.312099 [ 276 ] {959646f6-8270-4ef0-aa9b-7b983d768ed8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:14:42.312880 [ 276 ] {959646f6-8270-4ef0-aa9b-7b983d768ed8} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:42.312916 [ 276 ] {959646f6-8270-4ef0-aa9b-7b983d768ed8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:42.313501 [ 276 ] {959646f6-8270-4ef0-aa9b-7b983d768ed8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 22:14:42.313727 [ 276 ] {959646f6-8270-4ef0-aa9b-7b983d768ed8} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:42.313849 [ 23 ] {} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 22:14:42.313867 [ 276 ] {959646f6-8270-4ef0-aa9b-7b983d768ed8} executeQuery: Read 40 rows, 73.40 KiB in 0.00184 sec., 21739.130434782608 rows/sec., 38.96 MiB/sec. 2026.03.18 22:14:42.313891 [ 23 ] {} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:42.313914 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:42.313921 [ 276 ] {959646f6-8270-4ef0-aa9b-7b983d768ed8} TCPHandler: Processed in 0.002018783 sec. 2026.03.18 22:14:42.314008 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::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.03.18 22:14:42.314045 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:42.314150 [ 276 ] {91ac1805-372e-41ac-a9ea-b3db105a9bad} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:42.314192 [ 276 ] {91ac1805-372e-41ac-a9ea-b3db105a9bad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:42.314223 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:42.314283 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 203 rows starting from the beginning of the part 2026.03.18 22:14:42.314424 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part 2026.03.18 22:14:42.314531 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part 2026.03.18 22:14:42.314607 [ 276 ] {91ac1805-372e-41ac-a9ea-b3db105a9bad} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:42.314635 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.03.18 22:14:42.314642 [ 276 ] {91ac1805-372e-41ac-a9ea-b3db105a9bad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:42.314734 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 51 rows starting from the beginning of the part 2026.03.18 22:14:42.314830 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2026.03.18 22:14:42.314968 [ 276 ] {91ac1805-372e-41ac-a9ea-b3db105a9bad} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 22:14:42.315178 [ 276 ] {91ac1805-372e-41ac-a9ea-b3db105a9bad} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:42.315308 [ 276 ] {91ac1805-372e-41ac-a9ea-b3db105a9bad} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.03.18 22:14:42.315344 [ 276 ] {91ac1805-372e-41ac-a9ea-b3db105a9bad} TCPHandler: Processed in 0.001351276 sec. 2026.03.18 22:14:42.318394 [ 191 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 19 columns (19 merged, 0 gathered) in 0.004427542 sec., 95538.33707280474 rows/sec., 171.20 MiB/sec. 2026.03.18 22:14:42.318893 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 22:14:42.319179 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:42.319240 [ 187 ] {290c82a7-4e0c-4fbb-a88a-ac06d869236d::all_1_11_2} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 22:14:42.319307 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. 2026.03.18 22:14:43.000477 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 237.96 MiB, peak 243.36 MiB, free memory in arenas 0.00 B, will set to 239.28 MiB (RSS), difference: 1.32 MiB 2026.03.18 22:14:44.488314 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8217 2026.03.18 22:14:44.488858 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:44.488908 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:44.489557 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 22:14:44.489799 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:44.489928 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8217 2026.03.18 22:14:44.919415 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.18 22:14:44.934167 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:44.934237 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:44.940545 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 22:14:44.941306 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:44.943958 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.18 22:14:45.967436 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53163 2026.03.18 22:14:45.967538 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.967562 [ 288 ] {} TCP-Session: 2efe51f2-c9b3-4c9f-8385-066204bcabd0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53163 2026.03.18 22:14:45.967584 [ 288 ] {} TCP-Session: 2efe51f2-c9b3-4c9f-8385-066204bcabd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.967598 [ 288 ] {} TCP-Session: 2efe51f2-c9b3-4c9f-8385-066204bcabd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.967855 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54046 2026.03.18 22:14:45.967866 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65265 2026.03.18 22:14:45.967917 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38004 2026.03.18 22:14:45.967903 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35346 2026.03.18 22:14:45.967995 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.967899 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64006 2026.03.18 22:14:45.968043 [ 289 ] {} TCP-Session: 4a00dce1-17f0-4050-9c2c-6b344b7ad831 Authenticating user 'default' from [fd00:1122:3344:101::e]:54046 2026.03.18 22:14:45.968017 [ 288 ] {} TCP-Session: 2efe51f2-c9b3-4c9f-8385-066204bcabd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:45.968077 [ 289 ] {} TCP-Session: 4a00dce1-17f0-4050-9c2c-6b344b7ad831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.967886 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63066 2026.03.18 22:14:45.968104 [ 289 ] {} TCP-Session: 4a00dce1-17f0-4050-9c2c-6b344b7ad831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968166 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.967865 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43179 2026.03.18 22:14:45.968221 [ 286 ] {} TCP-Session: 25cd0c03-64ca-4a1f-a7e6-4ec86aafdbd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:38004 2026.03.18 22:14:45.967911 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59437 2026.03.18 22:14:45.968259 [ 286 ] {} TCP-Session: 25cd0c03-64ca-4a1f-a7e6-4ec86aafdbd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968285 [ 286 ] {} TCP-Session: 25cd0c03-64ca-4a1f-a7e6-4ec86aafdbd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968331 [ 288 ] {3fe88349-6e56-487e-8882-ddb383312441} executeQuery: (from [fd00:1122:3344:101::e]:53163) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 22:14:45.968469 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.968497 [ 294 ] {} TCP-Session: 0efbf3a2-d593-40d7-abcd-8b41426916b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:64006 2026.03.18 22:14:45.968509 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.968514 [ 294 ] {} TCP-Session: 0efbf3a2-d593-40d7-abcd-8b41426916b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968543 [ 274 ] {} TCP-Session: de4222f6-5586-441f-95f1-f212e598cb64 Authenticating user 'default' from [fd00:1122:3344:101::e]:59437 2026.03.18 22:14:45.968545 [ 294 ] {} TCP-Session: 0efbf3a2-d593-40d7-abcd-8b41426916b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968567 [ 274 ] {} TCP-Session: de4222f6-5586-441f-95f1-f212e598cb64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968542 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.968591 [ 274 ] {} TCP-Session: de4222f6-5586-441f-95f1-f212e598cb64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968620 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.968621 [ 291 ] {} TCP-Session: fe54c2d3-fec6-45ab-9b68-bfcae1a8d148 Authenticating user 'default' from [fd00:1122:3344:101::e]:43179 2026.03.18 22:14:45.968660 [ 290 ] {} TCP-Session: 59630eaf-b2b2-40ef-a91b-20d2a2016592 Authenticating user 'default' from [fd00:1122:3344:101::e]:65265 2026.03.18 22:14:45.968670 [ 291 ] {} TCP-Session: fe54c2d3-fec6-45ab-9b68-bfcae1a8d148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968689 [ 290 ] {} TCP-Session: 59630eaf-b2b2-40ef-a91b-20d2a2016592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968699 [ 291 ] {} TCP-Session: fe54c2d3-fec6-45ab-9b68-bfcae1a8d148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968713 [ 290 ] {} TCP-Session: 59630eaf-b2b2-40ef-a91b-20d2a2016592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968589 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.968738 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:45.968772 [ 293 ] {} TCP-Session: c8d839c9-cd5a-44b0-ba0d-d79ec35cc81a Authenticating user 'default' from [fd00:1122:3344:101::e]:63066 2026.03.18 22:14:45.968803 [ 293 ] {} TCP-Session: c8d839c9-cd5a-44b0-ba0d-d79ec35cc81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968804 [ 292 ] {} TCP-Session: 6a554479-d27a-4983-a0ae-62d20ade20e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:35346 2026.03.18 22:14:45.968821 [ 293 ] {} TCP-Session: c8d839c9-cd5a-44b0-ba0d-d79ec35cc81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968846 [ 292 ] {} TCP-Session: 6a554479-d27a-4983-a0ae-62d20ade20e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968867 [ 292 ] {} TCP-Session: 6a554479-d27a-4983-a0ae-62d20ade20e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.968886 [ 288 ] {3fe88349-6e56-487e-8882-ddb383312441} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 22:14:45.968965 [ 288 ] {3fe88349-6e56-487e-8882-ddb383312441} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:14:45.969385 [ 288 ] {3fe88349-6e56-487e-8882-ddb383312441} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a) (SelectExecutor): Key condition: unknown 2026.03.18 22:14:45.970574 [ 284 ] {3fe88349-6e56-487e-8882-ddb383312441} AggregatingTransform: Aggregating 2026.03.18 22:14:45.970622 [ 284 ] {3fe88349-6e56-487e-8882-ddb383312441} Aggregator: Aggregation method: without_key 2026.03.18 22:14:45.970664 [ 284 ] {3fe88349-6e56-487e-8882-ddb383312441} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001132163 sec. (883.265 rows/sec., 34.50 KiB/sec.) 2026.03.18 22:14:45.970687 [ 284 ] {3fe88349-6e56-487e-8882-ddb383312441} Aggregator: Merging aggregated data 2026.03.18 22:14:45.971874 [ 288 ] {3fe88349-6e56-487e-8882-ddb383312441} executeQuery: Read 1 rows, 40.00 B in 0.003601 sec., 277.700638711469 rows/sec., 10.85 KiB/sec. 2026.03.18 22:14:45.972007 [ 288 ] {3fe88349-6e56-487e-8882-ddb383312441} TCPHandler: Processed in 0.004150638 sec. 2026.03.18 22:14:45.972157 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972184 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972188 [ 288 ] {} TCP-Session: 2efe51f2-c9b3-4c9f-8385-066204bcabd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.972209 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972230 [ 286 ] {} TCP-Session: 25cd0c03-64ca-4a1f-a7e6-4ec86aafdbd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.972229 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972268 [ 289 ] {} TCP-Session: 4a00dce1-17f0-4050-9c2c-6b344b7ad831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.972272 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972298 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972318 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972333 [ 290 ] {} TCP-Session: 59630eaf-b2b2-40ef-a91b-20d2a2016592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.972349 [ 291 ] {} TCP-Session: fe54c2d3-fec6-45ab-9b68-bfcae1a8d148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.972360 [ 294 ] {} TCP-Session: 0efbf3a2-d593-40d7-abcd-8b41426916b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.972358 [ 274 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972306 [ 292 ] {} TCP-Session: 6a554479-d27a-4983-a0ae-62d20ade20e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.972413 [ 274 ] {} TCP-Session: de4222f6-5586-441f-95f1-f212e598cb64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:45.972251 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:45.972489 [ 293 ] {} TCP-Session: c8d839c9-cd5a-44b0-ba0d-d79ec35cc81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.370615 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41911 2026.03.18 22:14:46.370720 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.370746 [ 288 ] {} TCP-Session: f2363484-83eb-4e41-b5cc-af13be8fb8d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:41911 2026.03.18 22:14:46.370768 [ 288 ] {} TCP-Session: f2363484-83eb-4e41-b5cc-af13be8fb8d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.370781 [ 288 ] {} TCP-Session: f2363484-83eb-4e41-b5cc-af13be8fb8d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371002 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35814 2026.03.18 22:14:46.371035 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47243 2026.03.18 22:14:46.371052 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48005 2026.03.18 22:14:46.371077 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50106 2026.03.18 22:14:46.371103 [ 288 ] {} TCP-Session: f2363484-83eb-4e41-b5cc-af13be8fb8d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:46.371133 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.371122 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.371177 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.371184 [ 289 ] {} TCP-Session: 7dd74b06-671c-4997-bb42-6b72741ac3c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:35814 2026.03.18 22:14:46.371185 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.371201 [ 294 ] {} TCP-Session: 417da2a9-3d2f-48ec-b13f-02d267bdafee Authenticating user 'default' from [fd00:1122:3344:101::e]:50106 2026.03.18 22:14:46.371231 [ 289 ] {} TCP-Session: 7dd74b06-671c-4997-bb42-6b72741ac3c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371243 [ 293 ] {} TCP-Session: c78efb0b-173c-4d84-bfd6-fc0a72ee8330 Authenticating user 'default' from [fd00:1122:3344:101::e]:48005 2026.03.18 22:14:46.371264 [ 294 ] {} TCP-Session: 417da2a9-3d2f-48ec-b13f-02d267bdafee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371283 [ 288 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} executeQuery: (from [fd00:1122:3344:101::e]:41911) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 22:14:46.371301 [ 294 ] {} TCP-Session: 417da2a9-3d2f-48ec-b13f-02d267bdafee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371303 [ 293 ] {} TCP-Session: c78efb0b-173c-4d84-bfd6-fc0a72ee8330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371279 [ 289 ] {} TCP-Session: 7dd74b06-671c-4997-bb42-6b72741ac3c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371336 [ 293 ] {} TCP-Session: c78efb0b-173c-4d84-bfd6-fc0a72ee8330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371194 [ 291 ] {} TCP-Session: a3cb39c0-fe29-4475-818d-9b28c73ede6b Authenticating user 'default' from [fd00:1122:3344:101::e]:47243 2026.03.18 22:14:46.371101 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49180 2026.03.18 22:14:46.371404 [ 291 ] {} TCP-Session: a3cb39c0-fe29-4475-818d-9b28c73ede6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371096 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34225 2026.03.18 22:14:46.371441 [ 291 ] {} TCP-Session: a3cb39c0-fe29-4475-818d-9b28c73ede6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371474 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.371064 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41062 2026.03.18 22:14:46.371514 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.371509 [ 286 ] {} TCP-Session: 23e77fb0-3b56-42e3-a5e6-3d6cc005eb1b Authenticating user 'default' from [fd00:1122:3344:101::e]:49180 2026.03.18 22:14:46.371560 [ 274 ] {} TCP-Session: c0f57496-21aa-48b4-9b91-fbd919e6ef54 Authenticating user 'default' from [fd00:1122:3344:101::e]:34225 2026.03.18 22:14:46.371577 [ 286 ] {} TCP-Session: 23e77fb0-3b56-42e3-a5e6-3d6cc005eb1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371580 [ 288 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 22:14:46.371594 [ 274 ] {} TCP-Session: c0f57496-21aa-48b4-9b91-fbd919e6ef54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371611 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.371636 [ 274 ] {} TCP-Session: c0f57496-21aa-48b4-9b91-fbd919e6ef54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371652 [ 288 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 22:14:46.371662 [ 292 ] {} TCP-Session: 783b8cc7-b598-42d9-9cbb-d15dace274e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:41062 2026.03.18 22:14:46.371602 [ 286 ] {} TCP-Session: 23e77fb0-3b56-42e3-a5e6-3d6cc005eb1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371705 [ 292 ] {} TCP-Session: 783b8cc7-b598-42d9-9cbb-d15dace274e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371004 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62497 2026.03.18 22:14:46.371729 [ 292 ] {} TCP-Session: 783b8cc7-b598-42d9-9cbb-d15dace274e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371800 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 22:14:46.371828 [ 290 ] {} TCP-Session: 3f49a335-461d-4265-8230-168f0a3fa136 Authenticating user 'default' from [fd00:1122:3344:101::e]:62497 2026.03.18 22:14:46.371844 [ 290 ] {} TCP-Session: 3f49a335-461d-4265-8230-168f0a3fa136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371856 [ 290 ] {} TCP-Session: 3f49a335-461d-4265-8230-168f0a3fa136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.371940 [ 288 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} oximeter.version (d2d4055b-e1cc-4842-a4b7-2044a1a1504a) (SelectExecutor): Key condition: unknown 2026.03.18 22:14:46.372921 [ 309 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} AggregatingTransform: Aggregating 2026.03.18 22:14:46.373224 [ 309 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} Aggregator: Aggregation method: without_key 2026.03.18 22:14:46.373262 [ 309 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001219224 sec. (820.194 rows/sec., 32.04 KiB/sec.) 2026.03.18 22:14:46.373280 [ 309 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} Aggregator: Merging aggregated data 2026.03.18 22:14:46.374323 [ 288 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} executeQuery: Read 1 rows, 40.00 B in 0.003094 sec., 323.2062055591467 rows/sec., 12.63 KiB/sec. 2026.03.18 22:14:46.374457 [ 288 ] {f7d4e242-f08b-4537-b0c0-5ec8206ede1e} TCPHandler: Processed in 0.00349455 sec. 2026.03.18 22:14:46.374563 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374592 [ 288 ] {} TCP-Session: f2363484-83eb-4e41-b5cc-af13be8fb8d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.374605 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374616 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374637 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374666 [ 291 ] {} TCP-Session: a3cb39c0-fe29-4475-818d-9b28c73ede6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.374675 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374696 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374718 [ 274 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374730 [ 289 ] {} TCP-Session: 7dd74b06-671c-4997-bb42-6b72741ac3c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.374752 [ 294 ] {} TCP-Session: 417da2a9-3d2f-48ec-b13f-02d267bdafee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.374767 [ 274 ] {} TCP-Session: c0f57496-21aa-48b4-9b91-fbd919e6ef54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.374739 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374651 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 22:14:46.374829 [ 286 ] {} TCP-Session: 23e77fb0-3b56-42e3-a5e6-3d6cc005eb1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.374652 [ 290 ] {} TCP-Session: 3f49a335-461d-4265-8230-168f0a3fa136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.374849 [ 293 ] {} TCP-Session: c78efb0b-173c-4d84-bfd6-fc0a72ee8330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:46.374703 [ 292 ] {} TCP-Session: 783b8cc7-b598-42d9-9cbb-d15dace274e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 22:14:47.005159 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 524 2026.03.18 22:14:47.007373 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.007425 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.008619 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:14:47.008883 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.009138 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 524 2026.03.18 22:14:47.303736 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:47.303918 [ 276 ] {68f6aa33-f0cd-4586-b58d-8bb7afb3eaa3} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:47.303989 [ 276 ] {68f6aa33-f0cd-4586-b58d-8bb7afb3eaa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:47.304731 [ 276 ] {68f6aa33-f0cd-4586-b58d-8bb7afb3eaa3} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.304794 [ 276 ] {68f6aa33-f0cd-4586-b58d-8bb7afb3eaa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.305347 [ 276 ] {68f6aa33-f0cd-4586-b58d-8bb7afb3eaa3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 22:14:47.305671 [ 276 ] {68f6aa33-f0cd-4586-b58d-8bb7afb3eaa3} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.305893 [ 169 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 22:14:47.305908 [ 276 ] {68f6aa33-f0cd-4586-b58d-8bb7afb3eaa3} executeQuery: Read 56 rows, 4.38 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.10 MiB/sec. 2026.03.18 22:14:47.305992 [ 169 ] {} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.306033 [ 276 ] {68f6aa33-f0cd-4586-b58d-8bb7afb3eaa3} TCPHandler: Processed in 0.002433169 sec. 2026.03.18 22:14:47.306037 [ 169 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.306237 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::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.03.18 22:14:47.306347 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:47.306418 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:47.306469 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2892 rows starting from the beginning of the part 2026.03.18 22:14:47.306488 [ 276 ] {fd472fd2-0322-4ca7-b11e-b5e9501a4274} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:47.306552 [ 276 ] {fd472fd2-0322-4ca7-b11e-b5e9501a4274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:47.306609 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2141 rows starting from the beginning of the part 2026.03.18 22:14:47.306683 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2026.03.18 22:14:47.306744 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2026.03.18 22:14:47.306808 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 136 rows starting from the beginning of the part 2026.03.18 22:14:47.306873 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::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.03.18 22:14:47.307242 [ 276 ] {fd472fd2-0322-4ca7-b11e-b5e9501a4274} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.307300 [ 276 ] {fd472fd2-0322-4ca7-b11e-b5e9501a4274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.307759 [ 276 ] {fd472fd2-0322-4ca7-b11e-b5e9501a4274} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 22:14:47.308071 [ 276 ] {fd472fd2-0322-4ca7-b11e-b5e9501a4274} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.308222 [ 169 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 22:14:47.308268 [ 276 ] {fd472fd2-0322-4ca7-b11e-b5e9501a4274} executeQuery: Read 64 rows, 5.12 KiB in 0.001824 sec., 35087.71929824561 rows/sec., 2.74 MiB/sec. 2026.03.18 22:14:47.308281 [ 169 ] {} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.308325 [ 276 ] {fd472fd2-0322-4ca7-b11e-b5e9501a4274} TCPHandler: Processed in 0.002043033 sec. 2026.03.18 22:14:47.308327 [ 169 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.308450 [ 187 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::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.03.18 22:14:47.308482 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:47.308549 [ 187 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:47.308579 [ 187 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1551 rows starting from the beginning of the part 2026.03.18 22:14:47.308589 [ 276 ] {e39576af-5ff4-4af3-a1f4-4530ac3ad359} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:47.308637 [ 187 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1089 rows starting from the beginning of the part 2026.03.18 22:14:47.308641 [ 276 ] {e39576af-5ff4-4af3-a1f4-4530ac3ad359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:47.308685 [ 187 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2026.03.18 22:14:47.308749 [ 187 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part 2026.03.18 22:14:47.308791 [ 187 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part 2026.03.18 22:14:47.308831 [ 187 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::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.03.18 22:14:47.309087 [ 276 ] {e39576af-5ff4-4af3-a1f4-4530ac3ad359} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.309126 [ 276 ] {e39576af-5ff4-4af3-a1f4-4530ac3ad359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.309275 [ 191 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5337 rows, containing 5 columns (5 merged, 0 gathered) in 0.003128786 sec., 1705773.421384524 rows/sec., 137.75 MiB/sec. 2026.03.18 22:14:47.309556 [ 276 ] {e39576af-5ff4-4af3-a1f4-4530ac3ad359} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 22:14:47.309610 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 22:14:47.309863 [ 276 ] {e39576af-5ff4-4af3-a1f4-4530ac3ad359} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.309952 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.309996 [ 169 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 22:14:47.310022 [ 276 ] {e39576af-5ff4-4af3-a1f4-4530ac3ad359} executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec. 2026.03.18 22:14:47.310035 [ 196 ] {cadc5756-7def-41c3-bc2a-c7ba20abaaf7::all_1_26_5} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 22:14:47.310040 [ 169 ] {} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.310073 [ 276 ] {e39576af-5ff4-4af3-a1f4-4530ac3ad359} TCPHandler: Processed in 0.001645519 sec. 2026.03.18 22:14:47.310085 [ 169 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.310133 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.03.18 22:14:47.310216 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:47.310232 [ 192 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::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.03.18 22:14:47.310266 [ 196 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2936 rows, containing 5 columns (5 merged, 0 gathered) in 0.001862312 sec., 1576534.9737315767 rows/sec., 117.36 MiB/sec. 2026.03.18 22:14:47.310322 [ 276 ] {551cf777-e688-4901-87ce-7cb163700f6f} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:47.310345 [ 192 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:47.310373 [ 276 ] {551cf777-e688-4901-87ce-7cb163700f6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:47.310379 [ 192 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7626 rows starting from the beginning of the part 2026.03.18 22:14:47.310451 [ 192 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1254 rows starting from the beginning of the part 2026.03.18 22:14:47.310479 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 22:14:47.310496 [ 192 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 128 rows starting from the beginning of the part 2026.03.18 22:14:47.310542 [ 192 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.03.18 22:14:47.310584 [ 192 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.03.18 22:14:47.310626 [ 192 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.03.18 22:14:47.310737 [ 276 ] {551cf777-e688-4901-87ce-7cb163700f6f} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.310773 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.310782 [ 276 ] {551cf777-e688-4901-87ce-7cb163700f6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.310847 [ 191 ] {6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f::all_1_26_5} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 22:14:47.310917 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.18 22:14:47.311135 [ 276 ] {551cf777-e688-4901-87ce-7cb163700f6f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 22:14:47.311353 [ 276 ] {551cf777-e688-4901-87ce-7cb163700f6f} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.311462 [ 169 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 22:14:47.311492 [ 276 ] {551cf777-e688-4901-87ce-7cb163700f6f} executeQuery: Read 60 rows, 4.14 KiB in 0.00119 sec., 50420.168067226885 rows/sec., 3.40 MiB/sec. 2026.03.18 22:14:47.311495 [ 169 ] {} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:47.311535 [ 169 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:47.311537 [ 276 ] {551cf777-e688-4901-87ce-7cb163700f6f} TCPHandler: Processed in 0.001374885 sec. 2026.03.18 22:14:47.311606 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::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.03.18 22:14:47.311678 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:47.311704 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1020 rows starting from the beginning of the part 2026.03.18 22:14:47.311753 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2026.03.18 22:14:47.311795 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part 2026.03.18 22:14:47.311832 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:47.311872 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:47.311909 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.03.18 22:14:47.312749 [ 191 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 4 columns (4 merged, 0 gathered) in 0.001171744 sec., 1075320.2064614797 rows/sec., 71.96 MiB/sec. 2026.03.18 22:14:47.313003 [ 189 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 22:14:47.313326 [ 189 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.313408 [ 189 ] {72a188d6-fb3d-4cde-9ca8-5349dc307d01::all_1_26_5} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 22:14:47.313505 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.03.18 22:14:47.313754 [ 191 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9488 rows, containing 5 columns (5 merged, 0 gathered) in 0.003554181 sec., 2669532.0243960563 rows/sec., 175.85 MiB/sec. 2026.03.18 22:14:47.313983 [ 189 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 22:14:47.314245 [ 189 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:47.314313 [ 189 ] {deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6::all_1_26_5} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 22:14:47.314392 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.03.18 22:14:51.880421 [ 144 ] {} DNSResolver: Updating DNS cache 2026.03.18 22:14:51.880491 [ 144 ] {} DNSResolver: Updated DNS cache 2026.03.18 22:14:51.990900 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8665 2026.03.18 22:14:51.991358 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:51.991394 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:51.991887 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 22:14:51.992107 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:51.992239 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8665 2026.03.18 22:14:52.305757 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:52.305943 [ 276 ] {b53f3a57-a196-434a-8cdc-6768a8ab2a59} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:52.306014 [ 276 ] {b53f3a57-a196-434a-8cdc-6768a8ab2a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:52.306734 [ 276 ] {b53f3a57-a196-434a-8cdc-6768a8ab2a59} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:52.306789 [ 276 ] {b53f3a57-a196-434a-8cdc-6768a8ab2a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:52.307222 [ 276 ] {b53f3a57-a196-434a-8cdc-6768a8ab2a59} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 22:14:52.307465 [ 276 ] {b53f3a57-a196-434a-8cdc-6768a8ab2a59} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:52.307632 [ 276 ] {b53f3a57-a196-434a-8cdc-6768a8ab2a59} executeQuery: Read 136 rows, 12.06 KiB in 0.001739 sec., 78205.86543990798 rows/sec., 6.77 MiB/sec. 2026.03.18 22:14:52.307686 [ 276 ] {b53f3a57-a196-434a-8cdc-6768a8ab2a59} TCPHandler: Processed in 0.002065404 sec. 2026.03.18 22:14:52.307816 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:52.307918 [ 276 ] {68a5b19b-f117-490a-b608-e290991c62fb} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:14:52.307962 [ 276 ] {68a5b19b-f117-490a-b608-e290991c62fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:14:52.308392 [ 276 ] {68a5b19b-f117-490a-b608-e290991c62fb} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:52.308432 [ 276 ] {68a5b19b-f117-490a-b608-e290991c62fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:52.308752 [ 276 ] {68a5b19b-f117-490a-b608-e290991c62fb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 22:14:52.308969 [ 276 ] {68a5b19b-f117-490a-b608-e290991c62fb} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:52.309104 [ 276 ] {68a5b19b-f117-490a-b608-e290991c62fb} executeQuery: Read 40 rows, 3.01 KiB in 0.001207 sec., 33140.01657000829 rows/sec., 2.43 MiB/sec. 2026.03.18 22:14:52.309144 [ 276 ] {68a5b19b-f117-490a-b608-e290991c62fb} TCPHandler: Processed in 0.001380476 sec. 2026.03.18 22:14:52.309260 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:52.309355 [ 276 ] {234844a6-53f4-420d-a360-504f69237be9} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:52.309397 [ 276 ] {234844a6-53f4-420d-a360-504f69237be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:52.309829 [ 276 ] {234844a6-53f4-420d-a360-504f69237be9} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:52.309867 [ 276 ] {234844a6-53f4-420d-a360-504f69237be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:52.310185 [ 276 ] {234844a6-53f4-420d-a360-504f69237be9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 22:14:52.310392 [ 276 ] {234844a6-53f4-420d-a360-504f69237be9} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:52.310522 [ 276 ] {234844a6-53f4-420d-a360-504f69237be9} executeQuery: Read 104 rows, 8.32 KiB in 0.001184 sec., 87837.83783783784 rows/sec., 6.86 MiB/sec. 2026.03.18 22:14:52.310562 [ 276 ] {234844a6-53f4-420d-a360-504f69237be9} TCPHandler: Processed in 0.001353936 sec. 2026.03.18 22:14:52.310679 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:52.310772 [ 276 ] {4a51de6c-a6f4-45d5-9c1e-45bace63fbc4} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:52.310815 [ 276 ] {4a51de6c-a6f4-45d5-9c1e-45bace63fbc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:52.311218 [ 276 ] {4a51de6c-a6f4-45d5-9c1e-45bace63fbc4} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:52.311255 [ 276 ] {4a51de6c-a6f4-45d5-9c1e-45bace63fbc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:52.311581 [ 276 ] {4a51de6c-a6f4-45d5-9c1e-45bace63fbc4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 22:14:52.311789 [ 276 ] {4a51de6c-a6f4-45d5-9c1e-45bace63fbc4} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:52.311918 [ 276 ] {4a51de6c-a6f4-45d5-9c1e-45bace63fbc4} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.03.18 22:14:52.311955 [ 276 ] {4a51de6c-a6f4-45d5-9c1e-45bace63fbc4} TCPHandler: Processed in 0.001327095 sec. 2026.03.18 22:14:52.312068 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:52.312160 [ 276 ] {5c6120ee-2f57-4eb3-97ff-757a3dfbefe1} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:52.312215 [ 276 ] {5c6120ee-2f57-4eb3-97ff-757a3dfbefe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:14:52.313032 [ 276 ] {5c6120ee-2f57-4eb3-97ff-757a3dfbefe1} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:52.313069 [ 276 ] {5c6120ee-2f57-4eb3-97ff-757a3dfbefe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:52.313632 [ 276 ] {5c6120ee-2f57-4eb3-97ff-757a3dfbefe1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 22:14:52.313859 [ 276 ] {5c6120ee-2f57-4eb3-97ff-757a3dfbefe1} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:52.313999 [ 276 ] {5c6120ee-2f57-4eb3-97ff-757a3dfbefe1} executeQuery: Read 40 rows, 73.40 KiB in 0.001854 sec., 21574.973031283713 rows/sec., 38.66 MiB/sec. 2026.03.18 22:14:52.314051 [ 276 ] {5c6120ee-2f57-4eb3-97ff-757a3dfbefe1} TCPHandler: Processed in 0.002034053 sec. 2026.03.18 22:14:52.314164 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:52.314258 [ 276 ] {d1570915-9e28-49d7-b65a-00364c21b998} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:52.314301 [ 276 ] {d1570915-9e28-49d7-b65a-00364c21b998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:52.314640 [ 276 ] {d1570915-9e28-49d7-b65a-00364c21b998} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:52.314676 [ 276 ] {d1570915-9e28-49d7-b65a-00364c21b998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:52.314983 [ 276 ] {d1570915-9e28-49d7-b65a-00364c21b998} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 22:14:52.315189 [ 276 ] {d1570915-9e28-49d7-b65a-00364c21b998} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:52.315316 [ 276 ] {d1570915-9e28-49d7-b65a-00364c21b998} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.03.18 22:14:52.315353 [ 276 ] {d1570915-9e28-49d7-b65a-00364c21b998} TCPHandler: Processed in 0.001239315 sec. 2026.03.18 22:14:52.444906 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.18 22:14:52.461048 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:52.461118 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:52.467001 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 22:14:52.467770 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:52.470841 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.18 22:14:57.009251 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 544 2026.03.18 22:14:57.011272 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.011325 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.012472 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 22:14:57.012742 [ 242 ] {} system.query_log (110f3305-f50f-4dd6-86c3-4a1ce817f312): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.013006 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 544 2026.03.18 22:14:57.303283 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.303560 [ 276 ] {cdf96242-ad0a-4957-a244-66d2f900a7cf} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:57.303660 [ 276 ] {cdf96242-ad0a-4957-a244-66d2f900a7cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:57.304529 [ 276 ] {cdf96242-ad0a-4957-a244-66d2f900a7cf} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.304571 [ 276 ] {cdf96242-ad0a-4957-a244-66d2f900a7cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.304943 [ 276 ] {cdf96242-ad0a-4957-a244-66d2f900a7cf} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 22:14:57.305169 [ 276 ] {cdf96242-ad0a-4957-a244-66d2f900a7cf} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.305320 [ 276 ] {cdf96242-ad0a-4957-a244-66d2f900a7cf} executeQuery: Read 56 rows, 4.38 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.33 MiB/sec. 2026.03.18 22:14:57.305360 [ 276 ] {cdf96242-ad0a-4957-a244-66d2f900a7cf} TCPHandler: Processed in 0.002254376 sec. 2026.03.18 22:14:57.305486 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.305580 [ 276 ] {5151ff10-0d3a-4b34-aaef-38861d24dc5a} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:57.305619 [ 276 ] {5151ff10-0d3a-4b34-aaef-38861d24dc5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:57.306064 [ 276 ] {5151ff10-0d3a-4b34-aaef-38861d24dc5a} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.306108 [ 276 ] {5151ff10-0d3a-4b34-aaef-38861d24dc5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.306406 [ 276 ] {5151ff10-0d3a-4b34-aaef-38861d24dc5a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 22:14:57.306611 [ 276 ] {5151ff10-0d3a-4b34-aaef-38861d24dc5a} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.306735 [ 276 ] {5151ff10-0d3a-4b34-aaef-38861d24dc5a} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2026.03.18 22:14:57.306771 [ 276 ] {5151ff10-0d3a-4b34-aaef-38861d24dc5a} TCPHandler: Processed in 0.001339545 sec. 2026.03.18 22:14:57.306894 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.306985 [ 276 ] {1bb188c3-9b2a-45b8-8b64-a9244492758e} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.307027 [ 276 ] {1bb188c3-9b2a-45b8-8b64-a9244492758e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:57.307447 [ 276 ] {1bb188c3-9b2a-45b8-8b64-a9244492758e} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.307482 [ 276 ] {1bb188c3-9b2a-45b8-8b64-a9244492758e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.307807 [ 276 ] {1bb188c3-9b2a-45b8-8b64-a9244492758e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 22:14:57.308007 [ 276 ] {1bb188c3-9b2a-45b8-8b64-a9244492758e} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.308131 [ 276 ] {1bb188c3-9b2a-45b8-8b64-a9244492758e} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2026.03.18 22:14:57.308166 [ 276 ] {1bb188c3-9b2a-45b8-8b64-a9244492758e} TCPHandler: Processed in 0.001319396 sec. 2026.03.18 22:14:57.308276 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.308366 [ 276 ] {f9f00b4d-44b5-4c60-9e04-0e6f462ce01f} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.308407 [ 276 ] {f9f00b4d-44b5-4c60-9e04-0e6f462ce01f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:57.308733 [ 276 ] {f9f00b4d-44b5-4c60-9e04-0e6f462ce01f} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.308767 [ 276 ] {f9f00b4d-44b5-4c60-9e04-0e6f462ce01f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.309053 [ 276 ] {f9f00b4d-44b5-4c60-9e04-0e6f462ce01f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 22:14:57.309246 [ 276 ] {f9f00b4d-44b5-4c60-9e04-0e6f462ce01f} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.309369 [ 276 ] {f9f00b4d-44b5-4c60-9e04-0e6f462ce01f} executeQuery: Read 60 rows, 4.14 KiB in 0.001021 sec., 58765.915768854065 rows/sec., 3.96 MiB/sec. 2026.03.18 22:14:57.309403 [ 276 ] {f9f00b4d-44b5-4c60-9e04-0e6f462ce01f} TCPHandler: Processed in 0.001174524 sec. 2026.03.18 22:14:57.654442 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.654699 [ 276 ] {e6a974ab-89b4-4b23-b6e7-c058e3e36d16} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.654790 [ 276 ] {e6a974ab-89b4-4b23-b6e7-c058e3e36d16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 22:14:57.655424 [ 276 ] {e6a974ab-89b4-4b23-b6e7-c058e3e36d16} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.655471 [ 276 ] {e6a974ab-89b4-4b23-b6e7-c058e3e36d16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.655864 [ 276 ] {e6a974ab-89b4-4b23-b6e7-c058e3e36d16} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:14:57.656090 [ 276 ] {e6a974ab-89b4-4b23-b6e7-c058e3e36d16} oximeter.fields_i16 (399de7c4-02fa-42e1-8d0d-9b275d60df2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.656249 [ 276 ] {e6a974ab-89b4-4b23-b6e7-c058e3e36d16} executeQuery: Read 24 rows, 2.04 KiB in 0.001621 sec., 14805.675508945094 rows/sec., 1.23 MiB/sec. 2026.03.18 22:14:57.656292 [ 276 ] {e6a974ab-89b4-4b23-b6e7-c058e3e36d16} TCPHandler: Processed in 0.002023603 sec. 2026.03.18 22:14:57.656408 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.656501 [ 276 ] {d08474ea-9a5a-47f1-a7dc-370ae7ed1382} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 22:14:57.656543 [ 276 ] {d08474ea-9a5a-47f1-a7dc-370ae7ed1382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 22:14:57.656940 [ 276 ] {d08474ea-9a5a-47f1-a7dc-370ae7ed1382} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.656975 [ 276 ] {d08474ea-9a5a-47f1-a7dc-370ae7ed1382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.657267 [ 276 ] {d08474ea-9a5a-47f1-a7dc-370ae7ed1382} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:14:57.657483 [ 276 ] {d08474ea-9a5a-47f1-a7dc-370ae7ed1382} oximeter.fields_ipaddr (708919a9-56dc-4375-a8af-af1605dac397): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.657615 [ 276 ] {d08474ea-9a5a-47f1-a7dc-370ae7ed1382} executeQuery: Read 12 rows, 1002.00 B in 0.001131 sec., 10610.079575596816 rows/sec., 865.18 KiB/sec. 2026.03.18 22:14:57.657653 [ 276 ] {d08474ea-9a5a-47f1-a7dc-370ae7ed1382} TCPHandler: Processed in 0.001294445 sec. 2026.03.18 22:14:57.657791 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.657911 [ 276 ] {2d325288-adcf-4b32-973c-7f48d93b8ac5} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 22:14:57.657961 [ 276 ] {2d325288-adcf-4b32-973c-7f48d93b8ac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 22:14:57.659290 [ 276 ] {2d325288-adcf-4b32-973c-7f48d93b8ac5} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.659327 [ 276 ] {2d325288-adcf-4b32-973c-7f48d93b8ac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.659813 [ 276 ] {2d325288-adcf-4b32-973c-7f48d93b8ac5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 22:14:57.660039 [ 276 ] {2d325288-adcf-4b32-973c-7f48d93b8ac5} oximeter.fields_string (cadc5756-7def-41c3-bc2a-c7ba20abaaf7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.660167 [ 276 ] {2d325288-adcf-4b32-973c-7f48d93b8ac5} executeQuery: Read 2146 rows, 168.10 KiB in 0.00228 sec., 941228.0701754387 rows/sec., 72.00 MiB/sec. 2026.03.18 22:14:57.660207 [ 276 ] {2d325288-adcf-4b32-973c-7f48d93b8ac5} TCPHandler: Processed in 0.002479829 sec. 2026.03.18 22:14:57.660325 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.660420 [ 276 ] {87070a32-0e97-4c25-927d-bbd65c5ea88d} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.660460 [ 276 ] {87070a32-0e97-4c25-927d-bbd65c5ea88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 22:14:57.660893 [ 276 ] {87070a32-0e97-4c25-927d-bbd65c5ea88d} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.660929 [ 276 ] {87070a32-0e97-4c25-927d-bbd65c5ea88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.661241 [ 276 ] {87070a32-0e97-4c25-927d-bbd65c5ea88d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 22:14:57.661459 [ 276 ] {87070a32-0e97-4c25-927d-bbd65c5ea88d} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.661566 [ 150 ] {} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 22:14:57.661585 [ 276 ] {87070a32-0e97-4c25-927d-bbd65c5ea88d} executeQuery: Read 75 rows, 5.63 KiB in 0.001183 sec., 63398.140321217244 rows/sec., 4.65 MiB/sec. 2026.03.18 22:14:57.661642 [ 150 ] {} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.661649 [ 276 ] {87070a32-0e97-4c25-927d-bbd65c5ea88d} TCPHandler: Processed in 0.001375205 sec. 2026.03.18 22:14:57.661674 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.661809 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.661822 [ 196 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::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.03.18 22:14:57.661927 [ 276 ] {e79cb94b-b06f-4f76-a3ec-e86e80413036} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.661979 [ 276 ] {e79cb94b-b06f-4f76-a3ec-e86e80413036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 22:14:57.661979 [ 196 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:57.662032 [ 196 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 224 rows starting from the beginning of the part 2026.03.18 22:14:57.662105 [ 196 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.03.18 22:14:57.662157 [ 196 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 65 rows starting from the beginning of the part 2026.03.18 22:14:57.662205 [ 196 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.03.18 22:14:57.662249 [ 196 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2026.03.18 22:14:57.662293 [ 196 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part 2026.03.18 22:14:57.662737 [ 276 ] {e79cb94b-b06f-4f76-a3ec-e86e80413036} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.662778 [ 276 ] {e79cb94b-b06f-4f76-a3ec-e86e80413036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.663167 [ 276 ] {e79cb94b-b06f-4f76-a3ec-e86e80413036} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 22:14:57.663193 [ 189 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001432096 sec., 337966.1698657073 rows/sec., 24.65 MiB/sec. 2026.03.18 22:14:57.663366 [ 191 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 22:14:57.663385 [ 276 ] {e79cb94b-b06f-4f76-a3ec-e86e80413036} oximeter.fields_u32 (61326aa4-9a36-4bee-a8b4-e95a80754106): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.663514 [ 276 ] {e79cb94b-b06f-4f76-a3ec-e86e80413036} executeQuery: Read 732 rows, 44.33 KiB in 0.00161 sec., 454658.38509316766 rows/sec., 26.89 MiB/sec. 2026.03.18 22:14:57.663552 [ 276 ] {e79cb94b-b06f-4f76-a3ec-e86e80413036} TCPHandler: Processed in 0.0018039 sec. 2026.03.18 22:14:57.663634 [ 191 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.663668 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.663700 [ 191 ] {0b878245-7e4b-4bc4-8135-0e99e40ada4c::all_1_16_3} oximeter.fields_u16 (0b878245-7e4b-4bc4-8135-0e99e40ada4c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 22:14:57.663761 [ 276 ] {ba28c32c-777f-4364-9acc-f740308fb6a1} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.663772 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.18 22:14:57.663800 [ 276 ] {ba28c32c-777f-4364-9acc-f740308fb6a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 22:14:57.664175 [ 276 ] {ba28c32c-777f-4364-9acc-f740308fb6a1} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.664209 [ 276 ] {ba28c32c-777f-4364-9acc-f740308fb6a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.664484 [ 276 ] {ba28c32c-777f-4364-9acc-f740308fb6a1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 22:14:57.664695 [ 276 ] {ba28c32c-777f-4364-9acc-f740308fb6a1} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.664791 [ 150 ] {} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 22:14:57.664822 [ 150 ] {} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.664822 [ 276 ] {ba28c32c-777f-4364-9acc-f740308fb6a1} executeQuery: Read 1 rows, 72.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 65.10 KiB/sec. 2026.03.18 22:14:57.664840 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.664872 [ 276 ] {ba28c32c-777f-4364-9acc-f740308fb6a1} TCPHandler: Processed in 0.001255515 sec. 2026.03.18 22:14:57.664916 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::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.03.18 22:14:57.664992 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.665007 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 22:14:57.665039 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::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.03.18 22:14:57.665082 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::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.03.18 22:14:57.665092 [ 276 ] {6cf262ac-d153-4866-a880-e5d12c2894fb} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.665115 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::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.03.18 22:14:57.665136 [ 276 ] {6cf262ac-d153-4866-a880-e5d12c2894fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 22:14:57.665155 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::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.03.18 22:14:57.665194 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::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.03.18 22:14:57.665534 [ 276 ] {6cf262ac-d153-4866-a880-e5d12c2894fb} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.665574 [ 276 ] {6cf262ac-d153-4866-a880-e5d12c2894fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.665777 [ 191 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.0008883 sec., 5628.729032984353 rows/sec., 417.76 KiB/sec. 2026.03.18 22:14:57.665885 [ 276 ] {6cf262ac-d153-4866-a880-e5d12c2894fb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 22:14:57.665891 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 22:14:57.666167 [ 276 ] {6cf262ac-d153-4866-a880-e5d12c2894fb} oximeter.fields_u8 (8ea228a8-65c1-4168-b2ec-a8d37a13dfdc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.666226 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::all_1_5_1} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.666302 [ 196 ] {e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a::all_1_5_1} oximeter.fields_u64 (e23d0e7b-b65f-4f83-b3cc-2c61f66a7f4a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 22:14:57.666304 [ 276 ] {6cf262ac-d153-4866-a880-e5d12c2894fb} executeQuery: Read 12 rows, 960.00 B in 0.00123 sec., 9756.09756097561 rows/sec., 762.20 KiB/sec. 2026.03.18 22:14:57.666351 [ 276 ] {6cf262ac-d153-4866-a880-e5d12c2894fb} TCPHandler: Processed in 0.001410346 sec. 2026.03.18 22:14:57.666377 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 22:14:57.666464 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.666559 [ 276 ] {698ab7b3-5006-4af1-b179-317a25fc25dc} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 22:14:57.666598 [ 276 ] {698ab7b3-5006-4af1-b179-317a25fc25dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 22:14:57.667388 [ 276 ] {698ab7b3-5006-4af1-b179-317a25fc25dc} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.667423 [ 276 ] {698ab7b3-5006-4af1-b179-317a25fc25dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.667782 [ 276 ] {698ab7b3-5006-4af1-b179-317a25fc25dc} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 22:14:57.667993 [ 276 ] {698ab7b3-5006-4af1-b179-317a25fc25dc} oximeter.fields_uuid (6bfe2d50-09bd-41cd-bbe6-330ad51b2d2f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.668119 [ 276 ] {698ab7b3-5006-4af1-b179-317a25fc25dc} executeQuery: Read 1099 rows, 78.66 KiB in 0.001576 sec., 697335.0253807107 rows/sec., 48.74 MiB/sec. 2026.03.18 22:14:57.668156 [ 276 ] {698ab7b3-5006-4af1-b179-317a25fc25dc} TCPHandler: Processed in 0.00174219 sec. 2026.03.18 22:14:57.668270 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.668363 [ 276 ] {8eba0338-ed03-42dc-8bcb-0ffebf23041d} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.668406 [ 276 ] {8eba0338-ed03-42dc-8bcb-0ffebf23041d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 22:14:57.669058 [ 276 ] {8eba0338-ed03-42dc-8bcb-0ffebf23041d} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.669094 [ 276 ] {8eba0338-ed03-42dc-8bcb-0ffebf23041d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.669497 [ 276 ] {8eba0338-ed03-42dc-8bcb-0ffebf23041d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 22:14:57.669731 [ 276 ] {8eba0338-ed03-42dc-8bcb-0ffebf23041d} oximeter.measurements_cumulativeu64 (deebfc3d-c8e9-4ae5-8d8c-8380ee0030d6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.669860 [ 276 ] {8eba0338-ed03-42dc-8bcb-0ffebf23041d} executeQuery: Read 1259 rows, 81.33 KiB in 0.001515 sec., 831023.102310231 rows/sec., 52.42 MiB/sec. 2026.03.18 22:14:57.669896 [ 276 ] {8eba0338-ed03-42dc-8bcb-0ffebf23041d} TCPHandler: Processed in 0.001677029 sec. 2026.03.18 22:14:57.670008 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.670100 [ 276 ] {bb3947ea-9b08-4c53-a34f-7a77a8f2bdf1} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.670153 [ 276 ] {bb3947ea-9b08-4c53-a34f-7a77a8f2bdf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.18 22:14:57.670979 [ 276 ] {bb3947ea-9b08-4c53-a34f-7a77a8f2bdf1} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.671015 [ 276 ] {bb3947ea-9b08-4c53-a34f-7a77a8f2bdf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.671583 [ 276 ] {bb3947ea-9b08-4c53-a34f-7a77a8f2bdf1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 22:14:57.671805 [ 276 ] {bb3947ea-9b08-4c53-a34f-7a77a8f2bdf1} oximeter.measurements_histogramu64 (290c82a7-4e0c-4fbb-a88a-ac06d869236d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.671939 [ 276 ] {bb3947ea-9b08-4c53-a34f-7a77a8f2bdf1} executeQuery: Read 51 rows, 93.58 KiB in 0.001857 sec., 27463.651050080778 rows/sec., 49.21 MiB/sec. 2026.03.18 22:14:57.671990 [ 276 ] {bb3947ea-9b08-4c53-a34f-7a77a8f2bdf1} TCPHandler: Processed in 0.002032453 sec. 2026.03.18 22:14:57.672105 [ 276 ] {} TCP-Session: 6ee22d99-add1-4c43-b144-ee3b4480db95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 22:14:57.672201 [ 276 ] {552857d9-5777-43c7-af75-f2035be404dc} executeQuery: (from [fd00:1122:3344:101::d]:49023) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 22:14:57.672242 [ 276 ] {552857d9-5777-43c7-af75-f2035be404dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 22:14:57.672555 [ 276 ] {552857d9-5777-43c7-af75-f2035be404dc} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:57.672591 [ 276 ] {552857d9-5777-43c7-af75-f2035be404dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.03.18 22:14:57.672949 [ 276 ] {552857d9-5777-43c7-af75-f2035be404dc} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 22:14:57.673161 [ 276 ] {552857d9-5777-43c7-af75-f2035be404dc} oximeter.measurements_u64 (72a188d6-fb3d-4cde-9ca8-5349dc307d01): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:57.673290 [ 276 ] {552857d9-5777-43c7-af75-f2035be404dc} executeQuery: Read 12 rows, 848.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 747.41 KiB/sec. 2026.03.18 22:14:57.673325 [ 276 ] {552857d9-5777-43c7-af75-f2035be404dc} TCPHandler: Processed in 0.001270865 sec. 2026.03.18 22:14:58.000191 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 243.43 MiB, peak 248.80 MiB, free memory in arenas 0.00 B, will set to 242.32 MiB (RSS), difference: -1.11 MiB 2026.03.18 22:14:59.492402 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9177 2026.03.18 22:14:59.492892 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:59.492934 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.03.18 22:14:59.493404 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 22:14:59.493633 [ 243 ] {} system.asynchronous_metric_log (31cda3d2-95e2-4893-a111-59277b264ae2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:59.493759 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9177 2026.03.18 22:14:59.971005 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.18 22:14:59.987635 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 22:14:59.987695 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.03.18 22:14:59.994305 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 22:14:59.995046 [ 244 ] {} system.metric_log (78b15508-5275-4fa7-9e4b-5a18690a772d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 22:14:59.997968 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144