[ Jul 17 11:25:35 Enabled. ] [ Jul 17 11:25:35 Rereading configuration. ] [ Jul 17 11:25:35 Rereading configuration. ] [ Jul 17 11:25:40 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 [ Jul 17 11:25:40 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 2025.07.17 11:25:42.216959 [ 1 ] {} Application: Will watch for the process with pid 23693 2025.07.17 11:25:42.217305 [ 1 ] {} Application: Forked a child process to watch 2025.07.17 11:25:42.702088 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23693 2025.07.17 11:25:42.702960 [ 1 ] {} Application: starting up 2025.07.17 11:25:42.703110 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.07.17 11:25:42.798950 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.07.17 11:25:42.897956 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.07.17 11:25:42.898042 [ 1 ] {} Application: Initializing DateLUT. 2025.07.17 11:25:42.898063 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.07.17 11:25:42.898125 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.07.17 11:25:42.898840 [ 1 ] {} Application: Initializing interserver credentials. 2025.07.17 11:25:42.902452 [ 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'. 2025.07.17 11:25:42.903327 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.17 11:25:42.904117 [ 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) 2025.07.17 11:25:42.904160 [ 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) 2025.07.17 11:25:42.904195 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.07.17 11:25:42.904941 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.17 11:25:42.906094 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.07.17 11:25:42.911973 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.17 11:25:42.912736 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.17 11:25:42.914009 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.17 11:25:42.914099 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.17 11:25:42.915259 [ 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'. 2025.07.17 11:25:42.915738 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.17 11:25:42.919629 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.17 11:25:42.920124 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.07.17 11:25:42.924832 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.07.17 11:25:42.925188 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.07.17 11:25:42.925612 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.07.17 11:25:42.925975 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.07.17 11:25:42.927505 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.07.17 11:25:42.927530 [ 1 ] {} Application: Loading metadata from /data/ 2025.07.17 11:25:42.927623 [ 131 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:25:42.927719 [ 131 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:25:42.975147 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.07.17 11:25:42.975172 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000179493 sec 2025.07.17 11:25:42.975223 [ 1 ] {} ReferentialDeps: No tables 2025.07.17 11:25:42.975261 [ 1 ] {} LoadingDeps: No tables 2025.07.17 11:25:42.976041 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.07.17 11:25:42.976658 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.07.17 11:25:42.988416 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.07.17 11:25:42.988469 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.07.17 11:25:42.988558 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.07.17 11:25:42.988573 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.07.17 11:25:42.988611 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.07.17 11:25:42.988692 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.07.17 11:25:42.992871 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.07.17 11:25:42.992919 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.07.17 11:25:42.992968 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.07.17 11:25:42.993133 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.07.17 11:25:42.993173 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.07.17 11:25:42.993186 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.07.17 11:25:42.993256 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.07.17 11:25:42.993267 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.07.17 11:25:42.993297 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.07.17 11:25:42.993365 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.07.17 11:25:43.017326 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.07.17 11:25:43.034970 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.07.17 11:25:43.035056 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000105632 sec 2025.07.17 11:25:43.035069 [ 1 ] {} ReferentialDeps: No tables 2025.07.17 11:25:43.035080 [ 1 ] {} LoadingDeps: No tables 2025.07.17 11:25:43.035106 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.07.17 11:25:43.035336 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.07.17 11:25:43.035456 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.07.17 11:25:43.035473 [ 1 ] {} Application: Loaded metadata. 2025.07.17 11:25:43.035487 [ 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). 2025.07.17 11:25:43.035501 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.07.17 11:25:43.043989 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.17 11:25:43.044192 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.76 MiB (RSS), difference: 91.99 MiB 2025.07.17 11:25:43.045550 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.268e-05 sec. 2025.07.17 11:25:43.045946 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.07.17 11:25:43.047272 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.07.17 11:25:43.047292 [ 1 ] {} Application: Ready for connections. 2025.07.17 11:25:43.106191 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43473 2025.07.17 11:25:43.107089 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.107163 [ 3 ] {} TCP-Session: 20c51a4b-9627-4500-b25a-b8b93a39b176 Authenticating user 'default' from [fd00:1122:3344:101::b]:43473 2025.07.17 11:25:43.107192 [ 3 ] {} TCP-Session: 20c51a4b-9627-4500-b25a-b8b93a39b176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.107283 [ 3 ] {} TCP-Session: 20c51a4b-9627-4500-b25a-b8b93a39b176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.107383 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.17 11:25:43.107408 [ 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 2025.07.17 11:25:43.107521 [ 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 2025.07.17 11:25:43.108014 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46732 2025.07.17 11:25:43.108121 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37546 2025.07.17 11:25:43.108125 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47978 2025.07.17 11:25:43.108140 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.108312 [ 4 ] {} TCP-Session: d4dce667-1cdd-4b07-a870-5d1d09ba4947 Authenticating user 'default' from [fd00:1122:3344:101::b]:46732 2025.07.17 11:25:43.108335 [ 4 ] {} TCP-Session: d4dce667-1cdd-4b07-a870-5d1d09ba4947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.108341 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61074 2025.07.17 11:25:43.108347 [ 4 ] {} TCP-Session: d4dce667-1cdd-4b07-a870-5d1d09ba4947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.108353 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.108445 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49323 2025.07.17 11:25:43.108482 [ 254 ] {} TCP-Session: 7a031371-42ae-4450-80d5-9a6388c8d43d Authenticating user 'default' from [fd00:1122:3344:101::b]:37546 2025.07.17 11:25:43.108592 [ 254 ] {} TCP-Session: 7a031371-42ae-4450-80d5-9a6388c8d43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.108612 [ 254 ] {} TCP-Session: 7a031371-42ae-4450-80d5-9a6388c8d43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.108614 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34734 2025.07.17 11:25:43.108696 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50327 2025.07.17 11:25:43.126849 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.126896 [ 5 ] {} TCP-Session: 88aca91c-25fe-496f-8af6-c7f218b84e43 Authenticating user 'default' from [fd00:1122:3344:101::b]:47978 2025.07.17 11:25:43.126896 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.126919 [ 5 ] {} TCP-Session: 88aca91c-25fe-496f-8af6-c7f218b84e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.127021 [ 5 ] {} TCP-Session: 88aca91c-25fe-496f-8af6-c7f218b84e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.127022 [ 258 ] {} TCP-Session: 47f7baf9-a68f-4266-a992-0996bfa16520 Authenticating user 'default' from [fd00:1122:3344:101::b]:50327 2025.07.17 11:25:43.127115 [ 258 ] {} TCP-Session: 47f7baf9-a68f-4266-a992-0996bfa16520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.127129 [ 258 ] {} TCP-Session: 47f7baf9-a68f-4266-a992-0996bfa16520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.137104 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.137172 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.137217 [ 256 ] {} TCP-Session: e131b382-7383-4e5e-9aad-59e0a0d10deb Authenticating user 'default' from [fd00:1122:3344:101::b]:49323 2025.07.17 11:25:43.137223 [ 257 ] {} TCP-Session: fc5a6a22-b45e-4f17-89e7-ae97a638f3b2 Authenticating user 'default' from [fd00:1122:3344:101::b]:34734 2025.07.17 11:25:43.137244 [ 256 ] {} TCP-Session: e131b382-7383-4e5e-9aad-59e0a0d10deb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.137298 [ 257 ] {} TCP-Session: fc5a6a22-b45e-4f17-89e7-ae97a638f3b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.137345 [ 256 ] {} TCP-Session: e131b382-7383-4e5e-9aad-59e0a0d10deb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.137358 [ 257 ] {} TCP-Session: fc5a6a22-b45e-4f17-89e7-ae97a638f3b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.145430 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59326 2025.07.17 11:25:43.145589 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.145625 [ 259 ] {} TCP-Session: 4f3ab6a0-d5b3-4526-80c1-15eeaee2526c Authenticating user 'default' from [fd00:1122:3344:101::c]:59326 2025.07.17 11:25:43.145710 [ 259 ] {} TCP-Session: 4f3ab6a0-d5b3-4526-80c1-15eeaee2526c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.145724 [ 259 ] {} TCP-Session: 4f3ab6a0-d5b3-4526-80c1-15eeaee2526c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.145775 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.17 11:25:43.145868 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.17 11:25:43.145887 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.17 11:25:43.146414 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61185 2025.07.17 11:25:43.146557 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.146590 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37777 2025.07.17 11:25:43.146674 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49456 2025.07.17 11:25:43.146675 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54508 2025.07.17 11:25:43.146685 [ 260 ] {} TCP-Session: 30a5e10c-fd0f-4159-97c1-3183a5d3caa1 Authenticating user 'default' from [fd00:1122:3344:101::c]:61185 2025.07.17 11:25:43.146798 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47205 2025.07.17 11:25:43.146800 [ 260 ] {} TCP-Session: 30a5e10c-fd0f-4159-97c1-3183a5d3caa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.146828 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.146831 [ 260 ] {} TCP-Session: 30a5e10c-fd0f-4159-97c1-3183a5d3caa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.146862 [ 262 ] {} TCP-Session: b17d7ba5-f4d8-403b-a3f4-72c3dba29cc1 Authenticating user 'default' from [fd00:1122:3344:101::c]:37777 2025.07.17 11:25:43.146941 [ 262 ] {} TCP-Session: b17d7ba5-f4d8-403b-a3f4-72c3dba29cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.146953 [ 262 ] {} TCP-Session: b17d7ba5-f4d8-403b-a3f4-72c3dba29cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.146974 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.147003 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35535 2025.07.17 11:25:43.147060 [ 263 ] {} TCP-Session: c0b597e5-fe49-4998-a278-1af401f3c27e Authenticating user 'default' from [fd00:1122:3344:101::c]:49456 2025.07.17 11:25:43.147115 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58780 2025.07.17 11:25:43.147127 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.147159 [ 263 ] {} TCP-Session: c0b597e5-fe49-4998-a278-1af401f3c27e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147164 [ 261 ] {} TCP-Session: 2b2ce236-a8c7-4b12-9978-9a3ba2117372 Authenticating user 'default' from [fd00:1122:3344:101::c]:54508 2025.07.17 11:25:43.147166 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.147180 [ 263 ] {} TCP-Session: c0b597e5-fe49-4998-a278-1af401f3c27e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147271 [ 261 ] {} TCP-Session: 2b2ce236-a8c7-4b12-9978-9a3ba2117372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147329 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.147297 [ 264 ] {} TCP-Session: 2b346d9d-138a-4856-91b3-6291dbca00d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:47205 2025.07.17 11:25:43.147290 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.147461 [ 266 ] {} TCP-Session: 8812d7d2-7b19-4704-8589-9314a8d231bd Authenticating user 'default' from [fd00:1122:3344:101::c]:58780 2025.07.17 11:25:43.147437 [ 264 ] {} TCP-Session: 2b346d9d-138a-4856-91b3-6291dbca00d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147415 [ 261 ] {} TCP-Session: 2b2ce236-a8c7-4b12-9978-9a3ba2117372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147542 [ 265 ] {} TCP-Session: 7c412cdd-9de0-41c1-afaa-5ec51b10331c Authenticating user 'default' from [fd00:1122:3344:101::c]:35535 2025.07.17 11:25:43.147562 [ 266 ] {} TCP-Session: 8812d7d2-7b19-4704-8589-9314a8d231bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147545 [ 264 ] {} TCP-Session: 2b346d9d-138a-4856-91b3-6291dbca00d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147619 [ 266 ] {} TCP-Session: 8812d7d2-7b19-4704-8589-9314a8d231bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147652 [ 265 ] {} TCP-Session: 7c412cdd-9de0-41c1-afaa-5ec51b10331c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.147706 [ 265 ] {} TCP-Session: 7c412cdd-9de0-41c1-afaa-5ec51b10331c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.149756 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.149822 [ 255 ] {} TCP-Session: 0e7b5a64-2d25-4374-844d-c96eae202123 Authenticating user 'default' from [fd00:1122:3344:101::b]:61074 2025.07.17 11:25:43.149845 [ 255 ] {} TCP-Session: 0e7b5a64-2d25-4374-844d-c96eae202123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.149939 [ 255 ] {} TCP-Session: 0e7b5a64-2d25-4374-844d-c96eae202123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.298931 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37159 2025.07.17 11:25:43.299068 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.299100 [ 267 ] {} TCP-Session: aa0863ae-dd56-4d21-b06d-92b156817ff0 Authenticating user 'default' from [fd00:1122:3344:101::a]:37159 2025.07.17 11:25:43.299197 [ 267 ] {} TCP-Session: aa0863ae-dd56-4d21-b06d-92b156817ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.299212 [ 267 ] {} TCP-Session: aa0863ae-dd56-4d21-b06d-92b156817ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.299269 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.17 11:25:43.299360 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.17 11:25:43.299377 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.17 11:25:43.299954 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55464 2025.07.17 11:25:43.299955 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48418 2025.07.17 11:25:43.300039 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55455 2025.07.17 11:25:43.300132 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60261 2025.07.17 11:25:43.300136 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.300185 [ 269 ] {} TCP-Session: f945356b-8456-4a29-88c2-391771bb38f9 Authenticating user 'default' from [fd00:1122:3344:101::a]:55464 2025.07.17 11:25:43.300230 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34404 2025.07.17 11:25:43.300266 [ 269 ] {} TCP-Session: f945356b-8456-4a29-88c2-391771bb38f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.300367 [ 269 ] {} TCP-Session: f945356b-8456-4a29-88c2-391771bb38f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.300330 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34542 2025.07.17 11:25:43.300469 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.300535 [ 268 ] {} TCP-Session: 6caca80f-b1f0-4a5e-8a0e-7d37b7a47f47 Authenticating user 'default' from [fd00:1122:3344:101::a]:48418 2025.07.17 11:25:43.300549 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63713 2025.07.17 11:25:43.300605 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.300557 [ 268 ] {} TCP-Session: 6caca80f-b1f0-4a5e-8a0e-7d37b7a47f47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.300664 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.300719 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.300738 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.300696 [ 271 ] {} TCP-Session: 5f3d2bfb-1538-4f61-9f0c-01e49052434b Authenticating user 'default' from [fd00:1122:3344:101::a]:60261 2025.07.17 11:25:43.300674 [ 268 ] {} TCP-Session: 6caca80f-b1f0-4a5e-8a0e-7d37b7a47f47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.300823 [ 270 ] {} TCP-Session: d97c9368-7003-422a-903c-5429e3188d84 Authenticating user 'default' from [fd00:1122:3344:101::a]:55455 2025.07.17 11:25:43.300801 [ 271 ] {} TCP-Session: 5f3d2bfb-1538-4f61-9f0c-01e49052434b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.300797 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.300921 [ 270 ] {} TCP-Session: d97c9368-7003-422a-903c-5429e3188d84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.300901 [ 271 ] {} TCP-Session: 5f3d2bfb-1538-4f61-9f0c-01e49052434b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.300792 [ 273 ] {} TCP-Session: 7eb19fab-8bb3-4d9f-b3a1-f1fa00e2e86e Authenticating user 'default' from [fd00:1122:3344:101::a]:34542 2025.07.17 11:25:43.301022 [ 270 ] {} TCP-Session: d97c9368-7003-422a-903c-5429e3188d84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.301018 [ 274 ] {} TCP-Session: 3b186984-cdee-4da2-8a40-762ea5721ca7 Authenticating user 'default' from [fd00:1122:3344:101::a]:63713 2025.07.17 11:25:43.300785 [ 272 ] {} TCP-Session: 174c82c8-07c3-4d2b-ab87-90f156ee0bca Authenticating user 'default' from [fd00:1122:3344:101::a]:34404 2025.07.17 11:25:43.301124 [ 274 ] {} TCP-Session: 3b186984-cdee-4da2-8a40-762ea5721ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.301111 [ 273 ] {} TCP-Session: 7eb19fab-8bb3-4d9f-b3a1-f1fa00e2e86e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.301200 [ 272 ] {} TCP-Session: 174c82c8-07c3-4d2b-ab87-90f156ee0bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.301211 [ 273 ] {} TCP-Session: 7eb19fab-8bb3-4d9f-b3a1-f1fa00e2e86e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.301221 [ 274 ] {} TCP-Session: 3b186984-cdee-4da2-8a40-762ea5721ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.301294 [ 272 ] {} TCP-Session: 174c82c8-07c3-4d2b-ab87-90f156ee0bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.355805 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56043 2025.07.17 11:25:43.357869 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.357902 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Authenticating user 'default' from [fd00:1122:3344:101::d]:56043 2025.07.17 11:25:43.357972 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.358024 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.358088 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.17 11:25:43.358112 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.17 11:25:43.358214 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.17 11:25:43.360976 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63236 2025.07.17 11:25:43.361116 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36124 2025.07.17 11:25:43.361120 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.361197 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61973 2025.07.17 11:25:43.361296 [ 276 ] {} TCP-Session: 21dc784a-d486-42db-a739-deece099f36c Authenticating user 'default' from [fd00:1122:3344:101::d]:63236 2025.07.17 11:25:43.361319 [ 276 ] {} TCP-Session: 21dc784a-d486-42db-a739-deece099f36c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.361361 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.361377 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36939 2025.07.17 11:25:43.361429 [ 276 ] {} TCP-Session: 21dc784a-d486-42db-a739-deece099f36c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.361437 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.361497 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Authenticating user 'default' from [fd00:1122:3344:101::d]:36124 2025.07.17 11:25:43.361567 [ 278 ] {} TCP-Session: 11c4c64b-4007-4e3c-8cdf-fec2c4cd31bc Authenticating user 'default' from [fd00:1122:3344:101::d]:61973 2025.07.17 11:25:43.361579 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.361618 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.361677 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51601 2025.07.17 11:25:43.361699 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.361729 [ 279 ] {} TCP-Session: af99c7ad-aee0-480c-8410-98568551d9a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36939 2025.07.17 11:25:43.361599 [ 278 ] {} TCP-Session: 11c4c64b-4007-4e3c-8cdf-fec2c4cd31bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.361577 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53700 2025.07.17 11:25:43.361573 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58608 2025.07.17 11:25:43.361876 [ 278 ] {} TCP-Session: 11c4c64b-4007-4e3c-8cdf-fec2c4cd31bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.361834 [ 279 ] {} TCP-Session: af99c7ad-aee0-480c-8410-98568551d9a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.361951 [ 279 ] {} TCP-Session: af99c7ad-aee0-480c-8410-98568551d9a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.363230 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.363242 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.363248 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.363292 [ 282 ] {} TCP-Session: 9bc090c1-e006-416e-b2be-c86015c613c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51601 2025.07.17 11:25:43.363353 [ 281 ] {} TCP-Session: fd3197c3-3a6b-4a7e-90df-c4c3b552019e Authenticating user 'default' from [fd00:1122:3344:101::d]:58608 2025.07.17 11:25:43.363274 [ 280 ] {} TCP-Session: baff198b-3803-4cf0-9807-9d112f2a8718 Authenticating user 'default' from [fd00:1122:3344:101::d]:53700 2025.07.17 11:25:43.363376 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63952 2025.07.17 11:25:43.363416 [ 282 ] {} TCP-Session: 9bc090c1-e006-416e-b2be-c86015c613c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.363429 [ 280 ] {} TCP-Session: baff198b-3803-4cf0-9807-9d112f2a8718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.363464 [ 281 ] {} TCP-Session: fd3197c3-3a6b-4a7e-90df-c4c3b552019e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.363625 [ 282 ] {} TCP-Session: 9bc090c1-e006-416e-b2be-c86015c613c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.363638 [ 280 ] {} TCP-Session: baff198b-3803-4cf0-9807-9d112f2a8718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.363649 [ 281 ] {} TCP-Session: fd3197c3-3a6b-4a7e-90df-c4c3b552019e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.363929 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.17 11:25:43.363957 [ 283 ] {} TCP-Session: 70f33898-a961-40e7-8c70-0b227bca89e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63952 2025.07.17 11:25:43.363973 [ 283 ] {} TCP-Session: 70f33898-a961-40e7-8c70-0b227bca89e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.364068 [ 283 ] {} TCP-Session: 70f33898-a961-40e7-8c70-0b227bca89e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:25:43.371473 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.374286 [ 275 ] {7a1b2ebd-f73c-4059-b4b2-0e6ec2438bd3} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.17 11:25:43.586408 [ 275 ] {7a1b2ebd-f73c-4059-b4b2-0e6ec2438bd3} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56043) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.17 11:25:43.587467 [ 275 ] {7a1b2ebd-f73c-4059-b4b2-0e6ec2438bd3} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.17 11:25:43.587726 [ 275 ] {7a1b2ebd-f73c-4059-b4b2-0e6ec2438bd3} TCPHandler: Processed in 0.222164579 sec. 2025.07.17 11:25:43.588141 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.588479 [ 277 ] {a9b5f7f1-1514-4875-bf80-2461cc75e8a6} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.17 11:25:43.588910 [ 277 ] {a9b5f7f1-1514-4875-bf80-2461cc75e8a6} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36124) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.17 11:25:43.589202 [ 277 ] {a9b5f7f1-1514-4875-bf80-2461cc75e8a6} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.17 11:25:43.589426 [ 277 ] {a9b5f7f1-1514-4875-bf80-2461cc75e8a6} TCPHandler: Processed in 0.001436139 sec. 2025.07.17 11:25:43.591846 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.592673 [ 275 ] {c0e9c038-a3d2-4ebb-a2ac-143232b3e64f} executeQuery: (from [fd00:1122:3344:101::d]:56043) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.07.17 11:25:43.593417 [ 275 ] {c0e9c038-a3d2-4ebb-a2ac-143232b3e64f} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.07.17 11:25:43.611714 [ 275 ] {c0e9c038-a3d2-4ebb-a2ac-143232b3e64f} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.07.17 11:25:43.611736 [ 275 ] {c0e9c038-a3d2-4ebb-a2ac-143232b3e64f} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6741e-05 sec 2025.07.17 11:25:43.611830 [ 275 ] {c0e9c038-a3d2-4ebb-a2ac-143232b3e64f} ReferentialDeps: No tables 2025.07.17 11:25:43.611846 [ 275 ] {c0e9c038-a3d2-4ebb-a2ac-143232b3e64f} LoadingDeps: No tables 2025.07.17 11:25:43.611874 [ 275 ] {c0e9c038-a3d2-4ebb-a2ac-143232b3e64f} DatabaseAtomic (oximeter): Starting up tables. 2025.07.17 11:25:43.612564 [ 275 ] {c0e9c038-a3d2-4ebb-a2ac-143232b3e64f} TCPHandler: Processed in 0.020838025 sec. 2025.07.17 11:25:43.612832 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.612984 [ 275 ] {1d4a2698-c40a-4936-8518-404759a48322} executeQuery: (from [fd00:1122:3344:101::d]:56043) /* 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) 2025.07.17 11:25:43.613108 [ 275 ] {1d4a2698-c40a-4936-8518-404759a48322} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.07.17 11:25:43.618564 [ 275 ] {1d4a2698-c40a-4936-8518-404759a48322} StoragePolicy (default): Storage policy default created, total volumes 1 2025.07.17 11:25:43.645568 [ 275 ] {1d4a2698-c40a-4936-8518-404759a48322} oximeter.version (03c49bdb-fbcb-4df2-8a66-1f50312ed0d9): Loading data parts 2025.07.17 11:25:43.646750 [ 275 ] {1d4a2698-c40a-4936-8518-404759a48322} oximeter.version (03c49bdb-fbcb-4df2-8a66-1f50312ed0d9): There are no data parts 2025.07.17 11:25:43.673053 [ 275 ] {1d4a2698-c40a-4936-8518-404759a48322} TCPHandler: Processed in 0.060264925 sec. 2025.07.17 11:25:43.673265 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.673545 [ 275 ] {dd181cf4-c18d-45f0-9d22-f937c2f146f1} executeQuery: (from [fd00:1122:3344:101::d]:56043) /* 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) 2025.07.17 11:25:43.673685 [ 275 ] {dd181cf4-c18d-45f0-9d22-f937c2f146f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.07.17 11:25:43.698774 [ 275 ] {dd181cf4-c18d-45f0-9d22-f937c2f146f1} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Loading data parts 2025.07.17 11:25:43.699070 [ 275 ] {dd181cf4-c18d-45f0-9d22-f937c2f146f1} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): There are no data parts 2025.07.17 11:25:43.719986 [ 275 ] {dd181cf4-c18d-45f0-9d22-f937c2f146f1} TCPHandler: Processed in 0.046789737 sec. 2025.07.17 11:25:43.720269 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.720466 [ 275 ] {6000041a-828f-4cd7-828e-4fa2094a2ba9} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.720615 [ 275 ] {6000041a-828f-4cd7-828e-4fa2094a2ba9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.07.17 11:25:43.746874 [ 275 ] {6000041a-828f-4cd7-828e-4fa2094a2ba9} oximeter.measurements_i8 (44c59517-1f9f-42a4-a174-610f45a68e81): Loading data parts 2025.07.17 11:25:43.747133 [ 275 ] {6000041a-828f-4cd7-828e-4fa2094a2ba9} oximeter.measurements_i8 (44c59517-1f9f-42a4-a174-610f45a68e81): There are no data parts 2025.07.17 11:25:43.751429 [ 275 ] {6000041a-828f-4cd7-828e-4fa2094a2ba9} TCPHandler: Processed in 0.031238422 sec. 2025.07.17 11:25:43.751604 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.751871 [ 275 ] {437966ec-1718-47af-b7d2-9d7c2f8cf41b} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.751970 [ 275 ] {437966ec-1718-47af-b7d2-9d7c2f8cf41b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.07.17 11:25:43.783578 [ 275 ] {437966ec-1718-47af-b7d2-9d7c2f8cf41b} oximeter.measurements_u8 (c858abcf-f14e-426d-9077-75dca1e59f24): Loading data parts 2025.07.17 11:25:43.783758 [ 275 ] {437966ec-1718-47af-b7d2-9d7c2f8cf41b} oximeter.measurements_u8 (c858abcf-f14e-426d-9077-75dca1e59f24): There are no data parts 2025.07.17 11:25:43.788098 [ 275 ] {437966ec-1718-47af-b7d2-9d7c2f8cf41b} TCPHandler: Processed in 0.036547472 sec. 2025.07.17 11:25:43.788388 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.788562 [ 275 ] {e34d2ee1-c5aa-40b1-ac37-264dda10ea92} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.788701 [ 275 ] {e34d2ee1-c5aa-40b1-ac37-264dda10ea92} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.07.17 11:25:43.810618 [ 275 ] {e34d2ee1-c5aa-40b1-ac37-264dda10ea92} oximeter.measurements_i16 (72aade30-03db-47b6-8697-8fc8765a1741): Loading data parts 2025.07.17 11:25:43.810891 [ 275 ] {e34d2ee1-c5aa-40b1-ac37-264dda10ea92} oximeter.measurements_i16 (72aade30-03db-47b6-8697-8fc8765a1741): There are no data parts 2025.07.17 11:25:43.813861 [ 275 ] {e34d2ee1-c5aa-40b1-ac37-264dda10ea92} TCPHandler: Processed in 0.025533857 sec. 2025.07.17 11:25:43.814022 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.814278 [ 275 ] {b1af6e31-47cd-4926-8ede-312a0833fcf5} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.814326 [ 275 ] {b1af6e31-47cd-4926-8ede-312a0833fcf5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.07.17 11:25:43.851647 [ 275 ] {b1af6e31-47cd-4926-8ede-312a0833fcf5} oximeter.measurements_u16 (6051358b-190a-4de2-b1ac-72be2d22cc9e): Loading data parts 2025.07.17 11:25:43.851968 [ 275 ] {b1af6e31-47cd-4926-8ede-312a0833fcf5} oximeter.measurements_u16 (6051358b-190a-4de2-b1ac-72be2d22cc9e): There are no data parts 2025.07.17 11:25:43.856371 [ 275 ] {b1af6e31-47cd-4926-8ede-312a0833fcf5} TCPHandler: Processed in 0.042404499 sec. 2025.07.17 11:25:43.856651 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.856882 [ 275 ] {cd80c9b9-961f-4d36-91c3-fd98bb8cef33} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.857028 [ 275 ] {cd80c9b9-961f-4d36-91c3-fd98bb8cef33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.07.17 11:25:43.882670 [ 275 ] {cd80c9b9-961f-4d36-91c3-fd98bb8cef33} oximeter.measurements_i32 (320bec0a-489e-4ba9-a75c-42fafdf7af65): Loading data parts 2025.07.17 11:25:43.882900 [ 275 ] {cd80c9b9-961f-4d36-91c3-fd98bb8cef33} oximeter.measurements_i32 (320bec0a-489e-4ba9-a75c-42fafdf7af65): There are no data parts 2025.07.17 11:25:43.887364 [ 275 ] {cd80c9b9-961f-4d36-91c3-fd98bb8cef33} TCPHandler: Processed in 0.030784196 sec. 2025.07.17 11:25:43.887521 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.887762 [ 275 ] {4692fe34-733e-46eb-8ac9-030d6b8a2058} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.887806 [ 275 ] {4692fe34-733e-46eb-8ac9-030d6b8a2058} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.07.17 11:25:43.910916 [ 275 ] {4692fe34-733e-46eb-8ac9-030d6b8a2058} oximeter.measurements_u32 (800f17b7-c1f1-437c-bdae-42bc7bfb8b36): Loading data parts 2025.07.17 11:25:43.911088 [ 275 ] {4692fe34-733e-46eb-8ac9-030d6b8a2058} oximeter.measurements_u32 (800f17b7-c1f1-437c-bdae-42bc7bfb8b36): There are no data parts 2025.07.17 11:25:43.920572 [ 275 ] {4692fe34-733e-46eb-8ac9-030d6b8a2058} TCPHandler: Processed in 0.033101136 sec. 2025.07.17 11:25:43.920807 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.920986 [ 275 ] {cc4d31ef-0a86-44a5-9afe-d47a932d2e67} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.921114 [ 275 ] {cc4d31ef-0a86-44a5-9afe-d47a932d2e67} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.07.17 11:25:43.924941 [ 275 ] {cc4d31ef-0a86-44a5-9afe-d47a932d2e67} oximeter.measurements_i64 (fbdb01d6-86ba-489f-bea0-30e57e4ac674): Loading data parts 2025.07.17 11:25:43.925180 [ 275 ] {cc4d31ef-0a86-44a5-9afe-d47a932d2e67} oximeter.measurements_i64 (fbdb01d6-86ba-489f-bea0-30e57e4ac674): There are no data parts 2025.07.17 11:25:43.937781 [ 275 ] {cc4d31ef-0a86-44a5-9afe-d47a932d2e67} TCPHandler: Processed in 0.017029224 sec. 2025.07.17 11:25:43.937948 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.938222 [ 275 ] {0c411ef4-5d0b-464f-b5c7-b354c9263e54} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.938272 [ 275 ] {0c411ef4-5d0b-464f-b5c7-b354c9263e54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.07.17 11:25:43.948926 [ 275 ] {0c411ef4-5d0b-464f-b5c7-b354c9263e54} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Loading data parts 2025.07.17 11:25:43.949090 [ 275 ] {0c411ef4-5d0b-464f-b5c7-b354c9263e54} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): There are no data parts 2025.07.17 11:25:43.962042 [ 275 ] {0c411ef4-5d0b-464f-b5c7-b354c9263e54} TCPHandler: Processed in 0.024183679 sec. 2025.07.17 11:25:43.962272 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.962421 [ 275 ] {a259e202-f779-42b7-b63a-1d113fc15512} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.962614 [ 275 ] {a259e202-f779-42b7-b63a-1d113fc15512} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.07.17 11:25:43.973274 [ 275 ] {a259e202-f779-42b7-b63a-1d113fc15512} oximeter.measurements_f32 (357ea897-3a7b-44ea-8045-ac9abcb5144c): Loading data parts 2025.07.17 11:25:43.973504 [ 275 ] {a259e202-f779-42b7-b63a-1d113fc15512} oximeter.measurements_f32 (357ea897-3a7b-44ea-8045-ac9abcb5144c): There are no data parts 2025.07.17 11:25:43.985291 [ 275 ] {a259e202-f779-42b7-b63a-1d113fc15512} TCPHandler: Processed in 0.023025174 sec. 2025.07.17 11:25:43.985478 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:43.985719 [ 275 ] {2deabf36-af80-4128-9103-771468448f57} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:43.985762 [ 275 ] {2deabf36-af80-4128-9103-771468448f57} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.07.17 11:25:43.988804 [ 275 ] {2deabf36-af80-4128-9103-771468448f57} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Loading data parts 2025.07.17 11:25:43.988969 [ 275 ] {2deabf36-af80-4128-9103-771468448f57} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): There are no data parts 2025.07.17 11:25:44.000237 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 121.87 MiB, peak 121.87 MiB, free memory in arenas 0.00 B, will set to 133.15 MiB (RSS), difference: 11.27 MiB 2025.07.17 11:25:44.007586 [ 275 ] {2deabf36-af80-4128-9103-771468448f57} TCPHandler: Processed in 0.022168472 sec. 2025.07.17 11:25:44.007747 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.007906 [ 275 ] {d96c2a91-4387-4219-b467-8fb2da54c086} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.008050 [ 275 ] {d96c2a91-4387-4219-b467-8fb2da54c086} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.07.17 11:25:44.023704 [ 275 ] {d96c2a91-4387-4219-b467-8fb2da54c086} oximeter.measurements_string (42446f96-450f-482f-9e64-873a6a9d2ff7): Loading data parts 2025.07.17 11:25:44.023872 [ 275 ] {d96c2a91-4387-4219-b467-8fb2da54c086} oximeter.measurements_string (42446f96-450f-482f-9e64-873a6a9d2ff7): There are no data parts 2025.07.17 11:25:44.047543 [ 275 ] {d96c2a91-4387-4219-b467-8fb2da54c086} TCPHandler: Processed in 0.039846625 sec. 2025.07.17 11:25:44.047807 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.047995 [ 275 ] {4f0b2391-434a-4825-bbf2-474c03a11b2d} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.048138 [ 275 ] {4f0b2391-434a-4825-bbf2-474c03a11b2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.07.17 11:25:44.060682 [ 275 ] {4f0b2391-434a-4825-bbf2-474c03a11b2d} oximeter.measurements_bytes (54ef4e9d-0318-4551-82dd-fa6fb5d4b172): Loading data parts 2025.07.17 11:25:44.060862 [ 275 ] {4f0b2391-434a-4825-bbf2-474c03a11b2d} oximeter.measurements_bytes (54ef4e9d-0318-4551-82dd-fa6fb5d4b172): There are no data parts 2025.07.17 11:25:44.093858 [ 275 ] {4f0b2391-434a-4825-bbf2-474c03a11b2d} TCPHandler: Processed in 0.046097778 sec. 2025.07.17 11:25:44.094122 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.094296 [ 275 ] {59139dee-5954-4630-b0b5-ce609552acb2} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.094426 [ 275 ] {59139dee-5954-4630-b0b5-ce609552acb2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.07.17 11:25:44.098967 [ 275 ] {59139dee-5954-4630-b0b5-ce609552acb2} oximeter.measurements_cumulativei64 (75cc3ea6-c35c-4a84-895f-2a2151dcbb5e): Loading data parts 2025.07.17 11:25:44.099356 [ 275 ] {59139dee-5954-4630-b0b5-ce609552acb2} oximeter.measurements_cumulativei64 (75cc3ea6-c35c-4a84-895f-2a2151dcbb5e): There are no data parts 2025.07.17 11:25:44.112413 [ 275 ] {59139dee-5954-4630-b0b5-ce609552acb2} TCPHandler: Processed in 0.018349522 sec. 2025.07.17 11:25:44.112560 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.112822 [ 275 ] {ef194dca-e06f-4e83-b786-a80bbfab94ca} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.112960 [ 275 ] {ef194dca-e06f-4e83-b786-a80bbfab94ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.07.17 11:25:44.138358 [ 275 ] {ef194dca-e06f-4e83-b786-a80bbfab94ca} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Loading data parts 2025.07.17 11:25:44.138574 [ 275 ] {ef194dca-e06f-4e83-b786-a80bbfab94ca} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): There are no data parts 2025.07.17 11:25:44.150242 [ 275 ] {ef194dca-e06f-4e83-b786-a80bbfab94ca} TCPHandler: Processed in 0.037731867 sec. 2025.07.17 11:25:44.150406 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.150578 [ 275 ] {b1621a2e-4ec4-44dc-a90d-d085c2b581e4} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.150703 [ 275 ] {b1621a2e-4ec4-44dc-a90d-d085c2b581e4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.07.17 11:25:44.166703 [ 275 ] {b1621a2e-4ec4-44dc-a90d-d085c2b581e4} oximeter.measurements_cumulativef32 (8bcd71e4-9811-4006-a663-c3d59c48e894): Loading data parts 2025.07.17 11:25:44.166855 [ 275 ] {b1621a2e-4ec4-44dc-a90d-d085c2b581e4} oximeter.measurements_cumulativef32 (8bcd71e4-9811-4006-a663-c3d59c48e894): There are no data parts 2025.07.17 11:25:44.189033 [ 275 ] {b1621a2e-4ec4-44dc-a90d-d085c2b581e4} TCPHandler: Processed in 0.038675309 sec. 2025.07.17 11:25:44.189302 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.189474 [ 275 ] {0e580296-ff75-41b9-87f9-85a0d69d7f0a} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.189601 [ 275 ] {0e580296-ff75-41b9-87f9-85a0d69d7f0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.07.17 11:25:44.215875 [ 275 ] {0e580296-ff75-41b9-87f9-85a0d69d7f0a} oximeter.measurements_cumulativef64 (8c7abf23-cea9-46ba-9f77-2214e747fcdb): Loading data parts 2025.07.17 11:25:44.216096 [ 275 ] {0e580296-ff75-41b9-87f9-85a0d69d7f0a} oximeter.measurements_cumulativef64 (8c7abf23-cea9-46ba-9f77-2214e747fcdb): There are no data parts 2025.07.17 11:25:44.253377 [ 275 ] {0e580296-ff75-41b9-87f9-85a0d69d7f0a} TCPHandler: Processed in 0.064133166 sec. 2025.07.17 11:25:44.253554 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.253930 [ 275 ] {9341253c-2886-49b5-a4b7-14f14f883138} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.254085 [ 275 ] {9341253c-2886-49b5-a4b7-14f14f883138} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.07.17 11:25:44.264924 [ 275 ] {9341253c-2886-49b5-a4b7-14f14f883138} oximeter.measurements_histogrami8 (ccc4cebc-5ecc-46d7-9748-d0d1cd05fa64): Loading data parts 2025.07.17 11:25:44.265132 [ 275 ] {9341253c-2886-49b5-a4b7-14f14f883138} oximeter.measurements_histogrami8 (ccc4cebc-5ecc-46d7-9748-d0d1cd05fa64): There are no data parts 2025.07.17 11:25:44.267540 [ 275 ] {9341253c-2886-49b5-a4b7-14f14f883138} TCPHandler: Processed in 0.014047796 sec. 2025.07.17 11:25:44.267770 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.267985 [ 275 ] {6adc0803-2ca5-41c1-b390-3e5b286d7dc7} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.268123 [ 275 ] {6adc0803-2ca5-41c1-b390-3e5b286d7dc7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.07.17 11:25:44.290648 [ 275 ] {6adc0803-2ca5-41c1-b390-3e5b286d7dc7} oximeter.measurements_histogramu8 (3a890eea-e21b-41ca-9d65-64bb04df0697): Loading data parts 2025.07.17 11:25:44.290966 [ 275 ] {6adc0803-2ca5-41c1-b390-3e5b286d7dc7} oximeter.measurements_histogramu8 (3a890eea-e21b-41ca-9d65-64bb04df0697): There are no data parts 2025.07.17 11:25:44.312634 [ 275 ] {6adc0803-2ca5-41c1-b390-3e5b286d7dc7} TCPHandler: Processed in 0.044910442 sec. 2025.07.17 11:25:44.312820 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.313234 [ 275 ] {dbf71f24-4fc7-44fc-b76c-ef9861c8ff2f} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.313393 [ 275 ] {dbf71f24-4fc7-44fc-b76c-ef9861c8ff2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.07.17 11:25:44.351054 [ 275 ] {dbf71f24-4fc7-44fc-b76c-ef9861c8ff2f} oximeter.measurements_histogrami16 (7b1e4056-48c0-4881-bb9e-6845ec362797): Loading data parts 2025.07.17 11:25:44.351379 [ 275 ] {dbf71f24-4fc7-44fc-b76c-ef9861c8ff2f} oximeter.measurements_histogrami16 (7b1e4056-48c0-4881-bb9e-6845ec362797): There are no data parts 2025.07.17 11:25:44.374977 [ 275 ] {dbf71f24-4fc7-44fc-b76c-ef9861c8ff2f} TCPHandler: Processed in 0.06222709 sec. 2025.07.17 11:25:44.375263 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.375491 [ 275 ] {fee8f3a6-3e64-4287-80c1-3991cf23c6c4} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.375629 [ 275 ] {fee8f3a6-3e64-4287-80c1-3991cf23c6c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.07.17 11:25:44.396488 [ 275 ] {fee8f3a6-3e64-4287-80c1-3991cf23c6c4} oximeter.measurements_histogramu16 (35859b5a-04fa-485b-bb24-7dbc95697750): Loading data parts 2025.07.17 11:25:44.396685 [ 275 ] {fee8f3a6-3e64-4287-80c1-3991cf23c6c4} oximeter.measurements_histogramu16 (35859b5a-04fa-485b-bb24-7dbc95697750): There are no data parts 2025.07.17 11:25:44.401205 [ 275 ] {fee8f3a6-3e64-4287-80c1-3991cf23c6c4} TCPHandler: Processed in 0.026007583 sec. 2025.07.17 11:25:44.401374 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.401714 [ 275 ] {77e2fc10-cb06-4ead-a9f4-48664cf448a3} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.401867 [ 275 ] {77e2fc10-cb06-4ead-a9f4-48664cf448a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.07.17 11:25:44.434409 [ 275 ] {77e2fc10-cb06-4ead-a9f4-48664cf448a3} oximeter.measurements_histogrami32 (d3cf2a52-70ca-43fd-ab01-6acc5959d2a9): Loading data parts 2025.07.17 11:25:44.434621 [ 275 ] {77e2fc10-cb06-4ead-a9f4-48664cf448a3} oximeter.measurements_histogrami32 (d3cf2a52-70ca-43fd-ab01-6acc5959d2a9): There are no data parts 2025.07.17 11:25:44.492608 [ 275 ] {77e2fc10-cb06-4ead-a9f4-48664cf448a3} TCPHandler: Processed in 0.091288144 sec. 2025.07.17 11:25:44.492906 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.493143 [ 275 ] {497bb8f5-56f6-4493-b5aa-351bf4469b0d} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.493287 [ 275 ] {497bb8f5-56f6-4493-b5aa-351bf4469b0d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.07.17 11:25:44.538466 [ 275 ] {497bb8f5-56f6-4493-b5aa-351bf4469b0d} oximeter.measurements_histogramu32 (844d7afc-8add-4527-904f-4ce9deff3070): Loading data parts 2025.07.17 11:25:44.538822 [ 275 ] {497bb8f5-56f6-4493-b5aa-351bf4469b0d} oximeter.measurements_histogramu32 (844d7afc-8add-4527-904f-4ce9deff3070): There are no data parts 2025.07.17 11:25:44.549901 [ 275 ] {497bb8f5-56f6-4493-b5aa-351bf4469b0d} TCPHandler: Processed in 0.057069292 sec. 2025.07.17 11:25:44.550107 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.550388 [ 275 ] {c61ef4aa-a7ed-4ad0-95d4-4c2b88d4aa3d} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.550531 [ 275 ] {c61ef4aa-a7ed-4ad0-95d4-4c2b88d4aa3d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.07.17 11:25:44.585552 [ 275 ] {c61ef4aa-a7ed-4ad0-95d4-4c2b88d4aa3d} oximeter.measurements_histogrami64 (c8ff36c9-d5a5-4522-914b-45b2f71cfeeb): Loading data parts 2025.07.17 11:25:44.585891 [ 275 ] {c61ef4aa-a7ed-4ad0-95d4-4c2b88d4aa3d} oximeter.measurements_histogrami64 (c8ff36c9-d5a5-4522-914b-45b2f71cfeeb): There are no data parts 2025.07.17 11:25:44.609762 [ 275 ] {c61ef4aa-a7ed-4ad0-95d4-4c2b88d4aa3d} TCPHandler: Processed in 0.059713697 sec. 2025.07.17 11:25:44.610088 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.610357 [ 275 ] {3aab0f1e-9fbb-4eb4-a5ec-61a7f1e5a9ac} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.610495 [ 275 ] {3aab0f1e-9fbb-4eb4-a5ec-61a7f1e5a9ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.07.17 11:25:44.657926 [ 275 ] {3aab0f1e-9fbb-4eb4-a5ec-61a7f1e5a9ac} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Loading data parts 2025.07.17 11:25:44.658163 [ 275 ] {3aab0f1e-9fbb-4eb4-a5ec-61a7f1e5a9ac} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): There are no data parts 2025.07.17 11:25:44.719119 [ 275 ] {3aab0f1e-9fbb-4eb4-a5ec-61a7f1e5a9ac} TCPHandler: Processed in 0.109122918 sec. 2025.07.17 11:25:44.719268 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.719529 [ 275 ] {a53e3d89-e32a-4c71-9dea-487a614075fe} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.719737 [ 275 ] {a53e3d89-e32a-4c71-9dea-487a614075fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.07.17 11:25:44.756319 [ 275 ] {a53e3d89-e32a-4c71-9dea-487a614075fe} oximeter.measurements_histogramf32 (0294b970-3ed7-4f01-a41b-65b4fd985e4a): Loading data parts 2025.07.17 11:25:44.756525 [ 275 ] {a53e3d89-e32a-4c71-9dea-487a614075fe} oximeter.measurements_histogramf32 (0294b970-3ed7-4f01-a41b-65b4fd985e4a): There are no data parts 2025.07.17 11:25:44.795171 [ 275 ] {a53e3d89-e32a-4c71-9dea-487a614075fe} TCPHandler: Processed in 0.075907601 sec. 2025.07.17 11:25:44.795435 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.795654 [ 275 ] {2e0f7f06-e951-479a-9034-4f323e78a990} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.795787 [ 275 ] {2e0f7f06-e951-479a-9034-4f323e78a990} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.07.17 11:25:44.837635 [ 275 ] {2e0f7f06-e951-479a-9034-4f323e78a990} oximeter.measurements_histogramf64 (165a1ede-51d7-4258-abbb-cdcd1acbaf40): Loading data parts 2025.07.17 11:25:44.837969 [ 275 ] {2e0f7f06-e951-479a-9034-4f323e78a990} oximeter.measurements_histogramf64 (165a1ede-51d7-4258-abbb-cdcd1acbaf40): There are no data parts 2025.07.17 11:25:44.869399 [ 275 ] {2e0f7f06-e951-479a-9034-4f323e78a990} TCPHandler: Processed in 0.074012596 sec. 2025.07.17 11:25:44.869639 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.869885 [ 275 ] {f1ed4a65-31bc-42a1-a644-a091ed1531f1} executeQuery: (from [fd00:1122:3344:101::d]:56043) /* 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) 2025.07.17 11:25:44.870066 [ 275 ] {f1ed4a65-31bc-42a1-a644-a091ed1531f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.07.17 11:25:44.885191 [ 275 ] {f1ed4a65-31bc-42a1-a644-a091ed1531f1} oximeter.fields_bool (62192012-8099-42cf-9400-13aaa3f1541b): Loading data parts 2025.07.17 11:25:44.885412 [ 275 ] {f1ed4a65-31bc-42a1-a644-a091ed1531f1} oximeter.fields_bool (62192012-8099-42cf-9400-13aaa3f1541b): There are no data parts 2025.07.17 11:25:44.918593 [ 275 ] {f1ed4a65-31bc-42a1-a644-a091ed1531f1} TCPHandler: Processed in 0.049006187 sec. 2025.07.17 11:25:44.918767 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.919072 [ 275 ] {477d52a0-7649-4611-9787-eb5bd4ccc6ae} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.919221 [ 275 ] {477d52a0-7649-4611-9787-eb5bd4ccc6ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.07.17 11:25:44.953719 [ 275 ] {477d52a0-7649-4611-9787-eb5bd4ccc6ae} oximeter.fields_i8 (82a84eca-f121-4ec5-9314-115a661beb81): Loading data parts 2025.07.17 11:25:44.953877 [ 275 ] {477d52a0-7649-4611-9787-eb5bd4ccc6ae} oximeter.fields_i8 (82a84eca-f121-4ec5-9314-115a661beb81): There are no data parts 2025.07.17 11:25:44.977617 [ 275 ] {477d52a0-7649-4611-9787-eb5bd4ccc6ae} TCPHandler: Processed in 0.058910847 sec. 2025.07.17 11:25:44.977781 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:44.977973 [ 275 ] {d55fc6e1-48b1-4bde-924e-f62d0e5c2cd5} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:44.978144 [ 275 ] {d55fc6e1-48b1-4bde-924e-f62d0e5c2cd5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.07.17 11:25:44.993764 [ 275 ] {d55fc6e1-48b1-4bde-924e-f62d0e5c2cd5} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Loading data parts 2025.07.17 11:25:44.994044 [ 275 ] {d55fc6e1-48b1-4bde-924e-f62d0e5c2cd5} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): There are no data parts 2025.07.17 11:25:45.024660 [ 275 ] {d55fc6e1-48b1-4bde-924e-f62d0e5c2cd5} TCPHandler: Processed in 0.046930818 sec. 2025.07.17 11:25:45.024860 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.025113 [ 275 ] {d2601d95-c6af-4832-a2fa-898ec59d44c4} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.025297 [ 275 ] {d2601d95-c6af-4832-a2fa-898ec59d44c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.07.17 11:25:45.059255 [ 275 ] {d2601d95-c6af-4832-a2fa-898ec59d44c4} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Loading data parts 2025.07.17 11:25:45.059571 [ 275 ] {d2601d95-c6af-4832-a2fa-898ec59d44c4} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): There are no data parts 2025.07.17 11:25:45.082255 [ 275 ] {d2601d95-c6af-4832-a2fa-898ec59d44c4} TCPHandler: Processed in 0.057455258 sec. 2025.07.17 11:25:45.082428 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.082588 [ 275 ] {8920068d-7d1d-409a-8ed4-f27ad3addc91} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.082726 [ 275 ] {8920068d-7d1d-409a-8ed4-f27ad3addc91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.07.17 11:25:45.129757 [ 275 ] {8920068d-7d1d-409a-8ed4-f27ad3addc91} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Loading data parts 2025.07.17 11:25:45.129909 [ 275 ] {8920068d-7d1d-409a-8ed4-f27ad3addc91} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): There are no data parts 2025.07.17 11:25:45.145151 [ 275 ] {8920068d-7d1d-409a-8ed4-f27ad3addc91} TCPHandler: Processed in 0.062790228 sec. 2025.07.17 11:25:45.145362 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.145562 [ 275 ] {c28c08e8-a096-4d1d-b414-48b1bca87c34} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.145688 [ 275 ] {c28c08e8-a096-4d1d-b414-48b1bca87c34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.07.17 11:25:45.194455 [ 275 ] {c28c08e8-a096-4d1d-b414-48b1bca87c34} oximeter.fields_i32 (bf05121f-dc59-417e-b509-5dc4fbea9e16): Loading data parts 2025.07.17 11:25:45.194732 [ 275 ] {c28c08e8-a096-4d1d-b414-48b1bca87c34} oximeter.fields_i32 (bf05121f-dc59-417e-b509-5dc4fbea9e16): There are no data parts 2025.07.17 11:25:45.215018 [ 275 ] {c28c08e8-a096-4d1d-b414-48b1bca87c34} TCPHandler: Processed in 0.069720239 sec. 2025.07.17 11:25:45.215210 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.215393 [ 275 ] {ae2a2d39-b314-4808-a0e7-e644d8d93dd9} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.215512 [ 275 ] {ae2a2d39-b314-4808-a0e7-e644d8d93dd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.07.17 11:25:45.244180 [ 275 ] {ae2a2d39-b314-4808-a0e7-e644d8d93dd9} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Loading data parts 2025.07.17 11:25:45.244359 [ 275 ] {ae2a2d39-b314-4808-a0e7-e644d8d93dd9} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): There are no data parts 2025.07.17 11:25:45.275015 [ 275 ] {ae2a2d39-b314-4808-a0e7-e644d8d93dd9} TCPHandler: Processed in 0.05988167 sec. 2025.07.17 11:25:45.275266 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.275434 [ 275 ] {9f8d1a07-1062-4cd2-935e-3f7128935e60} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.275555 [ 275 ] {9f8d1a07-1062-4cd2-935e-3f7128935e60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.07.17 11:25:45.327402 [ 275 ] {9f8d1a07-1062-4cd2-935e-3f7128935e60} oximeter.fields_i64 (9b67cc8d-1d3b-4912-b873-e9b6abde5d56): Loading data parts 2025.07.17 11:25:45.327688 [ 275 ] {9f8d1a07-1062-4cd2-935e-3f7128935e60} oximeter.fields_i64 (9b67cc8d-1d3b-4912-b873-e9b6abde5d56): There are no data parts 2025.07.17 11:25:45.348085 [ 275 ] {9f8d1a07-1062-4cd2-935e-3f7128935e60} TCPHandler: Processed in 0.072889851 sec. 2025.07.17 11:25:45.348331 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.348661 [ 275 ] {5e19692b-cb3a-4385-b89a-f64f1a357d82} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.348705 [ 275 ] {5e19692b-cb3a-4385-b89a-f64f1a357d82} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.07.17 11:25:45.361575 [ 275 ] {5e19692b-cb3a-4385-b89a-f64f1a357d82} oximeter.fields_u64 (1949db2d-6d07-4d96-b4c0-7f3e5cba658d): Loading data parts 2025.07.17 11:25:45.361908 [ 275 ] {5e19692b-cb3a-4385-b89a-f64f1a357d82} oximeter.fields_u64 (1949db2d-6d07-4d96-b4c0-7f3e5cba658d): There are no data parts 2025.07.17 11:25:45.373280 [ 275 ] {5e19692b-cb3a-4385-b89a-f64f1a357d82} TCPHandler: Processed in 0.02505459 sec. 2025.07.17 11:25:45.373626 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.373927 [ 275 ] {e8454106-3251-473d-9681-ce643e3af1c5} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.374117 [ 275 ] {e8454106-3251-473d-9681-ce643e3af1c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.07.17 11:25:45.395474 [ 275 ] {e8454106-3251-473d-9681-ce643e3af1c5} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Loading data parts 2025.07.17 11:25:45.395701 [ 275 ] {e8454106-3251-473d-9681-ce643e3af1c5} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): There are no data parts 2025.07.17 11:25:45.407021 [ 275 ] {e8454106-3251-473d-9681-ce643e3af1c5} TCPHandler: Processed in 0.033499281 sec. 2025.07.17 11:25:45.407175 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.407420 [ 275 ] {7fa9e9a2-39a1-4f1d-9875-343a1c7144e6} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.407545 [ 275 ] {7fa9e9a2-39a1-4f1d-9875-343a1c7144e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.07.17 11:25:45.441836 [ 275 ] {7fa9e9a2-39a1-4f1d-9875-343a1c7144e6} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Loading data parts 2025.07.17 11:25:45.442095 [ 275 ] {7fa9e9a2-39a1-4f1d-9875-343a1c7144e6} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): There are no data parts 2025.07.17 11:25:45.463529 [ 275 ] {7fa9e9a2-39a1-4f1d-9875-343a1c7144e6} TCPHandler: Processed in 0.056423073 sec. 2025.07.17 11:25:45.463732 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.463916 [ 275 ] {af8825bf-69e3-4d20-8faf-7870b5f4924f} executeQuery: (from [fd00:1122:3344:101::d]:56043) 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) 2025.07.17 11:25:45.464045 [ 275 ] {af8825bf-69e3-4d20-8faf-7870b5f4924f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.07.17 11:25:45.478756 [ 275 ] {af8825bf-69e3-4d20-8faf-7870b5f4924f} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Loading data parts 2025.07.17 11:25:45.479076 [ 275 ] {af8825bf-69e3-4d20-8faf-7870b5f4924f} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): There are no data parts 2025.07.17 11:25:45.514593 [ 275 ] {af8825bf-69e3-4d20-8faf-7870b5f4924f} TCPHandler: Processed in 0.050920472 sec. 2025.07.17 11:25:45.514778 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.515115 [ 275 ] {e65acb0d-991f-4308-b662-1724d7c05de6} executeQuery: (from [fd00:1122:3344:101::d]:56043) /* 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) 2025.07.17 11:25:45.515246 [ 275 ] {e65acb0d-991f-4308-b662-1724d7c05de6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.07.17 11:25:45.544296 [ 275 ] {e65acb0d-991f-4308-b662-1724d7c05de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Loading data parts 2025.07.17 11:25:45.544541 [ 275 ] {e65acb0d-991f-4308-b662-1724d7c05de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): There are no data parts 2025.07.17 11:25:45.567487 [ 275 ] {e65acb0d-991f-4308-b662-1724d7c05de6} TCPHandler: Processed in 0.052771466 sec. 2025.07.17 11:25:45.567801 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:25:45.568230 [ 277 ] {08017906-9c45-4407-bdb8-045c25cdc951} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.07.17 11:25:45.569557 [ 277 ] {08017906-9c45-4407-bdb8-045c25cdc951} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.07.17 11:25:45.610869 [ 284 ] {08017906-9c45-4407-bdb8-045c25cdc951} oximeter.version (03c49bdb-fbcb-4df2-8a66-1f50312ed0d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:25:45.611057 [ 284 ] {08017906-9c45-4407-bdb8-045c25cdc951} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.17 11:25:45.615727 [ 284 ] {08017906-9c45-4407-bdb8-045c25cdc951} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:25:45.616299 [ 284 ] {08017906-9c45-4407-bdb8-045c25cdc951} oximeter.version (03c49bdb-fbcb-4df2-8a66-1f50312ed0d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:25:45.616674 [ 277 ] {08017906-9c45-4407-bdb8-045c25cdc951} executeQuery: Read 1 rows, 16.00 B in 0.048591 sec., 20.579942787759048 rows/sec., 329.28 B/sec. 2025.07.17 11:25:45.616994 [ 277 ] {08017906-9c45-4407-bdb8-045c25cdc951} TCPHandler: Processed in 0.049336121 sec. 2025.07.17 11:25:46.000972 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.99 MiB, peak 135.99 MiB, free memory in arenas 0.00 B, will set to 139.79 MiB (RSS), difference: 3.80 MiB 2025.07.17 11:25:50.493937 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.07.17 11:25:50.493982 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.07.17 11:25:50.494042 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.07.17 11:25:50.494077 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.07.17 11:25:50.500358 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Loading data parts 2025.07.17 11:25:50.500712 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): There are no data parts 2025.07.17 11:25:50.510627 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:25:50.510851 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.17 11:25:50.514119 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Loading data parts 2025.07.17 11:25:50.514347 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): There are no data parts 2025.07.17 11:25:50.517553 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:25:50.518677 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:25:50.518906 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.07.17 11:25:50.545113 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:25:50.545358 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.17 11:25:50.552253 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:25:50.553675 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:25:50.557920 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.07.17 11:25:51.000889 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.88 MiB, peak 148.88 MiB, free memory in arenas 0.00 B, will set to 153.98 MiB (RSS), difference: 9.10 MiB 2025.07.17 11:25:52.993681 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.07.17 11:25:52.993888 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.07.17 11:25:52.997983 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Loading data parts 2025.07.17 11:25:52.998138 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): There are no data parts 2025.07.17 11:25:53.003907 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:25:53.004038 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.17 11:25:53.005746 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:25:53.006259 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:25:53.006584 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.07.17 11:25:54.000247 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.43 MiB, peak 158.43 MiB, free memory in arenas 0.00 B, will set to 155.01 MiB (RSS), difference: -3.42 MiB 2025.07.17 11:25:57.927946 [ 110 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:25:57.928005 [ 110 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:25:58.019625 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.07.17 11:25:58.020468 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:25:58.020515 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.17 11:25:58.021162 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:25:58.021724 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:25:58.021886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.07.17 11:25:58.058609 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.07.17 11:25:58.076537 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:25:58.076657 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.17 11:25:58.083307 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:25:58.084413 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:25:58.088025 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.07.17 11:25:59.001121 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.76 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 1.99 MiB 2025.07.17 11:26:04.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.78 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 4.02 MiB 2025.07.17 11:26:05.522752 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.07.17 11:26:05.523225 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:05.523273 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:05.523862 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:05.524110 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:05.524258 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.07.17 11:26:05.588888 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.07.17 11:26:05.606158 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:05.606223 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:05.612260 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:05.612997 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:05.616632 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.07.17 11:26:05.644043 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.644234 [ 275 ] {b245a5e2-dede-4476-a4a1-90cec2cb1358} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.646563 [ 275 ] {b245a5e2-dede-4476-a4a1-90cec2cb1358} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.654373 [ 275 ] {b245a5e2-dede-4476-a4a1-90cec2cb1358} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.658913 [ 275 ] {b245a5e2-dede-4476-a4a1-90cec2cb1358} TCPHandler: Processed in 0.015003187 sec. 2025.07.17 11:26:05.666117 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.666274 [ 275 ] {2fcd1e16-dc9a-4c56-b4c0-8b5164e0e81d} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.676047 [ 275 ] {2fcd1e16-dc9a-4c56-b4c0-8b5164e0e81d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.676102 [ 275 ] {2fcd1e16-dc9a-4c56-b4c0-8b5164e0e81d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.678542 [ 275 ] {2fcd1e16-dc9a-4c56-b4c0-8b5164e0e81d} TCPHandler: Processed in 0.012487664 sec. 2025.07.17 11:26:05.681221 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.681426 [ 275 ] {df95688f-ca22-477a-98fc-99acf8cfa7f1} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.685976 [ 275 ] {df95688f-ca22-477a-98fc-99acf8cfa7f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.686031 [ 275 ] {df95688f-ca22-477a-98fc-99acf8cfa7f1} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.686423 [ 275 ] {df95688f-ca22-477a-98fc-99acf8cfa7f1} TCPHandler: Processed in 0.005272919 sec. 2025.07.17 11:26:05.686677 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.686808 [ 275 ] {2a8a3f4a-a041-4e1f-af5f-c0b890c49d45} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.687096 [ 275 ] {2a8a3f4a-a041-4e1f-af5f-c0b890c49d45} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.687141 [ 275 ] {2a8a3f4a-a041-4e1f-af5f-c0b890c49d45} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.687480 [ 275 ] {2a8a3f4a-a041-4e1f-af5f-c0b890c49d45} TCPHandler: Processed in 0.000855301 sec. 2025.07.17 11:26:05.687704 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.687825 [ 275 ] {84163b44-758a-4448-8815-5f521c56a2c0} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.688077 [ 275 ] {84163b44-758a-4448-8815-5f521c56a2c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.688122 [ 275 ] {84163b44-758a-4448-8815-5f521c56a2c0} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.688470 [ 275 ] {84163b44-758a-4448-8815-5f521c56a2c0} TCPHandler: Processed in 0.000815591 sec. 2025.07.17 11:26:05.688674 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.688790 [ 275 ] {a04ee9ba-6780-4cd1-b16c-0c02cd47bf52} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.689032 [ 275 ] {a04ee9ba-6780-4cd1-b16c-0c02cd47bf52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.689078 [ 275 ] {a04ee9ba-6780-4cd1-b16c-0c02cd47bf52} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.689411 [ 275 ] {a04ee9ba-6780-4cd1-b16c-0c02cd47bf52} TCPHandler: Processed in 0.000785871 sec. 2025.07.17 11:26:05.689629 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.689746 [ 275 ] {b4f97c6d-0f4c-4a4b-9b09-405ee3756d2d} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.689986 [ 275 ] {b4f97c6d-0f4c-4a4b-9b09-405ee3756d2d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.690029 [ 275 ] {b4f97c6d-0f4c-4a4b-9b09-405ee3756d2d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.690355 [ 275 ] {b4f97c6d-0f4c-4a4b-9b09-405ee3756d2d} TCPHandler: Processed in 0.0007742 sec. 2025.07.17 11:26:05.690590 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.690714 [ 275 ] {faae29d9-8583-4f45-abcd-0b7f5fcdb346} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.690987 [ 275 ] {faae29d9-8583-4f45-abcd-0b7f5fcdb346} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.691038 [ 275 ] {faae29d9-8583-4f45-abcd-0b7f5fcdb346} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.691400 [ 275 ] {faae29d9-8583-4f45-abcd-0b7f5fcdb346} TCPHandler: Processed in 0.000869862 sec. 2025.07.17 11:26:05.691616 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.691736 [ 275 ] {c1560a38-8e97-490d-914d-3e6c79e97b6a} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.691996 [ 275 ] {c1560a38-8e97-490d-914d-3e6c79e97b6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.692040 [ 275 ] {c1560a38-8e97-490d-914d-3e6c79e97b6a} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.692369 [ 275 ] {c1560a38-8e97-490d-914d-3e6c79e97b6a} TCPHandler: Processed in 0.000799891 sec. 2025.07.17 11:26:05.692575 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.692695 [ 275 ] {ea5b9d52-302d-40e7-a16b-2cd24fd51480} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.692950 [ 275 ] {ea5b9d52-302d-40e7-a16b-2cd24fd51480} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.692992 [ 275 ] {ea5b9d52-302d-40e7-a16b-2cd24fd51480} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.693325 [ 275 ] {ea5b9d52-302d-40e7-a16b-2cd24fd51480} TCPHandler: Processed in 0.00080045 sec. 2025.07.17 11:26:05.693536 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.693655 [ 275 ] {eb8293ca-5d3a-4b1b-95af-cb00685acda2} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.693902 [ 275 ] {eb8293ca-5d3a-4b1b-95af-cb00685acda2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.693947 [ 275 ] {eb8293ca-5d3a-4b1b-95af-cb00685acda2} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.694270 [ 275 ] {eb8293ca-5d3a-4b1b-95af-cb00685acda2} TCPHandler: Processed in 0.000781701 sec. 2025.07.17 11:26:05.694493 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.694612 [ 275 ] {f996720a-0cf7-4871-9a1a-21d1cb94bc57} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.694861 [ 275 ] {f996720a-0cf7-4871-9a1a-21d1cb94bc57} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.694906 [ 275 ] {f996720a-0cf7-4871-9a1a-21d1cb94bc57} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.695266 [ 275 ] {f996720a-0cf7-4871-9a1a-21d1cb94bc57} TCPHandler: Processed in 0.000821891 sec. 2025.07.17 11:26:05.695489 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.695607 [ 275 ] {8b4298ba-7452-4ff2-88bb-c44ffde4f09b} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.695856 [ 275 ] {8b4298ba-7452-4ff2-88bb-c44ffde4f09b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.695900 [ 275 ] {8b4298ba-7452-4ff2-88bb-c44ffde4f09b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.696248 [ 275 ] {8b4298ba-7452-4ff2-88bb-c44ffde4f09b} TCPHandler: Processed in 0.000807231 sec. 2025.07.17 11:26:05.696464 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.696581 [ 275 ] {b5b76038-d981-48fa-a686-5dee0bb80a6e} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.696839 [ 275 ] {b5b76038-d981-48fa-a686-5dee0bb80a6e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.696883 [ 275 ] {b5b76038-d981-48fa-a686-5dee0bb80a6e} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.697242 [ 275 ] {b5b76038-d981-48fa-a686-5dee0bb80a6e} TCPHandler: Processed in 0.000826941 sec. 2025.07.17 11:26:05.697463 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.697586 [ 275 ] {d2a71064-445a-47ea-aec0-85dd25373922} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.697840 [ 275 ] {d2a71064-445a-47ea-aec0-85dd25373922} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.697882 [ 275 ] {d2a71064-445a-47ea-aec0-85dd25373922} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.698194 [ 275 ] {d2a71064-445a-47ea-aec0-85dd25373922} TCPHandler: Processed in 0.0007808 sec. 2025.07.17 11:26:05.698399 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.698519 [ 275 ] {1e9c526e-5f8c-4ce2-86e6-d9c8c23338af} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.698770 [ 275 ] {1e9c526e-5f8c-4ce2-86e6-d9c8c23338af} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.698813 [ 275 ] {1e9c526e-5f8c-4ce2-86e6-d9c8c23338af} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.699143 [ 275 ] {1e9c526e-5f8c-4ce2-86e6-d9c8c23338af} TCPHandler: Processed in 0.000792231 sec. 2025.07.17 11:26:05.699362 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.699483 [ 275 ] {9d5d9b84-e28c-4120-b0b2-9d21edf9c55b} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.699741 [ 275 ] {9d5d9b84-e28c-4120-b0b2-9d21edf9c55b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.699787 [ 275 ] {9d5d9b84-e28c-4120-b0b2-9d21edf9c55b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.700109 [ 275 ] {9d5d9b84-e28c-4120-b0b2-9d21edf9c55b} TCPHandler: Processed in 0.000795961 sec. 2025.07.17 11:26:05.700341 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.700461 [ 275 ] {841c6885-2bc0-4d45-9f93-e4cdab93e92c} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:05.700744 [ 275 ] {841c6885-2bc0-4d45-9f93-e4cdab93e92c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.700789 [ 275 ] {841c6885-2bc0-4d45-9f93-e4cdab93e92c} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:05.701153 [ 275 ] {841c6885-2bc0-4d45-9f93-e4cdab93e92c} TCPHandler: Processed in 0.000860261 sec. 2025.07.17 11:26:05.708132 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.708253 [ 275 ] {fe067f89-50ca-4953-aff8-e19a59704dc4} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.17 11:26:05.708297 [ 275 ] {fe067f89-50ca-4953-aff8-e19a59704dc4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:05.708893 [ 275 ] {fe067f89-50ca-4953-aff8-e19a59704dc4} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:05.708937 [ 275 ] {fe067f89-50ca-4953-aff8-e19a59704dc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:05.709497 [ 275 ] {fe067f89-50ca-4953-aff8-e19a59704dc4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:05.709723 [ 275 ] {fe067f89-50ca-4953-aff8-e19a59704dc4} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:05.709894 [ 275 ] {fe067f89-50ca-4953-aff8-e19a59704dc4} executeQuery: Read 18 rows, 2.52 KiB in 0.001676 sec., 10739.856801909307 rows/sec., 1.47 MiB/sec. 2025.07.17 11:26:05.709946 [ 275 ] {fe067f89-50ca-4953-aff8-e19a59704dc4} TCPHandler: Processed in 0.001869664 sec. 2025.07.17 11:26:05.710106 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.710214 [ 275 ] {9b20c325-de33-45df-adc1-866171fff24f} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:05.710264 [ 275 ] {9b20c325-de33-45df-adc1-866171fff24f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:05.715259 [ 275 ] {9b20c325-de33-45df-adc1-866171fff24f} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:05.715298 [ 275 ] {9b20c325-de33-45df-adc1-866171fff24f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:05.717582 [ 275 ] {9b20c325-de33-45df-adc1-866171fff24f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:05.717815 [ 275 ] {9b20c325-de33-45df-adc1-866171fff24f} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:05.717961 [ 275 ] {9b20c325-de33-45df-adc1-866171fff24f} executeQuery: Read 30 rows, 2.32 KiB in 0.007776 sec., 3858.024691358025 rows/sec., 297.89 KiB/sec. 2025.07.17 11:26:05.718001 [ 275 ] {9b20c325-de33-45df-adc1-866171fff24f} TCPHandler: Processed in 0.007953434 sec. 2025.07.17 11:26:05.718117 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.718224 [ 275 ] {4b626791-8c52-4a8a-a987-d0d6387f36ba} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:05.718266 [ 275 ] {4b626791-8c52-4a8a-a987-d0d6387f36ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:05.718686 [ 275 ] {4b626791-8c52-4a8a-a987-d0d6387f36ba} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:05.718726 [ 275 ] {4b626791-8c52-4a8a-a987-d0d6387f36ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:05.719044 [ 275 ] {4b626791-8c52-4a8a-a987-d0d6387f36ba} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:05.719275 [ 275 ] {4b626791-8c52-4a8a-a987-d0d6387f36ba} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:05.719401 [ 275 ] {4b626791-8c52-4a8a-a987-d0d6387f36ba} executeQuery: Read 36 rows, 2.88 KiB in 0.001207 sec., 29826.014913007457 rows/sec., 2.33 MiB/sec. 2025.07.17 11:26:05.719438 [ 275 ] {4b626791-8c52-4a8a-a987-d0d6387f36ba} TCPHandler: Processed in 0.001372518 sec. 2025.07.17 11:26:05.719544 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.719643 [ 275 ] {19ad20b1-c924-4fb5-9364-b75406ffca2f} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:05.719686 [ 275 ] {19ad20b1-c924-4fb5-9364-b75406ffca2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:05.723990 [ 275 ] {19ad20b1-c924-4fb5-9364-b75406ffca2f} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:05.724023 [ 275 ] {19ad20b1-c924-4fb5-9364-b75406ffca2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:05.728264 [ 275 ] {19ad20b1-c924-4fb5-9364-b75406ffca2f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:05.728493 [ 275 ] {19ad20b1-c924-4fb5-9364-b75406ffca2f} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:05.728624 [ 275 ] {19ad20b1-c924-4fb5-9364-b75406ffca2f} executeQuery: Read 66 rows, 4.72 KiB in 0.009001 sec., 7332.518609043439 rows/sec., 524.03 KiB/sec. 2025.07.17 11:26:05.728661 [ 275 ] {19ad20b1-c924-4fb5-9364-b75406ffca2f} TCPHandler: Processed in 0.009166891 sec. 2025.07.17 11:26:05.728779 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:05.728878 [ 275 ] {b94524d1-b110-4ae2-b652-9be3599604ff} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:05.728922 [ 275 ] {b94524d1-b110-4ae2-b652-9be3599604ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:05.729249 [ 275 ] {b94524d1-b110-4ae2-b652-9be3599604ff} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:05.729286 [ 275 ] {b94524d1-b110-4ae2-b652-9be3599604ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:05.729681 [ 275 ] {b94524d1-b110-4ae2-b652-9be3599604ff} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:05.729893 [ 275 ] {b94524d1-b110-4ae2-b652-9be3599604ff} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:05.730021 [ 275 ] {b94524d1-b110-4ae2-b652-9be3599604ff} executeQuery: Read 24 rows, 1.64 KiB in 0.001163 sec., 20636.28546861565 rows/sec., 1.38 MiB/sec. 2025.07.17 11:26:05.730058 [ 275 ] {b94524d1-b110-4ae2-b652-9be3599604ff} TCPHandler: Processed in 0.001329608 sec. 2025.07.17 11:26:10.645644 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:10.645847 [ 275 ] {b0132067-8476-4cf2-bc2b-d498bcd30e90} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:10.645915 [ 275 ] {b0132067-8476-4cf2-bc2b-d498bcd30e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:10.646671 [ 275 ] {b0132067-8476-4cf2-bc2b-d498bcd30e90} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:10.646740 [ 275 ] {b0132067-8476-4cf2-bc2b-d498bcd30e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:10.647155 [ 275 ] {b0132067-8476-4cf2-bc2b-d498bcd30e90} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:10.647391 [ 275 ] {b0132067-8476-4cf2-bc2b-d498bcd30e90} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:10.647548 [ 275 ] {b0132067-8476-4cf2-bc2b-d498bcd30e90} executeQuery: Read 30 rows, 2.32 KiB in 0.001754 sec., 17103.76282782212 rows/sec., 1.29 MiB/sec. 2025.07.17 11:26:10.647591 [ 275 ] {b0132067-8476-4cf2-bc2b-d498bcd30e90} TCPHandler: Processed in 0.002092328 sec. 2025.07.17 11:26:10.647724 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:10.647828 [ 275 ] {f6eb8c2b-9060-49bb-8ea7-3564e180c27f} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:10.647873 [ 275 ] {f6eb8c2b-9060-49bb-8ea7-3564e180c27f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:10.648340 [ 275 ] {f6eb8c2b-9060-49bb-8ea7-3564e180c27f} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:10.648378 [ 275 ] {f6eb8c2b-9060-49bb-8ea7-3564e180c27f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:10.648688 [ 275 ] {f6eb8c2b-9060-49bb-8ea7-3564e180c27f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:10.648906 [ 275 ] {f6eb8c2b-9060-49bb-8ea7-3564e180c27f} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:10.649032 [ 275 ] {f6eb8c2b-9060-49bb-8ea7-3564e180c27f} executeQuery: Read 36 rows, 2.88 KiB in 0.001224 sec., 29411.764705882353 rows/sec., 2.30 MiB/sec. 2025.07.17 11:26:10.649069 [ 275 ] {f6eb8c2b-9060-49bb-8ea7-3564e180c27f} TCPHandler: Processed in 0.001397728 sec. 2025.07.17 11:26:10.649188 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:10.649297 [ 275 ] {b4204905-3a22-4a94-94b6-27885a64b5a2} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:10.649346 [ 275 ] {b4204905-3a22-4a94-94b6-27885a64b5a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:10.649764 [ 275 ] {b4204905-3a22-4a94-94b6-27885a64b5a2} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:10.649802 [ 275 ] {b4204905-3a22-4a94-94b6-27885a64b5a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:10.650153 [ 275 ] {b4204905-3a22-4a94-94b6-27885a64b5a2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:10.650381 [ 275 ] {b4204905-3a22-4a94-94b6-27885a64b5a2} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:10.650508 [ 275 ] {b4204905-3a22-4a94-94b6-27885a64b5a2} executeQuery: Read 110 rows, 7.86 KiB in 0.001237 sec., 88924.8181083266 rows/sec., 6.21 MiB/sec. 2025.07.17 11:26:10.650545 [ 275 ] {b4204905-3a22-4a94-94b6-27885a64b5a2} TCPHandler: Processed in 0.001406959 sec. 2025.07.17 11:26:10.650665 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:10.650763 [ 275 ] {e6dd259d-091a-4bae-8556-589219b8430f} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:10.650808 [ 275 ] {e6dd259d-091a-4bae-8556-589219b8430f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:10.651155 [ 275 ] {e6dd259d-091a-4bae-8556-589219b8430f} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:10.651195 [ 275 ] {e6dd259d-091a-4bae-8556-589219b8430f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:10.651501 [ 275 ] {e6dd259d-091a-4bae-8556-589219b8430f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:10.651716 [ 275 ] {e6dd259d-091a-4bae-8556-589219b8430f} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:10.651853 [ 275 ] {e6dd259d-091a-4bae-8556-589219b8430f} executeQuery: Read 40 rows, 2.73 KiB in 0.001109 sec., 36068.53020739405 rows/sec., 2.41 MiB/sec. 2025.07.17 11:26:10.651889 [ 275 ] {e6dd259d-091a-4bae-8556-589219b8430f} TCPHandler: Processed in 0.001274757 sec. 2025.07.17 11:26:12.928253 [ 84 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:26:12.928327 [ 84 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:26:13.010532 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 2025.07.17 11:26:13.013664 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:13.013720 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:13.014887 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:13.015162 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:13.015479 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 142 2025.07.17 11:26:13.025298 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.07.17 11:26:13.025792 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:13.025842 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:13.026368 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:26:13.026619 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:13.026756 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.07.17 11:26:13.117649 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.07.17 11:26:13.138741 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:13.138816 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:13.145561 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:26:13.146448 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:13.150744 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.07.17 11:26:14.001063 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.93 MiB, peak 164.93 MiB, free memory in arenas 0.00 B, will set to 162.21 MiB (RSS), difference: 1.29 MiB 2025.07.17 11:26:15.645855 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:15.646036 [ 275 ] {38db9f57-357a-4e93-8d21-a7cef1129140} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:15.646101 [ 275 ] {38db9f57-357a-4e93-8d21-a7cef1129140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:15.646755 [ 275 ] {38db9f57-357a-4e93-8d21-a7cef1129140} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:15.646797 [ 275 ] {38db9f57-357a-4e93-8d21-a7cef1129140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:15.647189 [ 275 ] {38db9f57-357a-4e93-8d21-a7cef1129140} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:15.647421 [ 275 ] {38db9f57-357a-4e93-8d21-a7cef1129140} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:15.647574 [ 275 ] {38db9f57-357a-4e93-8d21-a7cef1129140} executeQuery: Read 30 rows, 2.32 KiB in 0.001589 sec., 18879.798615481435 rows/sec., 1.42 MiB/sec. 2025.07.17 11:26:15.647624 [ 275 ] {38db9f57-357a-4e93-8d21-a7cef1129140} TCPHandler: Processed in 0.001896755 sec. 2025.07.17 11:26:15.647751 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:15.647854 [ 275 ] {26a61881-3c49-4e9d-be9b-882d07532d25} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:15.647897 [ 275 ] {26a61881-3c49-4e9d-be9b-882d07532d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:15.648328 [ 275 ] {26a61881-3c49-4e9d-be9b-882d07532d25} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:15.648366 [ 275 ] {26a61881-3c49-4e9d-be9b-882d07532d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:15.648676 [ 275 ] {26a61881-3c49-4e9d-be9b-882d07532d25} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:15.648904 [ 275 ] {26a61881-3c49-4e9d-be9b-882d07532d25} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:15.649033 [ 275 ] {26a61881-3c49-4e9d-be9b-882d07532d25} executeQuery: Read 36 rows, 2.88 KiB in 0.001203 sec., 29925.18703241895 rows/sec., 2.34 MiB/sec. 2025.07.17 11:26:15.649071 [ 275 ] {26a61881-3c49-4e9d-be9b-882d07532d25} TCPHandler: Processed in 0.001371658 sec. 2025.07.17 11:26:15.649173 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:15.649268 [ 275 ] {9db02ba0-81e4-4e2b-b75c-3ee437b5b516} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:15.649312 [ 275 ] {9db02ba0-81e4-4e2b-b75c-3ee437b5b516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:15.649706 [ 275 ] {9db02ba0-81e4-4e2b-b75c-3ee437b5b516} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:15.649742 [ 275 ] {9db02ba0-81e4-4e2b-b75c-3ee437b5b516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:15.650072 [ 275 ] {9db02ba0-81e4-4e2b-b75c-3ee437b5b516} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:15.650287 [ 275 ] {9db02ba0-81e4-4e2b-b75c-3ee437b5b516} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:15.650414 [ 275 ] {9db02ba0-81e4-4e2b-b75c-3ee437b5b516} executeQuery: Read 110 rows, 7.86 KiB in 0.001166 sec., 94339.62264150944 rows/sec., 6.58 MiB/sec. 2025.07.17 11:26:15.650450 [ 275 ] {9db02ba0-81e4-4e2b-b75c-3ee437b5b516} TCPHandler: Processed in 0.001324848 sec. 2025.07.17 11:26:15.650560 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:15.650655 [ 275 ] {fc7c1af4-c13e-46f7-9eb5-299d3b09b7fe} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:15.650699 [ 275 ] {fc7c1af4-c13e-46f7-9eb5-299d3b09b7fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:15.651049 [ 275 ] {fc7c1af4-c13e-46f7-9eb5-299d3b09b7fe} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:15.651085 [ 275 ] {fc7c1af4-c13e-46f7-9eb5-299d3b09b7fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.17 11:26:15.651393 [ 275 ] {fc7c1af4-c13e-46f7-9eb5-299d3b09b7fe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:15.651612 [ 275 ] {fc7c1af4-c13e-46f7-9eb5-299d3b09b7fe} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:15.651743 [ 275 ] {fc7c1af4-c13e-46f7-9eb5-299d3b09b7fe} executeQuery: Read 40 rows, 2.73 KiB in 0.001107 sec., 36133.69467028004 rows/sec., 2.41 MiB/sec. 2025.07.17 11:26:15.651778 [ 275 ] {fc7c1af4-c13e-46f7-9eb5-299d3b09b7fe} TCPHandler: Processed in 0.001267157 sec. 2025.07.17 11:26:20.526858 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.07.17 11:26:20.527350 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:20.527395 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:20.527892 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:26:20.528114 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:20.528326 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.07.17 11:26:20.647311 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:20.647492 [ 275 ] {6d003229-6ef1-4699-9b19-ff08eea78d82} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:20.647561 [ 275 ] {6d003229-6ef1-4699-9b19-ff08eea78d82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:20.648259 [ 275 ] {6d003229-6ef1-4699-9b19-ff08eea78d82} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:20.648308 [ 275 ] {6d003229-6ef1-4699-9b19-ff08eea78d82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:20.648709 [ 275 ] {6d003229-6ef1-4699-9b19-ff08eea78d82} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:26:20.648951 [ 275 ] {6d003229-6ef1-4699-9b19-ff08eea78d82} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:20.649108 [ 275 ] {6d003229-6ef1-4699-9b19-ff08eea78d82} executeQuery: Read 56 rows, 4.38 KiB in 0.001665 sec., 33633.63363363363 rows/sec., 2.57 MiB/sec. 2025.07.17 11:26:20.649158 [ 275 ] {6d003229-6ef1-4699-9b19-ff08eea78d82} TCPHandler: Processed in 0.001977946 sec. 2025.07.17 11:26:20.649283 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:20.649387 [ 275 ] {c2420dff-6dc4-4224-8c3d-3336b2682a30} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:20.649432 [ 275 ] {c2420dff-6dc4-4224-8c3d-3336b2682a30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:20.649869 [ 275 ] {c2420dff-6dc4-4224-8c3d-3336b2682a30} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:20.649907 [ 275 ] {c2420dff-6dc4-4224-8c3d-3336b2682a30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:20.650218 [ 275 ] {c2420dff-6dc4-4224-8c3d-3336b2682a30} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:26:20.650439 [ 275 ] {c2420dff-6dc4-4224-8c3d-3336b2682a30} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:20.650568 [ 275 ] {c2420dff-6dc4-4224-8c3d-3336b2682a30} executeQuery: Read 64 rows, 5.12 KiB in 0.001205 sec., 53112.03319502075 rows/sec., 4.15 MiB/sec. 2025.07.17 11:26:20.650606 [ 275 ] {c2420dff-6dc4-4224-8c3d-3336b2682a30} TCPHandler: Processed in 0.001375448 sec. 2025.07.17 11:26:20.650718 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:20.650814 [ 275 ] {21314519-890f-4d98-aa0f-f519ed32e3a0} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:20.650859 [ 275 ] {21314519-890f-4d98-aa0f-f519ed32e3a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:20.650861 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.07.17 11:26:20.651291 [ 275 ] {21314519-890f-4d98-aa0f-f519ed32e3a0} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:20.651332 [ 275 ] {21314519-890f-4d98-aa0f-f519ed32e3a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:20.651683 [ 275 ] {21314519-890f-4d98-aa0f-f519ed32e3a0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:26:20.651907 [ 275 ] {21314519-890f-4d98-aa0f-f519ed32e3a0} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:20.652037 [ 275 ] {21314519-890f-4d98-aa0f-f519ed32e3a0} executeQuery: Read 140 rows, 9.99 KiB in 0.001242 sec., 112721.41706924315 rows/sec., 7.86 MiB/sec. 2025.07.17 11:26:20.652076 [ 275 ] {21314519-890f-4d98-aa0f-f519ed32e3a0} TCPHandler: Processed in 0.001407908 sec. 2025.07.17 11:26:20.652178 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:20.652273 [ 275 ] {90f7c8c5-593d-4989-aa2b-1fe3dda64408} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:20.652316 [ 275 ] {90f7c8c5-593d-4989-aa2b-1fe3dda64408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:20.652652 [ 275 ] {90f7c8c5-593d-4989-aa2b-1fe3dda64408} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:20.652689 [ 275 ] {90f7c8c5-593d-4989-aa2b-1fe3dda64408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:20.652998 [ 275 ] {90f7c8c5-593d-4989-aa2b-1fe3dda64408} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:26:20.653225 [ 275 ] {90f7c8c5-593d-4989-aa2b-1fe3dda64408} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:20.653355 [ 275 ] {90f7c8c5-593d-4989-aa2b-1fe3dda64408} executeQuery: Read 52 rows, 3.58 KiB in 0.001101 sec., 47229.79109900091 rows/sec., 3.17 MiB/sec. 2025.07.17 11:26:20.653391 [ 275 ] {90f7c8c5-593d-4989-aa2b-1fe3dda64408} TCPHandler: Processed in 0.001261347 sec. 2025.07.17 11:26:20.668777 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:20.668846 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:20.674587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:26:20.675326 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:20.678708 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.07.17 11:26:23.016447 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 158 2025.07.17 11:26:23.018241 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:23.018290 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:23.019393 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:23.019716 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:23.020018 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 158 2025.07.17 11:26:25.647206 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:25.647391 [ 275 ] {227ae84d-3587-4438-9c4f-7ffa28f4dc98} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:25.647459 [ 275 ] {227ae84d-3587-4438-9c4f-7ffa28f4dc98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:25.648123 [ 275 ] {227ae84d-3587-4438-9c4f-7ffa28f4dc98} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:25.648173 [ 275 ] {227ae84d-3587-4438-9c4f-7ffa28f4dc98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:25.648569 [ 275 ] {227ae84d-3587-4438-9c4f-7ffa28f4dc98} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:26:25.648816 [ 275 ] {227ae84d-3587-4438-9c4f-7ffa28f4dc98} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:25.648987 [ 275 ] {227ae84d-3587-4438-9c4f-7ffa28f4dc98} executeQuery: Read 56 rows, 4.38 KiB in 0.001645 sec., 34042.553191489365 rows/sec., 2.60 MiB/sec. 2025.07.17 11:26:25.649037 [ 275 ] {227ae84d-3587-4438-9c4f-7ffa28f4dc98} TCPHandler: Processed in 0.001974316 sec. 2025.07.17 11:26:25.649162 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:25.649267 [ 275 ] {11e3d0e6-8886-4951-ba1d-8a9e72a33dfc} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:25.649309 [ 275 ] {11e3d0e6-8886-4951-ba1d-8a9e72a33dfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:25.649748 [ 275 ] {11e3d0e6-8886-4951-ba1d-8a9e72a33dfc} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:25.649784 [ 275 ] {11e3d0e6-8886-4951-ba1d-8a9e72a33dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:25.650099 [ 275 ] {11e3d0e6-8886-4951-ba1d-8a9e72a33dfc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:26:25.650311 [ 275 ] {11e3d0e6-8886-4951-ba1d-8a9e72a33dfc} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:25.650442 [ 275 ] {11e3d0e6-8886-4951-ba1d-8a9e72a33dfc} executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. 2025.07.17 11:26:25.650483 [ 275 ] {11e3d0e6-8886-4951-ba1d-8a9e72a33dfc} TCPHandler: Processed in 0.001374778 sec. 2025.07.17 11:26:25.650619 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:25.650729 [ 275 ] {8712ccd9-0358-4f79-a0ec-e19b7fc56926} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:25.650776 [ 275 ] {8712ccd9-0358-4f79-a0ec-e19b7fc56926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:25.651219 [ 275 ] {8712ccd9-0358-4f79-a0ec-e19b7fc56926} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:25.651256 [ 275 ] {8712ccd9-0358-4f79-a0ec-e19b7fc56926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:25.651609 [ 275 ] {8712ccd9-0358-4f79-a0ec-e19b7fc56926} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:26:25.651829 [ 275 ] {8712ccd9-0358-4f79-a0ec-e19b7fc56926} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:25.651963 [ 275 ] {8712ccd9-0358-4f79-a0ec-e19b7fc56926} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.07.17 11:26:25.652001 [ 275 ] {8712ccd9-0358-4f79-a0ec-e19b7fc56926} TCPHandler: Processed in 0.001451809 sec. 2025.07.17 11:26:25.652107 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:25.652204 [ 275 ] {b755aa0d-95c2-4493-b79c-7095f0eb46e4} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:25.652248 [ 275 ] {b755aa0d-95c2-4493-b79c-7095f0eb46e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:25.652585 [ 275 ] {b755aa0d-95c2-4493-b79c-7095f0eb46e4} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:25.652621 [ 275 ] {b755aa0d-95c2-4493-b79c-7095f0eb46e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:25.652933 [ 275 ] {b755aa0d-95c2-4493-b79c-7095f0eb46e4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:26:25.653153 [ 275 ] {b755aa0d-95c2-4493-b79c-7095f0eb46e4} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:25.653282 [ 275 ] {b755aa0d-95c2-4493-b79c-7095f0eb46e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.07.17 11:26:25.653317 [ 275 ] {b755aa0d-95c2-4493-b79c-7095f0eb46e4} TCPHandler: Processed in 0.001261946 sec. 2025.07.17 11:26:27.928557 [ 71 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:26:27.928614 [ 71 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:26:28.029219 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.07.17 11:26:28.029687 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:28.029732 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:28.030256 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:26:28.030493 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:28.030614 [ 71 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:26:28.030626 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.07.17 11:26:28.030677 [ 71 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:28.030698 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:28.033653 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:26:28.035883 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:28.037812 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.07.17 11:26:28.043845 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.07.17 11:26:28.043906 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2025.07.17 11:26:28.046619 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2025.07.17 11:26:28.046742 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2025.07.17 11:26:28.048675 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.07.17 11:26:28.091772 [ 189 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.060956694 sec., 46032.680184394514 rows/sec., 674.31 KiB/sec. 2025.07.17 11:26:28.092209 [ 201 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:26:28.092505 [ 201 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:28.092580 [ 201 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_6_1} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:26:28.092673 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.07.17 11:26:28.179602 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.07.17 11:26:28.197683 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:28.197743 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:28.204127 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:26:28.204888 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:28.205208 [ 71 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:26:28.205274 [ 71 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:28.205299 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:28.205389 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:26:28.208255 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.07.17 11:26:28.208388 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:28.209305 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.07.17 11:26:28.212779 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.07.17 11:26:28.216241 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.07.17 11:26:28.219884 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.07.17 11:26:28.229754 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.07.17 11:26:28.234020 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.07.17 11:26:28.295889 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090529484 sec., 508.12175180408633 rows/sec., 2.63 MiB/sec. 2025.07.17 11:26:28.297795 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:26:28.299660 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:28.299768 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_6_1} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:26:28.301124 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.07.17 11:26:29.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.77 MiB, peak 173.31 MiB, free memory in arenas 0.00 B, will set to 175.68 MiB (RSS), difference: 11.91 MiB 2025.07.17 11:26:30.643504 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.643730 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.645992 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.650157 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.17 11:26:30.650409 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.654666 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.658704 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.07.17 11:26:30.663016 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.664940 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.664966 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.665057 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.17 11:26:30.665089 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.679693 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} executeQuery: Read 18 rows, 754.00 B in 0.03605 sec., 499.3065187239945 rows/sec., 20.43 KiB/sec. 2025.07.17 11:26:30.679813 [ 275 ] {00fa5d84-9848-4faf-b18b-033c7ce877eb} TCPHandler: Processed in 0.03644015 sec. 2025.07.17 11:26:30.682677 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.682832 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.683073 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.683110 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.17 11:26:30.683297 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.683357 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.683470 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.07.17 11:26:30.683505 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.683526 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.683541 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.683580 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.17 11:26:30.683602 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.684101 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} executeQuery: Read 18 rows, 754.00 B in 0.001335 sec., 13483.14606741573 rows/sec., 551.56 KiB/sec. 2025.07.17 11:26:30.684194 [ 275 ] {1601359c-483d-42b0-9cf3-3381e6d1581d} TCPHandler: Processed in 0.001584991 sec. 2025.07.17 11:26:30.686366 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.686501 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.686711 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.686744 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.17 11:26:30.686923 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.686981 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.687085 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.07.17 11:26:30.687115 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.687135 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.687151 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.687184 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.07.17 11:26:30.687203 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.687659 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} executeQuery: Read 18 rows, 754.00 B in 0.001211 sec., 14863.74896779521 rows/sec., 608.03 KiB/sec. 2025.07.17 11:26:30.687743 [ 275 ] {c20fc010-3cc6-4830-a7ea-f255dc02f8ad} TCPHandler: Processed in 0.001428678 sec. 2025.07.17 11:26:30.688309 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.688438 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.688641 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.688675 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.17 11:26:30.688848 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.688903 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.689013 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.07.17 11:26:30.689043 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.689065 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.689086 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.689121 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.07.17 11:26:30.689142 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.689612 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} executeQuery: Read 18 rows, 754.00 B in 0.001224 sec., 14705.882352941177 rows/sec., 601.58 KiB/sec. 2025.07.17 11:26:30.689700 [ 275 ] {b7aff699-f2ec-4b4b-bd67-a5c939bfe90c} TCPHandler: Processed in 0.001442269 sec. 2025.07.17 11:26:30.689934 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.690063 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.690269 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.690302 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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')" moved to PREWHERE 2025.07.17 11:26:30.690477 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.690530 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.690632 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.07.17 11:26:30.690662 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.690682 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.690697 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.690732 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:26:30.690751 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.691186 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} executeQuery: Read 18 rows, 754.00 B in 0.001173 sec., 15345.268542199488 rows/sec., 627.73 KiB/sec. 2025.07.17 11:26:30.691271 [ 275 ] {32b54829-eabe-4a4b-813d-b976767ae8dc} TCPHandler: Processed in 0.001387598 sec. 2025.07.17 11:26:30.691503 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.691632 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.691841 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.691876 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.07.17 11:26:30.692052 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.692115 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.692217 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.07.17 11:26:30.692247 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.692266 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.692282 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.692316 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.07.17 11:26:30.692335 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.692749 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} executeQuery: Read 18 rows, 754.00 B in 0.001167 sec., 15424.164524421592 rows/sec., 630.96 KiB/sec. 2025.07.17 11:26:30.692833 [ 275 ] {e2aad8be-3d71-43b7-a471-51b5bf689a66} TCPHandler: Processed in 0.001380188 sec. 2025.07.17 11:26:30.693078 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.693208 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.693411 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.693446 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.07.17 11:26:30.693622 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.693675 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.693776 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.07.17 11:26:30.693805 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.693823 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.693839 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.693873 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.07.17 11:26:30.693892 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.694309 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} executeQuery: Read 18 rows, 754.00 B in 0.001151 sec., 15638.575152041703 rows/sec., 639.73 KiB/sec. 2025.07.17 11:26:30.694396 [ 275 ] {f4d43e3f-efcd-4936-9c83-55efaea0732b} TCPHandler: Processed in 0.001367778 sec. 2025.07.17 11:26:30.694615 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.694744 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.694955 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.694990 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.07.17 11:26:30.695178 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.695232 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.695333 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.07.17 11:26:30.695362 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.695382 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.695398 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.695436 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.07.17 11:26:30.695457 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.695887 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} executeQuery: Read 18 rows, 754.00 B in 0.001192 sec., 15100.671140939598 rows/sec., 617.72 KiB/sec. 2025.07.17 11:26:30.695972 [ 275 ] {49e0b6b1-d672-4a35-ab71-a40d6650bb65} TCPHandler: Processed in 0.001406289 sec. 2025.07.17 11:26:30.696265 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.696395 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.696598 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.696631 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.07.17 11:26:30.696812 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.696866 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.696964 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.07.17 11:26:30.696993 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.697012 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.697028 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.697061 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.07.17 11:26:30.697082 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.697503 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} executeQuery: Read 18 rows, 754.00 B in 0.001158 sec., 15544.041450777202 rows/sec., 635.86 KiB/sec. 2025.07.17 11:26:30.697588 [ 275 ] {c12f52f0-8142-4e38-a4d4-f7dc5acc6619} TCPHandler: Processed in 0.001372568 sec. 2025.07.17 11:26:30.697876 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.698008 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.698214 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.698249 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.07.17 11:26:30.698428 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.698484 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.698585 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.07.17 11:26:30.698615 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.698634 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.698649 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.698682 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.07.17 11:26:30.698701 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.699121 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} executeQuery: Read 18 rows, 754.00 B in 0.001165 sec., 15450.643776824034 rows/sec., 632.04 KiB/sec. 2025.07.17 11:26:30.699205 [ 275 ] {1fe5545d-37ab-46c1-8e09-a1d8c0114ff0} TCPHandler: Processed in 0.001378398 sec. 2025.07.17 11:26:30.699443 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.699572 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.699769 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.699802 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.17 11:26:30.700009 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.700061 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.700158 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.07.17 11:26:30.700186 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.700205 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.700219 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.700251 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.17 11:26:30.700291 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.700687 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} executeQuery: Read 18 rows, 754.00 B in 0.001166 sec., 15437.392795883363 rows/sec., 631.50 KiB/sec. 2025.07.17 11:26:30.700772 [ 275 ] {c06ddaa0-04bb-458f-95d3-0673628c8afd} TCPHandler: Processed in 0.001378198 sec. 2025.07.17 11:26:30.701003 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.701133 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.17 11:26:30.701337 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.701370 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.17 11:26:30.701553 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.701605 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.701705 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.07.17 11:26:30.701733 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.701752 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.701766 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.701798 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.17 11:26:30.701817 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.702227 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} executeQuery: Read 18 rows, 754.00 B in 0.001145 sec., 15720.524017467249 rows/sec., 643.08 KiB/sec. 2025.07.17 11:26:30.702310 [ 275 ] {4100a62f-8382-409d-83d3-49364403ad64} TCPHandler: Processed in 0.001357297 sec. 2025.07.17 11:26:30.707893 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.708061 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} executeQuery: (from [fd00:1122:3344:101::d]:56043) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) 2025.07.17 11:26:30.708324 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:26:30.708366 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 2025.07.17 11:26:30.708596 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.708661 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:26:30.708786 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.07.17 11:26:30.708822 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:26:30.708845 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:26:30.708864 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:26:30.708898 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:26:30.708917 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.17 11:26:30.709361 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} executeQuery: Read 18 rows, 754.00 B in 0.001367 sec., 13167.520117044623 rows/sec., 538.65 KiB/sec. 2025.07.17 11:26:30.709444 [ 275 ] {8bfcbf05-263d-498b-bc6e-1cc3b20cdca4} TCPHandler: Processed in 0.001612872 sec. 2025.07.17 11:26:30.714401 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.714517 [ 275 ] {eff29cf8-e3b5-4261-b04c-5588c7c9e85f} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.17 11:26:30.714561 [ 275 ] {eff29cf8-e3b5-4261-b04c-5588c7c9e85f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:26:30.715141 [ 275 ] {eff29cf8-e3b5-4261-b04c-5588c7c9e85f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.715185 [ 275 ] {eff29cf8-e3b5-4261-b04c-5588c7c9e85f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.715631 [ 275 ] {eff29cf8-e3b5-4261-b04c-5588c7c9e85f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:30.715833 [ 275 ] {eff29cf8-e3b5-4261-b04c-5588c7c9e85f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.715991 [ 275 ] {eff29cf8-e3b5-4261-b04c-5588c7c9e85f} executeQuery: Read 13 rows, 4.52 KiB in 0.001505 sec., 8637.873754152824 rows/sec., 2.93 MiB/sec. 2025.07.17 11:26:30.716040 [ 275 ] {eff29cf8-e3b5-4261-b04c-5588c7c9e85f} TCPHandler: Processed in 0.001692833 sec. 2025.07.17 11:26:30.716188 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.716285 [ 275 ] {93339b18-4589-40e1-9a05-64db4044128e} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:26:30.716327 [ 275 ] {93339b18-4589-40e1-9a05-64db4044128e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:26:30.718874 [ 275 ] {93339b18-4589-40e1-9a05-64db4044128e} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.718909 [ 275 ] {93339b18-4589-40e1-9a05-64db4044128e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.719271 [ 275 ] {93339b18-4589-40e1-9a05-64db4044128e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:30.719480 [ 275 ] {93339b18-4589-40e1-9a05-64db4044128e} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.719612 [ 275 ] {93339b18-4589-40e1-9a05-64db4044128e} executeQuery: Read 212 rows, 13.81 KiB in 0.003348 sec., 63321.38590203106 rows/sec., 4.03 MiB/sec. 2025.07.17 11:26:30.719650 [ 275 ] {93339b18-4589-40e1-9a05-64db4044128e} TCPHandler: Processed in 0.003513086 sec. 2025.07.17 11:26:30.719771 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.719869 [ 275 ] {83460277-ff82-4fbc-99cd-0a16931e2cc6} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:30.719911 [ 275 ] {83460277-ff82-4fbc-99cd-0a16931e2cc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:30.720665 [ 275 ] {83460277-ff82-4fbc-99cd-0a16931e2cc6} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.720702 [ 275 ] {83460277-ff82-4fbc-99cd-0a16931e2cc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.721072 [ 275 ] {83460277-ff82-4fbc-99cd-0a16931e2cc6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:26:30.721282 [ 275 ] {83460277-ff82-4fbc-99cd-0a16931e2cc6} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.721391 [ 29 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:26:30.721412 [ 275 ] {83460277-ff82-4fbc-99cd-0a16931e2cc6} executeQuery: Read 635 rows, 51.14 KiB in 0.001563 sec., 406269.9936020474 rows/sec., 31.95 MiB/sec. 2025.07.17 11:26:30.721456 [ 29 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.721465 [ 275 ] {83460277-ff82-4fbc-99cd-0a16931e2cc6} TCPHandler: Processed in 0.001744073 sec. 2025.07.17 11:26:30.721485 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.721583 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.721585 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:26:30.721683 [ 275 ] {ca3ed8ce-2b44-474f-b082-04ba7a3df146} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:26:30.721721 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:30.721723 [ 275 ] {ca3ed8ce-2b44-474f-b082-04ba7a3df146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:26:30.721754 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.07.17 11:26:30.721831 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.07.17 11:26:30.721881 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.07.17 11:26:30.721926 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.07.17 11:26:30.721966 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2025.07.17 11:26:30.722016 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 635 rows starting from the beginning of the part 2025.07.17 11:26:30.722154 [ 275 ] {ca3ed8ce-2b44-474f-b082-04ba7a3df146} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.722189 [ 275 ] {ca3ed8ce-2b44-474f-b082-04ba7a3df146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.722709 [ 275 ] {ca3ed8ce-2b44-474f-b082-04ba7a3df146} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:30.722933 [ 275 ] {ca3ed8ce-2b44-474f-b082-04ba7a3df146} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.723032 [ 186 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 837 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014824 sec., 564624.9325418241 rows/sec., 46.19 MiB/sec. 2025.07.17 11:26:30.723056 [ 275 ] {ca3ed8ce-2b44-474f-b082-04ba7a3df146} executeQuery: Read 115 rows, 7.06 KiB in 0.001392 sec., 82614.94252873563 rows/sec., 4.95 MiB/sec. 2025.07.17 11:26:30.723108 [ 275 ] {ca3ed8ce-2b44-474f-b082-04ba7a3df146} TCPHandler: Processed in 0.001574021 sec. 2025.07.17 11:26:30.723230 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.723311 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:26:30.723326 [ 275 ] {fee446b6-92c1-48ec-b4d6-68fee8827b68} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:26:30.723373 [ 275 ] {fee446b6-92c1-48ec-b4d6-68fee8827b68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:26:30.723633 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.723722 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_6_1} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:26:30.723818 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.17 11:26:30.723869 [ 275 ] {fee446b6-92c1-48ec-b4d6-68fee8827b68} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.723907 [ 275 ] {fee446b6-92c1-48ec-b4d6-68fee8827b68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.724338 [ 275 ] {fee446b6-92c1-48ec-b4d6-68fee8827b68} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:30.724555 [ 275 ] {fee446b6-92c1-48ec-b4d6-68fee8827b68} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.724681 [ 275 ] {fee446b6-92c1-48ec-b4d6-68fee8827b68} executeQuery: Read 113 rows, 7.49 KiB in 0.001373 sec., 82301.52949745083 rows/sec., 5.33 MiB/sec. 2025.07.17 11:26:30.724719 [ 275 ] {fee446b6-92c1-48ec-b4d6-68fee8827b68} TCPHandler: Processed in 0.00153925 sec. 2025.07.17 11:26:30.724849 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.724942 [ 275 ] {4d3b3910-7103-4380-9307-afba9ecb03e6} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:26:30.724981 [ 275 ] {4d3b3910-7103-4380-9307-afba9ecb03e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:26:30.725429 [ 275 ] {4d3b3910-7103-4380-9307-afba9ecb03e6} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.725464 [ 275 ] {4d3b3910-7103-4380-9307-afba9ecb03e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.727782 [ 275 ] {4d3b3910-7103-4380-9307-afba9ecb03e6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:30.727996 [ 275 ] {4d3b3910-7103-4380-9307-afba9ecb03e6} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.728122 [ 275 ] {4d3b3910-7103-4380-9307-afba9ecb03e6} executeQuery: Read 112 rows, 6.53 KiB in 0.003199 sec., 35010.940919037195 rows/sec., 1.99 MiB/sec. 2025.07.17 11:26:30.728163 [ 275 ] {4d3b3910-7103-4380-9307-afba9ecb03e6} TCPHandler: Processed in 0.003364364 sec. 2025.07.17 11:26:30.728287 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.728381 [ 275 ] {88d7a7a5-b1bb-4a4b-990b-b9e6fc341f1d} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:30.728421 [ 275 ] {88d7a7a5-b1bb-4a4b-990b-b9e6fc341f1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:30.728950 [ 275 ] {88d7a7a5-b1bb-4a4b-990b-b9e6fc341f1d} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.728986 [ 275 ] {88d7a7a5-b1bb-4a4b-990b-b9e6fc341f1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.729316 [ 275 ] {88d7a7a5-b1bb-4a4b-990b-b9e6fc341f1d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:26:30.729528 [ 275 ] {88d7a7a5-b1bb-4a4b-990b-b9e6fc341f1d} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.729614 [ 32 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:26:30.729648 [ 275 ] {88d7a7a5-b1bb-4a4b-990b-b9e6fc341f1d} executeQuery: Read 391 rows, 28.31 KiB in 0.001285 sec., 304280.15564202337 rows/sec., 21.51 MiB/sec. 2025.07.17 11:26:30.729650 [ 32 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.729680 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.729686 [ 275 ] {88d7a7a5-b1bb-4a4b-990b-b9e6fc341f1d} TCPHandler: Processed in 0.001448519 sec. 2025.07.17 11:26:30.729749 [ 188 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:26:30.729802 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.729825 [ 188 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:30.729850 [ 188 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part 2025.07.17 11:26:30.729895 [ 275 ] {d4c399b8-5f89-4b03-be4a-3ca1319b351b} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:26:30.729897 [ 188 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2025.07.17 11:26:30.729938 [ 275 ] {d4c399b8-5f89-4b03-be4a-3ca1319b351b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:26:30.729952 [ 188 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2025.07.17 11:26:30.729989 [ 188 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.07.17 11:26:30.730025 [ 188 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2025.07.17 11:26:30.730062 [ 188 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 391 rows starting from the beginning of the part 2025.07.17 11:26:30.730263 [ 275 ] {d4c399b8-5f89-4b03-be4a-3ca1319b351b} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.730297 [ 275 ] {d4c399b8-5f89-4b03-be4a-3ca1319b351b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.730701 [ 275 ] {d4c399b8-5f89-4b03-be4a-3ca1319b351b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:30.730831 [ 186 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 627 rows, containing 5 columns (5 merged, 0 gathered) in 0.001107325 sec., 566229.4267717247 rows/sec., 43.76 MiB/sec. 2025.07.17 11:26:30.730946 [ 275 ] {d4c399b8-5f89-4b03-be4a-3ca1319b351b} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.731089 [ 275 ] {d4c399b8-5f89-4b03-be4a-3ca1319b351b} executeQuery: Read 6 rows, 321.00 B in 0.001211 sec., 4954.58298926507 rows/sec., 258.86 KiB/sec. 2025.07.17 11:26:30.731094 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:26:30.731128 [ 275 ] {d4c399b8-5f89-4b03-be4a-3ca1319b351b} TCPHandler: Processed in 0.001376798 sec. 2025.07.17 11:26:30.731238 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.731335 [ 275 ] {2eb23d9d-790b-4e01-a0db-605e1489a5b2} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:30.731379 [ 275 ] {2eb23d9d-790b-4e01-a0db-605e1489a5b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:30.731448 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.731540 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_6_1} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:26:30.731636 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.17 11:26:30.731809 [ 275 ] {2eb23d9d-790b-4e01-a0db-605e1489a5b2} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.731849 [ 275 ] {2eb23d9d-790b-4e01-a0db-605e1489a5b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.732218 [ 275 ] {2eb23d9d-790b-4e01-a0db-605e1489a5b2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:26:30.732435 [ 275 ] {2eb23d9d-790b-4e01-a0db-605e1489a5b2} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.732544 [ 32 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:26:30.732565 [ 275 ] {2eb23d9d-790b-4e01-a0db-605e1489a5b2} executeQuery: Read 237 rows, 16.27 KiB in 0.001248 sec., 189903.84615384616 rows/sec., 12.73 MiB/sec. 2025.07.17 11:26:30.732578 [ 32 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.732597 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.732603 [ 275 ] {2eb23d9d-790b-4e01-a0db-605e1489a5b2} TCPHandler: Processed in 0.001413709 sec. 2025.07.17 11:26:30.732689 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:26:30.732729 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.732787 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:30.732816 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 66 rows starting from the beginning of the part 2025.07.17 11:26:30.732826 [ 275 ] {64bb21fc-9bf4-42cc-84a4-c3c0c8f86cf5} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:26:30.732863 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2025.07.17 11:26:30.732869 [ 275 ] {64bb21fc-9bf4-42cc-84a4-c3c0c8f86cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:26:30.732901 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2025.07.17 11:26:30.732951 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part 2025.07.17 11:26:30.732992 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.07.17 11:26:30.733028 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part 2025.07.17 11:26:30.733207 [ 275 ] {64bb21fc-9bf4-42cc-84a4-c3c0c8f86cf5} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.733243 [ 275 ] {64bb21fc-9bf4-42cc-84a4-c3c0c8f86cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.733556 [ 275 ] {64bb21fc-9bf4-42cc-84a4-c3c0c8f86cf5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:30.733779 [ 275 ] {64bb21fc-9bf4-42cc-84a4-c3c0c8f86cf5} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.733912 [ 275 ] {64bb21fc-9bf4-42cc-84a4-c3c0c8f86cf5} executeQuery: Read 1 rows, 69.00 B in 0.001106 sec., 904.1591320072333 rows/sec., 60.92 KiB/sec. 2025.07.17 11:26:30.733950 [ 275 ] {64bb21fc-9bf4-42cc-84a4-c3c0c8f86cf5} TCPHandler: Processed in 0.001271047 sec. 2025.07.17 11:26:30.733986 [ 191 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 823 rows, containing 5 columns (5 merged, 0 gathered) in 0.001323477 sec., 621846.8473573775 rows/sec., 42.88 MiB/sec. 2025.07.17 11:26:30.734065 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.734148 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:26:30.734164 [ 275 ] {adfaa582-1134-41dd-95a9-74ab7f8aa46b} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:30.734218 [ 275 ] {adfaa582-1134-41dd-95a9-74ab7f8aa46b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:26:30.734405 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.734466 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_6_1} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:26:30.734522 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.07.17 11:26:30.734937 [ 275 ] {adfaa582-1134-41dd-95a9-74ab7f8aa46b} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.734972 [ 275 ] {adfaa582-1134-41dd-95a9-74ab7f8aa46b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.739747 [ 275 ] {adfaa582-1134-41dd-95a9-74ab7f8aa46b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:26:30.739988 [ 275 ] {adfaa582-1134-41dd-95a9-74ab7f8aa46b} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.740132 [ 275 ] {adfaa582-1134-41dd-95a9-74ab7f8aa46b} executeQuery: Read 9 rows, 16.51 KiB in 0.005985 sec., 1503.7593984962407 rows/sec., 2.69 MiB/sec. 2025.07.17 11:26:30.740195 [ 275 ] {adfaa582-1134-41dd-95a9-74ab7f8aa46b} TCPHandler: Processed in 0.006179741 sec. 2025.07.17 11:26:30.740326 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:30.740423 [ 275 ] {9f79f8de-ad85-4350-867c-40174ef5dc90} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:30.740500 [ 275 ] {9f79f8de-ad85-4350-867c-40174ef5dc90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:30.740865 [ 275 ] {9f79f8de-ad85-4350-867c-40174ef5dc90} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.740900 [ 275 ] {9f79f8de-ad85-4350-867c-40174ef5dc90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.741231 [ 275 ] {9f79f8de-ad85-4350-867c-40174ef5dc90} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:26:30.741441 [ 275 ] {9f79f8de-ad85-4350-867c-40174ef5dc90} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.741549 [ 32 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:26:30.741565 [ 275 ] {9f79f8de-ad85-4350-867c-40174ef5dc90} executeQuery: Read 82 rows, 5.33 KiB in 0.001161 sec., 70628.76830318691 rows/sec., 4.49 MiB/sec. 2025.07.17 11:26:30.741583 [ 32 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:30.741601 [ 275 ] {9f79f8de-ad85-4350-867c-40174ef5dc90} TCPHandler: Processed in 0.001325438 sec. 2025.07.17 11:26:30.741602 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:30.741741 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:26:30.741877 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:30.741917 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.07.17 11:26:30.742001 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2025.07.17 11:26:30.742050 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2025.07.17 11:26:30.742108 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part 2025.07.17 11:26:30.742151 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.07.17 11:26:30.742205 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part 2025.07.17 11:26:30.743115 [ 188 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 4 columns (4 merged, 0 gathered) in 0.001425318 sec., 209076.1500240648 rows/sec., 13.81 MiB/sec. 2025.07.17 11:26:30.743270 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:26:30.743550 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:30.743617 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_6_1} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:26:30.743695 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.07.17 11:26:33.020278 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 216 2025.07.17 11:26:33.023084 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:33.023141 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:33.024367 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:26:33.024661 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:33.024998 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 216 2025.07.17 11:26:35.531046 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.07.17 11:26:35.531526 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:35.531576 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:35.532067 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:26:35.532340 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:35.532499 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.07.17 11:26:35.647866 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:35.648062 [ 275 ] {a4020dea-852c-4425-9d11-0952d0739994} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:35.648136 [ 275 ] {a4020dea-852c-4425-9d11-0952d0739994} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:35.648836 [ 275 ] {a4020dea-852c-4425-9d11-0952d0739994} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:35.648879 [ 275 ] {a4020dea-852c-4425-9d11-0952d0739994} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:35.649267 [ 275 ] {a4020dea-852c-4425-9d11-0952d0739994} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:26:35.649494 [ 275 ] {a4020dea-852c-4425-9d11-0952d0739994} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:35.649638 [ 275 ] {a4020dea-852c-4425-9d11-0952d0739994} executeQuery: Read 56 rows, 4.38 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.60 MiB/sec. 2025.07.17 11:26:35.649683 [ 275 ] {a4020dea-852c-4425-9d11-0952d0739994} TCPHandler: Processed in 0.001970346 sec. 2025.07.17 11:26:35.649802 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:35.649897 [ 275 ] {ac4146fe-8267-4362-80ff-530865c6bcef} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:35.649937 [ 275 ] {ac4146fe-8267-4362-80ff-530865c6bcef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:35.650335 [ 275 ] {ac4146fe-8267-4362-80ff-530865c6bcef} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:35.650434 [ 275 ] {ac4146fe-8267-4362-80ff-530865c6bcef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:35.650739 [ 275 ] {ac4146fe-8267-4362-80ff-530865c6bcef} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:26:35.650957 [ 275 ] {ac4146fe-8267-4362-80ff-530865c6bcef} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:35.651082 [ 275 ] {ac4146fe-8267-4362-80ff-530865c6bcef} executeQuery: Read 64 rows, 5.12 KiB in 0.001177 sec., 54375.53101104502 rows/sec., 4.24 MiB/sec. 2025.07.17 11:26:35.651120 [ 275 ] {ac4146fe-8267-4362-80ff-530865c6bcef} TCPHandler: Processed in 0.001343618 sec. 2025.07.17 11:26:35.651236 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:35.651331 [ 275 ] {1d5c23f7-31ef-478e-8c42-e303a6235e7e} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:35.651375 [ 275 ] {1d5c23f7-31ef-478e-8c42-e303a6235e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:35.651787 [ 275 ] {1d5c23f7-31ef-478e-8c42-e303a6235e7e} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:35.651823 [ 275 ] {1d5c23f7-31ef-478e-8c42-e303a6235e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:35.652151 [ 275 ] {1d5c23f7-31ef-478e-8c42-e303a6235e7e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:26:35.652353 [ 275 ] {1d5c23f7-31ef-478e-8c42-e303a6235e7e} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:35.652482 [ 275 ] {1d5c23f7-31ef-478e-8c42-e303a6235e7e} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2025.07.17 11:26:35.652519 [ 275 ] {1d5c23f7-31ef-478e-8c42-e303a6235e7e} TCPHandler: Processed in 0.001332377 sec. 2025.07.17 11:26:35.652619 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:35.652711 [ 275 ] {84aa4dfd-a726-4dd7-b3b0-55132f8f88b9} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:35.652751 [ 275 ] {84aa4dfd-a726-4dd7-b3b0-55132f8f88b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:35.653085 [ 275 ] {84aa4dfd-a726-4dd7-b3b0-55132f8f88b9} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:35.653121 [ 275 ] {84aa4dfd-a726-4dd7-b3b0-55132f8f88b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:35.653438 [ 275 ] {84aa4dfd-a726-4dd7-b3b0-55132f8f88b9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:26:35.653653 [ 275 ] {84aa4dfd-a726-4dd7-b3b0-55132f8f88b9} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:35.653780 [ 275 ] {84aa4dfd-a726-4dd7-b3b0-55132f8f88b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.07.17 11:26:35.653815 [ 275 ] {84aa4dfd-a726-4dd7-b3b0-55132f8f88b9} TCPHandler: Processed in 0.001244467 sec. 2025.07.17 11:26:35.708692 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.07.17 11:26:35.727077 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:35.727144 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:35.732761 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:26:35.733461 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:35.736656 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.07.17 11:26:40.654015 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.654217 [ 275 ] {1ec6645e-69ba-43cc-8f2a-2c94036c28e4} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:26:40.654285 [ 275 ] {1ec6645e-69ba-43cc-8f2a-2c94036c28e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:26:40.654999 [ 275 ] {1ec6645e-69ba-43cc-8f2a-2c94036c28e4} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.655045 [ 275 ] {1ec6645e-69ba-43cc-8f2a-2c94036c28e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.655445 [ 275 ] {1ec6645e-69ba-43cc-8f2a-2c94036c28e4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:40.655658 [ 275 ] {1ec6645e-69ba-43cc-8f2a-2c94036c28e4} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.655805 [ 275 ] {1ec6645e-69ba-43cc-8f2a-2c94036c28e4} executeQuery: Read 212 rows, 13.81 KiB in 0.001696 sec., 125000 rows/sec., 7.95 MiB/sec. 2025.07.17 11:26:40.655859 [ 275 ] {1ec6645e-69ba-43cc-8f2a-2c94036c28e4} TCPHandler: Processed in 0.002042716 sec. 2025.07.17 11:26:40.656062 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.656201 [ 275 ] {9dafab84-ea10-4f38-b8ee-cd17d4855e33} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:40.656255 [ 275 ] {9dafab84-ea10-4f38-b8ee-cd17d4855e33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:40.656932 [ 275 ] {9dafab84-ea10-4f38-b8ee-cd17d4855e33} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.656976 [ 275 ] {9dafab84-ea10-4f38-b8ee-cd17d4855e33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.657328 [ 275 ] {9dafab84-ea10-4f38-b8ee-cd17d4855e33} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:26:40.657536 [ 275 ] {9dafab84-ea10-4f38-b8ee-cd17d4855e33} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.657663 [ 275 ] {9dafab84-ea10-4f38-b8ee-cd17d4855e33} executeQuery: Read 635 rows, 51.14 KiB in 0.001554 sec., 408622.90862290864 rows/sec., 32.13 MiB/sec. 2025.07.17 11:26:40.657702 [ 275 ] {9dafab84-ea10-4f38-b8ee-cd17d4855e33} TCPHandler: Processed in 0.001751763 sec. 2025.07.17 11:26:40.657811 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.657969 [ 275 ] {704b45e8-56f1-4c45-b724-e552ef948280} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:26:40.658013 [ 275 ] {704b45e8-56f1-4c45-b724-e552ef948280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:26:40.658435 [ 275 ] {704b45e8-56f1-4c45-b724-e552ef948280} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.658473 [ 275 ] {704b45e8-56f1-4c45-b724-e552ef948280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.658789 [ 275 ] {704b45e8-56f1-4c45-b724-e552ef948280} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:40.659007 [ 275 ] {704b45e8-56f1-4c45-b724-e552ef948280} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.659139 [ 275 ] {704b45e8-56f1-4c45-b724-e552ef948280} executeQuery: Read 115 rows, 7.06 KiB in 0.001192 sec., 96476.5100671141 rows/sec., 5.79 MiB/sec. 2025.07.17 11:26:40.659188 [ 275 ] {704b45e8-56f1-4c45-b724-e552ef948280} TCPHandler: Processed in 0.001370008 sec. 2025.07.17 11:26:40.659310 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.659409 [ 275 ] {a098d56a-17d2-4dd7-9162-b7fccca3d2a8} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:26:40.659451 [ 275 ] {a098d56a-17d2-4dd7-9162-b7fccca3d2a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:26:40.659859 [ 275 ] {a098d56a-17d2-4dd7-9162-b7fccca3d2a8} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.659896 [ 275 ] {a098d56a-17d2-4dd7-9162-b7fccca3d2a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.660192 [ 275 ] {a098d56a-17d2-4dd7-9162-b7fccca3d2a8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:40.660393 [ 275 ] {a098d56a-17d2-4dd7-9162-b7fccca3d2a8} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.660513 [ 275 ] {a098d56a-17d2-4dd7-9162-b7fccca3d2a8} executeQuery: Read 113 rows, 7.49 KiB in 0.001161 sec., 97329.88802756245 rows/sec., 6.30 MiB/sec. 2025.07.17 11:26:40.660549 [ 275 ] {a098d56a-17d2-4dd7-9162-b7fccca3d2a8} TCPHandler: Processed in 0.001330428 sec. 2025.07.17 11:26:40.660652 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.660741 [ 275 ] {8401d300-a36a-433a-9a14-0b26b3d7f3b9} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:26:40.660780 [ 275 ] {8401d300-a36a-433a-9a14-0b26b3d7f3b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:26:40.661309 [ 275 ] {8401d300-a36a-433a-9a14-0b26b3d7f3b9} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.661344 [ 275 ] {8401d300-a36a-433a-9a14-0b26b3d7f3b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.661657 [ 275 ] {8401d300-a36a-433a-9a14-0b26b3d7f3b9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:40.661874 [ 275 ] {8401d300-a36a-433a-9a14-0b26b3d7f3b9} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.661998 [ 275 ] {8401d300-a36a-433a-9a14-0b26b3d7f3b9} executeQuery: Read 112 rows, 6.53 KiB in 0.001225 sec., 91428.57142857143 rows/sec., 5.21 MiB/sec. 2025.07.17 11:26:40.662033 [ 275 ] {8401d300-a36a-433a-9a14-0b26b3d7f3b9} TCPHandler: Processed in 0.001389278 sec. 2025.07.17 11:26:40.662139 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.662229 [ 275 ] {ff54a8a5-4935-429a-a732-d548ef6455c5} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:40.662268 [ 275 ] {ff54a8a5-4935-429a-a732-d548ef6455c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:40.662768 [ 275 ] {ff54a8a5-4935-429a-a732-d548ef6455c5} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.662802 [ 275 ] {ff54a8a5-4935-429a-a732-d548ef6455c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.663237 [ 275 ] {ff54a8a5-4935-429a-a732-d548ef6455c5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:26:40.663450 [ 275 ] {ff54a8a5-4935-429a-a732-d548ef6455c5} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.663580 [ 275 ] {ff54a8a5-4935-429a-a732-d548ef6455c5} executeQuery: Read 391 rows, 28.31 KiB in 0.00135 sec., 289629.6296296296 rows/sec., 20.48 MiB/sec. 2025.07.17 11:26:40.663618 [ 275 ] {ff54a8a5-4935-429a-a732-d548ef6455c5} TCPHandler: Processed in 0.00151796 sec. 2025.07.17 11:26:40.663730 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.663826 [ 275 ] {46129a3c-98f2-49d4-900d-8d841b012d8b} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:26:40.663869 [ 275 ] {46129a3c-98f2-49d4-900d-8d841b012d8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:26:40.664196 [ 275 ] {46129a3c-98f2-49d4-900d-8d841b012d8b} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.664233 [ 275 ] {46129a3c-98f2-49d4-900d-8d841b012d8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.664535 [ 275 ] {46129a3c-98f2-49d4-900d-8d841b012d8b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:40.664747 [ 275 ] {46129a3c-98f2-49d4-900d-8d841b012d8b} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.664871 [ 275 ] {46129a3c-98f2-49d4-900d-8d841b012d8b} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2025.07.17 11:26:40.664908 [ 275 ] {46129a3c-98f2-49d4-900d-8d841b012d8b} TCPHandler: Processed in 0.001229186 sec. 2025.07.17 11:26:40.665013 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.665101 [ 275 ] {df79cb1d-3881-430b-99ff-69bfa1805164} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:40.665143 [ 275 ] {df79cb1d-3881-430b-99ff-69bfa1805164} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:40.665507 [ 275 ] {df79cb1d-3881-430b-99ff-69bfa1805164} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.665541 [ 275 ] {df79cb1d-3881-430b-99ff-69bfa1805164} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.665863 [ 275 ] {df79cb1d-3881-430b-99ff-69bfa1805164} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:26:40.666141 [ 275 ] {df79cb1d-3881-430b-99ff-69bfa1805164} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.666271 [ 275 ] {df79cb1d-3881-430b-99ff-69bfa1805164} executeQuery: Read 237 rows, 16.27 KiB in 0.001177 sec., 201359.3882752761 rows/sec., 13.50 MiB/sec. 2025.07.17 11:26:40.666309 [ 275 ] {df79cb1d-3881-430b-99ff-69bfa1805164} TCPHandler: Processed in 0.001346708 sec. 2025.07.17 11:26:40.666427 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.666521 [ 275 ] {07d365e4-e134-4427-86b7-782b53d6c2cc} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:26:40.666565 [ 275 ] {07d365e4-e134-4427-86b7-782b53d6c2cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:26:40.666890 [ 275 ] {07d365e4-e134-4427-86b7-782b53d6c2cc} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.666926 [ 275 ] {07d365e4-e134-4427-86b7-782b53d6c2cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.667211 [ 275 ] {07d365e4-e134-4427-86b7-782b53d6c2cc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:40.667408 [ 275 ] {07d365e4-e134-4427-86b7-782b53d6c2cc} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.667529 [ 275 ] {07d365e4-e134-4427-86b7-782b53d6c2cc} executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. 2025.07.17 11:26:40.667562 [ 275 ] {07d365e4-e134-4427-86b7-782b53d6c2cc} TCPHandler: Processed in 0.001226086 sec. 2025.07.17 11:26:40.667658 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.667749 [ 275 ] {a2c670be-3563-43b3-931a-67736ec2e18e} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:40.667801 [ 275 ] {a2c670be-3563-43b3-931a-67736ec2e18e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:26:40.668572 [ 275 ] {a2c670be-3563-43b3-931a-67736ec2e18e} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.668609 [ 275 ] {a2c670be-3563-43b3-931a-67736ec2e18e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.669110 [ 275 ] {a2c670be-3563-43b3-931a-67736ec2e18e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:26:40.669336 [ 275 ] {a2c670be-3563-43b3-931a-67736ec2e18e} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.669478 [ 275 ] {a2c670be-3563-43b3-931a-67736ec2e18e} executeQuery: Read 9 rows, 16.51 KiB in 0.001691 sec., 5322.294500295683 rows/sec., 9.54 MiB/sec. 2025.07.17 11:26:40.669563 [ 275 ] {a2c670be-3563-43b3-931a-67736ec2e18e} TCPHandler: Processed in 0.001908865 sec. 2025.07.17 11:26:40.669677 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:40.669773 [ 275 ] {423abe9a-b576-4432-959b-ee575e4f7518} executeQuery: (from [fd00:1122:3344:101::d]:56043) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:40.669816 [ 275 ] {423abe9a-b576-4432-959b-ee575e4f7518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:40.670257 [ 275 ] {423abe9a-b576-4432-959b-ee575e4f7518} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:40.670301 [ 275 ] {423abe9a-b576-4432-959b-ee575e4f7518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:40.670724 [ 275 ] {423abe9a-b576-4432-959b-ee575e4f7518} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:26:40.671091 [ 275 ] {423abe9a-b576-4432-959b-ee575e4f7518} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:40.671266 [ 275 ] {423abe9a-b576-4432-959b-ee575e4f7518} executeQuery: Read 82 rows, 5.33 KiB in 0.001509 sec., 54340.62292909212 rows/sec., 3.45 MiB/sec. 2025.07.17 11:26:40.671316 [ 275 ] {423abe9a-b576-4432-959b-ee575e4f7518} TCPHandler: Processed in 0.001688003 sec. 2025.07.17 11:26:42.928659 [ 58 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:26:42.928726 [ 58 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:26:43.025360 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 246 2025.07.17 11:26:43.027470 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:43.027507 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:43.028658 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:26:43.028928 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:43.029222 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 246 2025.07.17 11:26:43.033442 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.07.17 11:26:43.033940 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:43.033991 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:43.034482 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:26:43.034719 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:43.034863 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.07.17 11:26:43.237583 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.07.17 11:26:43.256383 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:43.256455 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:43.262801 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:26:43.263534 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:43.267423 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.07.17 11:26:43.363720 [ 275 ] {} TCPHandler: Done processing connection. 2025.07.17 11:26:43.363821 [ 275 ] {} TCP-Session: 8020bafa-4c52-4ef9-90d2-321e0b9dc508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.17 11:26:44.000350 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 176.42 MiB, peak 182.46 MiB, free memory in arenas 0.00 B, will set to 179.68 MiB (RSS), difference: 3.26 MiB 2025.07.17 11:26:45.648832 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:45.649014 [ 277 ] {49b972cb-be20-44f1-877f-ac8518a3d279} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:45.649080 [ 277 ] {49b972cb-be20-44f1-877f-ac8518a3d279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:45.649870 [ 277 ] {49b972cb-be20-44f1-877f-ac8518a3d279} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:45.649926 [ 277 ] {49b972cb-be20-44f1-877f-ac8518a3d279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:45.650363 [ 277 ] {49b972cb-be20-44f1-877f-ac8518a3d279} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:26:45.650719 [ 277 ] {49b972cb-be20-44f1-877f-ac8518a3d279} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:45.650881 [ 277 ] {49b972cb-be20-44f1-877f-ac8518a3d279} executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. 2025.07.17 11:26:45.650939 [ 277 ] {49b972cb-be20-44f1-877f-ac8518a3d279} TCPHandler: Processed in 0.00223596 sec. 2025.07.17 11:26:45.651077 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:45.651187 [ 277 ] {4707c228-9267-4b8e-9f72-078b8891be5a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:45.651233 [ 277 ] {4707c228-9267-4b8e-9f72-078b8891be5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:45.651675 [ 277 ] {4707c228-9267-4b8e-9f72-078b8891be5a} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:45.651711 [ 277 ] {4707c228-9267-4b8e-9f72-078b8891be5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:45.652051 [ 277 ] {4707c228-9267-4b8e-9f72-078b8891be5a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:26:45.652276 [ 277 ] {4707c228-9267-4b8e-9f72-078b8891be5a} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:45.652406 [ 277 ] {4707c228-9267-4b8e-9f72-078b8891be5a} executeQuery: Read 64 rows, 5.12 KiB in 0.001246 sec., 51364.365971107545 rows/sec., 4.01 MiB/sec. 2025.07.17 11:26:45.652445 [ 277 ] {4707c228-9267-4b8e-9f72-078b8891be5a} TCPHandler: Processed in 0.001422149 sec. 2025.07.17 11:26:45.652562 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:45.652656 [ 277 ] {af374309-1eb0-4bf8-a8e1-0437c305f595} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:45.652701 [ 277 ] {af374309-1eb0-4bf8-a8e1-0437c305f595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:45.653118 [ 277 ] {af374309-1eb0-4bf8-a8e1-0437c305f595} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:45.653154 [ 277 ] {af374309-1eb0-4bf8-a8e1-0437c305f595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:45.653489 [ 277 ] {af374309-1eb0-4bf8-a8e1-0437c305f595} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:26:45.653712 [ 277 ] {af374309-1eb0-4bf8-a8e1-0437c305f595} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:45.653840 [ 277 ] {af374309-1eb0-4bf8-a8e1-0437c305f595} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2025.07.17 11:26:45.653877 [ 277 ] {af374309-1eb0-4bf8-a8e1-0437c305f595} TCPHandler: Processed in 0.001365229 sec. 2025.07.17 11:26:45.653980 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:45.654086 [ 277 ] {6cee0dfb-aff0-4776-9597-fe5f5b204dbc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:45.654130 [ 277 ] {6cee0dfb-aff0-4776-9597-fe5f5b204dbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:45.654461 [ 277 ] {6cee0dfb-aff0-4776-9597-fe5f5b204dbc} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:45.654498 [ 277 ] {6cee0dfb-aff0-4776-9597-fe5f5b204dbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.17 11:26:45.654838 [ 277 ] {6cee0dfb-aff0-4776-9597-fe5f5b204dbc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:26:45.655044 [ 277 ] {6cee0dfb-aff0-4776-9597-fe5f5b204dbc} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:45.655171 [ 277 ] {6cee0dfb-aff0-4776-9597-fe5f5b204dbc} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2025.07.17 11:26:45.655206 [ 277 ] {6cee0dfb-aff0-4776-9597-fe5f5b204dbc} TCPHandler: Processed in 0.001275677 sec. 2025.07.17 11:26:50.534977 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 2025.07.17 11:26:50.535477 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.535528 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.536092 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:26:50.536346 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.536500 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 2025.07.17 11:26:50.657124 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.657297 [ 277 ] {5cd366fa-8993-4959-bf54-dd5ccf4ca4b4} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:26:50.657365 [ 277 ] {5cd366fa-8993-4959-bf54-dd5ccf4ca4b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:26:50.658169 [ 277 ] {5cd366fa-8993-4959-bf54-dd5ccf4ca4b4} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.658219 [ 277 ] {5cd366fa-8993-4959-bf54-dd5ccf4ca4b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.658729 [ 277 ] {5cd366fa-8993-4959-bf54-dd5ccf4ca4b4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:50.659042 [ 277 ] {5cd366fa-8993-4959-bf54-dd5ccf4ca4b4} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.659202 [ 277 ] {5cd366fa-8993-4959-bf54-dd5ccf4ca4b4} executeQuery: Read 212 rows, 13.81 KiB in 0.001952 sec., 108606.55737704918 rows/sec., 6.91 MiB/sec. 2025.07.17 11:26:50.659252 [ 277 ] {5cd366fa-8993-4959-bf54-dd5ccf4ca4b4} TCPHandler: Processed in 0.00225719 sec. 2025.07.17 11:26:50.659380 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.659484 [ 277 ] {34ce5cd8-d73d-4095-989c-58c93d1714c5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:50.659530 [ 277 ] {34ce5cd8-d73d-4095-989c-58c93d1714c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:50.660263 [ 277 ] {34ce5cd8-d73d-4095-989c-58c93d1714c5} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.660303 [ 277 ] {34ce5cd8-d73d-4095-989c-58c93d1714c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.660669 [ 277 ] {34ce5cd8-d73d-4095-989c-58c93d1714c5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:26:50.660909 [ 277 ] {34ce5cd8-d73d-4095-989c-58c93d1714c5} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.661058 [ 277 ] {34ce5cd8-d73d-4095-989c-58c93d1714c5} executeQuery: Read 635 rows, 51.14 KiB in 0.001598 sec., 397371.7146433041 rows/sec., 31.25 MiB/sec. 2025.07.17 11:26:50.661102 [ 277 ] {34ce5cd8-d73d-4095-989c-58c93d1714c5} TCPHandler: Processed in 0.001772904 sec. 2025.07.17 11:26:50.661217 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.661318 [ 277 ] {6cd2a686-b6f0-45ae-bf59-0b40d0d6d37a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:26:50.661360 [ 277 ] {6cd2a686-b6f0-45ae-bf59-0b40d0d6d37a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:26:50.661821 [ 277 ] {6cd2a686-b6f0-45ae-bf59-0b40d0d6d37a} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.661864 [ 277 ] {6cd2a686-b6f0-45ae-bf59-0b40d0d6d37a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.662219 [ 277 ] {6cd2a686-b6f0-45ae-bf59-0b40d0d6d37a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:50.662429 [ 277 ] {6cd2a686-b6f0-45ae-bf59-0b40d0d6d37a} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.662555 [ 277 ] {6cd2a686-b6f0-45ae-bf59-0b40d0d6d37a} executeQuery: Read 115 rows, 7.06 KiB in 0.00126 sec., 91269.84126984127 rows/sec., 5.47 MiB/sec. 2025.07.17 11:26:50.662600 [ 277 ] {6cd2a686-b6f0-45ae-bf59-0b40d0d6d37a} TCPHandler: Processed in 0.001432949 sec. 2025.07.17 11:26:50.662718 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.662816 [ 277 ] {23648d37-b146-418f-b31a-cdd399b6ab10} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:26:50.662857 [ 277 ] {23648d37-b146-418f-b31a-cdd399b6ab10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:26:50.663290 [ 277 ] {23648d37-b146-418f-b31a-cdd399b6ab10} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.663329 [ 277 ] {23648d37-b146-418f-b31a-cdd399b6ab10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.663659 [ 277 ] {23648d37-b146-418f-b31a-cdd399b6ab10} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:50.663868 [ 277 ] {23648d37-b146-418f-b31a-cdd399b6ab10} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.663991 [ 277 ] {23648d37-b146-418f-b31a-cdd399b6ab10} executeQuery: Read 113 rows, 7.49 KiB in 0.001195 sec., 94560.66945606694 rows/sec., 6.12 MiB/sec. 2025.07.17 11:26:50.664032 [ 277 ] {23648d37-b146-418f-b31a-cdd399b6ab10} TCPHandler: Processed in 0.001363458 sec. 2025.07.17 11:26:50.664146 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.664242 [ 277 ] {a5a56c2f-b8b8-43f2-97b1-a495ca99f7cf} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:26:50.664282 [ 277 ] {a5a56c2f-b8b8-43f2-97b1-a495ca99f7cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:26:50.664723 [ 277 ] {a5a56c2f-b8b8-43f2-97b1-a495ca99f7cf} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.664764 [ 277 ] {a5a56c2f-b8b8-43f2-97b1-a495ca99f7cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.665102 [ 277 ] {a5a56c2f-b8b8-43f2-97b1-a495ca99f7cf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:50.665370 [ 277 ] {a5a56c2f-b8b8-43f2-97b1-a495ca99f7cf} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.665506 [ 277 ] {a5a56c2f-b8b8-43f2-97b1-a495ca99f7cf} executeQuery: Read 112 rows, 6.53 KiB in 0.001284 sec., 87227.41433021807 rows/sec., 4.97 MiB/sec. 2025.07.17 11:26:50.665543 [ 277 ] {a5a56c2f-b8b8-43f2-97b1-a495ca99f7cf} TCPHandler: Processed in 0.001447139 sec. 2025.07.17 11:26:50.665659 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.665757 [ 277 ] {b7ef5581-89f2-4988-8bf0-8bf6d89ad651} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:50.665798 [ 277 ] {b7ef5581-89f2-4988-8bf0-8bf6d89ad651} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:50.666398 [ 277 ] {b7ef5581-89f2-4988-8bf0-8bf6d89ad651} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.666437 [ 277 ] {b7ef5581-89f2-4988-8bf0-8bf6d89ad651} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.666793 [ 277 ] {b7ef5581-89f2-4988-8bf0-8bf6d89ad651} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:26:50.667028 [ 277 ] {b7ef5581-89f2-4988-8bf0-8bf6d89ad651} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.667162 [ 277 ] {b7ef5581-89f2-4988-8bf0-8bf6d89ad651} executeQuery: Read 391 rows, 28.31 KiB in 0.001426 sec., 274193.5483870968 rows/sec., 19.38 MiB/sec. 2025.07.17 11:26:50.667200 [ 277 ] {b7ef5581-89f2-4988-8bf0-8bf6d89ad651} TCPHandler: Processed in 0.001591151 sec. 2025.07.17 11:26:50.667333 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.667431 [ 277 ] {3233ea85-38a3-46cc-86d7-32f105362e37} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:26:50.667474 [ 277 ] {3233ea85-38a3-46cc-86d7-32f105362e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:26:50.667830 [ 277 ] {3233ea85-38a3-46cc-86d7-32f105362e37} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.667870 [ 277 ] {3233ea85-38a3-46cc-86d7-32f105362e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.668207 [ 277 ] {3233ea85-38a3-46cc-86d7-32f105362e37} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:50.668441 [ 277 ] {3233ea85-38a3-46cc-86d7-32f105362e37} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.668570 [ 277 ] {3233ea85-38a3-46cc-86d7-32f105362e37} executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. 2025.07.17 11:26:50.668608 [ 277 ] {3233ea85-38a3-46cc-86d7-32f105362e37} TCPHandler: Processed in 0.001339018 sec. 2025.07.17 11:26:50.668729 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.668825 [ 277 ] {b87c3846-495a-4491-9d52-8aebb3e2e744} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:50.668872 [ 277 ] {b87c3846-495a-4491-9d52-8aebb3e2e744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:50.669339 [ 277 ] {b87c3846-495a-4491-9d52-8aebb3e2e744} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.669378 [ 277 ] {b87c3846-495a-4491-9d52-8aebb3e2e744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.669742 [ 277 ] {b87c3846-495a-4491-9d52-8aebb3e2e744} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:26:50.669960 [ 277 ] {b87c3846-495a-4491-9d52-8aebb3e2e744} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.670089 [ 277 ] {b87c3846-495a-4491-9d52-8aebb3e2e744} executeQuery: Read 237 rows, 16.27 KiB in 0.001284 sec., 184579.43925233645 rows/sec., 12.37 MiB/sec. 2025.07.17 11:26:50.670127 [ 277 ] {b87c3846-495a-4491-9d52-8aebb3e2e744} TCPHandler: Processed in 0.001447579 sec. 2025.07.17 11:26:50.670244 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.670340 [ 277 ] {43ca09c4-eb85-4f7b-b823-3e3a35f367b4} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:26:50.670383 [ 277 ] {43ca09c4-eb85-4f7b-b823-3e3a35f367b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:26:50.670734 [ 277 ] {43ca09c4-eb85-4f7b-b823-3e3a35f367b4} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.670782 [ 277 ] {43ca09c4-eb85-4f7b-b823-3e3a35f367b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.671110 [ 277 ] {43ca09c4-eb85-4f7b-b823-3e3a35f367b4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:50.671365 [ 277 ] {43ca09c4-eb85-4f7b-b823-3e3a35f367b4} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.671527 [ 277 ] {43ca09c4-eb85-4f7b-b823-3e3a35f367b4} executeQuery: Read 1 rows, 69.00 B in 0.001206 sec., 829.1873963515754 rows/sec., 55.87 KiB/sec. 2025.07.17 11:26:50.671565 [ 277 ] {43ca09c4-eb85-4f7b-b823-3e3a35f367b4} TCPHandler: Processed in 0.001371498 sec. 2025.07.17 11:26:50.671704 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.671847 [ 277 ] {2f5a81b7-ea56-4bfc-bf43-5b5007da2b1f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:50.671905 [ 277 ] {2f5a81b7-ea56-4bfc-bf43-5b5007da2b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:26:50.672698 [ 277 ] {2f5a81b7-ea56-4bfc-bf43-5b5007da2b1f} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.672737 [ 277 ] {2f5a81b7-ea56-4bfc-bf43-5b5007da2b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.673264 [ 277 ] {2f5a81b7-ea56-4bfc-bf43-5b5007da2b1f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:26:50.673497 [ 277 ] {2f5a81b7-ea56-4bfc-bf43-5b5007da2b1f} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.673635 [ 277 ] {2f5a81b7-ea56-4bfc-bf43-5b5007da2b1f} executeQuery: Read 9 rows, 16.51 KiB in 0.00183 sec., 4918.0327868852455 rows/sec., 8.81 MiB/sec. 2025.07.17 11:26:50.673701 [ 277 ] {2f5a81b7-ea56-4bfc-bf43-5b5007da2b1f} TCPHandler: Processed in 0.002048677 sec. 2025.07.17 11:26:50.673829 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:50.673926 [ 277 ] {0ad72421-0ea0-4554-bd8c-734d2bc6c5eb} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:50.673968 [ 277 ] {0ad72421-0ea0-4554-bd8c-734d2bc6c5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:50.674317 [ 277 ] {0ad72421-0ea0-4554-bd8c-734d2bc6c5eb} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.674354 [ 277 ] {0ad72421-0ea0-4554-bd8c-734d2bc6c5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.674697 [ 277 ] {0ad72421-0ea0-4554-bd8c-734d2bc6c5eb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:26:50.674912 [ 277 ] {0ad72421-0ea0-4554-bd8c-734d2bc6c5eb} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.675040 [ 277 ] {0ad72421-0ea0-4554-bd8c-734d2bc6c5eb} executeQuery: Read 82 rows, 5.33 KiB in 0.001133 sec., 72374.22771403355 rows/sec., 4.60 MiB/sec. 2025.07.17 11:26:50.675076 [ 277 ] {0ad72421-0ea0-4554-bd8c-734d2bc6c5eb} TCPHandler: Processed in 0.001302597 sec. 2025.07.17 11:26:50.768468 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.07.17 11:26:50.786793 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:50.786862 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:50.792517 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:26:50.793280 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:50.796856 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.07.17 11:26:53.029337 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 276 2025.07.17 11:26:53.031478 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:53.031524 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:53.032645 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:26:53.032933 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:53.033094 [ 45 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:26:53.033167 [ 45 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:53.033192 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:53.033285 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 276 2025.07.17 11:26:53.033287 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:26:53.033794 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:53.033968 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.07.17 11:26:53.034363 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part 2025.07.17 11:26:53.034757 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2025.07.17 11:26:53.035116 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part 2025.07.17 11:26:53.035469 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.07.17 11:26:53.035817 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2025.07.17 11:26:53.041905 [ 188 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 72 columns (72 merged, 0 gathered) in 0.008652564 sec., 31898.0593498066 rows/sec., 31.33 MiB/sec. 2025.07.17 11:26:53.042792 [ 200 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:26:53.043463 [ 200 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:53.043549 [ 200 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_6_1} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:26:53.043783 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2025.07.17 11:26:55.649721 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:55.649918 [ 277 ] {7b50ef99-0273-4c1c-9869-dec6cd8aaf49} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:26:55.650006 [ 277 ] {7b50ef99-0273-4c1c-9869-dec6cd8aaf49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:26:55.650732 [ 277 ] {7b50ef99-0273-4c1c-9869-dec6cd8aaf49} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:55.650785 [ 277 ] {7b50ef99-0273-4c1c-9869-dec6cd8aaf49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:55.651203 [ 277 ] {7b50ef99-0273-4c1c-9869-dec6cd8aaf49} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:26:55.651444 [ 277 ] {7b50ef99-0273-4c1c-9869-dec6cd8aaf49} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:55.651588 [ 42 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:26:55.651605 [ 277 ] {7b50ef99-0273-4c1c-9869-dec6cd8aaf49} executeQuery: Read 56 rows, 4.38 KiB in 0.001746 sec., 32073.31042382589 rows/sec., 2.45 MiB/sec. 2025.07.17 11:26:55.651665 [ 42 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:55.651684 [ 277 ] {7b50ef99-0273-4c1c-9869-dec6cd8aaf49} TCPHandler: Processed in 0.002107768 sec. 2025.07.17 11:26:55.651694 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:55.651823 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:55.651822 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:26:55.651936 [ 277 ] {4bff29ae-d5e1-4d91-871b-99173c4cfd2b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:26:55.651974 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:55.651986 [ 277 ] {4bff29ae-d5e1-4d91-871b-99173c4cfd2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:26:55.652014 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 635 rows starting from the beginning of the part 2025.07.17 11:26:55.652085 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2025.07.17 11:26:55.652132 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 635 rows starting from the beginning of the part 2025.07.17 11:26:55.652173 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2025.07.17 11:26:55.652211 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 635 rows starting from the beginning of the part 2025.07.17 11:26:55.652250 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2025.07.17 11:26:55.652453 [ 277 ] {4bff29ae-d5e1-4d91-871b-99173c4cfd2b} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:55.652498 [ 277 ] {4bff29ae-d5e1-4d91-871b-99173c4cfd2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:55.652851 [ 277 ] {4bff29ae-d5e1-4d91-871b-99173c4cfd2b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:26:55.653099 [ 277 ] {4bff29ae-d5e1-4d91-871b-99173c4cfd2b} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:55.653214 [ 42 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:26:55.653240 [ 277 ] {4bff29ae-d5e1-4d91-871b-99173c4cfd2b} executeQuery: Read 64 rows, 5.12 KiB in 0.001331 sec., 48084.14725770098 rows/sec., 3.75 MiB/sec. 2025.07.17 11:26:55.653254 [ 42 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:55.653281 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:55.653287 [ 277 ] {4bff29ae-d5e1-4d91-871b-99173c4cfd2b} TCPHandler: Processed in 0.00151626 sec. 2025.07.17 11:26:55.653369 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:26:55.653430 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:55.653450 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2073 rows, containing 5 columns (5 merged, 0 gathered) in 0.001686742 sec., 1228996.4914610533 rows/sec., 101.11 MiB/sec. 2025.07.17 11:26:55.653472 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:55.653503 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 391 rows starting from the beginning of the part 2025.07.17 11:26:55.653538 [ 277 ] {611950b8-3c7e-4fc1-a869-bad64a455350} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:26:55.653576 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2025.07.17 11:26:55.653590 [ 277 ] {611950b8-3c7e-4fc1-a869-bad64a455350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:26:55.653625 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 391 rows starting from the beginning of the part 2025.07.17 11:26:55.653663 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:26:55.653668 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2025.07.17 11:26:55.653727 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 391 rows starting from the beginning of the part 2025.07.17 11:26:55.653778 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2025.07.17 11:26:55.654043 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:55.654073 [ 277 ] {611950b8-3c7e-4fc1-a869-bad64a455350} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:55.654110 [ 277 ] {611950b8-3c7e-4fc1-a869-bad64a455350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:55.654130 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_11_2} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:26:55.654211 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.07.17 11:26:55.654481 [ 277 ] {611950b8-3c7e-4fc1-a869-bad64a455350} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:26:55.654725 [ 277 ] {611950b8-3c7e-4fc1-a869-bad64a455350} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:55.654863 [ 42 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:26:55.654875 [ 277 ] {611950b8-3c7e-4fc1-a869-bad64a455350} executeQuery: Read 160 rows, 11.41 KiB in 0.001358 sec., 117820.32400589102 rows/sec., 8.21 MiB/sec. 2025.07.17 11:26:55.654910 [ 42 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:55.654934 [ 277 ] {611950b8-3c7e-4fc1-a869-bad64a455350} TCPHandler: Processed in 0.0015644 sec. 2025.07.17 11:26:55.654943 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:55.654967 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1365 rows, containing 5 columns (5 merged, 0 gathered) in 0.001639362 sec., 832640.9908244794 rows/sec., 62.90 MiB/sec. 2025.07.17 11:26:55.655064 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:26:55.655067 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:26:55.655168 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:26:55.655227 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:55.655277 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 823 rows starting from the beginning of the part 2025.07.17 11:26:55.655305 [ 277 ] {47b829c3-cb1a-4fb4-ae26-8d5df521ff74} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:26:55.655354 [ 277 ] {47b829c3-cb1a-4fb4-ae26-8d5df521ff74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:26:55.655385 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2025.07.17 11:26:55.655466 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part 2025.07.17 11:26:55.655526 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:55.655539 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.07.17 11:26:55.655606 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part 2025.07.17 11:26:55.655639 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_11_2} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:26:55.655680 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.07.17 11:26:55.655729 [ 277 ] {47b829c3-cb1a-4fb4-ae26-8d5df521ff74} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:55.655731 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.17 11:26:55.655773 [ 277 ] {47b829c3-cb1a-4fb4-ae26-8d5df521ff74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:55.656148 [ 277 ] {47b829c3-cb1a-4fb4-ae26-8d5df521ff74} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:26:55.656430 [ 277 ] {47b829c3-cb1a-4fb4-ae26-8d5df521ff74} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:55.656546 [ 42 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:26:55.656569 [ 277 ] {47b829c3-cb1a-4fb4-ae26-8d5df521ff74} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2025.07.17 11:26:55.656586 [ 42 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:55.656611 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:55.656611 [ 277 ] {47b829c3-cb1a-4fb4-ae26-8d5df521ff74} TCPHandler: Processed in 0.001593752 sec. 2025.07.17 11:26:55.656750 [ 194 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:26:55.656893 [ 195 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1777 rows, containing 5 columns (5 merged, 0 gathered) in 0.001880044 sec., 945190.6444742783 rows/sec., 64.86 MiB/sec. 2025.07.17 11:26:55.656904 [ 194 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:26:55.656963 [ 194 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 298 rows starting from the beginning of the part 2025.07.17 11:26:55.657050 [ 194 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.07.17 11:26:55.657103 [ 194 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part 2025.07.17 11:26:55.657150 [ 194 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.07.17 11:26:55.657154 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:26:55.657193 [ 194 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part 2025.07.17 11:26:55.657244 [ 194 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.07.17 11:26:55.657453 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:55.657633 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_11_2} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:26:55.657704 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.07.17 11:26:55.658194 [ 188 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 4 columns (4 merged, 0 gathered) in 0.00151745 sec., 423078.19038518565 rows/sec., 27.83 MiB/sec. 2025.07.17 11:26:55.658351 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:26:55.658653 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:55.658741 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_11_2} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:26:55.658821 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.07.17 11:26:57.928779 [ 38 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:26:57.928876 [ 38 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:26:58.037414 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 2025.07.17 11:26:58.037945 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:58.037993 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:58.038468 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:26:58.038716 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:58.038869 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.07.17 11:26:58.297804 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.07.17 11:26:58.316222 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:26:58.316278 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:26:58.322581 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:26:58.323296 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:26:58.326114 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.07.17 11:26:59.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 180.94 MiB, peak 187.01 MiB, free memory in arenas 0.00 B, will set to 184.12 MiB (RSS), difference: 3.18 MiB 2025.07.17 11:27:00.645050 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.645333 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) 2025.07.17 11:27:00.645672 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:00.645711 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 2025.07.17 11:27:00.645973 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:00.646043 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:00.646184 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.07.17 11:27:00.646345 [ 290 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:00.646414 [ 292 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:00.646533 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:27:00.646564 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:00.652091 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:00.652130 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.07.17 11:27:00.652192 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:00.652232 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:00.653298 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} executeQuery: Read 31 rows, 1.17 KiB in 0.00806 sec., 3846.153846153846 rows/sec., 145.15 KiB/sec. 2025.07.17 11:27:00.653422 [ 277 ] {38134d2d-31b2-4aeb-a40f-e7015d2c219b} TCPHandler: Processed in 0.008505803 sec. 2025.07.17 11:27:00.653659 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.653808 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) 2025.07.17 11:27:00.654043 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:00.654079 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 2025.07.17 11:27:00.654283 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:00.654338 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:00.654446 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.07.17 11:27:00.654523 [ 290 ] {13adca67-eab9-403d-a713-1632fd02d7b9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:00.654528 [ 293 ] {13adca67-eab9-403d-a713-1632fd02d7b9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:00.654649 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:27:00.654677 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:00.654732 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:00.654750 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.07.17 11:27:00.654782 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:00.654815 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:00.655624 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} executeQuery: Read 31 rows, 1.17 KiB in 0.001882 sec., 16471.83846971307 rows/sec., 621.64 KiB/sec. 2025.07.17 11:27:00.655751 [ 277 ] {13adca67-eab9-403d-a713-1632fd02d7b9} TCPHandler: Processed in 0.002146778 sec. 2025.07.17 11:27:00.655966 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.656124 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) 2025.07.17 11:27:00.656331 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:00.656365 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 2025.07.17 11:27:00.656550 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:00.656600 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:00.656692 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.07.17 11:27:00.656752 [ 292 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:00.656756 [ 293 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:00.656857 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:27:00.656880 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:00.656930 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:00.656945 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.07.17 11:27:00.656973 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:00.657006 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:00.657621 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} executeQuery: Read 31 rows, 1.17 KiB in 0.001557 sec., 19910.083493898524 rows/sec., 751.39 KiB/sec. 2025.07.17 11:27:00.657723 [ 277 ] {1ac84c1d-2482-42b6-b2d8-a80904215232} TCPHandler: Processed in 0.001805643 sec. 2025.07.17 11:27:00.670443 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.670556 [ 277 ] {538a3119-b3fe-4910-9409-7cf8530655f1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.17 11:27:00.670597 [ 277 ] {538a3119-b3fe-4910-9409-7cf8530655f1} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:00.671137 [ 277 ] {538a3119-b3fe-4910-9409-7cf8530655f1} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.671181 [ 277 ] {538a3119-b3fe-4910-9409-7cf8530655f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.671592 [ 277 ] {538a3119-b3fe-4910-9409-7cf8530655f1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:27:00.671779 [ 277 ] {538a3119-b3fe-4910-9409-7cf8530655f1} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.671917 [ 277 ] {538a3119-b3fe-4910-9409-7cf8530655f1} executeQuery: Read 3 rows, 280.00 B in 0.001392 sec., 2155.1724137931033 rows/sec., 196.43 KiB/sec. 2025.07.17 11:27:00.671953 [ 277 ] {538a3119-b3fe-4910-9409-7cf8530655f1} TCPHandler: Processed in 0.001560191 sec. 2025.07.17 11:27:00.672070 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.672163 [ 277 ] {c38c8c79-f21d-4161-98e7-5860a82f99d6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.672205 [ 277 ] {c38c8c79-f21d-4161-98e7-5860a82f99d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:27:00.672711 [ 277 ] {c38c8c79-f21d-4161-98e7-5860a82f99d6} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.672747 [ 277 ] {c38c8c79-f21d-4161-98e7-5860a82f99d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.673056 [ 277 ] {c38c8c79-f21d-4161-98e7-5860a82f99d6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:27:00.673264 [ 277 ] {c38c8c79-f21d-4161-98e7-5860a82f99d6} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.673378 [ 277 ] {c38c8c79-f21d-4161-98e7-5860a82f99d6} executeQuery: Read 212 rows, 13.81 KiB in 0.001242 sec., 170692.43156199678 rows/sec., 10.86 MiB/sec. 2025.07.17 11:27:00.673411 [ 277 ] {c38c8c79-f21d-4161-98e7-5860a82f99d6} TCPHandler: Processed in 0.001400298 sec. 2025.07.17 11:27:00.673515 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.673603 [ 277 ] {7130979c-bf04-41b7-86e0-f2d2054ae4bb} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:00.673640 [ 277 ] {7130979c-bf04-41b7-86e0-f2d2054ae4bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:00.674370 [ 277 ] {7130979c-bf04-41b7-86e0-f2d2054ae4bb} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.674403 [ 277 ] {7130979c-bf04-41b7-86e0-f2d2054ae4bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.674741 [ 277 ] {7130979c-bf04-41b7-86e0-f2d2054ae4bb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:00.674944 [ 277 ] {7130979c-bf04-41b7-86e0-f2d2054ae4bb} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.675064 [ 277 ] {7130979c-bf04-41b7-86e0-f2d2054ae4bb} executeQuery: Read 689 rows, 56.20 KiB in 0.001453 sec., 474191.3282863042 rows/sec., 37.77 MiB/sec. 2025.07.17 11:27:00.675099 [ 277 ] {7130979c-bf04-41b7-86e0-f2d2054ae4bb} TCPHandler: Processed in 0.001613191 sec. 2025.07.17 11:27:00.675207 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.675301 [ 277 ] {59a3b0d3-53c6-493c-934f-43e78db4a1f1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.675338 [ 277 ] {59a3b0d3-53c6-493c-934f-43e78db4a1f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:00.675756 [ 277 ] {59a3b0d3-53c6-493c-934f-43e78db4a1f1} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.675790 [ 277 ] {59a3b0d3-53c6-493c-934f-43e78db4a1f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.676080 [ 277 ] {59a3b0d3-53c6-493c-934f-43e78db4a1f1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:27:00.676294 [ 277 ] {59a3b0d3-53c6-493c-934f-43e78db4a1f1} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.676416 [ 277 ] {59a3b0d3-53c6-493c-934f-43e78db4a1f1} executeQuery: Read 142 rows, 9.09 KiB in 0.001132 sec., 125441.69611307421 rows/sec., 7.84 MiB/sec. 2025.07.17 11:27:00.676453 [ 277 ] {59a3b0d3-53c6-493c-934f-43e78db4a1f1} TCPHandler: Processed in 0.001293397 sec. 2025.07.17 11:27:00.676561 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.676654 [ 277 ] {b46b74e6-b69e-475c-a1c5-fe86f03b6d36} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.676693 [ 277 ] {b46b74e6-b69e-475c-a1c5-fe86f03b6d36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:27:00.677103 [ 277 ] {b46b74e6-b69e-475c-a1c5-fe86f03b6d36} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.677139 [ 277 ] {b46b74e6-b69e-475c-a1c5-fe86f03b6d36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.677429 [ 277 ] {b46b74e6-b69e-475c-a1c5-fe86f03b6d36} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:27:00.677634 [ 277 ] {b46b74e6-b69e-475c-a1c5-fe86f03b6d36} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.677751 [ 277 ] {b46b74e6-b69e-475c-a1c5-fe86f03b6d36} executeQuery: Read 113 rows, 7.49 KiB in 0.001115 sec., 101345.29147982062 rows/sec., 6.56 MiB/sec. 2025.07.17 11:27:00.677787 [ 277 ] {b46b74e6-b69e-475c-a1c5-fe86f03b6d36} TCPHandler: Processed in 0.001273807 sec. 2025.07.17 11:27:00.677894 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.677986 [ 277 ] {af58c09e-41b1-49cf-a5b5-c104a8a4ae60} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.678025 [ 277 ] {af58c09e-41b1-49cf-a5b5-c104a8a4ae60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:27:00.678415 [ 277 ] {af58c09e-41b1-49cf-a5b5-c104a8a4ae60} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.678447 [ 277 ] {af58c09e-41b1-49cf-a5b5-c104a8a4ae60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.678714 [ 277 ] {af58c09e-41b1-49cf-a5b5-c104a8a4ae60} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:27:00.678900 [ 277 ] {af58c09e-41b1-49cf-a5b5-c104a8a4ae60} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.679013 [ 277 ] {af58c09e-41b1-49cf-a5b5-c104a8a4ae60} executeQuery: Read 112 rows, 6.53 KiB in 0.001095 sec., 102283.10502283105 rows/sec., 5.83 MiB/sec. 2025.07.17 11:27:00.679046 [ 277 ] {af58c09e-41b1-49cf-a5b5-c104a8a4ae60} TCPHandler: Processed in 0.001253616 sec. 2025.07.17 11:27:00.679145 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.679298 [ 277 ] {89aa3793-66e7-477b-a54b-f2080c6e03f2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:00.679337 [ 277 ] {89aa3793-66e7-477b-a54b-f2080c6e03f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:00.679864 [ 277 ] {89aa3793-66e7-477b-a54b-f2080c6e03f2} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.679898 [ 277 ] {89aa3793-66e7-477b-a54b-f2080c6e03f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.680204 [ 277 ] {89aa3793-66e7-477b-a54b-f2080c6e03f2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:00.680427 [ 277 ] {89aa3793-66e7-477b-a54b-f2080c6e03f2} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.680549 [ 277 ] {89aa3793-66e7-477b-a54b-f2080c6e03f2} executeQuery: Read 434 rows, 31.76 KiB in 0.001268 sec., 342271.2933753943 rows/sec., 24.46 MiB/sec. 2025.07.17 11:27:00.680586 [ 277 ] {89aa3793-66e7-477b-a54b-f2080c6e03f2} TCPHandler: Processed in 0.001428539 sec. 2025.07.17 11:27:00.680693 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.680786 [ 277 ] {13517dd4-6ef5-4430-9a2f-9003dc6dac65} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:27:00.680825 [ 277 ] {13517dd4-6ef5-4430-9a2f-9003dc6dac65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:27:00.681140 [ 277 ] {13517dd4-6ef5-4430-9a2f-9003dc6dac65} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.681176 [ 277 ] {13517dd4-6ef5-4430-9a2f-9003dc6dac65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.681461 [ 277 ] {13517dd4-6ef5-4430-9a2f-9003dc6dac65} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:27:00.681662 [ 277 ] {13517dd4-6ef5-4430-9a2f-9003dc6dac65} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.681784 [ 277 ] {13517dd4-6ef5-4430-9a2f-9003dc6dac65} executeQuery: Read 6 rows, 321.00 B in 0.001014 sec., 5917.15976331361 rows/sec., 309.15 KiB/sec. 2025.07.17 11:27:00.681819 [ 277 ] {13517dd4-6ef5-4430-9a2f-9003dc6dac65} TCPHandler: Processed in 0.001173555 sec. 2025.07.17 11:27:00.681923 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.682016 [ 277 ] {656de6c5-83c3-4b08-8c46-3635dfd7dc7b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.682057 [ 277 ] {656de6c5-83c3-4b08-8c46-3635dfd7dc7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:00.682437 [ 277 ] {656de6c5-83c3-4b08-8c46-3635dfd7dc7b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.682473 [ 277 ] {656de6c5-83c3-4b08-8c46-3635dfd7dc7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.682800 [ 277 ] {656de6c5-83c3-4b08-8c46-3635dfd7dc7b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:00.683007 [ 277 ] {656de6c5-83c3-4b08-8c46-3635dfd7dc7b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.683130 [ 277 ] {656de6c5-83c3-4b08-8c46-3635dfd7dc7b} executeQuery: Read 237 rows, 16.27 KiB in 0.001133 sec., 209179.1703442189 rows/sec., 14.02 MiB/sec. 2025.07.17 11:27:00.683165 [ 277 ] {656de6c5-83c3-4b08-8c46-3635dfd7dc7b} TCPHandler: Processed in 0.001289347 sec. 2025.07.17 11:27:00.683271 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.683364 [ 277 ] {64c52f3b-0c66-4f2c-abdc-8e9f41f85872} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.683405 [ 277 ] {64c52f3b-0c66-4f2c-abdc-8e9f41f85872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:27:00.683854 [ 277 ] {64c52f3b-0c66-4f2c-abdc-8e9f41f85872} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.683889 [ 277 ] {64c52f3b-0c66-4f2c-abdc-8e9f41f85872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.684165 [ 277 ] {64c52f3b-0c66-4f2c-abdc-8e9f41f85872} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:27:00.684364 [ 277 ] {64c52f3b-0c66-4f2c-abdc-8e9f41f85872} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.684506 [ 277 ] {64c52f3b-0c66-4f2c-abdc-8e9f41f85872} executeQuery: Read 1 rows, 69.00 B in 0.001177 sec., 849.6176720475785 rows/sec., 57.25 KiB/sec. 2025.07.17 11:27:00.684540 [ 277 ] {64c52f3b-0c66-4f2c-abdc-8e9f41f85872} TCPHandler: Processed in 0.001336188 sec. 2025.07.17 11:27:00.684636 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.684724 [ 277 ] {e64dc104-e4af-4dc1-8ccc-09bfa28b27d8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.684773 [ 277 ] {e64dc104-e4af-4dc1-8ccc-09bfa28b27d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:00.685678 [ 277 ] {e64dc104-e4af-4dc1-8ccc-09bfa28b27d8} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.685715 [ 277 ] {e64dc104-e4af-4dc1-8ccc-09bfa28b27d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.686279 [ 277 ] {e64dc104-e4af-4dc1-8ccc-09bfa28b27d8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:27:00.686493 [ 277 ] {e64dc104-e4af-4dc1-8ccc-09bfa28b27d8} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.686623 [ 277 ] {e64dc104-e4af-4dc1-8ccc-09bfa28b27d8} executeQuery: Read 36 rows, 66.06 KiB in 0.001883 sec., 19118.428040361126 rows/sec., 34.26 MiB/sec. 2025.07.17 11:27:00.686671 [ 277 ] {e64dc104-e4af-4dc1-8ccc-09bfa28b27d8} TCPHandler: Processed in 0.002055187 sec. 2025.07.17 11:27:00.686782 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.686876 [ 277 ] {e8a69209-ea85-4c52-9dba-d7aa520cb2a9} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.686916 [ 277 ] {e8a69209-ea85-4c52-9dba-d7aa520cb2a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.17 11:27:00.687242 [ 277 ] {e8a69209-ea85-4c52-9dba-d7aa520cb2a9} oximeter.measurements_i64 (fbdb01d6-86ba-489f-bea0-30e57e4ac674): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.687277 [ 277 ] {e8a69209-ea85-4c52-9dba-d7aa520cb2a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.687562 [ 277 ] {e8a69209-ea85-4c52-9dba-d7aa520cb2a9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:27:00.687766 [ 277 ] {e8a69209-ea85-4c52-9dba-d7aa520cb2a9} oximeter.measurements_i64 (fbdb01d6-86ba-489f-bea0-30e57e4ac674): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.687887 [ 277 ] {e8a69209-ea85-4c52-9dba-d7aa520cb2a9} executeQuery: Read 24 rows, 1.78 KiB in 0.001029 sec., 23323.615160349855 rows/sec., 1.69 MiB/sec. 2025.07.17 11:27:00.687923 [ 277 ] {e8a69209-ea85-4c52-9dba-d7aa520cb2a9} TCPHandler: Processed in 0.001190236 sec. 2025.07.17 11:27:00.688027 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:00.688121 [ 277 ] {e02e2fd8-6bea-4586-b5c1-487b718c0bfe} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:00.688161 [ 277 ] {e02e2fd8-6bea-4586-b5c1-487b718c0bfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:00.688474 [ 277 ] {e02e2fd8-6bea-4586-b5c1-487b718c0bfe} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:00.688511 [ 277 ] {e02e2fd8-6bea-4586-b5c1-487b718c0bfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:00.688822 [ 277 ] {e02e2fd8-6bea-4586-b5c1-487b718c0bfe} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:00.689024 [ 277 ] {e02e2fd8-6bea-4586-b5c1-487b718c0bfe} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:00.689145 [ 277 ] {e02e2fd8-6bea-4586-b5c1-487b718c0bfe} executeQuery: Read 82 rows, 5.33 KiB in 0.001042 sec., 78694.81765834933 rows/sec., 5.00 MiB/sec. 2025.07.17 11:27:00.689186 [ 277 ] {e02e2fd8-6bea-4586-b5c1-487b718c0bfe} TCPHandler: Processed in 0.001205726 sec. 2025.07.17 11:27:03.033620 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 316 2025.07.17 11:27:03.036071 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:03.036117 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:03.037359 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:27:03.037647 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:03.037954 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 316 2025.07.17 11:27:05.539291 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 2025.07.17 11:27:05.539766 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.539814 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.540443 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:27:05.540699 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.540845 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 2025.07.17 11:27:05.540846 [ 26 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:27:05.540944 [ 26 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.540982 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.541126 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:27:05.541288 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:05.541331 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2025.07.17 11:27:05.541405 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2025.07.17 11:27:05.541457 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part 2025.07.17 11:27:05.541500 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part 2025.07.17 11:27:05.541543 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part 2025.07.17 11:27:05.541593 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part 2025.07.17 11:27:05.543039 [ 196 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.001972676 sec., 2566564.4028720376 rows/sec., 36.71 MiB/sec. 2025.07.17 11:27:05.543906 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:27:05.544149 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.544229 [ 188 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_11_2} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:27:05.544299 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.07.17 11:27:05.642754 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:05.643034 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) 2025.07.17 11:27:05.643651 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:05.643750 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 2025.07.17 11:27:05.644129 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:05.644259 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:05.644447 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.07.17 11:27:05.644596 [ 290 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:05.644603 [ 292 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:05.644599 [ 293 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.17 11:27:05.644843 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (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 2025.07.17 11:27:05.644889 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:05.644994 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:05.645018 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.17 11:27:05.645063 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:05.645109 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:05.645147 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" 2025.07.17 11:27:05.646183 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} executeQuery: Read 34 rows, 1.31 KiB in 0.003284 sec., 10353.227771010963 rows/sec., 398.48 KiB/sec. 2025.07.17 11:27:05.646351 [ 277 ] {0bdf1b94-f770-41ab-bbe8-801e95da88ca} TCPHandler: Processed in 0.00378818 sec. 2025.07.17 11:27:05.652648 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:05.652787 [ 277 ] {47f09634-f63b-4fcf-b038-24e5ce997c7f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.17 11:27:05.652853 [ 277 ] {47f09634-f63b-4fcf-b038-24e5ce997c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:05.653715 [ 277 ] {47f09634-f63b-4fcf-b038-24e5ce997c7f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.653773 [ 277 ] {47f09634-f63b-4fcf-b038-24e5ce997c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.654303 [ 277 ] {47f09634-f63b-4fcf-b038-24e5ce997c7f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:27:05.654516 [ 277 ] {47f09634-f63b-4fcf-b038-24e5ce997c7f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.654676 [ 277 ] {47f09634-f63b-4fcf-b038-24e5ce997c7f} executeQuery: Read 1 rows, 232.00 B in 0.001933 sec., 517.3305742369374 rows/sec., 117.21 KiB/sec. 2025.07.17 11:27:05.654721 [ 277 ] {47f09634-f63b-4fcf-b038-24e5ce997c7f} TCPHandler: Processed in 0.002135128 sec. 2025.07.17 11:27:05.654870 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:05.654983 [ 277 ] {cdcfc2ab-5189-4cb6-8fc4-1d584046acf0} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:27:05.655034 [ 277 ] {cdcfc2ab-5189-4cb6-8fc4-1d584046acf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:27:05.655501 [ 277 ] {cdcfc2ab-5189-4cb6-8fc4-1d584046acf0} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.655539 [ 277 ] {cdcfc2ab-5189-4cb6-8fc4-1d584046acf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.655858 [ 277 ] {cdcfc2ab-5189-4cb6-8fc4-1d584046acf0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.17 11:27:05.656097 [ 277 ] {cdcfc2ab-5189-4cb6-8fc4-1d584046acf0} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.656228 [ 277 ] {cdcfc2ab-5189-4cb6-8fc4-1d584046acf0} executeQuery: Read 6 rows, 501.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 383.73 KiB/sec. 2025.07.17 11:27:05.656267 [ 277 ] {cdcfc2ab-5189-4cb6-8fc4-1d584046acf0} TCPHandler: Processed in 0.0014556 sec. 2025.07.17 11:27:05.656436 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:05.656532 [ 277 ] {2aa02630-e92b-4a6f-9e77-715d47089c2a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:05.656574 [ 277 ] {2aa02630-e92b-4a6f-9e77-715d47089c2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:05.657080 [ 277 ] {2aa02630-e92b-4a6f-9e77-715d47089c2a} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.657122 [ 277 ] {2aa02630-e92b-4a6f-9e77-715d47089c2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.657528 [ 277 ] {2aa02630-e92b-4a6f-9e77-715d47089c2a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:27:05.657765 [ 277 ] {2aa02630-e92b-4a6f-9e77-715d47089c2a} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.657904 [ 277 ] {2aa02630-e92b-4a6f-9e77-715d47089c2a} executeQuery: Read 59 rows, 4.60 KiB in 0.001392 sec., 42385.057471264365 rows/sec., 3.23 MiB/sec. 2025.07.17 11:27:05.657943 [ 277 ] {2aa02630-e92b-4a6f-9e77-715d47089c2a} TCPHandler: Processed in 0.001557061 sec. 2025.07.17 11:27:05.658068 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:05.658165 [ 277 ] {84155e3c-533b-4c55-bf1b-3725eeeeddd3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:05.658208 [ 277 ] {84155e3c-533b-4c55-bf1b-3725eeeeddd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:05.658617 [ 277 ] {84155e3c-533b-4c55-bf1b-3725eeeeddd3} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.658655 [ 277 ] {84155e3c-533b-4c55-bf1b-3725eeeeddd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.658953 [ 277 ] {84155e3c-533b-4c55-bf1b-3725eeeeddd3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:27:05.659180 [ 277 ] {84155e3c-533b-4c55-bf1b-3725eeeeddd3} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.659314 [ 277 ] {84155e3c-533b-4c55-bf1b-3725eeeeddd3} executeQuery: Read 6 rows, 429.00 B in 0.001168 sec., 5136.986301369863 rows/sec., 358.69 KiB/sec. 2025.07.17 11:27:05.659351 [ 277 ] {84155e3c-533b-4c55-bf1b-3725eeeeddd3} TCPHandler: Processed in 0.001332067 sec. 2025.07.17 11:27:05.659466 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:05.659564 [ 277 ] {5dbbf7f9-0284-490a-ba2a-c348315738ac} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:05.659612 [ 277 ] {5dbbf7f9-0284-490a-ba2a-c348315738ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:05.660053 [ 277 ] {5dbbf7f9-0284-490a-ba2a-c348315738ac} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.660091 [ 277 ] {5dbbf7f9-0284-490a-ba2a-c348315738ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.660452 [ 277 ] {5dbbf7f9-0284-490a-ba2a-c348315738ac} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:27:05.660660 [ 277 ] {5dbbf7f9-0284-490a-ba2a-c348315738ac} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.660790 [ 277 ] {5dbbf7f9-0284-490a-ba2a-c348315738ac} executeQuery: Read 70 rows, 5.60 KiB in 0.001244 sec., 56270.096463022506 rows/sec., 4.40 MiB/sec. 2025.07.17 11:27:05.660828 [ 277 ] {5dbbf7f9-0284-490a-ba2a-c348315738ac} TCPHandler: Processed in 0.001413629 sec. 2025.07.17 11:27:05.660946 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:05.661039 [ 277 ] {c55b3210-bc63-4d88-a08a-4296b6ea63b3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:05.661081 [ 277 ] {c55b3210-bc63-4d88-a08a-4296b6ea63b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:05.661529 [ 277 ] {c55b3210-bc63-4d88-a08a-4296b6ea63b3} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.661566 [ 277 ] {c55b3210-bc63-4d88-a08a-4296b6ea63b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.661925 [ 277 ] {c55b3210-bc63-4d88-a08a-4296b6ea63b3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:27:05.662140 [ 277 ] {c55b3210-bc63-4d88-a08a-4296b6ea63b3} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.662268 [ 277 ] {c55b3210-bc63-4d88-a08a-4296b6ea63b3} executeQuery: Read 163 rows, 11.62 KiB in 0.001248 sec., 130608.97435897436 rows/sec., 9.09 MiB/sec. 2025.07.17 11:27:05.662305 [ 277 ] {c55b3210-bc63-4d88-a08a-4296b6ea63b3} TCPHandler: Processed in 0.001408128 sec. 2025.07.17 11:27:05.662415 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:05.662509 [ 277 ] {4941036f-4fa7-427f-a6e1-95cecd52fdf7} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:05.662552 [ 277 ] {4941036f-4fa7-427f-a6e1-95cecd52fdf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:05.662905 [ 277 ] {4941036f-4fa7-427f-a6e1-95cecd52fdf7} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.662942 [ 277 ] {4941036f-4fa7-427f-a6e1-95cecd52fdf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.663266 [ 277 ] {4941036f-4fa7-427f-a6e1-95cecd52fdf7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:27:05.663473 [ 277 ] {4941036f-4fa7-427f-a6e1-95cecd52fdf7} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.663601 [ 277 ] {4941036f-4fa7-427f-a6e1-95cecd52fdf7} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2025.07.17 11:27:05.663636 [ 277 ] {4941036f-4fa7-427f-a6e1-95cecd52fdf7} TCPHandler: Processed in 0.001270607 sec. 2025.07.17 11:27:05.826517 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.07.17 11:27:05.844842 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.844902 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.851789 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:27:05.852572 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.852872 [ 26 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:27:05.852935 [ 26 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:05.852960 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:05.853081 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:27:05.856159 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.07.17 11:27:05.857309 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:05.858791 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.07.17 11:27:05.863496 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.07.17 11:27:05.868095 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.07.17 11:27:05.872707 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.07.17 11:27:05.877494 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.07.17 11:27:05.881955 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.07.17 11:27:05.936090 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.083052805 sec., 999.3641996799507 rows/sec., 5.17 MiB/sec. 2025.07.17 11:27:05.937921 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:27:05.939748 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:05.939843 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_11_2} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:27:05.941134 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.07.17 11:27:06.001151 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 186.19 MiB, peak 196.09 MiB, free memory in arenas 0.00 B, will set to 196.45 MiB (RSS), difference: 10.26 MiB 2025.07.17 11:27:10.657788 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.657967 [ 277 ] {ec8db56d-457d-4eab-98a1-4bf3f79a79ff} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:27:10.658027 [ 277 ] {ec8db56d-457d-4eab-98a1-4bf3f79a79ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:27:10.658716 [ 277 ] {ec8db56d-457d-4eab-98a1-4bf3f79a79ff} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.658757 [ 277 ] {ec8db56d-457d-4eab-98a1-4bf3f79a79ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.659169 [ 277 ] {ec8db56d-457d-4eab-98a1-4bf3f79a79ff} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:27:10.659390 [ 277 ] {ec8db56d-457d-4eab-98a1-4bf3f79a79ff} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.659509 [ 90 ] {} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.17 11:27:10.659539 [ 277 ] {ec8db56d-457d-4eab-98a1-4bf3f79a79ff} executeQuery: Read 212 rows, 13.81 KiB in 0.001619 sec., 130945.02779493514 rows/sec., 8.33 MiB/sec. 2025.07.17 11:27:10.659572 [ 90 ] {} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.659585 [ 277 ] {ec8db56d-457d-4eab-98a1-4bf3f79a79ff} TCPHandler: Processed in 0.001927926 sec. 2025.07.17 11:27:10.659598 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.659706 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.659744 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.07.17 11:27:10.659802 [ 277 ] {a4dc071a-ea77-4faf-b63f-9b8bade720ee} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:10.659848 [ 277 ] {a4dc071a-ea77-4faf-b63f-9b8bade720ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:10.659926 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:10.659972 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:10.660040 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:10.660082 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:10.660123 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:10.660160 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:10.660504 [ 277 ] {a4dc071a-ea77-4faf-b63f-9b8bade720ee} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.660547 [ 277 ] {a4dc071a-ea77-4faf-b63f-9b8bade720ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.661042 [ 277 ] {a4dc071a-ea77-4faf-b63f-9b8bade720ee} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:27:10.661092 [ 192 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418779 sec., 747121.2923224829 rows/sec., 50.37 MiB/sec. 2025.07.17 11:27:10.661250 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.17 11:27:10.661291 [ 277 ] {a4dc071a-ea77-4faf-b63f-9b8bade720ee} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.661441 [ 277 ] {a4dc071a-ea77-4faf-b63f-9b8bade720ee} executeQuery: Read 689 rows, 56.20 KiB in 0.001656 sec., 416062.80193236715 rows/sec., 33.14 MiB/sec. 2025.07.17 11:27:10.661480 [ 277 ] {a4dc071a-ea77-4faf-b63f-9b8bade720ee} TCPHandler: Processed in 0.001821394 sec. 2025.07.17 11:27:10.661521 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.661593 [ 188 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_5_1} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.17 11:27:10.661593 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.661662 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.17 11:27:10.661697 [ 277 ] {fb66111d-13a2-4513-be67-816839b0247c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:10.661741 [ 277 ] {fb66111d-13a2-4513-be67-816839b0247c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:10.662167 [ 277 ] {fb66111d-13a2-4513-be67-816839b0247c} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.662204 [ 277 ] {fb66111d-13a2-4513-be67-816839b0247c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.662513 [ 277 ] {fb66111d-13a2-4513-be67-816839b0247c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:27:10.662715 [ 277 ] {fb66111d-13a2-4513-be67-816839b0247c} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.662810 [ 90 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:27:10.662838 [ 277 ] {fb66111d-13a2-4513-be67-816839b0247c} executeQuery: Read 142 rows, 9.09 KiB in 0.001159 sec., 122519.41328731664 rows/sec., 7.66 MiB/sec. 2025.07.17 11:27:10.662851 [ 90 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.662878 [ 277 ] {fb66111d-13a2-4513-be67-816839b0247c} TCPHandler: Processed in 0.001331637 sec. 2025.07.17 11:27:10.662891 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.662968 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:27:10.662990 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.663061 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:10.663087 [ 277 ] {933d3a82-ccea-4ec5-81ef-7d95e96af44b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:27:10.663089 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 115 rows starting from the beginning of the part 2025.07.17 11:27:10.663147 [ 277 ] {933d3a82-ccea-4ec5-81ef-7d95e96af44b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:27:10.663176 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 115 rows starting from the beginning of the part 2025.07.17 11:27:10.663218 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 115 rows starting from the beginning of the part 2025.07.17 11:27:10.663251 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 142 rows starting from the beginning of the part 2025.07.17 11:27:10.663283 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.07.17 11:27:10.663316 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 142 rows starting from the beginning of the part 2025.07.17 11:27:10.663562 [ 277 ] {933d3a82-ccea-4ec5-81ef-7d95e96af44b} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.663602 [ 277 ] {933d3a82-ccea-4ec5-81ef-7d95e96af44b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.663926 [ 277 ] {933d3a82-ccea-4ec5-81ef-7d95e96af44b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:27:10.664057 [ 192 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 635 rows, containing 5 columns (5 merged, 0 gathered) in 0.001120575 sec., 566673.3596591036 rows/sec., 36.84 MiB/sec. 2025.07.17 11:27:10.664146 [ 277 ] {933d3a82-ccea-4ec5-81ef-7d95e96af44b} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.664184 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:27:10.664257 [ 90 ] {} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.17 11:27:10.664287 [ 277 ] {933d3a82-ccea-4ec5-81ef-7d95e96af44b} executeQuery: Read 113 rows, 7.49 KiB in 0.001218 sec., 92775.04105090312 rows/sec., 6.01 MiB/sec. 2025.07.17 11:27:10.664291 [ 90 ] {} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.664327 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.664330 [ 277 ] {933d3a82-ccea-4ec5-81ef-7d95e96af44b} TCPHandler: Processed in 0.001387398 sec. 2025.07.17 11:27:10.664443 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.664456 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.664455 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.07.17 11:27:10.664511 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_6_1} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:27:10.664551 [ 277 ] {ca39ab0c-da72-4851-8afd-dd39c2a3d76e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:27:10.664571 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.17 11:27:10.664594 [ 277 ] {ca39ab0c-da72-4851-8afd-dd39c2a3d76e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:27:10.664606 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:10.664643 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part 2025.07.17 11:27:10.664707 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part 2025.07.17 11:27:10.664751 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part 2025.07.17 11:27:10.664811 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part 2025.07.17 11:27:10.664852 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part 2025.07.17 11:27:10.665029 [ 277 ] {ca39ab0c-da72-4851-8afd-dd39c2a3d76e} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.665069 [ 277 ] {ca39ab0c-da72-4851-8afd-dd39c2a3d76e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.665433 [ 277 ] {ca39ab0c-da72-4851-8afd-dd39c2a3d76e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:27:10.665657 [ 277 ] {ca39ab0c-da72-4851-8afd-dd39c2a3d76e} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.665688 [ 192 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285747 sec., 439433.2633091891 rows/sec., 30.12 MiB/sec. 2025.07.17 11:27:10.665788 [ 277 ] {ca39ab0c-da72-4851-8afd-dd39c2a3d76e} executeQuery: Read 112 rows, 6.53 KiB in 0.001254 sec., 89314.19457735248 rows/sec., 5.09 MiB/sec. 2025.07.17 11:27:10.665792 [ 109 ] {} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.17 11:27:10.665823 [ 188 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.17 11:27:10.665831 [ 277 ] {ca39ab0c-da72-4851-8afd-dd39c2a3d76e} TCPHandler: Processed in 0.001422579 sec. 2025.07.17 11:27:10.665849 [ 109 ] {} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.665878 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.665952 [ 189 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.07.17 11:27:10.665957 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.666075 [ 189 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:10.666081 [ 277 ] {d41b62a2-5958-4f2e-a106-87d42338e059} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:10.666119 [ 189 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:10.666119 [ 188 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.666163 [ 277 ] {d41b62a2-5958-4f2e-a106-87d42338e059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:10.666210 [ 189 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:10.666212 [ 188 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_5_1} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.17 11:27:10.666265 [ 189 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:10.666298 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.07.17 11:27:10.666322 [ 189 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:10.666369 [ 189 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:10.666689 [ 277 ] {d41b62a2-5958-4f2e-a106-87d42338e059} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.666730 [ 277 ] {d41b62a2-5958-4f2e-a106-87d42338e059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.667136 [ 277 ] {d41b62a2-5958-4f2e-a106-87d42338e059} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:27:10.667160 [ 192 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001241297 sec., 451141.0242673591 rows/sec., 27.42 MiB/sec. 2025.07.17 11:27:10.667294 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.17 11:27:10.667369 [ 277 ] {d41b62a2-5958-4f2e-a106-87d42338e059} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.667512 [ 277 ] {d41b62a2-5958-4f2e-a106-87d42338e059} executeQuery: Read 418 rows, 30.47 KiB in 0.001448 sec., 288674.0331491713 rows/sec., 20.55 MiB/sec. 2025.07.17 11:27:10.667551 [ 277 ] {d41b62a2-5958-4f2e-a106-87d42338e059} TCPHandler: Processed in 0.001640322 sec. 2025.07.17 11:27:10.667554 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.667626 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_5_1} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.17 11:27:10.667663 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.667689 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.17 11:27:10.667759 [ 277 ] {0be1758a-0cf7-4337-908c-b7340cd7a846} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:27:10.667803 [ 277 ] {0be1758a-0cf7-4337-908c-b7340cd7a846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:27:10.668140 [ 277 ] {0be1758a-0cf7-4337-908c-b7340cd7a846} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.668175 [ 277 ] {0be1758a-0cf7-4337-908c-b7340cd7a846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.668477 [ 277 ] {0be1758a-0cf7-4337-908c-b7340cd7a846} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:27:10.668675 [ 277 ] {0be1758a-0cf7-4337-908c-b7340cd7a846} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.668800 [ 277 ] {0be1758a-0cf7-4337-908c-b7340cd7a846} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2025.07.17 11:27:10.668835 [ 277 ] {0be1758a-0cf7-4337-908c-b7340cd7a846} TCPHandler: Processed in 0.001218676 sec. 2025.07.17 11:27:10.668947 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.669037 [ 277 ] {f9cc5b1c-14fe-44ba-876f-1fce8f57a6bd} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:10.669078 [ 277 ] {f9cc5b1c-14fe-44ba-876f-1fce8f57a6bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:10.669477 [ 277 ] {f9cc5b1c-14fe-44ba-876f-1fce8f57a6bd} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.669511 [ 277 ] {f9cc5b1c-14fe-44ba-876f-1fce8f57a6bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.669856 [ 277 ] {f9cc5b1c-14fe-44ba-876f-1fce8f57a6bd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:27:10.670076 [ 277 ] {f9cc5b1c-14fe-44ba-876f-1fce8f57a6bd} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.670206 [ 277 ] {f9cc5b1c-14fe-44ba-876f-1fce8f57a6bd} executeQuery: Read 237 rows, 16.27 KiB in 0.001187 sec., 199663.0160067397 rows/sec., 13.38 MiB/sec. 2025.07.17 11:27:10.670241 [ 277 ] {f9cc5b1c-14fe-44ba-876f-1fce8f57a6bd} TCPHandler: Processed in 0.001340787 sec. 2025.07.17 11:27:10.670348 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.670439 [ 277 ] {87140c84-0141-4ab1-ad6e-fd11bb98851b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:27:10.670479 [ 277 ] {87140c84-0141-4ab1-ad6e-fd11bb98851b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:27:10.670794 [ 277 ] {87140c84-0141-4ab1-ad6e-fd11bb98851b} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.670828 [ 277 ] {87140c84-0141-4ab1-ad6e-fd11bb98851b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.671140 [ 277 ] {87140c84-0141-4ab1-ad6e-fd11bb98851b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:27:10.671337 [ 277 ] {87140c84-0141-4ab1-ad6e-fd11bb98851b} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.671426 [ 109 ] {} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.17 11:27:10.671458 [ 109 ] {} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.671458 [ 277 ] {87140c84-0141-4ab1-ad6e-fd11bb98851b} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2025.07.17 11:27:10.671476 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.671506 [ 277 ] {87140c84-0141-4ab1-ad6e-fd11bb98851b} TCPHandler: Processed in 0.001203996 sec. 2025.07.17 11:27:10.671565 [ 189 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.07.17 11:27:10.671614 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.671668 [ 189 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:10.671699 [ 189 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:10.671709 [ 277 ] {7d23201e-f94d-447d-818a-174b240546a3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:10.671745 [ 189 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:10.671765 [ 277 ] {7d23201e-f94d-447d-818a-174b240546a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:10.671786 [ 189 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:10.671825 [ 189 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:10.671871 [ 189 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:10.672549 [ 277 ] {7d23201e-f94d-447d-818a-174b240546a3} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.672589 [ 277 ] {7d23201e-f94d-447d-818a-174b240546a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.672675 [ 189 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001134565 sec., 4406.975360600759 rows/sec., 296.95 KiB/sec. 2025.07.17 11:27:10.672820 [ 201 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.17 11:27:10.673128 [ 201 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.673209 [ 201 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_5_1} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.17 11:27:10.673232 [ 277 ] {7d23201e-f94d-447d-818a-174b240546a3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:27:10.673291 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.07.17 11:27:10.673463 [ 277 ] {7d23201e-f94d-447d-818a-174b240546a3} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.673606 [ 277 ] {7d23201e-f94d-447d-818a-174b240546a3} executeQuery: Read 36 rows, 66.06 KiB in 0.001915 sec., 18798.95561357702 rows/sec., 33.69 MiB/sec. 2025.07.17 11:27:10.673673 [ 277 ] {7d23201e-f94d-447d-818a-174b240546a3} TCPHandler: Processed in 0.002105548 sec. 2025.07.17 11:27:10.673782 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:10.673874 [ 277 ] {e5125fc6-9ebb-4ad1-97cd-b4415f930f9f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:10.673914 [ 277 ] {e5125fc6-9ebb-4ad1-97cd-b4415f930f9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:10.674249 [ 277 ] {e5125fc6-9ebb-4ad1-97cd-b4415f930f9f} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:10.674284 [ 277 ] {e5125fc6-9ebb-4ad1-97cd-b4415f930f9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:10.674579 [ 277 ] {e5125fc6-9ebb-4ad1-97cd-b4415f930f9f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:27:10.674805 [ 277 ] {e5125fc6-9ebb-4ad1-97cd-b4415f930f9f} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:10.674928 [ 277 ] {e5125fc6-9ebb-4ad1-97cd-b4415f930f9f} executeQuery: Read 82 rows, 5.33 KiB in 0.001072 sec., 76492.53731343284 rows/sec., 4.86 MiB/sec. 2025.07.17 11:27:10.674962 [ 277 ] {e5125fc6-9ebb-4ad1-97cd-b4415f930f9f} TCPHandler: Processed in 0.001227807 sec. 2025.07.17 11:27:12.929158 [ 146 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:27:12.929230 [ 146 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:27:13.038888 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 354 2025.07.17 11:27:13.041341 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:13.041385 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:13.041650 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 2025.07.17 11:27:13.042162 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:13.042212 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:13.042576 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:27:13.042822 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:13.042840 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:13.043101 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:13.043119 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 354 2025.07.17 11:27:13.043261 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.07.17 11:27:13.356955 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.07.17 11:27:13.374415 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:13.374467 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:13.380029 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:13.380733 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:13.383496 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.07.17 11:27:15.643465 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.643888 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.17 11:27:15.644397 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:15.644471 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.17 11:27:15.644756 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:15.644833 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:15.644976 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.07.17 11:27:15.645091 [ 292 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:15.645111 [ 290 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:15.645122 [ 293 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.17 11:27:15.645091 [ 295 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.17 11:27:15.645288 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.07.17 11:27:15.645319 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:15.645405 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:15.645425 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.17 11:27:15.645462 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.17 11:27:15.645499 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.17 11:27:15.645540 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.17 11:27:15.646390 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} executeQuery: Read 34 rows, 1.31 KiB in 0.002645 sec., 12854.442344045368 rows/sec., 494.74 KiB/sec. 2025.07.17 11:27:15.646554 [ 277 ] {561feb56-756d-4400-a27a-2d0ddf90d26f} TCPHandler: Processed in 0.003367565 sec. 2025.07.17 11:27:15.653079 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.653204 [ 277 ] {509415ce-3eea-49b9-8df3-2dfaa69e3df5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.17 11:27:15.653255 [ 277 ] {509415ce-3eea-49b9-8df3-2dfaa69e3df5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:15.653848 [ 277 ] {509415ce-3eea-49b9-8df3-2dfaa69e3df5} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.653894 [ 277 ] {509415ce-3eea-49b9-8df3-2dfaa69e3df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.654337 [ 277 ] {509415ce-3eea-49b9-8df3-2dfaa69e3df5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:27:15.654567 [ 277 ] {509415ce-3eea-49b9-8df3-2dfaa69e3df5} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.654724 [ 277 ] {509415ce-3eea-49b9-8df3-2dfaa69e3df5} executeQuery: Read 1 rows, 106.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 66.48 KiB/sec. 2025.07.17 11:27:15.654767 [ 277 ] {509415ce-3eea-49b9-8df3-2dfaa69e3df5} TCPHandler: Processed in 0.001746713 sec. 2025.07.17 11:27:15.654898 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.655004 [ 277 ] {53c29a79-745a-47b8-94fe-1c244b2aaf5a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:15.655049 [ 277 ] {53c29a79-745a-47b8-94fe-1c244b2aaf5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:15.655539 [ 277 ] {53c29a79-745a-47b8-94fe-1c244b2aaf5a} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.655576 [ 277 ] {53c29a79-745a-47b8-94fe-1c244b2aaf5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.655934 [ 277 ] {53c29a79-745a-47b8-94fe-1c244b2aaf5a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:27:15.656205 [ 277 ] {53c29a79-745a-47b8-94fe-1c244b2aaf5a} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.656339 [ 277 ] {53c29a79-745a-47b8-94fe-1c244b2aaf5a} executeQuery: Read 67 rows, 5.45 KiB in 0.001413 sec., 47416.84359518754 rows/sec., 3.76 MiB/sec. 2025.07.17 11:27:15.656377 [ 277 ] {53c29a79-745a-47b8-94fe-1c244b2aaf5a} TCPHandler: Processed in 0.001587401 sec. 2025.07.17 11:27:15.656565 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.656666 [ 277 ] {2b922494-7a2e-4bd5-ab25-d07fed1cd418} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:15.656711 [ 277 ] {2b922494-7a2e-4bd5-ab25-d07fed1cd418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:15.657139 [ 277 ] {2b922494-7a2e-4bd5-ab25-d07fed1cd418} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.657176 [ 277 ] {2b922494-7a2e-4bd5-ab25-d07fed1cd418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.657580 [ 277 ] {2b922494-7a2e-4bd5-ab25-d07fed1cd418} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:27:15.657794 [ 277 ] {2b922494-7a2e-4bd5-ab25-d07fed1cd418} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.657921 [ 277 ] {2b922494-7a2e-4bd5-ab25-d07fed1cd418} executeQuery: Read 5 rows, 385.00 B in 0.001277 sec., 3915.4267815191856 rows/sec., 294.42 KiB/sec. 2025.07.17 11:27:15.657959 [ 277 ] {2b922494-7a2e-4bd5-ab25-d07fed1cd418} TCPHandler: Processed in 0.001447569 sec. 2025.07.17 11:27:15.658082 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.658176 [ 277 ] {f1d24470-4c79-46cd-adb3-d62bf7ab94a4} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:27:15.658216 [ 277 ] {f1d24470-4c79-46cd-adb3-d62bf7ab94a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:27:15.658620 [ 277 ] {f1d24470-4c79-46cd-adb3-d62bf7ab94a4} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.658656 [ 277 ] {f1d24470-4c79-46cd-adb3-d62bf7ab94a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.658947 [ 277 ] {f1d24470-4c79-46cd-adb3-d62bf7ab94a4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:27:15.659195 [ 277 ] {f1d24470-4c79-46cd-adb3-d62bf7ab94a4} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.659326 [ 277 ] {f1d24470-4c79-46cd-adb3-d62bf7ab94a4} executeQuery: Read 1 rows, 68.00 B in 0.001169 sec., 855.4319931565441 rows/sec., 56.81 KiB/sec. 2025.07.17 11:27:15.659365 [ 277 ] {f1d24470-4c79-46cd-adb3-d62bf7ab94a4} TCPHandler: Processed in 0.001330998 sec. 2025.07.17 11:27:15.659476 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.659569 [ 277 ] {8bd3838a-1e47-4e95-9322-c0d61e1351b4} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:15.659609 [ 277 ] {8bd3838a-1e47-4e95-9322-c0d61e1351b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:15.660037 [ 277 ] {8bd3838a-1e47-4e95-9322-c0d61e1351b4} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.660074 [ 277 ] {8bd3838a-1e47-4e95-9322-c0d61e1351b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.660384 [ 277 ] {8bd3838a-1e47-4e95-9322-c0d61e1351b4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:27:15.660590 [ 277 ] {8bd3838a-1e47-4e95-9322-c0d61e1351b4} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.660715 [ 277 ] {8bd3838a-1e47-4e95-9322-c0d61e1351b4} executeQuery: Read 72 rows, 5.76 KiB in 0.001163 sec., 61908.85640584695 rows/sec., 4.83 MiB/sec. 2025.07.17 11:27:15.660752 [ 277 ] {8bd3838a-1e47-4e95-9322-c0d61e1351b4} TCPHandler: Processed in 0.001324717 sec. 2025.07.17 11:27:15.660866 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.660959 [ 277 ] {4b1f4a16-73c6-46e0-b1e5-6efe068fe86b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:15.661001 [ 277 ] {4b1f4a16-73c6-46e0-b1e5-6efe068fe86b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:15.661387 [ 277 ] {4b1f4a16-73c6-46e0-b1e5-6efe068fe86b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.661424 [ 277 ] {4b1f4a16-73c6-46e0-b1e5-6efe068fe86b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.661746 [ 277 ] {4b1f4a16-73c6-46e0-b1e5-6efe068fe86b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:27:15.661956 [ 277 ] {4b1f4a16-73c6-46e0-b1e5-6efe068fe86b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.662081 [ 277 ] {4b1f4a16-73c6-46e0-b1e5-6efe068fe86b} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2025.07.17 11:27:15.662118 [ 277 ] {4b1f4a16-73c6-46e0-b1e5-6efe068fe86b} TCPHandler: Processed in 0.001300757 sec. 2025.07.17 11:27:15.662225 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.662317 [ 277 ] {24ccb7fb-4524-4df5-90bd-d81aa4089633} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:27:15.662359 [ 277 ] {24ccb7fb-4524-4df5-90bd-d81aa4089633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:27:15.662665 [ 277 ] {24ccb7fb-4524-4df5-90bd-d81aa4089633} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.662700 [ 277 ] {24ccb7fb-4524-4df5-90bd-d81aa4089633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.662986 [ 277 ] {24ccb7fb-4524-4df5-90bd-d81aa4089633} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:27:15.663193 [ 277 ] {24ccb7fb-4524-4df5-90bd-d81aa4089633} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.663314 [ 277 ] {24ccb7fb-4524-4df5-90bd-d81aa4089633} executeQuery: Read 1 rows, 65.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 62.54 KiB/sec. 2025.07.17 11:27:15.663351 [ 277 ] {24ccb7fb-4524-4df5-90bd-d81aa4089633} TCPHandler: Processed in 0.001174425 sec. 2025.07.17 11:27:15.663458 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.663554 [ 277 ] {780df125-206c-4fcf-929f-1da47dfcae12} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:15.663606 [ 277 ] {780df125-206c-4fcf-929f-1da47dfcae12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:15.664324 [ 277 ] {780df125-206c-4fcf-929f-1da47dfcae12} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.664360 [ 277 ] {780df125-206c-4fcf-929f-1da47dfcae12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.664839 [ 277 ] {780df125-206c-4fcf-929f-1da47dfcae12} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:27:15.665054 [ 277 ] {780df125-206c-4fcf-929f-1da47dfcae12} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.665155 [ 105 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:27:15.665185 [ 277 ] {780df125-206c-4fcf-929f-1da47dfcae12} executeQuery: Read 5 rows, 9.17 KiB in 0.00165 sec., 3030.3030303030305 rows/sec., 5.43 MiB/sec. 2025.07.17 11:27:15.665210 [ 105 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.665234 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.17 11:27:15.665241 [ 277 ] {780df125-206c-4fcf-929f-1da47dfcae12} TCPHandler: Processed in 0.001831764 sec. 2025.07.17 11:27:15.665343 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:27:15.665414 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.665513 [ 277 ] {7c0f3819-2dee-41dd-9df3-b221dbbadd7f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.17 11:27:15.665553 [ 277 ] {7c0f3819-2dee-41dd-9df3-b221dbbadd7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.17 11:27:15.665614 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:15.665687 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 9 rows starting from the beginning of the part 2025.07.17 11:27:15.665832 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part 2025.07.17 11:27:15.665860 [ 277 ] {7c0f3819-2dee-41dd-9df3-b221dbbadd7f} oximeter.measurements_i64 (fbdb01d6-86ba-489f-bea0-30e57e4ac674): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.665900 [ 277 ] {7c0f3819-2dee-41dd-9df3-b221dbbadd7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:15.665955 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2025.07.17 11:27:15.666076 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.07.17 11:27:15.666192 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2025.07.17 11:27:15.666199 [ 277 ] {7c0f3819-2dee-41dd-9df3-b221dbbadd7f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:27:15.666318 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part 2025.07.17 11:27:15.666422 [ 277 ] {7c0f3819-2dee-41dd-9df3-b221dbbadd7f} oximeter.measurements_i64 (fbdb01d6-86ba-489f-bea0-30e57e4ac674): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.666548 [ 277 ] {7c0f3819-2dee-41dd-9df3-b221dbbadd7f} executeQuery: Read 3 rows, 217.00 B in 0.001054 sec., 2846.299810246679 rows/sec., 201.06 KiB/sec. 2025.07.17 11:27:15.666587 [ 277 ] {7c0f3819-2dee-41dd-9df3-b221dbbadd7f} TCPHandler: Processed in 0.001223056 sec. 2025.07.17 11:27:15.666697 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:15.666790 [ 277 ] {0c755ea9-c3c1-44da-833a-157035dcaead} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:15.666831 [ 277 ] {0c755ea9-c3c1-44da-833a-157035dcaead} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:15.667146 [ 277 ] {0c755ea9-c3c1-44da-833a-157035dcaead} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:15.667182 [ 277 ] {0c755ea9-c3c1-44da-833a-157035dcaead} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:15.667487 [ 277 ] {0c755ea9-c3c1-44da-833a-157035dcaead} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:27:15.667700 [ 277 ] {0c755ea9-c3c1-44da-833a-157035dcaead} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.667823 [ 277 ] {0c755ea9-c3c1-44da-833a-157035dcaead} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.07.17 11:27:15.667858 [ 277 ] {0c755ea9-c3c1-44da-833a-157035dcaead} TCPHandler: Processed in 0.001210596 sec. 2025.07.17 11:27:15.668133 [ 190 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 19 columns (19 merged, 0 gathered) in 0.002840567 sec., 36612.4087198084 rows/sec., 65.61 MiB/sec. 2025.07.17 11:27:15.668397 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:27:15.668713 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:15.668783 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_6_1} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:27:15.668868 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2025.07.17 11:27:16.902393 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:16.902676 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.17 11:27:16.903063 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:16.903111 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.17 11:27:16.903409 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:16.903484 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:16.903624 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.07.17 11:27:16.903776 [ 295 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.17 11:27:16.903776 [ 292 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:16.903829 [ 290 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.07.17 11:27:16.903865 [ 297 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.17 11:27:16.903847 [ 293 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:16.904066 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.07.17 11:27:16.904102 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:16.904189 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:16.904209 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.17 11:27:16.904245 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.17 11:27:16.904283 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.17 11:27:16.904318 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.17 11:27:16.905122 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} executeQuery: Read 34 rows, 1.31 KiB in 0.002555 sec., 13307.240704500979 rows/sec., 512.17 KiB/sec. 2025.07.17 11:27:16.905275 [ 277 ] {932e481f-3254-4dda-99f6-627cb1d45de6} TCPHandler: Processed in 0.003005479 sec. 2025.07.17 11:27:16.905573 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:16.905738 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2025.07.17 11:27:16.905984 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:16.906022 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2025.07.17 11:27:16.906239 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:16.906296 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:16.906404 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.07.17 11:27:16.906477 [ 293 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:16.906489 [ 292 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.07.17 11:27:16.906490 [ 295 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:16.906484 [ 290 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.17 11:27:16.906487 [ 297 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.17 11:27:16.906646 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.07.17 11:27:16.906672 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:16.906745 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:16.906765 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.17 11:27:16.906798 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.906832 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.906861 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.907515 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} executeQuery: Read 34 rows, 1.31 KiB in 0.001843 sec., 18448.182311448723 rows/sec., 710.03 KiB/sec. 2025.07.17 11:27:16.907646 [ 277 ] {b22f30f5-2277-4599-96f3-10991cd94dc0} TCPHandler: Processed in 0.002139639 sec. 2025.07.17 11:27:16.907858 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:16.908000 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2025.07.17 11:27:16.908227 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:16.908263 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2025.07.17 11:27:16.908471 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:16.908526 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:16.908633 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.07.17 11:27:16.908699 [ 292 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:16.908713 [ 295 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.17 11:27:16.908710 [ 297 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:16.908707 [ 293 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.07.17 11:27:16.908701 [ 290 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.17 11:27:16.908868 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.07.17 11:27:16.908893 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:16.908966 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:16.908985 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.17 11:27:16.909016 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.909048 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.909078 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.909671 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} executeQuery: Read 34 rows, 1.31 KiB in 0.001732 sec., 19630.484988452656 rows/sec., 755.54 KiB/sec. 2025.07.17 11:27:16.909803 [ 277 ] {2685d680-bd63-4998-999b-ba1e137730a9} TCPHandler: Processed in 0.001995916 sec. 2025.07.17 11:27:16.910003 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:16.910141 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2025.07.17 11:27:16.910373 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:16.910409 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2025.07.17 11:27:16.910630 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:16.910682 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:16.910785 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.07.17 11:27:16.910849 [ 293 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:16.910859 [ 295 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:16.910869 [ 297 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.17 11:27:16.910858 [ 292 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.07.17 11:27:16.910856 [ 290 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.17 11:27:16.911018 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.07.17 11:27:16.911044 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:16.911113 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:16.911132 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.17 11:27:16.911164 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.911199 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.911232 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.911798 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} executeQuery: Read 34 rows, 1.31 KiB in 0.001716 sec., 19813.51981351981 rows/sec., 762.58 KiB/sec. 2025.07.17 11:27:16.911922 [ 277 ] {4a95efea-2cea-4a0c-8a5c-13c65d50bd16} TCPHandler: Processed in 0.001968836 sec. 2025.07.17 11:27:16.912115 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:16.912252 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2025.07.17 11:27:16.912471 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:16.912506 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2025.07.17 11:27:16.912711 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:16.912764 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:16.912867 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.07.17 11:27:16.912932 [ 290 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:16.912935 [ 297 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.07.17 11:27:16.912947 [ 292 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:16.912936 [ 293 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.17 11:27:16.912947 [ 295 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.17 11:27:16.913096 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.07.17 11:27:16.913120 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:16.913189 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:16.913206 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.17 11:27:16.913237 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.913270 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.913303 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.913886 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} executeQuery: Read 34 rows, 1.31 KiB in 0.001692 sec., 20094.562647754137 rows/sec., 773.40 KiB/sec. 2025.07.17 11:27:16.914014 [ 277 ] {d9d2b2c0-d242-4ef5-9c0a-27865f19b7e6} TCPHandler: Processed in 0.001948755 sec. 2025.07.17 11:27:16.914243 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:16.914379 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} executeQuery: (from [fd00:1122:3344:101::d]:36124) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2025.07.17 11:27:16.914599 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.17 11:27:16.914636 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2025.07.17 11:27:16.914846 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:16.914899 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.17 11:27:16.914998 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.07.17 11:27:16.915061 [ 293 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.17 11:27:16.915069 [ 297 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.17 11:27:16.915067 [ 290 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.17 11:27:16.915074 [ 292 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.07.17 11:27:16.915075 [ 295 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.17 11:27:16.915219 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.07.17 11:27:16.915243 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.17 11:27:16.915310 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.17 11:27:16.915328 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.17 11:27:16.915358 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.915388 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.915418 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2025.07.17 11:27:16.916068 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} executeQuery: Read 34 rows, 1.31 KiB in 0.001736 sec., 19585.2534562212 rows/sec., 753.80 KiB/sec. 2025.07.17 11:27:16.916204 [ 277 ] {b1769d85-0a18-481f-8f5c-04159ced44b8} TCPHandler: Processed in 0.002009666 sec. 2025.07.17 11:27:17.047150 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.047269 [ 277 ] {341b2760-b867-41b4-b80d-9558c87950f5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.17 11:27:17.047315 [ 277 ] {341b2760-b867-41b4-b80d-9558c87950f5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.17 11:27:17.047868 [ 277 ] {341b2760-b867-41b4-b80d-9558c87950f5} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.047914 [ 277 ] {341b2760-b867-41b4-b80d-9558c87950f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.048330 [ 277 ] {341b2760-b867-41b4-b80d-9558c87950f5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:27:17.048527 [ 277 ] {341b2760-b867-41b4-b80d-9558c87950f5} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.048637 [ 168 ] {} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:27:17.048665 [ 277 ] {341b2760-b867-41b4-b80d-9558c87950f5} executeQuery: Read 6 rows, 1.34 KiB in 0.001428 sec., 4201.680672268907 rows/sec., 935.53 KiB/sec. 2025.07.17 11:27:17.048692 [ 168 ] {} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.048710 [ 277 ] {341b2760-b867-41b4-b80d-9558c87950f5} TCPHandler: Processed in 0.001616151 sec. 2025.07.17 11:27:17.048721 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.048825 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.048825 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:27:17.048927 [ 277 ] {39fc05a1-b467-4ce0-941b-13e7967c446b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:27:17.048972 [ 277 ] {39fc05a1-b467-4ce0-941b-13e7967c446b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:27:17.049109 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:17.049154 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.07.17 11:27:17.049239 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part 2025.07.17 11:27:17.049313 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2025.07.17 11:27:17.049382 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:17.049445 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:17.049449 [ 277 ] {39fc05a1-b467-4ce0-941b-13e7967c446b} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.049497 [ 277 ] {39fc05a1-b467-4ce0-941b-13e7967c446b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.049504 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.07.17 11:27:17.049869 [ 277 ] {39fc05a1-b467-4ce0-941b-13e7967c446b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:27:17.050086 [ 277 ] {39fc05a1-b467-4ce0-941b-13e7967c446b} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.050216 [ 277 ] {39fc05a1-b467-4ce0-941b-13e7967c446b} executeQuery: Read 212 rows, 13.81 KiB in 0.001311 sec., 161708.61937452326 rows/sec., 10.28 MiB/sec. 2025.07.17 11:27:17.050256 [ 277 ] {39fc05a1-b467-4ce0-941b-13e7967c446b} TCPHandler: Processed in 0.00147887 sec. 2025.07.17 11:27:17.050362 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.050456 [ 277 ] {10d112bc-595d-44b9-81f3-9b93da0f966d} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:27:17.050496 [ 277 ] {10d112bc-595d-44b9-81f3-9b93da0f966d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:27:17.050870 [ 277 ] {10d112bc-595d-44b9-81f3-9b93da0f966d} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.050906 [ 277 ] {10d112bc-595d-44b9-81f3-9b93da0f966d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.051152 [ 190 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.002367821 sec., 17737.827310425913 rows/sec., 3.70 MiB/sec. 2025.07.17 11:27:17.051179 [ 277 ] {10d112bc-595d-44b9-81f3-9b93da0f966d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.17 11:27:17.051305 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:27:17.051403 [ 277 ] {10d112bc-595d-44b9-81f3-9b93da0f966d} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.051541 [ 277 ] {10d112bc-595d-44b9-81f3-9b93da0f966d} executeQuery: Read 4 rows, 334.00 B in 0.001104 sec., 3623.1884057971015 rows/sec., 295.45 KiB/sec. 2025.07.17 11:27:17.051581 [ 277 ] {10d112bc-595d-44b9-81f3-9b93da0f966d} TCPHandler: Processed in 0.001265676 sec. 2025.07.17 11:27:17.051636 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.051683 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.051708 [ 188 ] {ae72749f-2eac-4bab-bebb-9269c6ea118f::all_1_6_1} oximeter.timeseries_schema (ae72749f-2eac-4bab-bebb-9269c6ea118f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:27:17.051781 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.07.17 11:27:17.051781 [ 277 ] {9aa46ce4-497f-4ce5-82c2-6ba81772929a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:17.051833 [ 277 ] {9aa46ce4-497f-4ce5-82c2-6ba81772929a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:17.053065 [ 277 ] {9aa46ce4-497f-4ce5-82c2-6ba81772929a} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.053101 [ 277 ] {9aa46ce4-497f-4ce5-82c2-6ba81772929a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.053538 [ 277 ] {9aa46ce4-497f-4ce5-82c2-6ba81772929a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:27:17.053744 [ 277 ] {9aa46ce4-497f-4ce5-82c2-6ba81772929a} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.053846 [ 168 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:27:17.053870 [ 277 ] {9aa46ce4-497f-4ce5-82c2-6ba81772929a} executeQuery: Read 1831 rows, 152.46 KiB in 0.002108 sec., 868595.825426945 rows/sec., 70.63 MiB/sec. 2025.07.17 11:27:17.053883 [ 168 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.053911 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.053918 [ 277 ] {9aa46ce4-497f-4ce5-82c2-6ba81772929a} TCPHandler: Processed in 0.00228315 sec. 2025.07.17 11:27:17.053983 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:27:17.054030 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.054071 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:17.054102 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 635 rows starting from the beginning of the part 2025.07.17 11:27:17.054126 [ 277 ] {d93f3f89-7ad8-45d3-8cf3-4ee5ad20d0f1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:17.054156 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 689 rows starting from the beginning of the part 2025.07.17 11:27:17.054169 [ 277 ] {d93f3f89-7ad8-45d3-8cf3-4ee5ad20d0f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:17.054204 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 59 rows starting from the beginning of the part 2025.07.17 11:27:17.054248 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 689 rows starting from the beginning of the part 2025.07.17 11:27:17.054286 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 67 rows starting from the beginning of the part 2025.07.17 11:27:17.054325 [ 188 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1831 rows starting from the beginning of the part 2025.07.17 11:27:17.054613 [ 277 ] {d93f3f89-7ad8-45d3-8cf3-4ee5ad20d0f1} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.054653 [ 277 ] {d93f3f89-7ad8-45d3-8cf3-4ee5ad20d0f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.054979 [ 277 ] {d93f3f89-7ad8-45d3-8cf3-4ee5ad20d0f1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:27:17.055193 [ 277 ] {d93f3f89-7ad8-45d3-8cf3-4ee5ad20d0f1} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.055319 [ 277 ] {d93f3f89-7ad8-45d3-8cf3-4ee5ad20d0f1} executeQuery: Read 146 rows, 9.37 KiB in 0.001212 sec., 120462.04620462046 rows/sec., 7.55 MiB/sec. 2025.07.17 11:27:17.055363 [ 277 ] {d93f3f89-7ad8-45d3-8cf3-4ee5ad20d0f1} TCPHandler: Processed in 0.001381068 sec. 2025.07.17 11:27:17.055465 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.055556 [ 277 ] {740e6c0e-caef-4a59-9720-adbb03b9dfe8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:27:17.055593 [ 277 ] {740e6c0e-caef-4a59-9720-adbb03b9dfe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:27:17.055841 [ 191 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3970 rows, containing 5 columns (5 merged, 0 gathered) in 0.001888135 sec., 2102603.892200505 rows/sec., 176.65 MiB/sec. 2025.07.17 11:27:17.056095 [ 277 ] {740e6c0e-caef-4a59-9720-adbb03b9dfe8} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.056132 [ 277 ] {740e6c0e-caef-4a59-9720-adbb03b9dfe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.056149 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:27:17.056482 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.056505 [ 277 ] {740e6c0e-caef-4a59-9720-adbb03b9dfe8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:27:17.056565 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_16_3} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:27:17.056659 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2025.07.17 11:27:17.056738 [ 277 ] {740e6c0e-caef-4a59-9720-adbb03b9dfe8} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.056867 [ 277 ] {740e6c0e-caef-4a59-9720-adbb03b9dfe8} executeQuery: Read 341 rows, 23.30 KiB in 0.001329 sec., 256583.89766741908 rows/sec., 17.12 MiB/sec. 2025.07.17 11:27:17.056910 [ 277 ] {740e6c0e-caef-4a59-9720-adbb03b9dfe8} TCPHandler: Processed in 0.001492419 sec. 2025.07.17 11:27:17.057010 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.057102 [ 277 ] {4333c1bd-3822-43ab-9497-68456e6c9adf} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:27:17.057140 [ 277 ] {4333c1bd-3822-43ab-9497-68456e6c9adf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:27:17.057525 [ 277 ] {4333c1bd-3822-43ab-9497-68456e6c9adf} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.057560 [ 277 ] {4333c1bd-3822-43ab-9497-68456e6c9adf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.057859 [ 277 ] {4333c1bd-3822-43ab-9497-68456e6c9adf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:27:17.058059 [ 277 ] {4333c1bd-3822-43ab-9497-68456e6c9adf} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.058178 [ 277 ] {4333c1bd-3822-43ab-9497-68456e6c9adf} executeQuery: Read 112 rows, 6.53 KiB in 0.001094 sec., 102376.5996343693 rows/sec., 5.83 MiB/sec. 2025.07.17 11:27:17.058220 [ 277 ] {4333c1bd-3822-43ab-9497-68456e6c9adf} TCPHandler: Processed in 0.001257177 sec. 2025.07.17 11:27:17.058324 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.058415 [ 277 ] {950e2ba6-0aaa-4ace-9277-bb56b0974440} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:17.058453 [ 277 ] {950e2ba6-0aaa-4ace-9277-bb56b0974440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:17.059120 [ 277 ] {950e2ba6-0aaa-4ace-9277-bb56b0974440} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.059155 [ 277 ] {950e2ba6-0aaa-4ace-9277-bb56b0974440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.059493 [ 277 ] {950e2ba6-0aaa-4ace-9277-bb56b0974440} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:27:17.059703 [ 277 ] {950e2ba6-0aaa-4ace-9277-bb56b0974440} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.059804 [ 168 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:27:17.059827 [ 277 ] {950e2ba6-0aaa-4ace-9277-bb56b0974440} executeQuery: Read 878 rows, 65.08 KiB in 0.00143 sec., 613986.013986014 rows/sec., 44.45 MiB/sec. 2025.07.17 11:27:17.059834 [ 168 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.059865 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.059876 [ 277 ] {950e2ba6-0aaa-4ace-9277-bb56b0974440} TCPHandler: Processed in 0.001598882 sec. 2025.07.17 11:27:17.059946 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:27:17.059984 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.060070 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:17.060080 [ 277 ] {4caf5037-46c4-4193-8746-24551a84ed34} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:27:17.060108 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 391 rows starting from the beginning of the part 2025.07.17 11:27:17.060130 [ 277 ] {4caf5037-46c4-4193-8746-24551a84ed34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:27:17.060199 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 434 rows starting from the beginning of the part 2025.07.17 11:27:17.060259 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 70 rows starting from the beginning of the part 2025.07.17 11:27:17.060318 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 418 rows starting from the beginning of the part 2025.07.17 11:27:17.060381 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part 2025.07.17 11:27:17.060428 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 878 rows starting from the beginning of the part 2025.07.17 11:27:17.060458 [ 277 ] {4caf5037-46c4-4193-8746-24551a84ed34} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.060497 [ 277 ] {4caf5037-46c4-4193-8746-24551a84ed34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.060819 [ 277 ] {4caf5037-46c4-4193-8746-24551a84ed34} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:27:17.061030 [ 277 ] {4caf5037-46c4-4193-8746-24551a84ed34} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.061124 [ 168 ] {} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.17 11:27:17.061152 [ 168 ] {} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.061164 [ 277 ] {4caf5037-46c4-4193-8746-24551a84ed34} executeQuery: Read 6 rows, 321.00 B in 0.001102 sec., 5444.64609800363 rows/sec., 284.46 KiB/sec. 2025.07.17 11:27:17.061168 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.061206 [ 277 ] {4caf5037-46c4-4193-8746-24551a84ed34} TCPHandler: Processed in 0.001269237 sec. 2025.07.17 11:27:17.061261 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.17 11:27:17.061312 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.061345 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:17.061374 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.07.17 11:27:17.061407 [ 277 ] {a86daebc-0c04-4a89-aa40-092518cdea5e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:17.061422 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.07.17 11:27:17.061452 [ 277 ] {a86daebc-0c04-4a89-aa40-092518cdea5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:17.061470 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.07.17 11:27:17.061512 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.07.17 11:27:17.061550 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.07.17 11:27:17.061586 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.07.17 11:27:17.061652 [ 199 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2263 rows, containing 5 columns (5 merged, 0 gathered) in 0.001745223 sec., 1296682.429695231 rows/sec., 98.38 MiB/sec. 2025.07.17 11:27:17.061854 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:27:17.062149 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.062224 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_16_3} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:27:17.062244 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001013574 sec., 35517.88029290412 rows/sec., 1.81 MiB/sec. 2025.07.17 11:27:17.062296 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.07.17 11:27:17.062477 [ 199 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.17 11:27:17.062758 [ 199 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.062821 [ 199 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_6_1} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.17 11:27:17.062896 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.07.17 11:27:17.062931 [ 277 ] {a86daebc-0c04-4a89-aa40-092518cdea5e} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.062970 [ 277 ] {a86daebc-0c04-4a89-aa40-092518cdea5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.063755 [ 277 ] {a86daebc-0c04-4a89-aa40-092518cdea5e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:27:17.063972 [ 277 ] {a86daebc-0c04-4a89-aa40-092518cdea5e} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.064082 [ 168 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:27:17.064107 [ 277 ] {a86daebc-0c04-4a89-aa40-092518cdea5e} executeQuery: Read 3863 rows, 263.86 KiB in 0.002717 sec., 1421788.7375782114 rows/sec., 94.84 MiB/sec. 2025.07.17 11:27:17.064114 [ 168 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.064151 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.064156 [ 277 ] {a86daebc-0c04-4a89-aa40-092518cdea5e} TCPHandler: Processed in 0.002890918 sec. 2025.07.17 11:27:17.064228 [ 198 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:27:17.064276 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.064321 [ 198 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:17.064350 [ 198 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1777 rows starting from the beginning of the part 2025.07.17 11:27:17.064376 [ 277 ] {8ff5c09d-b93b-4358-9de9-5ac2814d2f97} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:27:17.064396 [ 198 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part 2025.07.17 11:27:17.064424 [ 277 ] {8ff5c09d-b93b-4358-9de9-5ac2814d2f97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:27:17.064436 [ 198 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 163 rows starting from the beginning of the part 2025.07.17 11:27:17.064476 [ 198 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part 2025.07.17 11:27:17.064506 [ 198 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.07.17 11:27:17.064539 [ 198 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3863 rows starting from the beginning of the part 2025.07.17 11:27:17.064765 [ 277 ] {8ff5c09d-b93b-4358-9de9-5ac2814d2f97} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.064805 [ 277 ] {8ff5c09d-b93b-4358-9de9-5ac2814d2f97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.065124 [ 277 ] {8ff5c09d-b93b-4358-9de9-5ac2814d2f97} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:27:17.065350 [ 277 ] {8ff5c09d-b93b-4358-9de9-5ac2814d2f97} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.065489 [ 277 ] {8ff5c09d-b93b-4358-9de9-5ac2814d2f97} executeQuery: Read 1 rows, 69.00 B in 0.001132 sec., 883.3922261484099 rows/sec., 59.53 KiB/sec. 2025.07.17 11:27:17.065537 [ 277 ] {8ff5c09d-b93b-4358-9de9-5ac2814d2f97} TCPHandler: Processed in 0.001310307 sec. 2025.07.17 11:27:17.065663 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.065760 [ 277 ] {156607ca-023c-454d-9548-756d2f877d2b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:17.065814 [ 277 ] {156607ca-023c-454d-9548-756d2f877d2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:17.066617 [ 277 ] {156607ca-023c-454d-9548-756d2f877d2b} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.066654 [ 277 ] {156607ca-023c-454d-9548-756d2f877d2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.066896 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6437 rows, containing 5 columns (5 merged, 0 gathered) in 0.002695926 sec., 2387676.8130876 rows/sec., 160.94 MiB/sec. 2025.07.17 11:27:17.067240 [ 277 ] {156607ca-023c-454d-9548-756d2f877d2b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:27:17.067478 [ 277 ] {156607ca-023c-454d-9548-756d2f877d2b} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.067481 [ 200 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:27:17.067631 [ 277 ] {156607ca-023c-454d-9548-756d2f877d2b} executeQuery: Read 36 rows, 66.06 KiB in 0.001888 sec., 19067.79661016949 rows/sec., 34.17 MiB/sec. 2025.07.17 11:27:17.067696 [ 277 ] {156607ca-023c-454d-9548-756d2f877d2b} TCPHandler: Processed in 0.002081638 sec. 2025.07.17 11:27:17.067782 [ 200 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.067810 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:17.067855 [ 200 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_16_3} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:27:17.067909 [ 277 ] {4f36c071-76f6-44c6-8b94-da32143f0d6a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:17.067933 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.07.17 11:27:17.067955 [ 277 ] {4f36c071-76f6-44c6-8b94-da32143f0d6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:17.068293 [ 277 ] {4f36c071-76f6-44c6-8b94-da32143f0d6a} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.068329 [ 277 ] {4f36c071-76f6-44c6-8b94-da32143f0d6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.068637 [ 277 ] {4f36c071-76f6-44c6-8b94-da32143f0d6a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:27:17.068854 [ 277 ] {4f36c071-76f6-44c6-8b94-da32143f0d6a} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.068952 [ 168 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:27:17.068979 [ 168 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:17.068984 [ 277 ] {4f36c071-76f6-44c6-8b94-da32143f0d6a} executeQuery: Read 46 rows, 2.85 KiB in 0.001092 sec., 42124.542124542124 rows/sec., 2.55 MiB/sec. 2025.07.17 11:27:17.068995 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:17.069028 [ 277 ] {4f36c071-76f6-44c6-8b94-da32143f0d6a} TCPHandler: Processed in 0.001267506 sec. 2025.07.17 11:27:17.069068 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:27:17.069147 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:17.069170 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 642 rows starting from the beginning of the part 2025.07.17 11:27:17.069217 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part 2025.07.17 11:27:17.069256 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.07.17 11:27:17.069292 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part 2025.07.17 11:27:17.069326 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.07.17 11:27:17.069365 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part 2025.07.17 11:27:17.070158 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 4 columns (4 merged, 0 gathered) in 0.001114605 sec., 872057.8142032379 rows/sec., 56.99 MiB/sec. 2025.07.17 11:27:17.070299 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:27:17.070523 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:17.070583 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_16_3} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:27:17.070635 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.07.17 11:27:20.544094 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 2025.07.17 11:27:20.544683 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:20.544727 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:20.545213 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:27:20.545445 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:20.545575 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 2025.07.17 11:27:20.645284 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:20.645436 [ 277 ] {f63c394c-e7bf-48a0-96d4-16bc7cdbea04} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:20.645496 [ 277 ] {f63c394c-e7bf-48a0-96d4-16bc7cdbea04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:20.646153 [ 277 ] {f63c394c-e7bf-48a0-96d4-16bc7cdbea04} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:20.646195 [ 277 ] {f63c394c-e7bf-48a0-96d4-16bc7cdbea04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:20.646563 [ 277 ] {f63c394c-e7bf-48a0-96d4-16bc7cdbea04} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:27:20.646801 [ 277 ] {f63c394c-e7bf-48a0-96d4-16bc7cdbea04} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:20.646949 [ 277 ] {f63c394c-e7bf-48a0-96d4-16bc7cdbea04} executeQuery: Read 56 rows, 4.38 KiB in 0.001554 sec., 36036.036036036036 rows/sec., 2.75 MiB/sec. 2025.07.17 11:27:20.647007 [ 277 ] {f63c394c-e7bf-48a0-96d4-16bc7cdbea04} TCPHandler: Processed in 0.001861855 sec. 2025.07.17 11:27:20.647158 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:20.647274 [ 277 ] {2b11ebac-11a4-4b95-b5a5-18e9e64c0276} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:20.647325 [ 277 ] {2b11ebac-11a4-4b95-b5a5-18e9e64c0276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:20.647838 [ 277 ] {2b11ebac-11a4-4b95-b5a5-18e9e64c0276} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:20.647882 [ 277 ] {2b11ebac-11a4-4b95-b5a5-18e9e64c0276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:20.648232 [ 277 ] {2b11ebac-11a4-4b95-b5a5-18e9e64c0276} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:27:20.648461 [ 277 ] {2b11ebac-11a4-4b95-b5a5-18e9e64c0276} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:20.648596 [ 277 ] {2b11ebac-11a4-4b95-b5a5-18e9e64c0276} executeQuery: Read 64 rows, 5.12 KiB in 0.00135 sec., 47407.4074074074 rows/sec., 3.70 MiB/sec. 2025.07.17 11:27:20.648646 [ 277 ] {2b11ebac-11a4-4b95-b5a5-18e9e64c0276} TCPHandler: Processed in 0.001548411 sec. 2025.07.17 11:27:20.648790 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:20.648885 [ 277 ] {cd9cf5db-d37a-48b8-8089-83ffdf866f41} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:20.648931 [ 277 ] {cd9cf5db-d37a-48b8-8089-83ffdf866f41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:20.649549 [ 277 ] {cd9cf5db-d37a-48b8-8089-83ffdf866f41} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:20.649586 [ 277 ] {cd9cf5db-d37a-48b8-8089-83ffdf866f41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:20.649933 [ 277 ] {cd9cf5db-d37a-48b8-8089-83ffdf866f41} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:27:20.650225 [ 277 ] {cd9cf5db-d37a-48b8-8089-83ffdf866f41} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:20.650405 [ 277 ] {cd9cf5db-d37a-48b8-8089-83ffdf866f41} executeQuery: Read 96 rows, 6.85 KiB in 0.00154 sec., 62337.66233766234 rows/sec., 4.34 MiB/sec. 2025.07.17 11:27:20.650447 [ 277 ] {cd9cf5db-d37a-48b8-8089-83ffdf866f41} TCPHandler: Processed in 0.001716373 sec. 2025.07.17 11:27:20.650566 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:20.650663 [ 277 ] {25484ef9-073c-4946-838d-92346de8ea17} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:20.650706 [ 277 ] {25484ef9-073c-4946-838d-92346de8ea17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:20.651047 [ 277 ] {25484ef9-073c-4946-838d-92346de8ea17} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:20.651086 [ 277 ] {25484ef9-073c-4946-838d-92346de8ea17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:20.651397 [ 277 ] {25484ef9-073c-4946-838d-92346de8ea17} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:27:20.651688 [ 277 ] {25484ef9-073c-4946-838d-92346de8ea17} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:20.651823 [ 277 ] {25484ef9-073c-4946-838d-92346de8ea17} executeQuery: Read 36 rows, 2.48 KiB in 0.001179 sec., 30534.35114503817 rows/sec., 2.06 MiB/sec. 2025.07.17 11:27:20.651861 [ 277 ] {25484ef9-073c-4946-838d-92346de8ea17} TCPHandler: Processed in 0.001345038 sec. 2025.07.17 11:27:20.884260 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.07.17 11:27:20.901320 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:20.901379 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:20.907714 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:27:20.908449 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:20.912192 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.07.17 11:27:21.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 200.72 MiB, peak 204.97 MiB, free memory in arenas 0.00 B, will set to 202.50 MiB (RSS), difference: 1.77 MiB 2025.07.17 11:27:23.043340 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 422 2025.07.17 11:27:23.046427 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:23.046475 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:23.047734 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:27:23.047993 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:23.048318 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 422 2025.07.17 11:27:25.649605 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:25.649786 [ 277 ] {dd47ea92-e507-432a-bdb8-523e57329015} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:25.649857 [ 277 ] {dd47ea92-e507-432a-bdb8-523e57329015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:25.650547 [ 277 ] {dd47ea92-e507-432a-bdb8-523e57329015} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:25.650599 [ 277 ] {dd47ea92-e507-432a-bdb8-523e57329015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:25.651014 [ 277 ] {dd47ea92-e507-432a-bdb8-523e57329015} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:27:25.651257 [ 277 ] {dd47ea92-e507-432a-bdb8-523e57329015} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:25.651438 [ 277 ] {dd47ea92-e507-432a-bdb8-523e57329015} executeQuery: Read 66 rows, 5.35 KiB in 0.001703 sec., 38755.137991779215 rows/sec., 3.07 MiB/sec. 2025.07.17 11:27:25.651493 [ 277 ] {dd47ea92-e507-432a-bdb8-523e57329015} TCPHandler: Processed in 0.002019727 sec. 2025.07.17 11:27:25.651630 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:25.651738 [ 277 ] {b5f6cc55-0b7f-49d7-a63b-e53097c3089a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:25.651784 [ 277 ] {b5f6cc55-0b7f-49d7-a63b-e53097c3089a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:25.652219 [ 277 ] {b5f6cc55-0b7f-49d7-a63b-e53097c3089a} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:25.652258 [ 277 ] {b5f6cc55-0b7f-49d7-a63b-e53097c3089a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:25.652586 [ 277 ] {b5f6cc55-0b7f-49d7-a63b-e53097c3089a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:27:25.652826 [ 277 ] {b5f6cc55-0b7f-49d7-a63b-e53097c3089a} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:25.652971 [ 277 ] {b5f6cc55-0b7f-49d7-a63b-e53097c3089a} executeQuery: Read 5 rows, 385.00 B in 0.001259 sec., 3971.405877680699 rows/sec., 298.63 KiB/sec. 2025.07.17 11:27:25.653014 [ 277 ] {b5f6cc55-0b7f-49d7-a63b-e53097c3089a} TCPHandler: Processed in 0.001434859 sec. 2025.07.17 11:27:25.653134 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:25.653242 [ 277 ] {267ed5cd-4003-444c-9d3b-4e508a9be1db} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:25.653285 [ 277 ] {267ed5cd-4003-444c-9d3b-4e508a9be1db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:25.653727 [ 277 ] {267ed5cd-4003-444c-9d3b-4e508a9be1db} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:25.653765 [ 277 ] {267ed5cd-4003-444c-9d3b-4e508a9be1db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:25.654110 [ 277 ] {267ed5cd-4003-444c-9d3b-4e508a9be1db} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:27:25.654337 [ 277 ] {267ed5cd-4003-444c-9d3b-4e508a9be1db} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:25.654481 [ 277 ] {267ed5cd-4003-444c-9d3b-4e508a9be1db} executeQuery: Read 69 rows, 5.52 KiB in 0.001266 sec., 54502.36966824644 rows/sec., 4.25 MiB/sec. 2025.07.17 11:27:25.654521 [ 277 ] {267ed5cd-4003-444c-9d3b-4e508a9be1db} TCPHandler: Processed in 0.001440999 sec. 2025.07.17 11:27:25.654641 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:25.654739 [ 277 ] {a3513797-1369-4bea-aafb-6e89ce02e2d0} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:25.654784 [ 277 ] {a3513797-1369-4bea-aafb-6e89ce02e2d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:25.655253 [ 277 ] {a3513797-1369-4bea-aafb-6e89ce02e2d0} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:25.655296 [ 277 ] {a3513797-1369-4bea-aafb-6e89ce02e2d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:25.655718 [ 277 ] {a3513797-1369-4bea-aafb-6e89ce02e2d0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:27:25.655943 [ 277 ] {a3513797-1369-4bea-aafb-6e89ce02e2d0} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:25.656138 [ 277 ] {a3513797-1369-4bea-aafb-6e89ce02e2d0} executeQuery: Read 160 rows, 11.41 KiB in 0.001421 sec., 112596.76284306827 rows/sec., 7.84 MiB/sec. 2025.07.17 11:27:25.656182 [ 277 ] {a3513797-1369-4bea-aafb-6e89ce02e2d0} TCPHandler: Processed in 0.001592961 sec. 2025.07.17 11:27:25.656310 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:25.656407 [ 277 ] {4f7f833a-cc9a-4e39-a735-3c5ad2b0b135} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:25.656462 [ 277 ] {4f7f833a-cc9a-4e39-a735-3c5ad2b0b135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:25.657259 [ 277 ] {4f7f833a-cc9a-4e39-a735-3c5ad2b0b135} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:25.657295 [ 277 ] {4f7f833a-cc9a-4e39-a735-3c5ad2b0b135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:25.657828 [ 277 ] {4f7f833a-cc9a-4e39-a735-3c5ad2b0b135} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:27:25.658076 [ 277 ] {4f7f833a-cc9a-4e39-a735-3c5ad2b0b135} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:25.658216 [ 277 ] {4f7f833a-cc9a-4e39-a735-3c5ad2b0b135} executeQuery: Read 5 rows, 9.17 KiB in 0.001828 sec., 2735.229759299781 rows/sec., 4.90 MiB/sec. 2025.07.17 11:27:25.658281 [ 277 ] {4f7f833a-cc9a-4e39-a735-3c5ad2b0b135} TCPHandler: Processed in 0.002024967 sec. 2025.07.17 11:27:25.658398 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:25.658494 [ 277 ] {b48dbc77-8ef4-4c04-9f31-45a6e2130ca0} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:25.658538 [ 277 ] {b48dbc77-8ef4-4c04-9f31-45a6e2130ca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:25.658917 [ 277 ] {b48dbc77-8ef4-4c04-9f31-45a6e2130ca0} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:25.658953 [ 277 ] {b48dbc77-8ef4-4c04-9f31-45a6e2130ca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:25.659274 [ 277 ] {b48dbc77-8ef4-4c04-9f31-45a6e2130ca0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:27:25.659518 [ 277 ] {b48dbc77-8ef4-4c04-9f31-45a6e2130ca0} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:25.659659 [ 277 ] {b48dbc77-8ef4-4c04-9f31-45a6e2130ca0} executeQuery: Read 60 rows, 4.14 KiB in 0.001186 sec., 50590.219224283304 rows/sec., 3.41 MiB/sec. 2025.07.17 11:27:25.659697 [ 277 ] {b48dbc77-8ef4-4c04-9f31-45a6e2130ca0} TCPHandler: Processed in 0.001349378 sec. 2025.07.17 11:27:27.929278 [ 142 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:27:27.929377 [ 142 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:27:28.045869 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 2025.07.17 11:27:28.046656 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:28.046740 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:28.047345 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:27:28.047580 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:28.047725 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.07.17 11:27:28.412499 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.07.17 11:27:28.430404 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:28.430472 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:28.436025 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:27:28.436738 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:28.439639 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.07.17 11:27:30.657633 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.657808 [ 277 ] {6020e321-8fb8-4c8c-8d05-5993eaf222f2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:27:30.657875 [ 277 ] {6020e321-8fb8-4c8c-8d05-5993eaf222f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:27:30.658610 [ 277 ] {6020e321-8fb8-4c8c-8d05-5993eaf222f2} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.658659 [ 277 ] {6020e321-8fb8-4c8c-8d05-5993eaf222f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.659066 [ 277 ] {6020e321-8fb8-4c8c-8d05-5993eaf222f2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:27:30.659302 [ 277 ] {6020e321-8fb8-4c8c-8d05-5993eaf222f2} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.659463 [ 277 ] {6020e321-8fb8-4c8c-8d05-5993eaf222f2} executeQuery: Read 212 rows, 13.81 KiB in 0.001703 sec., 124486.20082207868 rows/sec., 7.92 MiB/sec. 2025.07.17 11:27:30.659514 [ 277 ] {6020e321-8fb8-4c8c-8d05-5993eaf222f2} TCPHandler: Processed in 0.002008317 sec. 2025.07.17 11:27:30.659650 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.659763 [ 277 ] {0bb07812-7b4d-48fc-b700-e2ce825a62d7} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:30.659810 [ 277 ] {0bb07812-7b4d-48fc-b700-e2ce825a62d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:30.660513 [ 277 ] {0bb07812-7b4d-48fc-b700-e2ce825a62d7} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.660552 [ 277 ] {0bb07812-7b4d-48fc-b700-e2ce825a62d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.660923 [ 277 ] {0bb07812-7b4d-48fc-b700-e2ce825a62d7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:27:30.661132 [ 277 ] {0bb07812-7b4d-48fc-b700-e2ce825a62d7} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.661276 [ 277 ] {0bb07812-7b4d-48fc-b700-e2ce825a62d7} executeQuery: Read 689 rows, 56.20 KiB in 0.001539 sec., 447693.30734243017 rows/sec., 35.66 MiB/sec. 2025.07.17 11:27:30.661314 [ 277 ] {0bb07812-7b4d-48fc-b700-e2ce825a62d7} TCPHandler: Processed in 0.001723773 sec. 2025.07.17 11:27:30.661426 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.661530 [ 277 ] {2bca9687-8f02-46d8-956f-a06dc5e35ce9} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:30.661572 [ 277 ] {2bca9687-8f02-46d8-956f-a06dc5e35ce9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:30.662017 [ 277 ] {2bca9687-8f02-46d8-956f-a06dc5e35ce9} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.662055 [ 277 ] {2bca9687-8f02-46d8-956f-a06dc5e35ce9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.662373 [ 277 ] {2bca9687-8f02-46d8-956f-a06dc5e35ce9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:27:30.662581 [ 277 ] {2bca9687-8f02-46d8-956f-a06dc5e35ce9} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.662708 [ 277 ] {2bca9687-8f02-46d8-956f-a06dc5e35ce9} executeQuery: Read 142 rows, 9.09 KiB in 0.001205 sec., 117842.32365145229 rows/sec., 7.37 MiB/sec. 2025.07.17 11:27:30.662746 [ 277 ] {2bca9687-8f02-46d8-956f-a06dc5e35ce9} TCPHandler: Processed in 0.001370048 sec. 2025.07.17 11:27:30.662859 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.662955 [ 277 ] {af2e606e-e9ed-4bce-ac48-919d059cd0fa} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:27:30.662995 [ 277 ] {af2e606e-e9ed-4bce-ac48-919d059cd0fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:27:30.663429 [ 277 ] {af2e606e-e9ed-4bce-ac48-919d059cd0fa} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.663465 [ 277 ] {af2e606e-e9ed-4bce-ac48-919d059cd0fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.663767 [ 277 ] {af2e606e-e9ed-4bce-ac48-919d059cd0fa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:27:30.663982 [ 277 ] {af2e606e-e9ed-4bce-ac48-919d059cd0fa} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.664113 [ 277 ] {af2e606e-e9ed-4bce-ac48-919d059cd0fa} executeQuery: Read 113 rows, 7.49 KiB in 0.001173 sec., 96334.18584825234 rows/sec., 6.24 MiB/sec. 2025.07.17 11:27:30.664149 [ 277 ] {af2e606e-e9ed-4bce-ac48-919d059cd0fa} TCPHandler: Processed in 0.001338978 sec. 2025.07.17 11:27:30.664268 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.664364 [ 277 ] {14dd03ea-c420-44ee-8ad9-466430fff35d} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:27:30.664403 [ 277 ] {14dd03ea-c420-44ee-8ad9-466430fff35d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:27:30.664808 [ 277 ] {14dd03ea-c420-44ee-8ad9-466430fff35d} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.664844 [ 277 ] {14dd03ea-c420-44ee-8ad9-466430fff35d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.665135 [ 277 ] {14dd03ea-c420-44ee-8ad9-466430fff35d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:27:30.665353 [ 277 ] {14dd03ea-c420-44ee-8ad9-466430fff35d} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.665477 [ 277 ] {14dd03ea-c420-44ee-8ad9-466430fff35d} executeQuery: Read 112 rows, 6.53 KiB in 0.001133 sec., 98852.60370697264 rows/sec., 5.63 MiB/sec. 2025.07.17 11:27:30.665513 [ 277 ] {14dd03ea-c420-44ee-8ad9-466430fff35d} TCPHandler: Processed in 0.001293837 sec. 2025.07.17 11:27:30.665621 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.665714 [ 277 ] {75108ae9-25fc-47d1-b8c0-3e16d218e8ad} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:30.665754 [ 277 ] {75108ae9-25fc-47d1-b8c0-3e16d218e8ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:30.666289 [ 277 ] {75108ae9-25fc-47d1-b8c0-3e16d218e8ad} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.666324 [ 277 ] {75108ae9-25fc-47d1-b8c0-3e16d218e8ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.666644 [ 277 ] {75108ae9-25fc-47d1-b8c0-3e16d218e8ad} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:27:30.666849 [ 277 ] {75108ae9-25fc-47d1-b8c0-3e16d218e8ad} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.666976 [ 277 ] {75108ae9-25fc-47d1-b8c0-3e16d218e8ad} executeQuery: Read 418 rows, 30.47 KiB in 0.001279 sec., 326817.82642689603 rows/sec., 23.26 MiB/sec. 2025.07.17 11:27:30.667014 [ 277 ] {75108ae9-25fc-47d1-b8c0-3e16d218e8ad} TCPHandler: Processed in 0.001442369 sec. 2025.07.17 11:27:30.667124 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.667230 [ 277 ] {33eade04-b1e8-4698-b800-e2241da7a185} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:27:30.667271 [ 277 ] {33eade04-b1e8-4698-b800-e2241da7a185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:27:30.667595 [ 277 ] {33eade04-b1e8-4698-b800-e2241da7a185} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.667631 [ 277 ] {33eade04-b1e8-4698-b800-e2241da7a185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.667921 [ 277 ] {33eade04-b1e8-4698-b800-e2241da7a185} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:27:30.668122 [ 277 ] {33eade04-b1e8-4698-b800-e2241da7a185} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.668254 [ 277 ] {33eade04-b1e8-4698-b800-e2241da7a185} executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. 2025.07.17 11:27:30.668291 [ 277 ] {33eade04-b1e8-4698-b800-e2241da7a185} TCPHandler: Processed in 0.001214066 sec. 2025.07.17 11:27:30.668395 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.668494 [ 277 ] {e00037b5-93ee-4bbb-bb6e-56c5c2e8d524} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:30.668536 [ 277 ] {e00037b5-93ee-4bbb-bb6e-56c5c2e8d524} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:30.668922 [ 277 ] {e00037b5-93ee-4bbb-bb6e-56c5c2e8d524} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.668958 [ 277 ] {e00037b5-93ee-4bbb-bb6e-56c5c2e8d524} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.669331 [ 277 ] {e00037b5-93ee-4bbb-bb6e-56c5c2e8d524} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:27:30.669540 [ 277 ] {e00037b5-93ee-4bbb-bb6e-56c5c2e8d524} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.669666 [ 277 ] {e00037b5-93ee-4bbb-bb6e-56c5c2e8d524} executeQuery: Read 237 rows, 16.27 KiB in 0.001191 sec., 198992.44332493702 rows/sec., 13.34 MiB/sec. 2025.07.17 11:27:30.669702 [ 277 ] {e00037b5-93ee-4bbb-bb6e-56c5c2e8d524} TCPHandler: Processed in 0.001354467 sec. 2025.07.17 11:27:30.669814 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.669907 [ 277 ] {fa3849ef-fa2f-44f9-a19e-e78505154d8e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:27:30.669949 [ 277 ] {fa3849ef-fa2f-44f9-a19e-e78505154d8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:27:30.670280 [ 277 ] {fa3849ef-fa2f-44f9-a19e-e78505154d8e} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.670316 [ 277 ] {fa3849ef-fa2f-44f9-a19e-e78505154d8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.670632 [ 277 ] {fa3849ef-fa2f-44f9-a19e-e78505154d8e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:27:30.670852 [ 277 ] {fa3849ef-fa2f-44f9-a19e-e78505154d8e} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.670985 [ 277 ] {fa3849ef-fa2f-44f9-a19e-e78505154d8e} executeQuery: Read 1 rows, 69.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 61.48 KiB/sec. 2025.07.17 11:27:30.671022 [ 277 ] {fa3849ef-fa2f-44f9-a19e-e78505154d8e} TCPHandler: Processed in 0.001255697 sec. 2025.07.17 11:27:30.671133 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.671228 [ 277 ] {4f9b6486-0aea-4507-9bd7-b42369f14ae2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:30.671282 [ 277 ] {4f9b6486-0aea-4507-9bd7-b42369f14ae2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:30.672136 [ 277 ] {4f9b6486-0aea-4507-9bd7-b42369f14ae2} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.672173 [ 277 ] {4f9b6486-0aea-4507-9bd7-b42369f14ae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.672716 [ 277 ] {4f9b6486-0aea-4507-9bd7-b42369f14ae2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:27:30.672928 [ 277 ] {4f9b6486-0aea-4507-9bd7-b42369f14ae2} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.673064 [ 277 ] {4f9b6486-0aea-4507-9bd7-b42369f14ae2} executeQuery: Read 36 rows, 66.06 KiB in 0.001857 sec., 19386.10662358643 rows/sec., 34.74 MiB/sec. 2025.07.17 11:27:30.673123 [ 277 ] {4f9b6486-0aea-4507-9bd7-b42369f14ae2} TCPHandler: Processed in 0.002040798 sec. 2025.07.17 11:27:30.673234 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:30.673329 [ 277 ] {04fadcdd-3329-4b94-9df6-1ef446ad3325} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:30.673373 [ 277 ] {04fadcdd-3329-4b94-9df6-1ef446ad3325} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:30.673703 [ 277 ] {04fadcdd-3329-4b94-9df6-1ef446ad3325} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:30.673740 [ 277 ] {04fadcdd-3329-4b94-9df6-1ef446ad3325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:30.674042 [ 277 ] {04fadcdd-3329-4b94-9df6-1ef446ad3325} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:27:30.674247 [ 277 ] {04fadcdd-3329-4b94-9df6-1ef446ad3325} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:30.674374 [ 277 ] {04fadcdd-3329-4b94-9df6-1ef446ad3325} executeQuery: Read 82 rows, 5.33 KiB in 0.001064 sec., 77067.66917293232 rows/sec., 4.89 MiB/sec. 2025.07.17 11:27:30.674410 [ 277 ] {04fadcdd-3329-4b94-9df6-1ef446ad3325} TCPHandler: Processed in 0.001224637 sec. 2025.07.17 11:27:33.049324 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 456 2025.07.17 11:27:33.051437 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:33.051474 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:33.052584 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:27:33.052834 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:33.053067 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 456 2025.07.17 11:27:35.548704 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 2025.07.17 11:27:35.549169 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.549207 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.549662 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:27:35.549898 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.550024 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 2025.07.17 11:27:35.648855 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:35.649019 [ 277 ] {3b7ef4ae-998e-4f7b-b0e0-38b440a572a4} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:35.649084 [ 277 ] {3b7ef4ae-998e-4f7b-b0e0-38b440a572a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:35.649733 [ 277 ] {3b7ef4ae-998e-4f7b-b0e0-38b440a572a4} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.649779 [ 277 ] {3b7ef4ae-998e-4f7b-b0e0-38b440a572a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.650174 [ 277 ] {3b7ef4ae-998e-4f7b-b0e0-38b440a572a4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:27:35.650427 [ 277 ] {3b7ef4ae-998e-4f7b-b0e0-38b440a572a4} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.650589 [ 277 ] {3b7ef4ae-998e-4f7b-b0e0-38b440a572a4} executeQuery: Read 66 rows, 5.35 KiB in 0.001616 sec., 40841.58415841584 rows/sec., 3.24 MiB/sec. 2025.07.17 11:27:35.650638 [ 277 ] {3b7ef4ae-998e-4f7b-b0e0-38b440a572a4} TCPHandler: Processed in 0.001904185 sec. 2025.07.17 11:27:35.650770 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:35.650877 [ 277 ] {41362104-d12e-44bb-a642-785c2942d531} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:35.650922 [ 277 ] {41362104-d12e-44bb-a642-785c2942d531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:35.651339 [ 277 ] {41362104-d12e-44bb-a642-785c2942d531} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.651375 [ 277 ] {41362104-d12e-44bb-a642-785c2942d531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.651680 [ 277 ] {41362104-d12e-44bb-a642-785c2942d531} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:27:35.651890 [ 277 ] {41362104-d12e-44bb-a642-785c2942d531} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.652005 [ 130 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:27:35.652020 [ 277 ] {41362104-d12e-44bb-a642-785c2942d531} executeQuery: Read 5 rows, 385.00 B in 0.00117 sec., 4273.504273504273 rows/sec., 321.35 KiB/sec. 2025.07.17 11:27:35.652072 [ 130 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.652081 [ 277 ] {41362104-d12e-44bb-a642-785c2942d531} TCPHandler: Processed in 0.001362178 sec. 2025.07.17 11:27:35.652099 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.652196 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:27:35.652199 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:35.652290 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:35.652315 [ 277 ] {cd11c2a3-0001-4750-8e2c-3c07b84441c6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:35.652321 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 148 rows starting from the beginning of the part 2025.07.17 11:27:35.652357 [ 277 ] {cd11c2a3-0001-4750-8e2c-3c07b84441c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:35.652410 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 5 rows starting from the beginning of the part 2025.07.17 11:27:35.652472 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 146 rows starting from the beginning of the part 2025.07.17 11:27:35.652520 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 5 rows starting from the beginning of the part 2025.07.17 11:27:35.652560 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 142 rows starting from the beginning of the part 2025.07.17 11:27:35.652599 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 5 rows starting from the beginning of the part 2025.07.17 11:27:35.652785 [ 277 ] {cd11c2a3-0001-4750-8e2c-3c07b84441c6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.652819 [ 277 ] {cd11c2a3-0001-4750-8e2c-3c07b84441c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.653126 [ 277 ] {cd11c2a3-0001-4750-8e2c-3c07b84441c6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:27:35.653346 [ 277 ] {cd11c2a3-0001-4750-8e2c-3c07b84441c6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.653398 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 5 columns (5 merged, 0 gathered) in 0.001236947 sec., 364607.37606380874 rows/sec., 24.37 MiB/sec. 2025.07.17 11:27:35.653480 [ 277 ] {cd11c2a3-0001-4750-8e2c-3c07b84441c6} executeQuery: Read 69 rows, 5.52 KiB in 0.001186 sec., 58178.7521079258 rows/sec., 4.54 MiB/sec. 2025.07.17 11:27:35.653522 [ 277 ] {cd11c2a3-0001-4750-8e2c-3c07b84441c6} TCPHandler: Processed in 0.001372948 sec. 2025.07.17 11:27:35.653607 [ 190 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:27:35.653633 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:35.653734 [ 277 ] {7b12d589-5866-40a4-adee-629b9850de73} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:35.653780 [ 277 ] {7b12d589-5866-40a4-adee-629b9850de73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:35.653923 [ 190 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.654012 [ 190 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_11_2} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:27:35.654106 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.17 11:27:35.654200 [ 277 ] {7b12d589-5866-40a4-adee-629b9850de73} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.654240 [ 277 ] {7b12d589-5866-40a4-adee-629b9850de73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.654575 [ 277 ] {7b12d589-5866-40a4-adee-629b9850de73} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:27:35.654804 [ 277 ] {7b12d589-5866-40a4-adee-629b9850de73} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.654945 [ 277 ] {7b12d589-5866-40a4-adee-629b9850de73} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.07.17 11:27:35.654988 [ 277 ] {7b12d589-5866-40a4-adee-629b9850de73} TCPHandler: Processed in 0.001404659 sec. 2025.07.17 11:27:35.655117 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:35.655249 [ 277 ] {a3fce4e4-ffa7-4348-9a1f-134c862d0d77} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:35.655317 [ 277 ] {a3fce4e4-ffa7-4348-9a1f-134c862d0d77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:35.656089 [ 277 ] {a3fce4e4-ffa7-4348-9a1f-134c862d0d77} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.656125 [ 277 ] {a3fce4e4-ffa7-4348-9a1f-134c862d0d77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.656625 [ 277 ] {a3fce4e4-ffa7-4348-9a1f-134c862d0d77} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:27:35.656853 [ 277 ] {a3fce4e4-ffa7-4348-9a1f-134c862d0d77} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.656992 [ 277 ] {a3fce4e4-ffa7-4348-9a1f-134c862d0d77} executeQuery: Read 5 rows, 9.17 KiB in 0.001766 sec., 2831.2570781426953 rows/sec., 5.07 MiB/sec. 2025.07.17 11:27:35.657053 [ 277 ] {a3fce4e4-ffa7-4348-9a1f-134c862d0d77} TCPHandler: Processed in 0.001991766 sec. 2025.07.17 11:27:35.657163 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:35.657263 [ 277 ] {619274d7-fc15-4410-98d3-ff7b8fea1f12} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:35.657306 [ 277 ] {619274d7-fc15-4410-98d3-ff7b8fea1f12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:35.657637 [ 277 ] {619274d7-fc15-4410-98d3-ff7b8fea1f12} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.657673 [ 277 ] {619274d7-fc15-4410-98d3-ff7b8fea1f12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.657980 [ 277 ] {619274d7-fc15-4410-98d3-ff7b8fea1f12} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:27:35.658198 [ 277 ] {619274d7-fc15-4410-98d3-ff7b8fea1f12} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.658331 [ 277 ] {619274d7-fc15-4410-98d3-ff7b8fea1f12} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.07.17 11:27:35.658367 [ 277 ] {619274d7-fc15-4410-98d3-ff7b8fea1f12} TCPHandler: Processed in 0.001253676 sec. 2025.07.17 11:27:35.940613 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.07.17 11:27:35.956625 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:35.956676 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.17 11:27:35.961954 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:27:35.962643 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:35.965387 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.07.17 11:27:40.657583 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.657793 [ 277 ] {c12bc60c-83c2-450b-a978-83a37fbdeba8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:27:40.657859 [ 277 ] {c12bc60c-83c2-450b-a978-83a37fbdeba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:27:40.658610 [ 277 ] {c12bc60c-83c2-450b-a978-83a37fbdeba8} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.658652 [ 277 ] {c12bc60c-83c2-450b-a978-83a37fbdeba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.659021 [ 277 ] {c12bc60c-83c2-450b-a978-83a37fbdeba8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:27:40.659233 [ 277 ] {c12bc60c-83c2-450b-a978-83a37fbdeba8} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.659373 [ 277 ] {c12bc60c-83c2-450b-a978-83a37fbdeba8} executeQuery: Read 212 rows, 13.81 KiB in 0.001632 sec., 129901.96078431372 rows/sec., 8.26 MiB/sec. 2025.07.17 11:27:40.659413 [ 277 ] {c12bc60c-83c2-450b-a978-83a37fbdeba8} TCPHandler: Processed in 0.001970306 sec. 2025.07.17 11:27:40.659538 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.659636 [ 277 ] {ceae0afe-95f4-4fe1-a951-47abc3cd7349} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:40.659677 [ 277 ] {ceae0afe-95f4-4fe1-a951-47abc3cd7349} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:40.660353 [ 277 ] {ceae0afe-95f4-4fe1-a951-47abc3cd7349} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.660389 [ 277 ] {ceae0afe-95f4-4fe1-a951-47abc3cd7349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.660733 [ 277 ] {ceae0afe-95f4-4fe1-a951-47abc3cd7349} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:27:40.660937 [ 277 ] {ceae0afe-95f4-4fe1-a951-47abc3cd7349} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.661045 [ 122 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:27:40.661061 [ 277 ] {ceae0afe-95f4-4fe1-a951-47abc3cd7349} executeQuery: Read 689 rows, 56.20 KiB in 0.001443 sec., 477477.47747747746 rows/sec., 38.03 MiB/sec. 2025.07.17 11:27:40.661109 [ 122 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.661117 [ 277 ] {ceae0afe-95f4-4fe1-a951-47abc3cd7349} TCPHandler: Processed in 0.001627401 sec. 2025.07.17 11:27:40.661136 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.661231 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:27:40.661243 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.661322 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:40.661340 [ 277 ] {97d5bada-48a7-4e98-87d1-235374e8ba0a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:40.661350 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1845 rows starting from the beginning of the part 2025.07.17 11:27:40.661379 [ 277 ] {97d5bada-48a7-4e98-87d1-235374e8ba0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:40.661432 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2025.07.17 11:27:40.661484 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part 2025.07.17 11:27:40.661530 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 689 rows starting from the beginning of the part 2025.07.17 11:27:40.661570 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part 2025.07.17 11:27:40.661618 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 689 rows starting from the beginning of the part 2025.07.17 11:27:40.661807 [ 277 ] {97d5bada-48a7-4e98-87d1-235374e8ba0a} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.661842 [ 277 ] {97d5bada-48a7-4e98-87d1-235374e8ba0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.662136 [ 277 ] {97d5bada-48a7-4e98-87d1-235374e8ba0a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:40.662347 [ 277 ] {97d5bada-48a7-4e98-87d1-235374e8ba0a} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.662469 [ 277 ] {97d5bada-48a7-4e98-87d1-235374e8ba0a} executeQuery: Read 142 rows, 9.09 KiB in 0.001148 sec., 123693.37979094077 rows/sec., 7.73 MiB/sec. 2025.07.17 11:27:40.662506 [ 277 ] {97d5bada-48a7-4e98-87d1-235374e8ba0a} TCPHandler: Processed in 0.001310057 sec. 2025.07.17 11:27:40.662620 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.662712 [ 277 ] {f46227c6-bdc0-4be8-abc0-dd9ea093aa8b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:27:40.662749 [ 277 ] {f46227c6-bdc0-4be8-abc0-dd9ea093aa8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:27:40.662989 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3411 rows, containing 5 columns (5 merged, 0 gathered) in 0.001796463 sec., 1898731.00642763 rows/sec., 160.12 MiB/sec. 2025.07.17 11:27:40.663154 [ 277 ] {f46227c6-bdc0-4be8-abc0-dd9ea093aa8b} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.663196 [ 277 ] {f46227c6-bdc0-4be8-abc0-dd9ea093aa8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.663263 [ 200 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:27:40.663510 [ 277 ] {f46227c6-bdc0-4be8-abc0-dd9ea093aa8b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:27:40.663623 [ 200 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.663716 [ 200 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_21_4} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:27:40.663758 [ 277 ] {f46227c6-bdc0-4be8-abc0-dd9ea093aa8b} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.663817 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.07.17 11:27:40.663889 [ 277 ] {f46227c6-bdc0-4be8-abc0-dd9ea093aa8b} executeQuery: Read 113 rows, 7.49 KiB in 0.001195 sec., 94560.66945606694 rows/sec., 6.12 MiB/sec. 2025.07.17 11:27:40.663928 [ 277 ] {f46227c6-bdc0-4be8-abc0-dd9ea093aa8b} TCPHandler: Processed in 0.001354878 sec. 2025.07.17 11:27:40.664038 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.664129 [ 277 ] {e0ed93e7-fdff-41d2-90cf-1e478babd8f3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:27:40.664166 [ 277 ] {e0ed93e7-fdff-41d2-90cf-1e478babd8f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:27:40.664585 [ 277 ] {e0ed93e7-fdff-41d2-90cf-1e478babd8f3} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.664625 [ 277 ] {e0ed93e7-fdff-41d2-90cf-1e478babd8f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.664922 [ 277 ] {e0ed93e7-fdff-41d2-90cf-1e478babd8f3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:27:40.665127 [ 277 ] {e0ed93e7-fdff-41d2-90cf-1e478babd8f3} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.665248 [ 277 ] {e0ed93e7-fdff-41d2-90cf-1e478babd8f3} executeQuery: Read 112 rows, 6.53 KiB in 0.001136 sec., 98591.54929577465 rows/sec., 5.62 MiB/sec. 2025.07.17 11:27:40.665284 [ 277 ] {e0ed93e7-fdff-41d2-90cf-1e478babd8f3} TCPHandler: Processed in 0.001292717 sec. 2025.07.17 11:27:40.665399 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.665490 [ 277 ] {1f2cbd75-215b-4f8c-b3b7-8c51f6d077b4} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:40.665528 [ 277 ] {1f2cbd75-215b-4f8c-b3b7-8c51f6d077b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:40.666038 [ 277 ] {1f2cbd75-215b-4f8c-b3b7-8c51f6d077b4} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.666073 [ 277 ] {1f2cbd75-215b-4f8c-b3b7-8c51f6d077b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.666382 [ 277 ] {1f2cbd75-215b-4f8c-b3b7-8c51f6d077b4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:27:40.666577 [ 277 ] {1f2cbd75-215b-4f8c-b3b7-8c51f6d077b4} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.666684 [ 113 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:27:40.666699 [ 277 ] {1f2cbd75-215b-4f8c-b3b7-8c51f6d077b4} executeQuery: Read 418 rows, 30.47 KiB in 0.001226 sec., 340946.16639477975 rows/sec., 24.27 MiB/sec. 2025.07.17 11:27:40.666752 [ 113 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.666754 [ 277 ] {1f2cbd75-215b-4f8c-b3b7-8c51f6d077b4} TCPHandler: Processed in 0.001402408 sec. 2025.07.17 11:27:40.666781 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.666858 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:27:40.666882 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.666944 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:40.666968 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 907 rows starting from the beginning of the part 2025.07.17 11:27:40.666973 [ 277 ] {92a9a290-384e-415b-9a26-389e4280ccb1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:27:40.667013 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2025.07.17 11:27:40.667021 [ 277 ] {92a9a290-384e-415b-9a26-389e4280ccb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:27:40.667051 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 69 rows starting from the beginning of the part 2025.07.17 11:27:40.667085 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 418 rows starting from the beginning of the part 2025.07.17 11:27:40.667120 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 69 rows starting from the beginning of the part 2025.07.17 11:27:40.667153 [ 195 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 418 rows starting from the beginning of the part 2025.07.17 11:27:40.667386 [ 277 ] {92a9a290-384e-415b-9a26-389e4280ccb1} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.667420 [ 277 ] {92a9a290-384e-415b-9a26-389e4280ccb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.667716 [ 277 ] {92a9a290-384e-415b-9a26-389e4280ccb1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:27:40.667914 [ 277 ] {92a9a290-384e-415b-9a26-389e4280ccb1} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.668036 [ 277 ] {92a9a290-384e-415b-9a26-389e4280ccb1} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2025.07.17 11:27:40.668070 [ 277 ] {92a9a290-384e-415b-9a26-389e4280ccb1} TCPHandler: Processed in 0.001236056 sec. 2025.07.17 11:27:40.668093 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1945 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264217 sec., 1538501.6970978875 rows/sec., 117.49 MiB/sec. 2025.07.17 11:27:40.668183 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.668278 [ 277 ] {86e172e2-ae6e-4f24-82d1-3b6fcc934ac9} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:40.668283 [ 187 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:27:40.668318 [ 277 ] {86e172e2-ae6e-4f24-82d1-3b6fcc934ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:40.668519 [ 187 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.668581 [ 187 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_21_4} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:27:40.668644 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.07.17 11:27:40.668707 [ 277 ] {86e172e2-ae6e-4f24-82d1-3b6fcc934ac9} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.668740 [ 277 ] {86e172e2-ae6e-4f24-82d1-3b6fcc934ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.669079 [ 277 ] {86e172e2-ae6e-4f24-82d1-3b6fcc934ac9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:27:40.669277 [ 277 ] {86e172e2-ae6e-4f24-82d1-3b6fcc934ac9} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.669379 [ 113 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:27:40.669399 [ 277 ] {86e172e2-ae6e-4f24-82d1-3b6fcc934ac9} executeQuery: Read 237 rows, 16.27 KiB in 0.001139 sec., 208077.26075504828 rows/sec., 13.95 MiB/sec. 2025.07.17 11:27:40.669424 [ 113 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.669452 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.669464 [ 277 ] {86e172e2-ae6e-4f24-82d1-3b6fcc934ac9} TCPHandler: Processed in 0.001326188 sec. 2025.07.17 11:27:40.669519 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:27:40.669587 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.669604 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:40.669630 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6437 rows starting from the beginning of the part 2025.07.17 11:27:40.669686 [ 277 ] {8ac80875-ee18-4ad6-9e1e-f0e979d887a6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:27:40.669697 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 96 rows starting from the beginning of the part 2025.07.17 11:27:40.669730 [ 277 ] {8ac80875-ee18-4ad6-9e1e-f0e979d887a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:27:40.669745 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.07.17 11:27:40.669788 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part 2025.07.17 11:27:40.669842 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2025.07.17 11:27:40.669884 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part 2025.07.17 11:27:40.670055 [ 277 ] {8ac80875-ee18-4ad6-9e1e-f0e979d887a6} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.670091 [ 277 ] {8ac80875-ee18-4ad6-9e1e-f0e979d887a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.670423 [ 277 ] {8ac80875-ee18-4ad6-9e1e-f0e979d887a6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:27:40.670649 [ 277 ] {8ac80875-ee18-4ad6-9e1e-f0e979d887a6} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.670780 [ 277 ] {8ac80875-ee18-4ad6-9e1e-f0e979d887a6} executeQuery: Read 1 rows, 69.00 B in 0.001114 sec., 897.6660682226212 rows/sec., 60.49 KiB/sec. 2025.07.17 11:27:40.670816 [ 277 ] {8ac80875-ee18-4ad6-9e1e-f0e979d887a6} TCPHandler: Processed in 0.001278867 sec. 2025.07.17 11:27:40.670925 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.671021 [ 277 ] {02f5b154-74ae-41b7-a5e7-305c1e461b28} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:40.671074 [ 277 ] {02f5b154-74ae-41b7-a5e7-305c1e461b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:40.671874 [ 277 ] {02f5b154-74ae-41b7-a5e7-305c1e461b28} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.671910 [ 277 ] {02f5b154-74ae-41b7-a5e7-305c1e461b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.672179 [ 196 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7327 rows, containing 5 columns (5 merged, 0 gathered) in 0.002686536 sec., 2727303.858946986 rows/sec., 184.11 MiB/sec. 2025.07.17 11:27:40.672485 [ 277 ] {02f5b154-74ae-41b7-a5e7-305c1e461b28} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:27:40.672572 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:27:40.672734 [ 277 ] {02f5b154-74ae-41b7-a5e7-305c1e461b28} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.672815 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.672856 [ 113 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:27:40.672877 [ 277 ] {02f5b154-74ae-41b7-a5e7-305c1e461b28} executeQuery: Read 36 rows, 66.06 KiB in 0.001874 sec., 19210.245464247597 rows/sec., 34.42 MiB/sec. 2025.07.17 11:27:40.672879 [ 187 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_21_4} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:27:40.672888 [ 113 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.672929 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.672948 [ 277 ] {02f5b154-74ae-41b7-a5e7-305c1e461b28} TCPHandler: Processed in 0.002072807 sec. 2025.07.17 11:27:40.672953 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2025.07.17 11:27:40.673022 [ 187 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:27:40.673067 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:40.673164 [ 277 ] {c35ed120-2cf7-4c1e-914c-8d64cc5419b7} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:40.673182 [ 187 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:40.673206 [ 277 ] {c35ed120-2cf7-4c1e-914c-8d64cc5419b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:40.673231 [ 187 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 104 rows starting from the beginning of the part 2025.07.17 11:27:40.673329 [ 187 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2025.07.17 11:27:40.673426 [ 187 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part 2025.07.17 11:27:40.673516 [ 187 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2025.07.17 11:27:40.673545 [ 277 ] {c35ed120-2cf7-4c1e-914c-8d64cc5419b7} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.673581 [ 277 ] {c35ed120-2cf7-4c1e-914c-8d64cc5419b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.673612 [ 187 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2025.07.17 11:27:40.673707 [ 187 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2025.07.17 11:27:40.673907 [ 277 ] {c35ed120-2cf7-4c1e-914c-8d64cc5419b7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:27:40.674124 [ 277 ] {c35ed120-2cf7-4c1e-914c-8d64cc5419b7} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.674224 [ 113 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:27:40.674251 [ 277 ] {c35ed120-2cf7-4c1e-914c-8d64cc5419b7} executeQuery: Read 82 rows, 5.33 KiB in 0.001105 sec., 74208.14479638009 rows/sec., 4.71 MiB/sec. 2025.07.17 11:27:40.674251 [ 113 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:40.674289 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:40.674294 [ 277 ] {c35ed120-2cf7-4c1e-914c-8d64cc5419b7} TCPHandler: Processed in 0.001276807 sec. 2025.07.17 11:27:40.674396 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:27:40.674519 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:40.674552 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 972 rows starting from the beginning of the part 2025.07.17 11:27:40.674619 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2025.07.17 11:27:40.674664 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.07.17 11:27:40.674706 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part 2025.07.17 11:27:40.674753 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.07.17 11:27:40.674811 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part 2025.07.17 11:27:40.675884 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1292 rows, containing 4 columns (4 merged, 0 gathered) in 0.001524369 sec., 847563.8116492791 rows/sec., 55.40 MiB/sec. 2025.07.17 11:27:40.676113 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:27:40.676252 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 19 columns (19 merged, 0 gathered) in 0.003252923 sec., 68246.3126240615 rows/sec., 122.29 MiB/sec. 2025.07.17 11:27:40.676412 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.676493 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_21_4} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:27:40.676579 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.17 11:27:40.676817 [ 192 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:27:40.677192 [ 192 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:40.677288 [ 192 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_11_2} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:27:40.677452 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2025.07.17 11:27:42.929445 [ 120 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:27:42.929543 [ 120 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:27:43.050596 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 2025.07.17 11:27:43.051149 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:43.051192 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:43.051654 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:27:43.051874 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:43.051998 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.07.17 11:27:43.052045 [ 120 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:27:43.052119 [ 120 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:43.052143 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:43.052236 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:27:43.052334 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:43.052363 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part 2025.07.17 11:27:43.052422 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part 2025.07.17 11:27:43.052466 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part 2025.07.17 11:27:43.052507 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part 2025.07.17 11:27:43.052551 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part 2025.07.17 11:27:43.052589 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part 2025.07.17 11:27:43.053816 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 490 2025.07.17 11:27:43.053866 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001669812 sec., 4420258.088934563 rows/sec., 63.23 MiB/sec. 2025.07.17 11:27:43.054473 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:27:43.054725 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:43.054796 [ 187 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_16_3} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:27:43.054863 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.07.17 11:27:43.056010 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:43.056059 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:43.057217 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:27:43.057475 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:43.057630 [ 119 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:27:43.057677 [ 119 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:43.057700 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:43.057766 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 490 2025.07.17 11:27:43.057815 [ 197 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:27:43.058486 [ 197 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:43.058635 [ 197 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 276 rows starting from the beginning of the part 2025.07.17 11:27:43.059050 [ 197 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part 2025.07.17 11:27:43.059402 [ 197 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part 2025.07.17 11:27:43.059759 [ 197 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 68 rows starting from the beginning of the part 2025.07.17 11:27:43.060091 [ 197 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2025.07.17 11:27:43.060430 [ 197 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2025.07.17 11:27:43.066497 [ 192 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 72 columns (72 merged, 0 gathered) in 0.008738995 sec., 56070.5206948854 rows/sec., 51.56 MiB/sec. 2025.07.17 11:27:43.067368 [ 187 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:27:43.067946 [ 187 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:43.068022 [ 187 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_11_2} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:27:43.068248 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2025.07.17 11:27:43.465974 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.07.17 11:27:43.483554 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:43.483612 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:43.490003 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:27:43.491017 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:43.491327 [ 120 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:27:43.491394 [ 120 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:43.491414 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:43.491518 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:27:43.494329 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.07.17 11:27:43.494501 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:43.495326 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.07.17 11:27:43.498546 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.07.17 11:27:43.501687 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.07.17 11:27:43.505020 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.07.17 11:27:43.509333 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.07.17 11:27:43.513817 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.07.17 11:27:43.569312 [ 187 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.077833516 sec., 1554.6002059061548 rows/sec., 8.04 MiB/sec. 2025.07.17 11:27:43.571349 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:27:43.573168 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:43.573259 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_16_3} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:27:43.574634 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.07.17 11:27:44.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 205.68 MiB, peak 215.64 MiB, free memory in arenas 0.00 B, will set to 216.61 MiB (RSS), difference: 10.93 MiB 2025.07.17 11:27:44.001635 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001074865 sec. 2025.07.17 11:27:45.650346 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:45.650584 [ 277 ] {411304be-2310-4cd8-a2a3-94526e7d19de} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:45.650681 [ 277 ] {411304be-2310-4cd8-a2a3-94526e7d19de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:45.651433 [ 277 ] {411304be-2310-4cd8-a2a3-94526e7d19de} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:45.651479 [ 277 ] {411304be-2310-4cd8-a2a3-94526e7d19de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:45.651881 [ 277 ] {411304be-2310-4cd8-a2a3-94526e7d19de} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:27:45.652109 [ 277 ] {411304be-2310-4cd8-a2a3-94526e7d19de} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:45.652264 [ 277 ] {411304be-2310-4cd8-a2a3-94526e7d19de} executeQuery: Read 66 rows, 5.35 KiB in 0.00175 sec., 37714.28571428571 rows/sec., 2.99 MiB/sec. 2025.07.17 11:27:45.652307 [ 277 ] {411304be-2310-4cd8-a2a3-94526e7d19de} TCPHandler: Processed in 0.002156319 sec. 2025.07.17 11:27:45.652452 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:45.652558 [ 277 ] {7e13e83d-f7e3-49ea-84b6-8a56a57edb3f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:45.652604 [ 277 ] {7e13e83d-f7e3-49ea-84b6-8a56a57edb3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:45.653012 [ 277 ] {7e13e83d-f7e3-49ea-84b6-8a56a57edb3f} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:45.653051 [ 277 ] {7e13e83d-f7e3-49ea-84b6-8a56a57edb3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:45.653352 [ 277 ] {7e13e83d-f7e3-49ea-84b6-8a56a57edb3f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:27:45.653566 [ 277 ] {7e13e83d-f7e3-49ea-84b6-8a56a57edb3f} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:45.653694 [ 277 ] {7e13e83d-f7e3-49ea-84b6-8a56a57edb3f} executeQuery: Read 5 rows, 385.00 B in 0.001159 sec., 4314.063848144952 rows/sec., 324.40 KiB/sec. 2025.07.17 11:27:45.653732 [ 277 ] {7e13e83d-f7e3-49ea-84b6-8a56a57edb3f} TCPHandler: Processed in 0.001337248 sec. 2025.07.17 11:27:45.653859 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:45.653959 [ 277 ] {faf46a0b-f93e-4a26-bf12-f3e424908ca0} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:45.654001 [ 277 ] {faf46a0b-f93e-4a26-bf12-f3e424908ca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:45.654436 [ 277 ] {faf46a0b-f93e-4a26-bf12-f3e424908ca0} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:45.654472 [ 277 ] {faf46a0b-f93e-4a26-bf12-f3e424908ca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:45.654771 [ 277 ] {faf46a0b-f93e-4a26-bf12-f3e424908ca0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:27:45.654988 [ 277 ] {faf46a0b-f93e-4a26-bf12-f3e424908ca0} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:45.655116 [ 277 ] {faf46a0b-f93e-4a26-bf12-f3e424908ca0} executeQuery: Read 69 rows, 5.52 KiB in 0.001175 sec., 58723.40425531915 rows/sec., 4.58 MiB/sec. 2025.07.17 11:27:45.655152 [ 277 ] {faf46a0b-f93e-4a26-bf12-f3e424908ca0} TCPHandler: Processed in 0.001346567 sec. 2025.07.17 11:27:45.655266 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:45.655363 [ 277 ] {ed6e44f9-796b-4ff7-a790-1a9dca8fe71b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:45.655406 [ 277 ] {ed6e44f9-796b-4ff7-a790-1a9dca8fe71b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:45.655808 [ 277 ] {ed6e44f9-796b-4ff7-a790-1a9dca8fe71b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:45.655845 [ 277 ] {ed6e44f9-796b-4ff7-a790-1a9dca8fe71b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:45.656206 [ 277 ] {ed6e44f9-796b-4ff7-a790-1a9dca8fe71b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:27:45.656435 [ 277 ] {ed6e44f9-796b-4ff7-a790-1a9dca8fe71b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:45.656561 [ 277 ] {ed6e44f9-796b-4ff7-a790-1a9dca8fe71b} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.07.17 11:27:45.656597 [ 277 ] {ed6e44f9-796b-4ff7-a790-1a9dca8fe71b} TCPHandler: Processed in 0.001379638 sec. 2025.07.17 11:27:45.656707 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:45.656801 [ 277 ] {c40a9728-0683-48fc-887a-599f13df10d9} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:45.656854 [ 277 ] {c40a9728-0683-48fc-887a-599f13df10d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:45.657551 [ 277 ] {c40a9728-0683-48fc-887a-599f13df10d9} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:45.657586 [ 277 ] {c40a9728-0683-48fc-887a-599f13df10d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:45.658072 [ 277 ] {c40a9728-0683-48fc-887a-599f13df10d9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:45.658286 [ 277 ] {c40a9728-0683-48fc-887a-599f13df10d9} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:45.658416 [ 277 ] {c40a9728-0683-48fc-887a-599f13df10d9} executeQuery: Read 5 rows, 9.17 KiB in 0.001633 sec., 3061.849357011635 rows/sec., 5.49 MiB/sec. 2025.07.17 11:27:45.658467 [ 277 ] {c40a9728-0683-48fc-887a-599f13df10d9} TCPHandler: Processed in 0.001807144 sec. 2025.07.17 11:27:45.658575 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:45.658669 [ 277 ] {d9ca05cd-f660-41b4-a9c9-5c8434dbd1dc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:45.658711 [ 277 ] {d9ca05cd-f660-41b4-a9c9-5c8434dbd1dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:45.659036 [ 277 ] {d9ca05cd-f660-41b4-a9c9-5c8434dbd1dc} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:45.659071 [ 277 ] {d9ca05cd-f660-41b4-a9c9-5c8434dbd1dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:45.659378 [ 277 ] {d9ca05cd-f660-41b4-a9c9-5c8434dbd1dc} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:27:45.659591 [ 277 ] {d9ca05cd-f660-41b4-a9c9-5c8434dbd1dc} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:45.659713 [ 277 ] {d9ca05cd-f660-41b4-a9c9-5c8434dbd1dc} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.07.17 11:27:45.659748 [ 277 ] {d9ca05cd-f660-41b4-a9c9-5c8434dbd1dc} TCPHandler: Processed in 0.001221936 sec. 2025.07.17 11:27:46.791715 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.791929 [ 277 ] {dbb2403c-1761-48b9-9676-203a27b3f327} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:27:46.792002 [ 277 ] {dbb2403c-1761-48b9-9676-203a27b3f327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:27:46.792710 [ 277 ] {dbb2403c-1761-48b9-9676-203a27b3f327} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.792754 [ 277 ] {dbb2403c-1761-48b9-9676-203a27b3f327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.793164 [ 277 ] {dbb2403c-1761-48b9-9676-203a27b3f327} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:27:46.793397 [ 277 ] {dbb2403c-1761-48b9-9676-203a27b3f327} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.793510 [ 115 ] {} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.07.17 11:27:46.793546 [ 277 ] {dbb2403c-1761-48b9-9676-203a27b3f327} executeQuery: Read 212 rows, 13.81 KiB in 0.00167 sec., 126946.10778443114 rows/sec., 8.07 MiB/sec. 2025.07.17 11:27:46.793549 [ 115 ] {} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.793581 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.793595 [ 277 ] {dbb2403c-1761-48b9-9676-203a27b3f327} TCPHandler: Processed in 0.002012227 sec. 2025.07.17 11:27:46.793699 [ 186 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.07.17 11:27:46.793711 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.793840 [ 277 ] {b2a8728d-a8b1-4140-a3df-d449d65b51ee} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:27:46.793854 [ 186 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:46.793885 [ 277 ] {b2a8728d-a8b1-4140-a3df-d449d65b51ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:27:46.793907 [ 186 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part 2025.07.17 11:27:46.794007 [ 186 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:46.794055 [ 186 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:46.794101 [ 186 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:46.794146 [ 186 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.07.17 11:27:46.794297 [ 277 ] {b2a8728d-a8b1-4140-a3df-d449d65b51ee} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.794337 [ 277 ] {b2a8728d-a8b1-4140-a3df-d449d65b51ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.794743 [ 277 ] {b2a8728d-a8b1-4140-a3df-d449d65b51ee} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.17 11:27:46.794974 [ 277 ] {b2a8728d-a8b1-4140-a3df-d449d65b51ee} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.795110 [ 277 ] {b2a8728d-a8b1-4140-a3df-d449d65b51ee} executeQuery: Read 4 rows, 334.00 B in 0.001293 sec., 3093.580819798917 rows/sec., 252.26 KiB/sec. 2025.07.17 11:27:46.795148 [ 277 ] {b2a8728d-a8b1-4140-a3df-d449d65b51ee} TCPHandler: Processed in 0.001488889 sec. 2025.07.17 11:27:46.795168 [ 201 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00152251 sec., 696218.7440476582 rows/sec., 46.93 MiB/sec. 2025.07.17 11:27:46.795250 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.795337 [ 187 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.07.17 11:27:46.795352 [ 277 ] {eeb51416-bfce-453b-a358-363e876c69dd} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:46.795394 [ 277 ] {eeb51416-bfce-453b-a358-363e876c69dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:46.795597 [ 187 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.795667 [ 187 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_9_2} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.07.17 11:27:46.795742 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.17 11:27:46.796630 [ 277 ] {eeb51416-bfce-453b-a358-363e876c69dd} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.796668 [ 277 ] {eeb51416-bfce-453b-a358-363e876c69dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.797193 [ 277 ] {eeb51416-bfce-453b-a358-363e876c69dd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:27:46.797420 [ 277 ] {eeb51416-bfce-453b-a358-363e876c69dd} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.797549 [ 277 ] {eeb51416-bfce-453b-a358-363e876c69dd} executeQuery: Read 1831 rows, 152.46 KiB in 0.002219 sec., 825146.4623704371 rows/sec., 67.10 MiB/sec. 2025.07.17 11:27:46.797587 [ 277 ] {eeb51416-bfce-453b-a358-363e876c69dd} TCPHandler: Processed in 0.002387751 sec. 2025.07.17 11:27:46.797703 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.797800 [ 277 ] {f946170c-c250-4f4b-9453-f8486e1a0a5f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:46.797842 [ 277 ] {f946170c-c250-4f4b-9453-f8486e1a0a5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:46.798286 [ 277 ] {f946170c-c250-4f4b-9453-f8486e1a0a5f} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.798322 [ 277 ] {f946170c-c250-4f4b-9453-f8486e1a0a5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.798655 [ 277 ] {f946170c-c250-4f4b-9453-f8486e1a0a5f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:27:46.798866 [ 277 ] {f946170c-c250-4f4b-9453-f8486e1a0a5f} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.798993 [ 277 ] {f946170c-c250-4f4b-9453-f8486e1a0a5f} executeQuery: Read 146 rows, 9.37 KiB in 0.001214 sec., 120263.59143327842 rows/sec., 7.54 MiB/sec. 2025.07.17 11:27:46.799036 [ 277 ] {f946170c-c250-4f4b-9453-f8486e1a0a5f} TCPHandler: Processed in 0.001382958 sec. 2025.07.17 11:27:46.799150 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.799246 [ 277 ] {3ec10768-26cd-4408-a11e-fdcfaeed2fcc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:27:46.799287 [ 277 ] {3ec10768-26cd-4408-a11e-fdcfaeed2fcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:27:46.799786 [ 277 ] {3ec10768-26cd-4408-a11e-fdcfaeed2fcc} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.799822 [ 277 ] {3ec10768-26cd-4408-a11e-fdcfaeed2fcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.800153 [ 277 ] {3ec10768-26cd-4408-a11e-fdcfaeed2fcc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:27:46.800368 [ 277 ] {3ec10768-26cd-4408-a11e-fdcfaeed2fcc} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.800464 [ 115 ] {} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.07.17 11:27:46.800493 [ 277 ] {3ec10768-26cd-4408-a11e-fdcfaeed2fcc} executeQuery: Read 341 rows, 23.30 KiB in 0.001266 sec., 269352.2906793049 rows/sec., 17.97 MiB/sec. 2025.07.17 11:27:46.800496 [ 115 ] {} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.800524 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.800530 [ 277 ] {3ec10768-26cd-4408-a11e-fdcfaeed2fcc} TCPHandler: Processed in 0.001430969 sec. 2025.07.17 11:27:46.800621 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.07.17 11:27:46.800633 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.800750 [ 277 ] {49febcfa-7e8a-4cc3-a2c2-719f8e1e9ee8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:27:46.800762 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:46.800790 [ 277 ] {49febcfa-7e8a-4cc3-a2c2-719f8e1e9ee8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:27:46.800802 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 113 rows starting from the beginning of the part 2025.07.17 11:27:46.800879 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:46.800927 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 341 rows starting from the beginning of the part 2025.07.17 11:27:46.800969 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part 2025.07.17 11:27:46.801009 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part 2025.07.17 11:27:46.801065 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 341 rows starting from the beginning of the part 2025.07.17 11:27:46.801215 [ 277 ] {49febcfa-7e8a-4cc3-a2c2-719f8e1e9ee8} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.801257 [ 277 ] {49febcfa-7e8a-4cc3-a2c2-719f8e1e9ee8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.801597 [ 277 ] {49febcfa-7e8a-4cc3-a2c2-719f8e1e9ee8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:27:46.801841 [ 277 ] {49febcfa-7e8a-4cc3-a2c2-719f8e1e9ee8} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.801931 [ 115 ] {} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.07.17 11:27:46.801955 [ 115 ] {} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.801966 [ 277 ] {49febcfa-7e8a-4cc3-a2c2-719f8e1e9ee8} executeQuery: Read 112 rows, 6.53 KiB in 0.001235 sec., 90688.25910931174 rows/sec., 5.17 MiB/sec. 2025.07.17 11:27:46.801972 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.802005 [ 277 ] {49febcfa-7e8a-4cc3-a2c2-719f8e1e9ee8} TCPHandler: Processed in 0.001422689 sec. 2025.07.17 11:27:46.802054 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.07.17 11:27:46.802112 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.802155 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:46.802188 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part 2025.07.17 11:27:46.802206 [ 277 ] {90f8a5f4-84f2-4c26-9be3-0ed270b967f1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:46.802234 [ 194 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.001657142 sec., 616724.4569264433 rows/sec., 43.09 MiB/sec. 2025.07.17 11:27:46.802246 [ 277 ] {90f8a5f4-84f2-4c26-9be3-0ed270b967f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:46.802249 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:46.802332 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:46.802373 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:46.802412 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part 2025.07.17 11:27:46.802412 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.07.17 11:27:46.802724 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.802800 [ 201 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_10_2} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.07.17 11:27:46.802875 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.07.17 11:27:46.802956 [ 277 ] {90f8a5f4-84f2-4c26-9be3-0ed270b967f1} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.803024 [ 277 ] {90f8a5f4-84f2-4c26-9be3-0ed270b967f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.803159 [ 194 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001136295 sec., 492829.76691792184 rows/sec., 29.95 MiB/sec. 2025.07.17 11:27:46.803275 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.07.17 11:27:46.803410 [ 277 ] {90f8a5f4-84f2-4c26-9be3-0ed270b967f1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:27:46.803520 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.803580 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_9_2} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.07.17 11:27:46.803631 [ 277 ] {90f8a5f4-84f2-4c26-9be3-0ed270b967f1} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.803637 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.17 11:27:46.803759 [ 277 ] {90f8a5f4-84f2-4c26-9be3-0ed270b967f1} executeQuery: Read 878 rows, 65.08 KiB in 0.001571 sec., 558879.6944621261 rows/sec., 40.46 MiB/sec. 2025.07.17 11:27:46.803795 [ 277 ] {90f8a5f4-84f2-4c26-9be3-0ed270b967f1} TCPHandler: Processed in 0.001732222 sec. 2025.07.17 11:27:46.803902 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.803998 [ 277 ] {4622f718-593f-47b5-947b-f7465b9e4f6e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:27:46.804039 [ 277 ] {4622f718-593f-47b5-947b-f7465b9e4f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:27:46.804365 [ 277 ] {4622f718-593f-47b5-947b-f7465b9e4f6e} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.804401 [ 277 ] {4622f718-593f-47b5-947b-f7465b9e4f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.804698 [ 277 ] {4622f718-593f-47b5-947b-f7465b9e4f6e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:27:46.804911 [ 277 ] {4622f718-593f-47b5-947b-f7465b9e4f6e} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.805032 [ 277 ] {4622f718-593f-47b5-947b-f7465b9e4f6e} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2025.07.17 11:27:46.805081 [ 277 ] {4622f718-593f-47b5-947b-f7465b9e4f6e} TCPHandler: Processed in 0.001227736 sec. 2025.07.17 11:27:46.805198 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.805301 [ 277 ] {4a01df73-bc65-42af-bd95-83ba3bdd7f4f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:46.805345 [ 277 ] {4a01df73-bc65-42af-bd95-83ba3bdd7f4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:46.805958 [ 277 ] {4a01df73-bc65-42af-bd95-83ba3bdd7f4f} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.805995 [ 277 ] {4a01df73-bc65-42af-bd95-83ba3bdd7f4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.806415 [ 277 ] {4a01df73-bc65-42af-bd95-83ba3bdd7f4f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:27:46.806626 [ 277 ] {4a01df73-bc65-42af-bd95-83ba3bdd7f4f} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.806752 [ 277 ] {4a01df73-bc65-42af-bd95-83ba3bdd7f4f} executeQuery: Read 989 rows, 67.39 KiB in 0.001471 sec., 672331.747110809 rows/sec., 44.74 MiB/sec. 2025.07.17 11:27:46.806789 [ 277 ] {4a01df73-bc65-42af-bd95-83ba3bdd7f4f} TCPHandler: Processed in 0.001639682 sec. 2025.07.17 11:27:46.806903 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.806996 [ 277 ] {0a584a6b-fb70-4e79-b615-e49ee6197313} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:27:46.807038 [ 277 ] {0a584a6b-fb70-4e79-b615-e49ee6197313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:27:46.807350 [ 277 ] {0a584a6b-fb70-4e79-b615-e49ee6197313} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.807384 [ 277 ] {0a584a6b-fb70-4e79-b615-e49ee6197313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.807698 [ 277 ] {0a584a6b-fb70-4e79-b615-e49ee6197313} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:27:46.807913 [ 277 ] {0a584a6b-fb70-4e79-b615-e49ee6197313} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.807999 [ 115 ] {} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.07.17 11:27:46.808026 [ 115 ] {} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.808036 [ 277 ] {0a584a6b-fb70-4e79-b615-e49ee6197313} executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. 2025.07.17 11:27:46.808043 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.808071 [ 277 ] {0a584a6b-fb70-4e79-b615-e49ee6197313} TCPHandler: Processed in 0.001218206 sec. 2025.07.17 11:27:46.808120 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.07.17 11:27:46.808175 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.808226 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:27:46.808256 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2025.07.17 11:27:46.808268 [ 277 ] {ad533749-111c-49f2-b5c4-2319c79644ef} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:46.808322 [ 277 ] {ad533749-111c-49f2-b5c4-2319c79644ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:46.808337 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:46.808420 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:46.808480 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:46.808533 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:46.808586 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.07.17 11:27:46.809434 [ 277 ] {ad533749-111c-49f2-b5c4-2319c79644ef} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.809476 [ 277 ] {ad533749-111c-49f2-b5c4-2319c79644ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.809530 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001446129 sec., 6915.012422819817 rows/sec., 463.25 KiB/sec. 2025.07.17 11:27:46.809719 [ 188 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.07.17 11:27:46.810078 [ 188 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.810154 [ 277 ] {ad533749-111c-49f2-b5c4-2319c79644ef} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:27:46.810161 [ 188 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_10_2} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.07.17 11:27:46.810271 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.17 11:27:46.810409 [ 277 ] {ad533749-111c-49f2-b5c4-2319c79644ef} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.810552 [ 277 ] {ad533749-111c-49f2-b5c4-2319c79644ef} executeQuery: Read 36 rows, 66.06 KiB in 0.002302 sec., 15638.575152041703 rows/sec., 28.02 MiB/sec. 2025.07.17 11:27:46.810611 [ 277 ] {ad533749-111c-49f2-b5c4-2319c79644ef} TCPHandler: Processed in 0.002484023 sec. 2025.07.17 11:27:46.810730 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:46.810825 [ 277 ] {62ff86af-67d3-48ea-a4f3-4d42fa13d3f7} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:46.810867 [ 277 ] {62ff86af-67d3-48ea-a4f3-4d42fa13d3f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:46.811198 [ 277 ] {62ff86af-67d3-48ea-a4f3-4d42fa13d3f7} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:46.811235 [ 277 ] {62ff86af-67d3-48ea-a4f3-4d42fa13d3f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:46.811542 [ 277 ] {62ff86af-67d3-48ea-a4f3-4d42fa13d3f7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:27:46.811749 [ 277 ] {62ff86af-67d3-48ea-a4f3-4d42fa13d3f7} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:46.811876 [ 277 ] {62ff86af-67d3-48ea-a4f3-4d42fa13d3f7} executeQuery: Read 46 rows, 2.85 KiB in 0.00107 sec., 42990.654205607476 rows/sec., 2.60 MiB/sec. 2025.07.17 11:27:46.811912 [ 277 ] {62ff86af-67d3-48ea-a4f3-4d42fa13d3f7} TCPHandler: Processed in 0.001232086 sec. 2025.07.17 11:27:50.552841 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 2025.07.17 11:27:50.553339 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:50.553389 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:50.553922 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:27:50.554182 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:50.554326 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 2025.07.17 11:27:50.645742 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:50.645981 [ 277 ] {ffdfb1bf-8aad-4508-a8bc-7f935eb91385} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:50.646070 [ 277 ] {ffdfb1bf-8aad-4508-a8bc-7f935eb91385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:50.646883 [ 277 ] {ffdfb1bf-8aad-4508-a8bc-7f935eb91385} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:50.646932 [ 277 ] {ffdfb1bf-8aad-4508-a8bc-7f935eb91385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:50.647417 [ 277 ] {ffdfb1bf-8aad-4508-a8bc-7f935eb91385} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:27:50.647683 [ 277 ] {ffdfb1bf-8aad-4508-a8bc-7f935eb91385} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:50.647842 [ 277 ] {ffdfb1bf-8aad-4508-a8bc-7f935eb91385} executeQuery: Read 56 rows, 4.38 KiB in 0.001925 sec., 29090.90909090909 rows/sec., 2.22 MiB/sec. 2025.07.17 11:27:50.647898 [ 277 ] {ffdfb1bf-8aad-4508-a8bc-7f935eb91385} TCPHandler: Processed in 0.002338471 sec. 2025.07.17 11:27:50.648027 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:50.648131 [ 277 ] {64e885cc-ae8c-4c2b-bd0f-a6760b9c5322} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:50.648179 [ 277 ] {64e885cc-ae8c-4c2b-bd0f-a6760b9c5322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:50.648774 [ 277 ] {64e885cc-ae8c-4c2b-bd0f-a6760b9c5322} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:50.648805 [ 277 ] {64e885cc-ae8c-4c2b-bd0f-a6760b9c5322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:50.649228 [ 277 ] {64e885cc-ae8c-4c2b-bd0f-a6760b9c5322} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:27:50.649485 [ 277 ] {64e885cc-ae8c-4c2b-bd0f-a6760b9c5322} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:50.649628 [ 277 ] {64e885cc-ae8c-4c2b-bd0f-a6760b9c5322} executeQuery: Read 64 rows, 5.12 KiB in 0.001523 sec., 42022.32435981615 rows/sec., 3.28 MiB/sec. 2025.07.17 11:27:50.649670 [ 277 ] {64e885cc-ae8c-4c2b-bd0f-a6760b9c5322} TCPHandler: Processed in 0.001691573 sec. 2025.07.17 11:27:50.649797 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:50.649907 [ 277 ] {736e2188-f6b3-4e0d-a725-a25737522e7e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:50.649961 [ 277 ] {736e2188-f6b3-4e0d-a725-a25737522e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:50.650387 [ 277 ] {736e2188-f6b3-4e0d-a725-a25737522e7e} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:50.650422 [ 277 ] {736e2188-f6b3-4e0d-a725-a25737522e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:50.650806 [ 277 ] {736e2188-f6b3-4e0d-a725-a25737522e7e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:27:50.651033 [ 277 ] {736e2188-f6b3-4e0d-a725-a25737522e7e} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:50.651174 [ 277 ] {736e2188-f6b3-4e0d-a725-a25737522e7e} executeQuery: Read 96 rows, 6.85 KiB in 0.001297 sec., 74016.96222050887 rows/sec., 5.16 MiB/sec. 2025.07.17 11:27:50.651213 [ 277 ] {736e2188-f6b3-4e0d-a725-a25737522e7e} TCPHandler: Processed in 0.001471139 sec. 2025.07.17 11:27:50.651328 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:50.651424 [ 277 ] {1d0f3190-ac1e-47ae-a473-e4cb87bf6a0f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:50.651480 [ 277 ] {1d0f3190-ac1e-47ae-a473-e4cb87bf6a0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:50.651828 [ 277 ] {1d0f3190-ac1e-47ae-a473-e4cb87bf6a0f} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:50.651867 [ 277 ] {1d0f3190-ac1e-47ae-a473-e4cb87bf6a0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:50.652215 [ 277 ] {1d0f3190-ac1e-47ae-a473-e4cb87bf6a0f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:27:50.652448 [ 277 ] {1d0f3190-ac1e-47ae-a473-e4cb87bf6a0f} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:50.652577 [ 277 ] {1d0f3190-ac1e-47ae-a473-e4cb87bf6a0f} executeQuery: Read 36 rows, 2.48 KiB in 0.001174 sec., 30664.395229982965 rows/sec., 2.07 MiB/sec. 2025.07.17 11:27:50.652613 [ 277 ] {1d0f3190-ac1e-47ae-a473-e4cb87bf6a0f} TCPHandler: Processed in 0.001334287 sec. 2025.07.17 11:27:50.995114 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2025.07.17 11:27:51.010443 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:51.010507 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:51.016705 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:27:51.017458 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:51.020391 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2025.07.17 11:27:53.057921 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 534 2025.07.17 11:27:53.060419 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:53.060468 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:53.061677 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:27:53.061939 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:53.062260 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 534 2025.07.17 11:27:55.649699 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:55.649908 [ 277 ] {3e51f380-977a-4afe-a2be-f48d0c9cfd23} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:27:55.649993 [ 277 ] {3e51f380-977a-4afe-a2be-f48d0c9cfd23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:27:55.650823 [ 277 ] {3e51f380-977a-4afe-a2be-f48d0c9cfd23} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:55.650884 [ 277 ] {3e51f380-977a-4afe-a2be-f48d0c9cfd23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:55.651298 [ 277 ] {3e51f380-977a-4afe-a2be-f48d0c9cfd23} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.17 11:27:55.651576 [ 277 ] {3e51f380-977a-4afe-a2be-f48d0c9cfd23} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:55.651755 [ 277 ] {3e51f380-977a-4afe-a2be-f48d0c9cfd23} executeQuery: Read 66 rows, 5.35 KiB in 0.001902 sec., 34700.31545741325 rows/sec., 2.75 MiB/sec. 2025.07.17 11:27:55.651816 [ 277 ] {3e51f380-977a-4afe-a2be-f48d0c9cfd23} TCPHandler: Processed in 0.002255659 sec. 2025.07.17 11:27:55.651964 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:55.652079 [ 277 ] {e3e75623-e354-445b-8937-a03fdac4c8df} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:27:55.652132 [ 277 ] {e3e75623-e354-445b-8937-a03fdac4c8df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:27:55.652612 [ 277 ] {e3e75623-e354-445b-8937-a03fdac4c8df} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:55.652651 [ 277 ] {e3e75623-e354-445b-8937-a03fdac4c8df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:55.652988 [ 277 ] {e3e75623-e354-445b-8937-a03fdac4c8df} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:27:55.653219 [ 277 ] {e3e75623-e354-445b-8937-a03fdac4c8df} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:55.653372 [ 277 ] {e3e75623-e354-445b-8937-a03fdac4c8df} executeQuery: Read 5 rows, 385.00 B in 0.00132 sec., 3787.878787878788 rows/sec., 284.83 KiB/sec. 2025.07.17 11:27:55.653411 [ 277 ] {e3e75623-e354-445b-8937-a03fdac4c8df} TCPHandler: Processed in 0.00150927 sec. 2025.07.17 11:27:55.653524 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:55.653621 [ 277 ] {72d9055f-64ff-44c2-b151-753459ded793} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:27:55.653664 [ 277 ] {72d9055f-64ff-44c2-b151-753459ded793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:27:55.654132 [ 277 ] {72d9055f-64ff-44c2-b151-753459ded793} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:55.654171 [ 277 ] {72d9055f-64ff-44c2-b151-753459ded793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:55.654499 [ 277 ] {72d9055f-64ff-44c2-b151-753459ded793} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.17 11:27:55.654725 [ 277 ] {72d9055f-64ff-44c2-b151-753459ded793} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:55.654867 [ 277 ] {72d9055f-64ff-44c2-b151-753459ded793} executeQuery: Read 69 rows, 5.52 KiB in 0.001265 sec., 54545.454545454544 rows/sec., 4.26 MiB/sec. 2025.07.17 11:27:55.654910 [ 277 ] {72d9055f-64ff-44c2-b151-753459ded793} TCPHandler: Processed in 0.001435599 sec. 2025.07.17 11:27:55.655038 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:55.655137 [ 277 ] {eb663593-e010-466f-867c-a0a6a368e92b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:55.655185 [ 277 ] {eb663593-e010-466f-867c-a0a6a368e92b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:27:55.655613 [ 277 ] {eb663593-e010-466f-867c-a0a6a368e92b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:55.655651 [ 277 ] {eb663593-e010-466f-867c-a0a6a368e92b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:55.655994 [ 277 ] {eb663593-e010-466f-867c-a0a6a368e92b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.17 11:27:55.656219 [ 277 ] {eb663593-e010-466f-867c-a0a6a368e92b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:55.656360 [ 277 ] {eb663593-e010-466f-867c-a0a6a368e92b} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2025.07.17 11:27:55.656402 [ 277 ] {eb663593-e010-466f-867c-a0a6a368e92b} TCPHandler: Processed in 0.001414859 sec. 2025.07.17 11:27:55.656512 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:55.656609 [ 277 ] {b3661fd8-15cc-4d46-b8c5-788e530ac4bb} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:27:55.656663 [ 277 ] {b3661fd8-15cc-4d46-b8c5-788e530ac4bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:27:55.657397 [ 277 ] {b3661fd8-15cc-4d46-b8c5-788e530ac4bb} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:55.657436 [ 277 ] {b3661fd8-15cc-4d46-b8c5-788e530ac4bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:55.657966 [ 277 ] {b3661fd8-15cc-4d46-b8c5-788e530ac4bb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:27:55.658212 [ 277 ] {b3661fd8-15cc-4d46-b8c5-788e530ac4bb} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:55.658358 [ 277 ] {b3661fd8-15cc-4d46-b8c5-788e530ac4bb} executeQuery: Read 5 rows, 9.17 KiB in 0.001768 sec., 2828.054298642534 rows/sec., 5.07 MiB/sec. 2025.07.17 11:27:55.658416 [ 277 ] {b3661fd8-15cc-4d46-b8c5-788e530ac4bb} TCPHandler: Processed in 0.001952366 sec. 2025.07.17 11:27:55.658534 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:27:55.658630 [ 277 ] {300ab71b-ff16-46ee-b60a-c553b57761d9} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:27:55.658673 [ 277 ] {300ab71b-ff16-46ee-b60a-c553b57761d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:27:55.659008 [ 277 ] {300ab71b-ff16-46ee-b60a-c553b57761d9} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:55.659045 [ 277 ] {300ab71b-ff16-46ee-b60a-c553b57761d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:55.659399 [ 277 ] {300ab71b-ff16-46ee-b60a-c553b57761d9} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.17 11:27:55.659607 [ 277 ] {300ab71b-ff16-46ee-b60a-c553b57761d9} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:55.659742 [ 277 ] {300ab71b-ff16-46ee-b60a-c553b57761d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.07.17 11:27:55.659779 [ 277 ] {300ab71b-ff16-46ee-b60a-c553b57761d9} TCPHandler: Processed in 0.001293917 sec. 2025.07.17 11:27:57.930592 [ 99 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:27:57.930665 [ 99 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:27:58.054519 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 2025.07.17 11:27:58.055094 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:58.055156 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:58.055801 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:27:58.056087 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:58.056250 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.07.17 11:27:58.520588 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2025.07.17 11:27:58.536710 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:27:58.536764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:27:58.542674 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:27:58.543377 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:27:58.546024 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.07.17 11:28:00.656651 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.656829 [ 277 ] {6f4586a8-4d16-47f0-97af-eb94cea11a3b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:28:00.656900 [ 277 ] {6f4586a8-4d16-47f0-97af-eb94cea11a3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:28:00.657724 [ 277 ] {6f4586a8-4d16-47f0-97af-eb94cea11a3b} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.657777 [ 277 ] {6f4586a8-4d16-47f0-97af-eb94cea11a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.658185 [ 277 ] {6f4586a8-4d16-47f0-97af-eb94cea11a3b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:28:00.658416 [ 277 ] {6f4586a8-4d16-47f0-97af-eb94cea11a3b} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.658570 [ 277 ] {6f4586a8-4d16-47f0-97af-eb94cea11a3b} executeQuery: Read 212 rows, 13.81 KiB in 0.001789 sec., 118501.95640022359 rows/sec., 7.54 MiB/sec. 2025.07.17 11:28:00.658624 [ 277 ] {6f4586a8-4d16-47f0-97af-eb94cea11a3b} TCPHandler: Processed in 0.002104428 sec. 2025.07.17 11:28:00.658761 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.658857 [ 277 ] {352a7a72-b75c-4f77-85c0-4ab0a7240005} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:00.658900 [ 277 ] {352a7a72-b75c-4f77-85c0-4ab0a7240005} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:00.659684 [ 277 ] {352a7a72-b75c-4f77-85c0-4ab0a7240005} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.659723 [ 277 ] {352a7a72-b75c-4f77-85c0-4ab0a7240005} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.660111 [ 277 ] {352a7a72-b75c-4f77-85c0-4ab0a7240005} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.17 11:28:00.660357 [ 277 ] {352a7a72-b75c-4f77-85c0-4ab0a7240005} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.660494 [ 277 ] {352a7a72-b75c-4f77-85c0-4ab0a7240005} executeQuery: Read 689 rows, 56.20 KiB in 0.001655 sec., 416314.1993957704 rows/sec., 33.16 MiB/sec. 2025.07.17 11:28:00.660493 [ 98 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.17 11:28:00.660533 [ 277 ] {352a7a72-b75c-4f77-85c0-4ab0a7240005} TCPHandler: Processed in 0.001822104 sec. 2025.07.17 11:28:00.660574 [ 98 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.660606 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.660669 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.660717 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.07.17 11:28:00.660772 [ 277 ] {517cf420-11f1-4144-aa4b-fd4cd525cc3b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:00.660818 [ 277 ] {517cf420-11f1-4144-aa4b-fd4cd525cc3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:00.660836 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:00.660873 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1845 rows starting from the beginning of the part 2025.07.17 11:28:00.660939 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part 2025.07.17 11:28:00.660985 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1831 rows starting from the beginning of the part 2025.07.17 11:28:00.661027 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2025.07.17 11:28:00.661071 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part 2025.07.17 11:28:00.661109 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 689 rows starting from the beginning of the part 2025.07.17 11:28:00.661279 [ 277 ] {517cf420-11f1-4144-aa4b-fd4cd525cc3b} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.661324 [ 277 ] {517cf420-11f1-4144-aa4b-fd4cd525cc3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:00.661769 [ 277 ] {517cf420-11f1-4144-aa4b-fd4cd525cc3b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:28:00.662041 [ 277 ] {517cf420-11f1-4144-aa4b-fd4cd525cc3b} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.662161 [ 98 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:28:00.662185 [ 277 ] {517cf420-11f1-4144-aa4b-fd4cd525cc3b} executeQuery: Read 142 rows, 9.09 KiB in 0.001432 sec., 99162.01117318436 rows/sec., 6.20 MiB/sec. 2025.07.17 11:28:00.662195 [ 98 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.662228 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:00.662235 [ 277 ] {517cf420-11f1-4144-aa4b-fd4cd525cc3b} TCPHandler: Processed in 0.001618201 sec. 2025.07.17 11:28:00.662358 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:28:00.662365 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.662515 [ 277 ] {9d380641-37fd-4650-8ed8-fc1f59b67c43} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:28:00.662535 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:00.662558 [ 277 ] {9d380641-37fd-4650-8ed8-fc1f59b67c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:28:00.662575 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 157 rows starting from the beginning of the part 2025.07.17 11:28:00.662649 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 142 rows starting from the beginning of the part 2025.07.17 11:28:00.662705 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:00.662746 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 146 rows starting from the beginning of the part 2025.07.17 11:28:00.662840 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:00.662921 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 142 rows starting from the beginning of the part 2025.07.17 11:28:00.663039 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4553 rows, containing 5 columns (5 merged, 0 gathered) in 0.002371901 sec., 1919557.3508337827 rows/sec., 162.74 MiB/sec. 2025.07.17 11:28:00.663043 [ 277 ] {9d380641-37fd-4650-8ed8-fc1f59b67c43} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.663100 [ 277 ] {9d380641-37fd-4650-8ed8-fc1f59b67c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:00.663358 [ 191 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.17 11:28:00.663659 [ 277 ] {9d380641-37fd-4650-8ed8-fc1f59b67c43} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:28:00.663711 [ 191 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.663797 [ 191 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_26_5} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.17 11:28:00.663897 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2025.07.17 11:28:00.663959 [ 277 ] {9d380641-37fd-4650-8ed8-fc1f59b67c43} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.664098 [ 277 ] {9d380641-37fd-4650-8ed8-fc1f59b67c43} executeQuery: Read 113 rows, 7.49 KiB in 0.001603 sec., 70492.82595134123 rows/sec., 4.56 MiB/sec. 2025.07.17 11:28:00.664135 [ 277 ] {9d380641-37fd-4650-8ed8-fc1f59b67c43} TCPHandler: Processed in 0.001820044 sec. 2025.07.17 11:28:00.664256 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.664350 [ 277 ] {df2991cb-e152-422d-a56f-9f89d0a63593} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:28:00.664365 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 5 columns (5 merged, 0 gathered) in 0.002061427 sec., 289605.2103712623 rows/sec., 19.33 MiB/sec. 2025.07.17 11:28:00.664390 [ 277 ] {df2991cb-e152-422d-a56f-9f89d0a63593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:28:00.664545 [ 198 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:28:00.664806 [ 198 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.664824 [ 277 ] {df2991cb-e152-422d-a56f-9f89d0a63593} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.664866 [ 277 ] {df2991cb-e152-422d-a56f-9f89d0a63593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.664888 [ 198 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_16_3} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:28:00.664978 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.17 11:28:00.665173 [ 277 ] {df2991cb-e152-422d-a56f-9f89d0a63593} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:28:00.665403 [ 277 ] {df2991cb-e152-422d-a56f-9f89d0a63593} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.665530 [ 277 ] {df2991cb-e152-422d-a56f-9f89d0a63593} executeQuery: Read 112 rows, 6.53 KiB in 0.001199 sec., 93411.17597998332 rows/sec., 5.32 MiB/sec. 2025.07.17 11:28:00.665567 [ 277 ] {df2991cb-e152-422d-a56f-9f89d0a63593} TCPHandler: Processed in 0.001370148 sec. 2025.07.17 11:28:00.665674 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.665767 [ 277 ] {b443f13c-3a73-4b94-ae0b-e431f5363a17} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:00.665806 [ 277 ] {b443f13c-3a73-4b94-ae0b-e431f5363a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:00.666381 [ 277 ] {b443f13c-3a73-4b94-ae0b-e431f5363a17} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.666417 [ 277 ] {b443f13c-3a73-4b94-ae0b-e431f5363a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.666737 [ 277 ] {b443f13c-3a73-4b94-ae0b-e431f5363a17} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.17 11:28:00.666954 [ 277 ] {b443f13c-3a73-4b94-ae0b-e431f5363a17} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.667069 [ 98 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.17 11:28:00.667085 [ 277 ] {b443f13c-3a73-4b94-ae0b-e431f5363a17} executeQuery: Read 418 rows, 30.47 KiB in 0.001336 sec., 312874.251497006 rows/sec., 22.27 MiB/sec. 2025.07.17 11:28:00.667115 [ 98 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.667131 [ 277 ] {b443f13c-3a73-4b94-ae0b-e431f5363a17} TCPHandler: Processed in 0.00150565 sec. 2025.07.17 11:28:00.667140 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.667221 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.07.17 11:28:00.667259 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.667308 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:00.667336 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part 2025.07.17 11:28:00.667353 [ 277 ] {d43a7dce-c8f0-4c7c-8c0b-19290e3c6669} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:28:00.667390 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 69 rows starting from the beginning of the part 2025.07.17 11:28:00.667395 [ 277 ] {d43a7dce-c8f0-4c7c-8c0b-19290e3c6669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:28:00.667439 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 878 rows starting from the beginning of the part 2025.07.17 11:28:00.667478 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part 2025.07.17 11:28:00.667518 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 69 rows starting from the beginning of the part 2025.07.17 11:28:00.667555 [ 191 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 418 rows starting from the beginning of the part 2025.07.17 11:28:00.667797 [ 277 ] {d43a7dce-c8f0-4c7c-8c0b-19290e3c6669} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.667839 [ 277 ] {d43a7dce-c8f0-4c7c-8c0b-19290e3c6669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:00.668264 [ 277 ] {d43a7dce-c8f0-4c7c-8c0b-19290e3c6669} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.17 11:28:00.668570 [ 277 ] {d43a7dce-c8f0-4c7c-8c0b-19290e3c6669} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.668736 [ 277 ] {d43a7dce-c8f0-4c7c-8c0b-19290e3c6669} executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec. 2025.07.17 11:28:00.668783 [ 277 ] {d43a7dce-c8f0-4c7c-8c0b-19290e3c6669} TCPHandler: Processed in 0.001584131 sec. 2025.07.17 11:28:00.668892 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.668991 [ 277 ] {8e85a7c5-c5f6-4068-ae9e-1e0cb080b8c1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:00.669034 [ 277 ] {8e85a7c5-c5f6-4068-ae9e-1e0cb080b8c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:00.669061 [ 198 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.001873304 sec., 1283827.9318252672 rows/sec., 98.27 MiB/sec. 2025.07.17 11:28:00.669214 [ 199 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.17 11:28:00.669534 [ 199 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.669545 [ 277 ] {8e85a7c5-c5f6-4068-ae9e-1e0cb080b8c1} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.669580 [ 277 ] {8e85a7c5-c5f6-4068-ae9e-1e0cb080b8c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.669615 [ 199 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_26_5} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.17 11:28:00.669688 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.07.17 11:28:00.669943 [ 277 ] {8e85a7c5-c5f6-4068-ae9e-1e0cb080b8c1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.17 11:28:00.670150 [ 277 ] {8e85a7c5-c5f6-4068-ae9e-1e0cb080b8c1} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.670259 [ 98 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.17 11:28:00.670282 [ 277 ] {8e85a7c5-c5f6-4068-ae9e-1e0cb080b8c1} executeQuery: Read 237 rows, 16.27 KiB in 0.001312 sec., 180640.24390243902 rows/sec., 12.11 MiB/sec. 2025.07.17 11:28:00.670292 [ 98 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.670320 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.670324 [ 277 ] {8e85a7c5-c5f6-4068-ae9e-1e0cb080b8c1} TCPHandler: Processed in 0.00148263 sec. 2025.07.17 11:28:00.670388 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.07.17 11:28:00.670443 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.670474 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:00.670501 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7327 rows starting from the beginning of the part 2025.07.17 11:28:00.670542 [ 277 ] {2f267d7f-6d9c-4b2f-bcd0-04fea5faa95b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:28:00.670549 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2025.07.17 11:28:00.670585 [ 277 ] {2f267d7f-6d9c-4b2f-bcd0-04fea5faa95b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:28:00.670592 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 989 rows starting from the beginning of the part 2025.07.17 11:28:00.670632 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 96 rows starting from the beginning of the part 2025.07.17 11:28:00.670669 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2025.07.17 11:28:00.670705 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part 2025.07.17 11:28:00.670928 [ 277 ] {2f267d7f-6d9c-4b2f-bcd0-04fea5faa95b} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.670962 [ 277 ] {2f267d7f-6d9c-4b2f-bcd0-04fea5faa95b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:00.671328 [ 277 ] {2f267d7f-6d9c-4b2f-bcd0-04fea5faa95b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:28:00.671532 [ 277 ] {2f267d7f-6d9c-4b2f-bcd0-04fea5faa95b} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.671665 [ 277 ] {2f267d7f-6d9c-4b2f-bcd0-04fea5faa95b} executeQuery: Read 1 rows, 69.00 B in 0.001142 sec., 875.6567425569177 rows/sec., 59.00 KiB/sec. 2025.07.17 11:28:00.671702 [ 277 ] {2f267d7f-6d9c-4b2f-bcd0-04fea5faa95b} TCPHandler: Processed in 0.001308697 sec. 2025.07.17 11:28:00.671813 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.671932 [ 277 ] {e02a98e0-e091-4fac-8697-ecad15be1730} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:00.671994 [ 277 ] {e02a98e0-e091-4fac-8697-ecad15be1730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:00.672840 [ 277 ] {e02a98e0-e091-4fac-8697-ecad15be1730} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.672873 [ 277 ] {e02a98e0-e091-4fac-8697-ecad15be1730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:00.673492 [ 277 ] {e02a98e0-e091-4fac-8697-ecad15be1730} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:28:00.673731 [ 277 ] {e02a98e0-e091-4fac-8697-ecad15be1730} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.673872 [ 277 ] {e02a98e0-e091-4fac-8697-ecad15be1730} executeQuery: Read 36 rows, 66.06 KiB in 0.00196 sec., 18367.34693877551 rows/sec., 32.91 MiB/sec. 2025.07.17 11:28:00.673924 [ 277 ] {e02a98e0-e091-4fac-8697-ecad15be1730} TCPHandler: Processed in 0.002158148 sec. 2025.07.17 11:28:00.674044 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:00.674136 [ 277 ] {9ea242d7-b752-41c9-8b90-403cd2a22ec1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:00.674178 [ 277 ] {9ea242d7-b752-41c9-8b90-403cd2a22ec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:00.674494 [ 190 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8969 rows, containing 5 columns (5 merged, 0 gathered) in 0.004134614 sec., 2169247.238073494 rows/sec., 146.40 MiB/sec. 2025.07.17 11:28:00.674524 [ 277 ] {9ea242d7-b752-41c9-8b90-403cd2a22ec1} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.674563 [ 277 ] {9ea242d7-b752-41c9-8b90-403cd2a22ec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.674658 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.17 11:28:00.674900 [ 277 ] {9ea242d7-b752-41c9-8b90-403cd2a22ec1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.17 11:28:00.674914 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.674977 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_26_5} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.17 11:28:00.675033 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2025.07.17 11:28:00.675107 [ 277 ] {9ea242d7-b752-41c9-8b90-403cd2a22ec1} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.675213 [ 98 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.17 11:28:00.675241 [ 277 ] {9ea242d7-b752-41c9-8b90-403cd2a22ec1} executeQuery: Read 82 rows, 5.33 KiB in 0.001123 sec., 73018.6999109528 rows/sec., 4.64 MiB/sec. 2025.07.17 11:28:00.675248 [ 98 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:00.675279 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.17 11:28:00.675282 [ 277 ] {9ea242d7-b752-41c9-8b90-403cd2a22ec1} TCPHandler: Processed in 0.001288017 sec. 2025.07.17 11:28:00.675349 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.07.17 11:28:00.675445 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:00.675469 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1292 rows starting from the beginning of the part 2025.07.17 11:28:00.675514 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.07.17 11:28:00.675552 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part 2025.07.17 11:28:00.675584 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:00.675615 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.07.17 11:28:00.675646 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part 2025.07.17 11:28:00.676584 [ 198 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 4 columns (4 merged, 0 gathered) in 0.001264396 sec., 1246444.9428818186 rows/sec., 81.42 MiB/sec. 2025.07.17 11:28:00.676765 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.17 11:28:00.677034 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:00.677099 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_26_5} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.17 11:28:00.677160 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.07.17 11:28:03.062864 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 568 2025.07.17 11:28:03.065222 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:03.065268 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:03.066463 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:28:03.066729 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:03.067048 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 568 2025.07.17 11:28:05.556330 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 2025.07.17 11:28:05.557061 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.557105 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.557601 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:28:05.557826 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.557957 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 2025.07.17 11:28:05.648974 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:05.649144 [ 277 ] {0b6b0715-26d9-44e8-b230-20ae9143d4ca} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:28:05.649208 [ 277 ] {0b6b0715-26d9-44e8-b230-20ae9143d4ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:28:05.649874 [ 277 ] {0b6b0715-26d9-44e8-b230-20ae9143d4ca} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.649919 [ 277 ] {0b6b0715-26d9-44e8-b230-20ae9143d4ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.650363 [ 277 ] {0b6b0715-26d9-44e8-b230-20ae9143d4ca} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.17 11:28:05.650733 [ 277 ] {0b6b0715-26d9-44e8-b230-20ae9143d4ca} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.650928 [ 277 ] {0b6b0715-26d9-44e8-b230-20ae9143d4ca} executeQuery: Read 10 rows, 835.00 B in 0.001858 sec., 5382.1313240043055 rows/sec., 438.87 KiB/sec. 2025.07.17 11:28:05.650991 [ 277 ] {0b6b0715-26d9-44e8-b230-20ae9143d4ca} TCPHandler: Processed in 0.002162229 sec. 2025.07.17 11:28:05.651159 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:05.651277 [ 277 ] {3b80f992-8e99-4d83-9624-99baeb6792f2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:05.651330 [ 277 ] {3b80f992-8e99-4d83-9624-99baeb6792f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:05.652017 [ 277 ] {3b80f992-8e99-4d83-9624-99baeb6792f2} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.652072 [ 277 ] {3b80f992-8e99-4d83-9624-99baeb6792f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.652530 [ 277 ] {3b80f992-8e99-4d83-9624-99baeb6792f2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.17 11:28:05.652859 [ 277 ] {3b80f992-8e99-4d83-9624-99baeb6792f2} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.653042 [ 277 ] {3b80f992-8e99-4d83-9624-99baeb6792f2} executeQuery: Read 71 rows, 5.72 KiB in 0.001751 sec., 40548.25813820674 rows/sec., 3.19 MiB/sec. 2025.07.17 11:28:05.653089 [ 277 ] {3b80f992-8e99-4d83-9624-99baeb6792f2} TCPHandler: Processed in 0.001955206 sec. 2025.07.17 11:28:05.653218 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:05.653322 [ 277 ] {82cd95c8-cd16-4f2b-a274-f7bc92f5a592} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:05.653369 [ 277 ] {82cd95c8-cd16-4f2b-a274-f7bc92f5a592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:05.653831 [ 277 ] {82cd95c8-cd16-4f2b-a274-f7bc92f5a592} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.653870 [ 277 ] {82cd95c8-cd16-4f2b-a274-f7bc92f5a592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.654212 [ 277 ] {82cd95c8-cd16-4f2b-a274-f7bc92f5a592} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:28:05.654431 [ 277 ] {82cd95c8-cd16-4f2b-a274-f7bc92f5a592} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.654571 [ 277 ] {82cd95c8-cd16-4f2b-a274-f7bc92f5a592} executeQuery: Read 15 rows, 1.07 KiB in 0.001274 sec., 11773.940345368917 rows/sec., 843.19 KiB/sec. 2025.07.17 11:28:05.654612 [ 277 ] {82cd95c8-cd16-4f2b-a274-f7bc92f5a592} TCPHandler: Processed in 0.001445809 sec. 2025.07.17 11:28:05.654726 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:05.654825 [ 277 ] {8ab4e2f0-cd87-4aa1-9535-975e8b0b2a95} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:05.654868 [ 277 ] {8ab4e2f0-cd87-4aa1-9535-975e8b0b2a95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:05.655355 [ 277 ] {8ab4e2f0-cd87-4aa1-9535-975e8b0b2a95} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.655395 [ 277 ] {8ab4e2f0-cd87-4aa1-9535-975e8b0b2a95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.655715 [ 277 ] {8ab4e2f0-cd87-4aa1-9535-975e8b0b2a95} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.17 11:28:05.655914 [ 277 ] {8ab4e2f0-cd87-4aa1-9535-975e8b0b2a95} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.656040 [ 277 ] {8ab4e2f0-cd87-4aa1-9535-975e8b0b2a95} executeQuery: Read 79 rows, 6.33 KiB in 0.001265 sec., 62450.59288537549 rows/sec., 4.89 MiB/sec. 2025.07.17 11:28:05.656081 [ 277 ] {8ab4e2f0-cd87-4aa1-9535-975e8b0b2a95} TCPHandler: Processed in 0.001438849 sec. 2025.07.17 11:28:05.656193 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:05.656282 [ 277 ] {9c233214-fca7-4cbd-a594-9d1badd0e8ea} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:05.656324 [ 277 ] {9c233214-fca7-4cbd-a594-9d1badd0e8ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:05.656791 [ 277 ] {9c233214-fca7-4cbd-a594-9d1badd0e8ea} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.656827 [ 277 ] {9c233214-fca7-4cbd-a594-9d1badd0e8ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.657161 [ 277 ] {9c233214-fca7-4cbd-a594-9d1badd0e8ea} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.17 11:28:05.657382 [ 277 ] {9c233214-fca7-4cbd-a594-9d1badd0e8ea} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.657513 [ 277 ] {9c233214-fca7-4cbd-a594-9d1badd0e8ea} executeQuery: Read 165 rows, 11.76 KiB in 0.001205 sec., 136929.46058091288 rows/sec., 9.53 MiB/sec. 2025.07.17 11:28:05.657552 [ 277 ] {9c233214-fca7-4cbd-a594-9d1badd0e8ea} TCPHandler: Processed in 0.001368198 sec. 2025.07.17 11:28:05.657666 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:05.657760 [ 277 ] {4fb90a95-f938-4ba4-81c1-130739024618} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:05.657814 [ 277 ] {4fb90a95-f938-4ba4-81c1-130739024618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:05.658545 [ 277 ] {4fb90a95-f938-4ba4-81c1-130739024618} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.658583 [ 277 ] {4fb90a95-f938-4ba4-81c1-130739024618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.659091 [ 277 ] {4fb90a95-f938-4ba4-81c1-130739024618} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:28:05.659315 [ 277 ] {4fb90a95-f938-4ba4-81c1-130739024618} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.659440 [ 88 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:28:05.659460 [ 277 ] {4fb90a95-f938-4ba4-81c1-130739024618} executeQuery: Read 5 rows, 9.17 KiB in 0.001718 sec., 2910.360884749709 rows/sec., 5.22 MiB/sec. 2025.07.17 11:28:05.659544 [ 88 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.659575 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.659592 [ 277 ] {4fb90a95-f938-4ba4-81c1-130739024618} TCPHandler: Processed in 0.001974766 sec. 2025.07.17 11:28:05.659694 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:28:05.659723 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:05.659832 [ 277 ] {d466d67f-be06-4512-ade9-a5ffcf063fe2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:05.659879 [ 277 ] {d466d67f-be06-4512-ade9-a5ffcf063fe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:05.659897 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:05.659952 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 222 rows starting from the beginning of the part 2025.07.17 11:28:05.660079 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:05.660200 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:05.660239 [ 277 ] {d466d67f-be06-4512-ade9-a5ffcf063fe2} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:05.660277 [ 277 ] {d466d67f-be06-4512-ade9-a5ffcf063fe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:05.660308 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:05.660418 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:05.660529 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:05.660609 [ 277 ] {d466d67f-be06-4512-ade9-a5ffcf063fe2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.17 11:28:05.660810 [ 277 ] {d466d67f-be06-4512-ade9-a5ffcf063fe2} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.660936 [ 277 ] {d466d67f-be06-4512-ade9-a5ffcf063fe2} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2025.07.17 11:28:05.660973 [ 277 ] {d466d67f-be06-4512-ade9-a5ffcf063fe2} TCPHandler: Processed in 0.001324337 sec. 2025.07.17 11:28:05.663593 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 19 columns (19 merged, 0 gathered) in 0.003945022 sec., 78326.559395613 rows/sec., 140.36 MiB/sec. 2025.07.17 11:28:05.664128 [ 198 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:28:05.664509 [ 198 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:05.664593 [ 198 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_16_3} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:28:05.664725 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. 2025.07.17 11:28:06.046211 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.07.17 11:28:06.062880 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:06.062946 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:06.069017 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:28:06.069744 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:06.073010 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.07.17 11:28:10.657347 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.657529 [ 277 ] {a3bedf96-a107-4bc3-b78d-d3f3bad54467} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:28:10.657593 [ 277 ] {a3bedf96-a107-4bc3-b78d-d3f3bad54467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:28:10.658352 [ 277 ] {a3bedf96-a107-4bc3-b78d-d3f3bad54467} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.658397 [ 277 ] {a3bedf96-a107-4bc3-b78d-d3f3bad54467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.658816 [ 277 ] {a3bedf96-a107-4bc3-b78d-d3f3bad54467} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:28:10.659062 [ 277 ] {a3bedf96-a107-4bc3-b78d-d3f3bad54467} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.659237 [ 277 ] {a3bedf96-a107-4bc3-b78d-d3f3bad54467} executeQuery: Read 212 rows, 13.81 KiB in 0.001755 sec., 120797.72079772079 rows/sec., 7.68 MiB/sec. 2025.07.17 11:28:10.659299 [ 277 ] {a3bedf96-a107-4bc3-b78d-d3f3bad54467} TCPHandler: Processed in 0.002082938 sec. 2025.07.17 11:28:10.659439 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.659546 [ 277 ] {a91bd4a5-a206-45d5-ae06-77635a7b3bb7} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:10.659592 [ 277 ] {a91bd4a5-a206-45d5-ae06-77635a7b3bb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:10.660344 [ 277 ] {a91bd4a5-a206-45d5-ae06-77635a7b3bb7} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.660384 [ 277 ] {a91bd4a5-a206-45d5-ae06-77635a7b3bb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.660768 [ 277 ] {a91bd4a5-a206-45d5-ae06-77635a7b3bb7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.17 11:28:10.660977 [ 277 ] {a91bd4a5-a206-45d5-ae06-77635a7b3bb7} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.661111 [ 277 ] {a91bd4a5-a206-45d5-ae06-77635a7b3bb7} executeQuery: Read 689 rows, 56.20 KiB in 0.001591 sec., 433060.96794468886 rows/sec., 34.49 MiB/sec. 2025.07.17 11:28:10.661153 [ 277 ] {a91bd4a5-a206-45d5-ae06-77635a7b3bb7} TCPHandler: Processed in 0.001766673 sec. 2025.07.17 11:28:10.661265 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.661365 [ 277 ] {bc51b3a2-c44d-4fdb-a055-a2b2ccd22acf} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:10.661408 [ 277 ] {bc51b3a2-c44d-4fdb-a055-a2b2ccd22acf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:10.661843 [ 277 ] {bc51b3a2-c44d-4fdb-a055-a2b2ccd22acf} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.661880 [ 277 ] {bc51b3a2-c44d-4fdb-a055-a2b2ccd22acf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.662190 [ 277 ] {bc51b3a2-c44d-4fdb-a055-a2b2ccd22acf} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:28:10.662392 [ 277 ] {bc51b3a2-c44d-4fdb-a055-a2b2ccd22acf} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.662522 [ 277 ] {bc51b3a2-c44d-4fdb-a055-a2b2ccd22acf} executeQuery: Read 142 rows, 9.09 KiB in 0.001181 sec., 120237.08721422523 rows/sec., 7.52 MiB/sec. 2025.07.17 11:28:10.662558 [ 277 ] {bc51b3a2-c44d-4fdb-a055-a2b2ccd22acf} TCPHandler: Processed in 0.001343318 sec. 2025.07.17 11:28:10.662669 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.662764 [ 277 ] {8e416987-b30b-4e16-b35e-5dbfb620c050} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:28:10.662803 [ 277 ] {8e416987-b30b-4e16-b35e-5dbfb620c050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:28:10.663210 [ 277 ] {8e416987-b30b-4e16-b35e-5dbfb620c050} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.663244 [ 277 ] {8e416987-b30b-4e16-b35e-5dbfb620c050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.663540 [ 277 ] {8e416987-b30b-4e16-b35e-5dbfb620c050} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:28:10.663740 [ 277 ] {8e416987-b30b-4e16-b35e-5dbfb620c050} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.663863 [ 277 ] {8e416987-b30b-4e16-b35e-5dbfb620c050} executeQuery: Read 113 rows, 7.49 KiB in 0.00112 sec., 100892.85714285714 rows/sec., 6.53 MiB/sec. 2025.07.17 11:28:10.663899 [ 277 ] {8e416987-b30b-4e16-b35e-5dbfb620c050} TCPHandler: Processed in 0.001277976 sec. 2025.07.17 11:28:10.664009 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.664102 [ 277 ] {88811e55-ea42-44da-bc36-55e5f9122ca3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:28:10.664141 [ 277 ] {88811e55-ea42-44da-bc36-55e5f9122ca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:28:10.664547 [ 277 ] {88811e55-ea42-44da-bc36-55e5f9122ca3} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.664580 [ 277 ] {88811e55-ea42-44da-bc36-55e5f9122ca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.664874 [ 277 ] {88811e55-ea42-44da-bc36-55e5f9122ca3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:28:10.665085 [ 277 ] {88811e55-ea42-44da-bc36-55e5f9122ca3} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.665210 [ 277 ] {88811e55-ea42-44da-bc36-55e5f9122ca3} executeQuery: Read 112 rows, 6.53 KiB in 0.001127 sec., 99378.88198757764 rows/sec., 5.66 MiB/sec. 2025.07.17 11:28:10.665246 [ 277 ] {88811e55-ea42-44da-bc36-55e5f9122ca3} TCPHandler: Processed in 0.001285067 sec. 2025.07.17 11:28:10.665352 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.665443 [ 277 ] {2f404058-8a0b-48c5-9e7c-cb113a1bebcf} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:10.665482 [ 277 ] {2f404058-8a0b-48c5-9e7c-cb113a1bebcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:10.665995 [ 277 ] {2f404058-8a0b-48c5-9e7c-cb113a1bebcf} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.666029 [ 277 ] {2f404058-8a0b-48c5-9e7c-cb113a1bebcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.666335 [ 277 ] {2f404058-8a0b-48c5-9e7c-cb113a1bebcf} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.17 11:28:10.666533 [ 277 ] {2f404058-8a0b-48c5-9e7c-cb113a1bebcf} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.666655 [ 277 ] {2f404058-8a0b-48c5-9e7c-cb113a1bebcf} executeQuery: Read 418 rows, 30.47 KiB in 0.001229 sec., 340113.91375101707 rows/sec., 24.21 MiB/sec. 2025.07.17 11:28:10.666690 [ 277 ] {2f404058-8a0b-48c5-9e7c-cb113a1bebcf} TCPHandler: Processed in 0.001386068 sec. 2025.07.17 11:28:10.666796 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.666887 [ 277 ] {7d54823c-e8ef-4b10-9e2e-bc9879963ec5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:28:10.666928 [ 277 ] {7d54823c-e8ef-4b10-9e2e-bc9879963ec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:28:10.667246 [ 277 ] {7d54823c-e8ef-4b10-9e2e-bc9879963ec5} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.667279 [ 277 ] {7d54823c-e8ef-4b10-9e2e-bc9879963ec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.667575 [ 277 ] {7d54823c-e8ef-4b10-9e2e-bc9879963ec5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.17 11:28:10.667779 [ 277 ] {7d54823c-e8ef-4b10-9e2e-bc9879963ec5} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.667866 [ 83 ] {} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.17 11:28:10.667900 [ 277 ] {7d54823c-e8ef-4b10-9e2e-bc9879963ec5} executeQuery: Read 6 rows, 321.00 B in 0.001031 sec., 5819.592628516004 rows/sec., 304.05 KiB/sec. 2025.07.17 11:28:10.667904 [ 83 ] {} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.667933 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.667936 [ 277 ] {7d54823c-e8ef-4b10-9e2e-bc9879963ec5} TCPHandler: Processed in 0.001187896 sec. 2025.07.17 11:28:10.668055 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.668060 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.17 11:28:10.668193 [ 277 ] {026185aa-07f0-41ba-9382-09ff8dfbc712} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:10.668238 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:10.668260 [ 277 ] {026185aa-07f0-41ba-9382-09ff8dfbc712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:10.668284 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.07.17 11:28:10.668363 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.07.17 11:28:10.668415 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.07.17 11:28:10.668464 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.07.17 11:28:10.668507 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.07.17 11:28:10.668550 [ 200 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.07.17 11:28:10.668766 [ 277 ] {026185aa-07f0-41ba-9382-09ff8dfbc712} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.668814 [ 277 ] {026185aa-07f0-41ba-9382-09ff8dfbc712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.669242 [ 277 ] {026185aa-07f0-41ba-9382-09ff8dfbc712} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.17 11:28:10.669383 [ 198 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001385269 sec., 47644.17596871077 rows/sec., 2.43 MiB/sec. 2025.07.17 11:28:10.669463 [ 277 ] {026185aa-07f0-41ba-9382-09ff8dfbc712} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.669532 [ 195 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.17 11:28:10.669599 [ 277 ] {026185aa-07f0-41ba-9382-09ff8dfbc712} executeQuery: Read 237 rows, 16.27 KiB in 0.001433 sec., 165387.29937194695 rows/sec., 11.09 MiB/sec. 2025.07.17 11:28:10.669637 [ 277 ] {026185aa-07f0-41ba-9382-09ff8dfbc712} TCPHandler: Processed in 0.001629462 sec. 2025.07.17 11:28:10.669751 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.669799 [ 195 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.669848 [ 277 ] {262b72be-7b00-4005-90ef-a7dbe2c7d56e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:28:10.669866 [ 195 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_11_2} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.17 11:28:10.669891 [ 277 ] {262b72be-7b00-4005-90ef-a7dbe2c7d56e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:28:10.669941 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.07.17 11:28:10.670211 [ 277 ] {262b72be-7b00-4005-90ef-a7dbe2c7d56e} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.670245 [ 277 ] {262b72be-7b00-4005-90ef-a7dbe2c7d56e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.670539 [ 277 ] {262b72be-7b00-4005-90ef-a7dbe2c7d56e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:28:10.670744 [ 277 ] {262b72be-7b00-4005-90ef-a7dbe2c7d56e} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.670867 [ 277 ] {262b72be-7b00-4005-90ef-a7dbe2c7d56e} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2025.07.17 11:28:10.670904 [ 277 ] {262b72be-7b00-4005-90ef-a7dbe2c7d56e} TCPHandler: Processed in 0.001201636 sec. 2025.07.17 11:28:10.671017 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.671111 [ 277 ] {6297d61a-4a00-4c14-a72e-2694504091be} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:10.671164 [ 277 ] {6297d61a-4a00-4c14-a72e-2694504091be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:10.671972 [ 277 ] {6297d61a-4a00-4c14-a72e-2694504091be} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.672006 [ 277 ] {6297d61a-4a00-4c14-a72e-2694504091be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.672555 [ 277 ] {6297d61a-4a00-4c14-a72e-2694504091be} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:28:10.672771 [ 277 ] {6297d61a-4a00-4c14-a72e-2694504091be} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.672905 [ 277 ] {6297d61a-4a00-4c14-a72e-2694504091be} executeQuery: Read 36 rows, 66.06 KiB in 0.00181 sec., 19889.50276243094 rows/sec., 35.64 MiB/sec. 2025.07.17 11:28:10.672968 [ 277 ] {6297d61a-4a00-4c14-a72e-2694504091be} TCPHandler: Processed in 0.002000117 sec. 2025.07.17 11:28:10.673079 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:10.673173 [ 277 ] {81421a07-4e3a-47ba-8b84-f7ac048cb00c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:10.673215 [ 277 ] {81421a07-4e3a-47ba-8b84-f7ac048cb00c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:10.673533 [ 277 ] {81421a07-4e3a-47ba-8b84-f7ac048cb00c} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:10.673567 [ 277 ] {81421a07-4e3a-47ba-8b84-f7ac048cb00c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:10.673871 [ 277 ] {81421a07-4e3a-47ba-8b84-f7ac048cb00c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.17 11:28:10.674087 [ 277 ] {81421a07-4e3a-47ba-8b84-f7ac048cb00c} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:10.674210 [ 277 ] {81421a07-4e3a-47ba-8b84-f7ac048cb00c} executeQuery: Read 82 rows, 5.33 KiB in 0.001055 sec., 77725.11848341233 rows/sec., 4.94 MiB/sec. 2025.07.17 11:28:10.674245 [ 277 ] {81421a07-4e3a-47ba-8b84-f7ac048cb00c} TCPHandler: Processed in 0.001214596 sec. 2025.07.17 11:28:12.930899 [ 79 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:28:12.930966 [ 79 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:28:13.058143 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 2025.07.17 11:28:13.058686 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:13.058733 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:13.059224 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:28:13.059467 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:13.059609 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 2025.07.17 11:28:13.067745 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 604 2025.07.17 11:28:13.070148 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:13.070196 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:13.071383 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:28:13.071670 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:13.072004 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 604 2025.07.17 11:28:13.574023 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.07.17 11:28:13.590573 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:13.590627 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:13.596707 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:28:13.597428 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:13.600181 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.07.17 11:28:15.648024 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:15.648198 [ 277 ] {33ed1ba0-74c4-4e5e-b7c6-4679b779fb1f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:15.648263 [ 277 ] {33ed1ba0-74c4-4e5e-b7c6-4679b779fb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:15.648905 [ 277 ] {33ed1ba0-74c4-4e5e-b7c6-4679b779fb1f} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:15.648953 [ 277 ] {33ed1ba0-74c4-4e5e-b7c6-4679b779fb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:15.649352 [ 277 ] {33ed1ba0-74c4-4e5e-b7c6-4679b779fb1f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.17 11:28:15.649602 [ 277 ] {33ed1ba0-74c4-4e5e-b7c6-4679b779fb1f} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:15.649781 [ 277 ] {33ed1ba0-74c4-4e5e-b7c6-4679b779fb1f} executeQuery: Read 66 rows, 5.35 KiB in 0.00163 sec., 40490.79754601227 rows/sec., 3.21 MiB/sec. 2025.07.17 11:28:15.649834 [ 277 ] {33ed1ba0-74c4-4e5e-b7c6-4679b779fb1f} TCPHandler: Processed in 0.001934545 sec. 2025.07.17 11:28:15.649959 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:15.650073 [ 277 ] {db2537e4-3e72-4cce-992b-bb43438bf853} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:15.650127 [ 277 ] {db2537e4-3e72-4cce-992b-bb43438bf853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:15.650631 [ 277 ] {db2537e4-3e72-4cce-992b-bb43438bf853} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:15.650676 [ 277 ] {db2537e4-3e72-4cce-992b-bb43438bf853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:15.651087 [ 277 ] {db2537e4-3e72-4cce-992b-bb43438bf853} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:28:15.651364 [ 277 ] {db2537e4-3e72-4cce-992b-bb43438bf853} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:15.651537 [ 277 ] {db2537e4-3e72-4cce-992b-bb43438bf853} executeQuery: Read 5 rows, 385.00 B in 0.001493 sec., 3348.961821835231 rows/sec., 251.83 KiB/sec. 2025.07.17 11:28:15.651594 [ 277 ] {db2537e4-3e72-4cce-992b-bb43438bf853} TCPHandler: Processed in 0.001688312 sec. 2025.07.17 11:28:15.651785 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:15.651901 [ 277 ] {5a239700-dd0d-4556-b430-b7cf541e9961} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:15.651963 [ 277 ] {5a239700-dd0d-4556-b430-b7cf541e9961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:15.652508 [ 277 ] {5a239700-dd0d-4556-b430-b7cf541e9961} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:15.652555 [ 277 ] {5a239700-dd0d-4556-b430-b7cf541e9961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:15.652946 [ 277 ] {5a239700-dd0d-4556-b430-b7cf541e9961} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.17 11:28:15.653200 [ 277 ] {5a239700-dd0d-4556-b430-b7cf541e9961} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:15.653349 [ 277 ] {5a239700-dd0d-4556-b430-b7cf541e9961} executeQuery: Read 69 rows, 5.52 KiB in 0.001475 sec., 46779.661016949154 rows/sec., 3.65 MiB/sec. 2025.07.17 11:28:15.653410 [ 277 ] {5a239700-dd0d-4556-b430-b7cf541e9961} TCPHandler: Processed in 0.001687592 sec. 2025.07.17 11:28:15.653530 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:15.653632 [ 277 ] {d84541c0-7605-416c-8d70-a9f5d7cfa137} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:15.653681 [ 277 ] {d84541c0-7605-416c-8d70-a9f5d7cfa137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:15.654106 [ 277 ] {d84541c0-7605-416c-8d70-a9f5d7cfa137} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:15.654145 [ 277 ] {d84541c0-7605-416c-8d70-a9f5d7cfa137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:15.654524 [ 277 ] {d84541c0-7605-416c-8d70-a9f5d7cfa137} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.17 11:28:15.654759 [ 277 ] {d84541c0-7605-416c-8d70-a9f5d7cfa137} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:15.654894 [ 277 ] {d84541c0-7605-416c-8d70-a9f5d7cfa137} executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. 2025.07.17 11:28:15.654933 [ 277 ] {d84541c0-7605-416c-8d70-a9f5d7cfa137} TCPHandler: Processed in 0.001452519 sec. 2025.07.17 11:28:15.655045 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:15.655144 [ 277 ] {b2b6537c-5dbd-4736-bd0d-29cad9e16ab8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:15.655201 [ 277 ] {b2b6537c-5dbd-4736-bd0d-29cad9e16ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:15.656010 [ 277 ] {b2b6537c-5dbd-4736-bd0d-29cad9e16ab8} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:15.656049 [ 277 ] {b2b6537c-5dbd-4736-bd0d-29cad9e16ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:15.656601 [ 277 ] {b2b6537c-5dbd-4736-bd0d-29cad9e16ab8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:28:15.656842 [ 277 ] {b2b6537c-5dbd-4736-bd0d-29cad9e16ab8} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:15.656986 [ 277 ] {b2b6537c-5dbd-4736-bd0d-29cad9e16ab8} executeQuery: Read 5 rows, 9.17 KiB in 0.001863 sec., 2683.843263553408 rows/sec., 4.81 MiB/sec. 2025.07.17 11:28:15.657045 [ 277 ] {b2b6537c-5dbd-4736-bd0d-29cad9e16ab8} TCPHandler: Processed in 0.002049387 sec. 2025.07.17 11:28:15.659291 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:15.659391 [ 277 ] {1be4623c-8413-4c30-a808-db4b3cdec365} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:15.659435 [ 277 ] {1be4623c-8413-4c30-a808-db4b3cdec365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:15.659825 [ 277 ] {1be4623c-8413-4c30-a808-db4b3cdec365} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:15.659865 [ 277 ] {1be4623c-8413-4c30-a808-db4b3cdec365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:15.660188 [ 277 ] {1be4623c-8413-4c30-a808-db4b3cdec365} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.17 11:28:15.660420 [ 277 ] {1be4623c-8413-4c30-a808-db4b3cdec365} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:15.660551 [ 277 ] {1be4623c-8413-4c30-a808-db4b3cdec365} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2025.07.17 11:28:15.660602 [ 277 ] {1be4623c-8413-4c30-a808-db4b3cdec365} TCPHandler: Processed in 0.001362318 sec. 2025.07.17 11:28:16.789051 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.789236 [ 277 ] {1ff7774a-8acc-4a40-9a76-507df172257b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:28:16.789303 [ 277 ] {1ff7774a-8acc-4a40-9a76-507df172257b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:28:16.789982 [ 277 ] {1ff7774a-8acc-4a40-9a76-507df172257b} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.790032 [ 277 ] {1ff7774a-8acc-4a40-9a76-507df172257b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.790463 [ 277 ] {1ff7774a-8acc-4a40-9a76-507df172257b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:28:16.790698 [ 277 ] {1ff7774a-8acc-4a40-9a76-507df172257b} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.790854 [ 277 ] {1ff7774a-8acc-4a40-9a76-507df172257b} executeQuery: Read 212 rows, 13.81 KiB in 0.001667 sec., 127174.56508698259 rows/sec., 8.09 MiB/sec. 2025.07.17 11:28:16.790903 [ 277 ] {1ff7774a-8acc-4a40-9a76-507df172257b} TCPHandler: Processed in 0.001977696 sec. 2025.07.17 11:28:16.791040 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.791166 [ 277 ] {a293cb2f-c60b-4845-81c7-a8cfdd05a2de} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:28:16.791217 [ 277 ] {a293cb2f-c60b-4845-81c7-a8cfdd05a2de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:28:16.791694 [ 277 ] {a293cb2f-c60b-4845-81c7-a8cfdd05a2de} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.791739 [ 277 ] {a293cb2f-c60b-4845-81c7-a8cfdd05a2de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.792068 [ 277 ] {a293cb2f-c60b-4845-81c7-a8cfdd05a2de} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.17 11:28:16.792290 [ 277 ] {a293cb2f-c60b-4845-81c7-a8cfdd05a2de} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.792418 [ 277 ] {a293cb2f-c60b-4845-81c7-a8cfdd05a2de} executeQuery: Read 4 rows, 334.00 B in 0.001282 sec., 3120.1248049921996 rows/sec., 254.42 KiB/sec. 2025.07.17 11:28:16.792456 [ 277 ] {a293cb2f-c60b-4845-81c7-a8cfdd05a2de} TCPHandler: Processed in 0.00147878 sec. 2025.07.17 11:28:16.792560 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.792652 [ 277 ] {67794a2f-57dc-4c94-bed0-c3127f3754c6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:16.792691 [ 277 ] {67794a2f-57dc-4c94-bed0-c3127f3754c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:16.793694 [ 277 ] {67794a2f-57dc-4c94-bed0-c3127f3754c6} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.793730 [ 277 ] {67794a2f-57dc-4c94-bed0-c3127f3754c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.794241 [ 277 ] {67794a2f-57dc-4c94-bed0-c3127f3754c6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.17 11:28:16.794452 [ 277 ] {67794a2f-57dc-4c94-bed0-c3127f3754c6} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.794578 [ 277 ] {67794a2f-57dc-4c94-bed0-c3127f3754c6} executeQuery: Read 1831 rows, 152.46 KiB in 0.001943 sec., 942357.1796191456 rows/sec., 76.63 MiB/sec. 2025.07.17 11:28:16.794614 [ 277 ] {67794a2f-57dc-4c94-bed0-c3127f3754c6} TCPHandler: Processed in 0.002102848 sec. 2025.07.17 11:28:16.794721 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.794814 [ 277 ] {55f97513-112d-4c6f-b0e7-249fbff76b9c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:16.794852 [ 277 ] {55f97513-112d-4c6f-b0e7-249fbff76b9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:16.795265 [ 277 ] {55f97513-112d-4c6f-b0e7-249fbff76b9c} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.795325 [ 277 ] {55f97513-112d-4c6f-b0e7-249fbff76b9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.795641 [ 277 ] {55f97513-112d-4c6f-b0e7-249fbff76b9c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:28:16.795847 [ 277 ] {55f97513-112d-4c6f-b0e7-249fbff76b9c} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.795968 [ 277 ] {55f97513-112d-4c6f-b0e7-249fbff76b9c} executeQuery: Read 146 rows, 9.37 KiB in 0.001173 sec., 124467.17817561807 rows/sec., 7.80 MiB/sec. 2025.07.17 11:28:16.796005 [ 277 ] {55f97513-112d-4c6f-b0e7-249fbff76b9c} TCPHandler: Processed in 0.001331968 sec. 2025.07.17 11:28:16.796107 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.796199 [ 277 ] {631e6517-a35c-4bf2-989a-26f956ca9925} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:28:16.796237 [ 277 ] {631e6517-a35c-4bf2-989a-26f956ca9925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:28:16.796704 [ 277 ] {631e6517-a35c-4bf2-989a-26f956ca9925} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.796739 [ 277 ] {631e6517-a35c-4bf2-989a-26f956ca9925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.797057 [ 277 ] {631e6517-a35c-4bf2-989a-26f956ca9925} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:28:16.797266 [ 277 ] {631e6517-a35c-4bf2-989a-26f956ca9925} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.797389 [ 277 ] {631e6517-a35c-4bf2-989a-26f956ca9925} executeQuery: Read 341 rows, 23.30 KiB in 0.001208 sec., 282284.7682119205 rows/sec., 18.84 MiB/sec. 2025.07.17 11:28:16.797426 [ 277 ] {631e6517-a35c-4bf2-989a-26f956ca9925} TCPHandler: Processed in 0.001366338 sec. 2025.07.17 11:28:16.797529 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.797621 [ 277 ] {69f18778-62c7-4679-b10d-7e018ced27d0} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:28:16.797659 [ 277 ] {69f18778-62c7-4679-b10d-7e018ced27d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:28:16.798056 [ 277 ] {69f18778-62c7-4679-b10d-7e018ced27d0} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.798092 [ 277 ] {69f18778-62c7-4679-b10d-7e018ced27d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.798386 [ 277 ] {69f18778-62c7-4679-b10d-7e018ced27d0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:28:16.798593 [ 277 ] {69f18778-62c7-4679-b10d-7e018ced27d0} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.798716 [ 277 ] {69f18778-62c7-4679-b10d-7e018ced27d0} executeQuery: Read 112 rows, 6.53 KiB in 0.001113 sec., 100628.93081761006 rows/sec., 5.73 MiB/sec. 2025.07.17 11:28:16.798752 [ 277 ] {69f18778-62c7-4679-b10d-7e018ced27d0} TCPHandler: Processed in 0.001270007 sec. 2025.07.17 11:28:16.798854 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.798945 [ 277 ] {58db1359-7354-46f0-bcf7-88d41b7bec03} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:16.798983 [ 277 ] {58db1359-7354-46f0-bcf7-88d41b7bec03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:16.799588 [ 277 ] {58db1359-7354-46f0-bcf7-88d41b7bec03} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.799623 [ 277 ] {58db1359-7354-46f0-bcf7-88d41b7bec03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.799963 [ 277 ] {58db1359-7354-46f0-bcf7-88d41b7bec03} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.17 11:28:16.800153 [ 277 ] {58db1359-7354-46f0-bcf7-88d41b7bec03} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.800264 [ 277 ] {58db1359-7354-46f0-bcf7-88d41b7bec03} executeQuery: Read 878 rows, 65.08 KiB in 0.001379 sec., 636693.2559825961 rows/sec., 46.09 MiB/sec. 2025.07.17 11:28:16.800298 [ 277 ] {58db1359-7354-46f0-bcf7-88d41b7bec03} TCPHandler: Processed in 0.001537201 sec. 2025.07.17 11:28:16.800395 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.800481 [ 277 ] {750fbdae-4ba9-4bf1-8280-dc70d6d286ce} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:28:16.800519 [ 277 ] {750fbdae-4ba9-4bf1-8280-dc70d6d286ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:28:16.800891 [ 277 ] {750fbdae-4ba9-4bf1-8280-dc70d6d286ce} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.800925 [ 277 ] {750fbdae-4ba9-4bf1-8280-dc70d6d286ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.801224 [ 277 ] {750fbdae-4ba9-4bf1-8280-dc70d6d286ce} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.17 11:28:16.801423 [ 277 ] {750fbdae-4ba9-4bf1-8280-dc70d6d286ce} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.801546 [ 277 ] {750fbdae-4ba9-4bf1-8280-dc70d6d286ce} executeQuery: Read 6 rows, 321.00 B in 0.001025 sec., 5853.658536585365 rows/sec., 305.83 KiB/sec. 2025.07.17 11:28:16.801582 [ 277 ] {750fbdae-4ba9-4bf1-8280-dc70d6d286ce} TCPHandler: Processed in 0.001181645 sec. 2025.07.17 11:28:16.801682 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.801773 [ 277 ] {c966daf5-7138-4620-aa45-a0f47ce6b3ac} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:16.801814 [ 277 ] {c966daf5-7138-4620-aa45-a0f47ce6b3ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:16.802328 [ 277 ] {c966daf5-7138-4620-aa45-a0f47ce6b3ac} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.802363 [ 277 ] {c966daf5-7138-4620-aa45-a0f47ce6b3ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.802737 [ 277 ] {c966daf5-7138-4620-aa45-a0f47ce6b3ac} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.17 11:28:16.802946 [ 277 ] {c966daf5-7138-4620-aa45-a0f47ce6b3ac} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.803065 [ 277 ] {c966daf5-7138-4620-aa45-a0f47ce6b3ac} executeQuery: Read 989 rows, 67.39 KiB in 0.00131 sec., 754961.8320610687 rows/sec., 50.24 MiB/sec. 2025.07.17 11:28:16.803100 [ 277 ] {c966daf5-7138-4620-aa45-a0f47ce6b3ac} TCPHandler: Processed in 0.001466119 sec. 2025.07.17 11:28:16.803202 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.803294 [ 277 ] {c08bd255-218d-4594-9258-566e0f0e7afa} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:28:16.803335 [ 277 ] {c08bd255-218d-4594-9258-566e0f0e7afa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:28:16.803628 [ 277 ] {c08bd255-218d-4594-9258-566e0f0e7afa} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.803663 [ 277 ] {c08bd255-218d-4594-9258-566e0f0e7afa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.803962 [ 277 ] {c08bd255-218d-4594-9258-566e0f0e7afa} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:28:16.804161 [ 277 ] {c08bd255-218d-4594-9258-566e0f0e7afa} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.804281 [ 277 ] {c08bd255-218d-4594-9258-566e0f0e7afa} executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. 2025.07.17 11:28:16.804315 [ 277 ] {c08bd255-218d-4594-9258-566e0f0e7afa} TCPHandler: Processed in 0.001159955 sec. 2025.07.17 11:28:16.804415 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.804506 [ 277 ] {b3c33be3-0562-46a3-8fb1-43c8a4828763} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:16.804556 [ 277 ] {b3c33be3-0562-46a3-8fb1-43c8a4828763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:16.805297 [ 277 ] {b3c33be3-0562-46a3-8fb1-43c8a4828763} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.805332 [ 277 ] {b3c33be3-0562-46a3-8fb1-43c8a4828763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.805867 [ 277 ] {b3c33be3-0562-46a3-8fb1-43c8a4828763} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:28:16.806084 [ 277 ] {b3c33be3-0562-46a3-8fb1-43c8a4828763} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.806218 [ 277 ] {b3c33be3-0562-46a3-8fb1-43c8a4828763} executeQuery: Read 36 rows, 66.06 KiB in 0.001729 sec., 20821.283979178716 rows/sec., 37.31 MiB/sec. 2025.07.17 11:28:16.806275 [ 277 ] {b3c33be3-0562-46a3-8fb1-43c8a4828763} TCPHandler: Processed in 0.001907945 sec. 2025.07.17 11:28:16.806382 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:16.806474 [ 277 ] {f67a7950-f5f8-4851-956e-8d3f48d04535} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:16.806514 [ 277 ] {f67a7950-f5f8-4851-956e-8d3f48d04535} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:16.806823 [ 277 ] {f67a7950-f5f8-4851-956e-8d3f48d04535} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:16.806858 [ 277 ] {f67a7950-f5f8-4851-956e-8d3f48d04535} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:16.807173 [ 277 ] {f67a7950-f5f8-4851-956e-8d3f48d04535} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.17 11:28:16.807378 [ 277 ] {f67a7950-f5f8-4851-956e-8d3f48d04535} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:16.807498 [ 277 ] {f67a7950-f5f8-4851-956e-8d3f48d04535} executeQuery: Read 46 rows, 2.85 KiB in 0.001043 sec., 44103.54745925216 rows/sec., 2.67 MiB/sec. 2025.07.17 11:28:16.807533 [ 277 ] {f67a7950-f5f8-4851-956e-8d3f48d04535} TCPHandler: Processed in 0.001198655 sec. 2025.07.17 11:28:20.559902 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 2025.07.17 11:28:20.560413 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.560456 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.560945 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:28:20.561188 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.561328 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 2025.07.17 11:28:20.561349 [ 40 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:28:20.561421 [ 40 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.561442 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.561547 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:28:20.561662 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:20.561697 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part 2025.07.17 11:28:20.561761 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part 2025.07.17 11:28:20.561803 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part 2025.07.17 11:28:20.561843 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part 2025.07.17 11:28:20.561878 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part 2025.07.17 11:28:20.561915 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part 2025.07.17 11:28:20.564015 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510823 sec., 3838582.0107590216 rows/sec., 54.91 MiB/sec. 2025.07.17 11:28:20.564244 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:28:20.564495 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.564564 [ 200 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_21_4} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:28:20.564636 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.07.17 11:28:20.645595 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:20.645735 [ 277 ] {08927e4f-4b83-4139-a648-3e402b3d46e7} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:20.645790 [ 277 ] {08927e4f-4b83-4139-a648-3e402b3d46e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:20.646394 [ 277 ] {08927e4f-4b83-4139-a648-3e402b3d46e7} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.646433 [ 277 ] {08927e4f-4b83-4139-a648-3e402b3d46e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.646780 [ 277 ] {08927e4f-4b83-4139-a648-3e402b3d46e7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.17 11:28:20.647003 [ 277 ] {08927e4f-4b83-4139-a648-3e402b3d46e7} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.647121 [ 40 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.17 11:28:20.647157 [ 277 ] {08927e4f-4b83-4139-a648-3e402b3d46e7} executeQuery: Read 56 rows, 4.38 KiB in 0.001462 sec., 38303.69357045144 rows/sec., 2.92 MiB/sec. 2025.07.17 11:28:20.647161 [ 40 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.647200 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.647215 [ 277 ] {08927e4f-4b83-4139-a648-3e402b3d46e7} TCPHandler: Processed in 0.001730793 sec. 2025.07.17 11:28:20.647304 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.07.17 11:28:20.647360 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:20.647452 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:20.647466 [ 277 ] {1637058b-535d-470f-9593-16cd4e11536a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:20.647492 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1847 rows starting from the beginning of the part 2025.07.17 11:28:20.647514 [ 277 ] {1637058b-535d-470f-9593-16cd4e11536a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:20.647566 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 71 rows starting from the beginning of the part 2025.07.17 11:28:20.647622 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 689 rows starting from the beginning of the part 2025.07.17 11:28:20.647666 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part 2025.07.17 11:28:20.647709 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1831 rows starting from the beginning of the part 2025.07.17 11:28:20.647751 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2025.07.17 11:28:20.647959 [ 277 ] {1637058b-535d-470f-9593-16cd4e11536a} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.648002 [ 277 ] {1637058b-535d-470f-9593-16cd4e11536a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.648348 [ 277 ] {1637058b-535d-470f-9593-16cd4e11536a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.17 11:28:20.648575 [ 277 ] {1637058b-535d-470f-9593-16cd4e11536a} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.648681 [ 40 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.17 11:28:20.648708 [ 277 ] {1637058b-535d-470f-9593-16cd4e11536a} executeQuery: Read 64 rows, 5.12 KiB in 0.001266 sec., 50552.92259083728 rows/sec., 3.95 MiB/sec. 2025.07.17 11:28:20.648714 [ 40 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.648753 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.648760 [ 277 ] {1637058b-535d-470f-9593-16cd4e11536a} TCPHandler: Processed in 0.001450519 sec. 2025.07.17 11:28:20.648831 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.07.17 11:28:20.648888 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:20.648913 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:20.648940 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 911 rows starting from the beginning of the part 2025.07.17 11:28:20.648983 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 79 rows starting from the beginning of the part 2025.07.17 11:28:20.648985 [ 277 ] {43b01beb-697b-4bce-9920-63909245ddff} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:20.649021 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 418 rows starting from the beginning of the part 2025.07.17 11:28:20.649037 [ 277 ] {43b01beb-697b-4bce-9920-63909245ddff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:20.649057 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 69 rows starting from the beginning of the part 2025.07.17 11:28:20.649092 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 878 rows starting from the beginning of the part 2025.07.17 11:28:20.649124 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2025.07.17 11:28:20.649445 [ 277 ] {43b01beb-697b-4bce-9920-63909245ddff} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.649489 [ 277 ] {43b01beb-697b-4bce-9920-63909245ddff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.649621 [ 196 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002411951 sec., 1890585.671101942 rows/sec., 160.26 MiB/sec. 2025.07.17 11:28:20.649923 [ 197 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.17 11:28:20.650105 [ 277 ] {43b01beb-697b-4bce-9920-63909245ddff} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.17 11:28:20.650279 [ 197 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.650369 [ 193 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.001564121 sec., 1546555.5414191103 rows/sec., 118.44 MiB/sec. 2025.07.17 11:28:20.650386 [ 197 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_31_6} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.17 11:28:20.650409 [ 277 ] {43b01beb-697b-4bce-9920-63909245ddff} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.650469 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2025.07.17 11:28:20.650540 [ 47 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.17 11:28:20.650552 [ 277 ] {43b01beb-697b-4bce-9920-63909245ddff} executeQuery: Read 96 rows, 6.85 KiB in 0.001581 sec., 60721.062618595824 rows/sec., 4.23 MiB/sec. 2025.07.17 11:28:20.650551 [ 196 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.17 11:28:20.650589 [ 47 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.650616 [ 277 ] {43b01beb-697b-4bce-9920-63909245ddff} TCPHandler: Processed in 0.001776053 sec. 2025.07.17 11:28:20.650631 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.650735 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.07.17 11:28:20.650767 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:20.650845 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:20.650882 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8969 rows starting from the beginning of the part 2025.07.17 11:28:20.650889 [ 277 ] {59048d4a-5625-40f2-ab4d-6643a902eb22} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:20.650928 [ 196 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.650944 [ 277 ] {59048d4a-5625-40f2-ab4d-6643a902eb22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:20.650960 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 165 rows starting from the beginning of the part 2025.07.17 11:28:20.651022 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part 2025.07.17 11:28:20.651030 [ 196 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_31_6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.17 11:28:20.651076 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2025.07.17 11:28:20.651123 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 989 rows starting from the beginning of the part 2025.07.17 11:28:20.651125 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.07.17 11:28:20.651172 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 96 rows starting from the beginning of the part 2025.07.17 11:28:20.651343 [ 277 ] {59048d4a-5625-40f2-ab4d-6643a902eb22} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.651391 [ 277 ] {59048d4a-5625-40f2-ab4d-6643a902eb22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.651824 [ 277 ] {59048d4a-5625-40f2-ab4d-6643a902eb22} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.17 11:28:20.652089 [ 277 ] {59048d4a-5625-40f2-ab4d-6643a902eb22} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.652217 [ 47 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.17 11:28:20.652235 [ 277 ] {59048d4a-5625-40f2-ab4d-6643a902eb22} executeQuery: Read 36 rows, 2.48 KiB in 0.001371 sec., 26258.2056892779 rows/sec., 1.77 MiB/sec. 2025.07.17 11:28:20.652253 [ 47 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:20.652280 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:20.652286 [ 277 ] {59048d4a-5625-40f2-ab4d-6643a902eb22} TCPHandler: Processed in 0.001570891 sec. 2025.07.17 11:28:20.652374 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.07.17 11:28:20.652485 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:20.652515 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1576 rows starting from the beginning of the part 2025.07.17 11:28:20.652574 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.07.17 11:28:20.652625 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part 2025.07.17 11:28:20.652675 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.07.17 11:28:20.652721 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part 2025.07.17 11:28:20.652773 [ 197 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:20.653901 [ 196 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 4 columns (4 merged, 0 gathered) in 0.00156943 sec., 1185143.6508796187 rows/sec., 77.39 MiB/sec. 2025.07.17 11:28:20.654116 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.17 11:28:20.654383 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.654458 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_31_6} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.17 11:28:20.654523 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.07.17 11:28:20.655633 [ 189 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10616 rows, containing 5 columns (5 merged, 0 gathered) in 0.004934635 sec., 2151324.262078148 rows/sec., 145.16 MiB/sec. 2025.07.17 11:28:20.655911 [ 189 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.17 11:28:20.656200 [ 189 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:20.656289 [ 189 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_31_6} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.17 11:28:20.656384 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2025.07.17 11:28:21.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 223.34 MiB, peak 230.22 MiB, free memory in arenas 0.00 B, will set to 224.83 MiB (RSS), difference: 1.49 MiB 2025.07.17 11:28:21.100554 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.07.17 11:28:21.118686 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:21.118755 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:21.124433 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:28:21.125135 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:21.125450 [ 47 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:28:21.125513 [ 47 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:21.125532 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:21.125664 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:28:21.128412 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.07.17 11:28:21.128993 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:21.130353 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2025.07.17 11:28:21.134781 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2025.07.17 11:28:21.139088 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2025.07.17 11:28:21.143419 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.07.17 11:28:21.147689 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2025.07.17 11:28:21.151343 [ 192 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.07.17 11:28:21.203790 [ 189 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.0781809 sec., 2033.7448149100355 rows/sec., 10.52 MiB/sec. 2025.07.17 11:28:21.205619 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:28:21.207413 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:21.207514 [ 196 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_21_4} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:28:21.209086 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.07.17 11:28:22.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.91 MiB, peak 236.46 MiB, free memory in arenas 0.00 B, will set to 228.34 MiB (RSS), difference: 2.44 MiB 2025.07.17 11:28:23.072266 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 648 2025.07.17 11:28:23.074808 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:23.074846 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:23.076081 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:28:23.076337 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:23.076585 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 648 2025.07.17 11:28:25.649460 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:25.649637 [ 277 ] {290a7967-442a-48f8-84b5-7e52c8aa0f8e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:25.649705 [ 277 ] {290a7967-442a-48f8-84b5-7e52c8aa0f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:25.650404 [ 277 ] {290a7967-442a-48f8-84b5-7e52c8aa0f8e} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:25.650457 [ 277 ] {290a7967-442a-48f8-84b5-7e52c8aa0f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:25.650861 [ 277 ] {290a7967-442a-48f8-84b5-7e52c8aa0f8e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.17 11:28:25.651089 [ 277 ] {290a7967-442a-48f8-84b5-7e52c8aa0f8e} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:25.651255 [ 277 ] {290a7967-442a-48f8-84b5-7e52c8aa0f8e} executeQuery: Read 66 rows, 5.35 KiB in 0.001667 sec., 39592.08158368326 rows/sec., 3.14 MiB/sec. 2025.07.17 11:28:25.651305 [ 277 ] {290a7967-442a-48f8-84b5-7e52c8aa0f8e} TCPHandler: Processed in 0.001981497 sec. 2025.07.17 11:28:25.651449 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:25.651564 [ 277 ] {6039047d-fa3d-4d50-b087-42014e3f949c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:25.651616 [ 277 ] {6039047d-fa3d-4d50-b087-42014e3f949c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:25.652153 [ 277 ] {6039047d-fa3d-4d50-b087-42014e3f949c} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:25.652205 [ 277 ] {6039047d-fa3d-4d50-b087-42014e3f949c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:25.652726 [ 277 ] {6039047d-fa3d-4d50-b087-42014e3f949c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:28:25.653026 [ 277 ] {6039047d-fa3d-4d50-b087-42014e3f949c} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:25.653220 [ 277 ] {6039047d-fa3d-4d50-b087-42014e3f949c} executeQuery: Read 5 rows, 385.00 B in 0.001686 sec., 2965.599051008304 rows/sec., 223.00 KiB/sec. 2025.07.17 11:28:25.653230 [ 36 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:28:25.653270 [ 277 ] {6039047d-fa3d-4d50-b087-42014e3f949c} TCPHandler: Processed in 0.001884044 sec. 2025.07.17 11:28:25.653318 [ 36 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:25.653353 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:25.653421 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:25.653481 [ 186 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:28:25.653529 [ 277 ] {021e2a34-3524-45e0-90f2-a5684e630a92} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:25.653579 [ 277 ] {021e2a34-3524-45e0-90f2-a5684e630a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:25.653649 [ 186 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:25.653690 [ 186 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 161 rows starting from the beginning of the part 2025.07.17 11:28:25.653760 [ 186 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part 2025.07.17 11:28:25.653808 [ 186 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 142 rows starting from the beginning of the part 2025.07.17 11:28:25.653851 [ 186 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:25.653894 [ 186 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 146 rows starting from the beginning of the part 2025.07.17 11:28:25.653935 [ 186 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:25.654018 [ 277 ] {021e2a34-3524-45e0-90f2-a5684e630a92} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:25.654060 [ 277 ] {021e2a34-3524-45e0-90f2-a5684e630a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:25.654544 [ 277 ] {021e2a34-3524-45e0-90f2-a5684e630a92} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.17 11:28:25.654781 [ 277 ] {021e2a34-3524-45e0-90f2-a5684e630a92} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:25.654921 [ 277 ] {021e2a34-3524-45e0-90f2-a5684e630a92} executeQuery: Read 69 rows, 5.52 KiB in 0.001411 sec., 48901.48830616584 rows/sec., 3.82 MiB/sec. 2025.07.17 11:28:25.654924 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 5 columns (5 merged, 0 gathered) in 0.00150189 sec., 315602.34105027665 rows/sec., 21.19 MiB/sec. 2025.07.17 11:28:25.654966 [ 277 ] {021e2a34-3524-45e0-90f2-a5684e630a92} TCPHandler: Processed in 0.001601241 sec. 2025.07.17 11:28:25.655085 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:25.655149 [ 201 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:28:25.655183 [ 277 ] {b235b61b-f088-45ea-afbc-34d29767656c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:25.655234 [ 277 ] {b235b61b-f088-45ea-afbc-34d29767656c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:25.655464 [ 201 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:25.655545 [ 201 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_21_4} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:28:25.655642 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.17 11:28:25.655656 [ 277 ] {b235b61b-f088-45ea-afbc-34d29767656c} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:25.655698 [ 277 ] {b235b61b-f088-45ea-afbc-34d29767656c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:25.656063 [ 277 ] {b235b61b-f088-45ea-afbc-34d29767656c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.17 11:28:25.656280 [ 277 ] {b235b61b-f088-45ea-afbc-34d29767656c} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:25.656413 [ 277 ] {b235b61b-f088-45ea-afbc-34d29767656c} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2025.07.17 11:28:25.656451 [ 277 ] {b235b61b-f088-45ea-afbc-34d29767656c} TCPHandler: Processed in 0.001416968 sec. 2025.07.17 11:28:25.656556 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:25.656651 [ 277 ] {40d14819-637b-4087-85b0-ca53283ad933} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:25.656705 [ 277 ] {40d14819-637b-4087-85b0-ca53283ad933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:25.657452 [ 277 ] {40d14819-637b-4087-85b0-ca53283ad933} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:25.657489 [ 277 ] {40d14819-637b-4087-85b0-ca53283ad933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:25.658018 [ 277 ] {40d14819-637b-4087-85b0-ca53283ad933} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:28:25.658244 [ 277 ] {40d14819-637b-4087-85b0-ca53283ad933} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:25.658394 [ 277 ] {40d14819-637b-4087-85b0-ca53283ad933} executeQuery: Read 5 rows, 9.17 KiB in 0.001761 sec., 2839.2958546280524 rows/sec., 5.09 MiB/sec. 2025.07.17 11:28:25.658467 [ 277 ] {40d14819-637b-4087-85b0-ca53283ad933} TCPHandler: Processed in 0.001959816 sec. 2025.07.17 11:28:25.658593 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:25.658714 [ 277 ] {ec32e605-9bc8-4ca1-afaa-cb96479f9067} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:25.658766 [ 277 ] {ec32e605-9bc8-4ca1-afaa-cb96479f9067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:25.659113 [ 277 ] {ec32e605-9bc8-4ca1-afaa-cb96479f9067} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:25.659151 [ 277 ] {ec32e605-9bc8-4ca1-afaa-cb96479f9067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:25.659480 [ 277 ] {ec32e605-9bc8-4ca1-afaa-cb96479f9067} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.17 11:28:25.659695 [ 277 ] {ec32e605-9bc8-4ca1-afaa-cb96479f9067} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:25.659825 [ 277 ] {ec32e605-9bc8-4ca1-afaa-cb96479f9067} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2025.07.17 11:28:25.659862 [ 277 ] {ec32e605-9bc8-4ca1-afaa-cb96479f9067} TCPHandler: Processed in 0.001332207 sec. 2025.07.17 11:28:27.931964 [ 61 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:28:27.932028 [ 61 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:28:28.061382 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 2025.07.17 11:28:28.061886 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:28.061931 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:28.062436 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:28:28.062671 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:28.062810 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 2025.07.17 11:28:28.069779 [ 61 ] {} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.17 11:28:28.069829 [ 61 ] {} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:28.069848 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:28.069951 [ 201 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.07.17 11:28:28.070078 [ 201 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:28.070118 [ 201 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.07.17 11:28:28.070196 [ 201 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.07.17 11:28:28.070252 [ 201 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2025.07.17 11:28:28.070305 [ 201 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.07.17 11:28:28.070353 [ 201 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2025.07.17 11:28:28.071229 [ 196 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001319608 sec., 21218.422440603576 rows/sec., 1.77 MiB/sec. 2025.07.17 11:28:28.071412 [ 187 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.17 11:28:28.071725 [ 187 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:28.071802 [ 187 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_5_1} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.17 11:28:28.071893 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.17 11:28:28.628462 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.07.17 11:28:28.643905 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:28.643949 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:28.650134 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:28:28.650877 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:28.653691 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.07.17 11:28:30.655648 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.655820 [ 277 ] {b7658193-11b5-4b82-8812-b7d55203f6c9} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:28:30.655888 [ 277 ] {b7658193-11b5-4b82-8812-b7d55203f6c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:28:30.656592 [ 277 ] {b7658193-11b5-4b82-8812-b7d55203f6c9} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.656633 [ 277 ] {b7658193-11b5-4b82-8812-b7d55203f6c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.657037 [ 277 ] {b7658193-11b5-4b82-8812-b7d55203f6c9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:28:30.657272 [ 277 ] {b7658193-11b5-4b82-8812-b7d55203f6c9} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.657389 [ 67 ] {} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.07.17 11:28:30.657424 [ 67 ] {} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.657425 [ 277 ] {b7658193-11b5-4b82-8812-b7d55203f6c9} executeQuery: Read 212 rows, 13.81 KiB in 0.001653 sec., 128251.66364186328 rows/sec., 8.16 MiB/sec. 2025.07.17 11:28:30.657444 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.657490 [ 277 ] {b7658193-11b5-4b82-8812-b7d55203f6c9} TCPHandler: Processed in 0.001977636 sec. 2025.07.17 11:28:30.657573 [ 194 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.07.17 11:28:30.657624 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.657712 [ 194 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:30.657734 [ 277 ] {5f7db8f2-e8ad-4eba-b817-97dc2b936463} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:30.657748 [ 194 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part 2025.07.17 11:28:30.657784 [ 277 ] {5f7db8f2-e8ad-4eba-b817-97dc2b936463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:30.657819 [ 194 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2025.07.17 11:28:30.657863 [ 194 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2025.07.17 11:28:30.657904 [ 194 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part 2025.07.17 11:28:30.657942 [ 194 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2025.07.17 11:28:30.658456 [ 277 ] {5f7db8f2-e8ad-4eba-b817-97dc2b936463} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.658497 [ 277 ] {5f7db8f2-e8ad-4eba-b817-97dc2b936463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.658826 [ 187 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001312297 sec., 807743.9786877513 rows/sec., 54.45 MiB/sec. 2025.07.17 11:28:30.659004 [ 277 ] {5f7db8f2-e8ad-4eba-b817-97dc2b936463} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.17 11:28:30.659032 [ 196 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.07.17 11:28:30.659293 [ 277 ] {5f7db8f2-e8ad-4eba-b817-97dc2b936463} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.659399 [ 196 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.659444 [ 277 ] {5f7db8f2-e8ad-4eba-b817-97dc2b936463} executeQuery: Read 689 rows, 56.20 KiB in 0.001735 sec., 397118.15561959654 rows/sec., 31.63 MiB/sec. 2025.07.17 11:28:30.659482 [ 196 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_13_3} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.07.17 11:28:30.659493 [ 277 ] {5f7db8f2-e8ad-4eba-b817-97dc2b936463} TCPHandler: Processed in 0.001922665 sec. 2025.07.17 11:28:30.659599 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.17 11:28:30.659626 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.659735 [ 277 ] {fbaf829f-a230-4ab2-9e8d-5dafac7f7c7f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:30.659779 [ 277 ] {fbaf829f-a230-4ab2-9e8d-5dafac7f7c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:30.660254 [ 277 ] {fbaf829f-a230-4ab2-9e8d-5dafac7f7c7f} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.660291 [ 277 ] {fbaf829f-a230-4ab2-9e8d-5dafac7f7c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.660653 [ 277 ] {fbaf829f-a230-4ab2-9e8d-5dafac7f7c7f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:28:30.660893 [ 277 ] {fbaf829f-a230-4ab2-9e8d-5dafac7f7c7f} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.661035 [ 277 ] {fbaf829f-a230-4ab2-9e8d-5dafac7f7c7f} executeQuery: Read 142 rows, 9.09 KiB in 0.001325 sec., 107169.81132075471 rows/sec., 6.70 MiB/sec. 2025.07.17 11:28:30.661073 [ 277 ] {fbaf829f-a230-4ab2-9e8d-5dafac7f7c7f} TCPHandler: Processed in 0.00150424 sec. 2025.07.17 11:28:30.661186 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.661286 [ 277 ] {63de5310-8795-4331-9382-44bd9f83c03a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:28:30.661328 [ 277 ] {63de5310-8795-4331-9382-44bd9f83c03a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:28:30.661768 [ 277 ] {63de5310-8795-4331-9382-44bd9f83c03a} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.661804 [ 277 ] {63de5310-8795-4331-9382-44bd9f83c03a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.662128 [ 277 ] {63de5310-8795-4331-9382-44bd9f83c03a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:28:30.662345 [ 277 ] {63de5310-8795-4331-9382-44bd9f83c03a} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.662472 [ 277 ] {63de5310-8795-4331-9382-44bd9f83c03a} executeQuery: Read 113 rows, 7.49 KiB in 0.001209 sec., 93465.6741108354 rows/sec., 6.05 MiB/sec. 2025.07.17 11:28:30.662509 [ 277 ] {63de5310-8795-4331-9382-44bd9f83c03a} TCPHandler: Processed in 0.001373698 sec. 2025.07.17 11:28:30.662617 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.662712 [ 277 ] {ca9f27cb-06be-4994-8159-8bf009acfd5a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:28:30.662752 [ 277 ] {ca9f27cb-06be-4994-8159-8bf009acfd5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:28:30.663179 [ 277 ] {ca9f27cb-06be-4994-8159-8bf009acfd5a} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.663214 [ 277 ] {ca9f27cb-06be-4994-8159-8bf009acfd5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.663534 [ 277 ] {ca9f27cb-06be-4994-8159-8bf009acfd5a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:28:30.663741 [ 277 ] {ca9f27cb-06be-4994-8159-8bf009acfd5a} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.663833 [ 67 ] {} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.07.17 11:28:30.663860 [ 67 ] {} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.663872 [ 277 ] {ca9f27cb-06be-4994-8159-8bf009acfd5a} executeQuery: Read 112 rows, 6.53 KiB in 0.00118 sec., 94915.25423728813 rows/sec., 5.41 MiB/sec. 2025.07.17 11:28:30.663877 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.663909 [ 277 ] {ca9f27cb-06be-4994-8159-8bf009acfd5a} TCPHandler: Processed in 0.001341617 sec. 2025.07.17 11:28:30.663975 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.07.17 11:28:30.664017 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.664091 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:30.664117 [ 277 ] {cf710553-40ef-42da-9fb1-2bfd30be3103} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:30.664128 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part 2025.07.17 11:28:30.664164 [ 277 ] {cf710553-40ef-42da-9fb1-2bfd30be3103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:30.664202 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part 2025.07.17 11:28:30.664250 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part 2025.07.17 11:28:30.664289 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part 2025.07.17 11:28:30.664332 [ 188 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part 2025.07.17 11:28:30.664707 [ 277 ] {cf710553-40ef-42da-9fb1-2bfd30be3103} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.664748 [ 277 ] {cf710553-40ef-42da-9fb1-2bfd30be3103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.665101 [ 277 ] {cf710553-40ef-42da-9fb1-2bfd30be3103} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.17 11:28:30.665223 [ 187 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001290197 sec., 434042.2431613156 rows/sec., 26.38 MiB/sec. 2025.07.17 11:28:30.665305 [ 277 ] {cf710553-40ef-42da-9fb1-2bfd30be3103} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.665353 [ 191 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.07.17 11:28:30.665431 [ 277 ] {cf710553-40ef-42da-9fb1-2bfd30be3103} executeQuery: Read 418 rows, 30.47 KiB in 0.001334 sec., 313343.3283358321 rows/sec., 22.30 MiB/sec. 2025.07.17 11:28:30.665479 [ 277 ] {cf710553-40ef-42da-9fb1-2bfd30be3103} TCPHandler: Processed in 0.0015113 sec. 2025.07.17 11:28:30.665586 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.665608 [ 191 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.665670 [ 191 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_13_3} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.07.17 11:28:30.665679 [ 277 ] {c553152d-5240-423d-a1b2-3512f25c87cc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:28:30.665720 [ 277 ] {c553152d-5240-423d-a1b2-3512f25c87cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:28:30.665745 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.07.17 11:28:30.666044 [ 277 ] {c553152d-5240-423d-a1b2-3512f25c87cc} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.666077 [ 277 ] {c553152d-5240-423d-a1b2-3512f25c87cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.666372 [ 277 ] {c553152d-5240-423d-a1b2-3512f25c87cc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.17 11:28:30.666589 [ 277 ] {c553152d-5240-423d-a1b2-3512f25c87cc} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.666714 [ 277 ] {c553152d-5240-423d-a1b2-3512f25c87cc} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2025.07.17 11:28:30.666749 [ 277 ] {c553152d-5240-423d-a1b2-3512f25c87cc} TCPHandler: Processed in 0.001212636 sec. 2025.07.17 11:28:30.666853 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.666946 [ 277 ] {b5ccc11d-902c-473a-95d4-b3d249110c26} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:30.666988 [ 277 ] {b5ccc11d-902c-473a-95d4-b3d249110c26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:30.667384 [ 277 ] {b5ccc11d-902c-473a-95d4-b3d249110c26} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.667419 [ 277 ] {b5ccc11d-902c-473a-95d4-b3d249110c26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.667762 [ 277 ] {b5ccc11d-902c-473a-95d4-b3d249110c26} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.17 11:28:30.667974 [ 277 ] {b5ccc11d-902c-473a-95d4-b3d249110c26} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.668098 [ 277 ] {b5ccc11d-902c-473a-95d4-b3d249110c26} executeQuery: Read 237 rows, 16.27 KiB in 0.001171 sec., 202391.11870196415 rows/sec., 13.57 MiB/sec. 2025.07.17 11:28:30.668134 [ 277 ] {b5ccc11d-902c-473a-95d4-b3d249110c26} TCPHandler: Processed in 0.001330608 sec. 2025.07.17 11:28:30.668241 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.668333 [ 277 ] {db8b3c9c-0cb0-4820-bb61-3634d09e4fc5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:28:30.668373 [ 277 ] {db8b3c9c-0cb0-4820-bb61-3634d09e4fc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:28:30.668680 [ 277 ] {db8b3c9c-0cb0-4820-bb61-3634d09e4fc5} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.668715 [ 277 ] {db8b3c9c-0cb0-4820-bb61-3634d09e4fc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.669025 [ 277 ] {db8b3c9c-0cb0-4820-bb61-3634d09e4fc5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:28:30.669227 [ 277 ] {db8b3c9c-0cb0-4820-bb61-3634d09e4fc5} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.669350 [ 277 ] {db8b3c9c-0cb0-4820-bb61-3634d09e4fc5} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2025.07.17 11:28:30.669385 [ 277 ] {db8b3c9c-0cb0-4820-bb61-3634d09e4fc5} TCPHandler: Processed in 0.001194246 sec. 2025.07.17 11:28:30.669497 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.669590 [ 277 ] {98c297c9-36a1-4d41-973e-f2fbb2b924f3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:30.669642 [ 277 ] {98c297c9-36a1-4d41-973e-f2fbb2b924f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:30.670416 [ 277 ] {98c297c9-36a1-4d41-973e-f2fbb2b924f3} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.670460 [ 277 ] {98c297c9-36a1-4d41-973e-f2fbb2b924f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.670996 [ 277 ] {98c297c9-36a1-4d41-973e-f2fbb2b924f3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:28:30.671214 [ 277 ] {98c297c9-36a1-4d41-973e-f2fbb2b924f3} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.671322 [ 66 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:28:30.671349 [ 277 ] {98c297c9-36a1-4d41-973e-f2fbb2b924f3} executeQuery: Read 36 rows, 66.06 KiB in 0.001776 sec., 20270.27027027027 rows/sec., 36.32 MiB/sec. 2025.07.17 11:28:30.671363 [ 66 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.671388 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.671418 [ 277 ] {98c297c9-36a1-4d41-973e-f2fbb2b924f3} TCPHandler: Processed in 0.001980306 sec. 2025.07.17 11:28:30.671468 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:28:30.671525 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:30.671620 [ 277 ] {a5757233-b03c-4393-8530-dcac8728d724} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:30.671661 [ 277 ] {a5757233-b03c-4393-8530-dcac8728d724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:30.671688 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:30.671746 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 309 rows starting from the beginning of the part 2025.07.17 11:28:30.671869 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:30.671973 [ 277 ] {a5757233-b03c-4393-8530-dcac8728d724} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:30.671980 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:30.672017 [ 277 ] {a5757233-b03c-4393-8530-dcac8728d724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:30.672098 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:30.672194 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:30.672280 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:30.672328 [ 277 ] {a5757233-b03c-4393-8530-dcac8728d724} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.17 11:28:30.672553 [ 277 ] {a5757233-b03c-4393-8530-dcac8728d724} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.672684 [ 277 ] {a5757233-b03c-4393-8530-dcac8728d724} executeQuery: Read 82 rows, 5.33 KiB in 0.001083 sec., 75715.60480147738 rows/sec., 4.81 MiB/sec. 2025.07.17 11:28:30.672720 [ 277 ] {a5757233-b03c-4393-8530-dcac8728d724} TCPHandler: Processed in 0.001242537 sec. 2025.07.17 11:28:30.676196 [ 199 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 427 rows, containing 19 columns (19 merged, 0 gathered) in 0.004764683 sec., 89617.71433692441 rows/sec., 160.59 MiB/sec. 2025.07.17 11:28:30.676835 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:28:30.677142 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:30.677207 [ 196 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_21_4} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:28:30.677305 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2025.07.17 11:28:31.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 230.33 MiB, peak 236.46 MiB, free memory in arenas 0.00 B, will set to 231.65 MiB (RSS), difference: 1.31 MiB 2025.07.17 11:28:33.076766 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 682 2025.07.17 11:28:33.078962 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:33.079003 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:33.080143 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:28:33.080397 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:33.080536 [ 63 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:28:33.080603 [ 63 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:33.080622 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:33.080643 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 682 2025.07.17 11:28:33.080760 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:28:33.081356 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:33.081491 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part 2025.07.17 11:28:33.081830 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 44 rows starting from the beginning of the part 2025.07.17 11:28:33.082158 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2025.07.17 11:28:33.082495 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:33.082802 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 44 rows starting from the beginning of the part 2025.07.17 11:28:33.083097 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2025.07.17 11:28:33.089068 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.00836908 sec., 81490.43861451917 rows/sec., 70.06 MiB/sec. 2025.07.17 11:28:33.089869 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:28:33.090363 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:33.090433 [ 196 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_16_3} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:28:33.090598 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. 2025.07.17 11:28:35.563184 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 2025.07.17 11:28:35.563712 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:35.563758 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:35.564340 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:28:35.564593 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:35.564728 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 2025.07.17 11:28:35.647516 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:35.647656 [ 277 ] {601cb0db-8d60-491c-9c6d-0a9c88ce4e21} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:35.647788 [ 277 ] {601cb0db-8d60-491c-9c6d-0a9c88ce4e21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:35.648412 [ 277 ] {601cb0db-8d60-491c-9c6d-0a9c88ce4e21} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:35.648449 [ 277 ] {601cb0db-8d60-491c-9c6d-0a9c88ce4e21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:35.648805 [ 277 ] {601cb0db-8d60-491c-9c6d-0a9c88ce4e21} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.17 11:28:35.649064 [ 277 ] {601cb0db-8d60-491c-9c6d-0a9c88ce4e21} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:35.649222 [ 277 ] {601cb0db-8d60-491c-9c6d-0a9c88ce4e21} executeQuery: Read 66 rows, 5.35 KiB in 0.001546 sec., 42690.81500646831 rows/sec., 3.38 MiB/sec. 2025.07.17 11:28:35.649267 [ 277 ] {601cb0db-8d60-491c-9c6d-0a9c88ce4e21} TCPHandler: Processed in 0.001820764 sec. 2025.07.17 11:28:35.649396 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:35.649499 [ 277 ] {51a1ae11-baaf-4f2f-a057-c6053912b3e5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:35.649542 [ 277 ] {51a1ae11-baaf-4f2f-a057-c6053912b3e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:35.650012 [ 277 ] {51a1ae11-baaf-4f2f-a057-c6053912b3e5} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:35.650047 [ 277 ] {51a1ae11-baaf-4f2f-a057-c6053912b3e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:35.650391 [ 277 ] {51a1ae11-baaf-4f2f-a057-c6053912b3e5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:28:35.650671 [ 277 ] {51a1ae11-baaf-4f2f-a057-c6053912b3e5} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:35.650838 [ 277 ] {51a1ae11-baaf-4f2f-a057-c6053912b3e5} executeQuery: Read 5 rows, 385.00 B in 0.00136 sec., 3676.4705882352937 rows/sec., 276.45 KiB/sec. 2025.07.17 11:28:35.650893 [ 277 ] {51a1ae11-baaf-4f2f-a057-c6053912b3e5} TCPHandler: Processed in 0.001548131 sec. 2025.07.17 11:28:35.651039 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:35.651155 [ 277 ] {2dcf4a13-a74e-4f4e-905a-2c17307846f6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:35.651205 [ 277 ] {2dcf4a13-a74e-4f4e-905a-2c17307846f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:35.651903 [ 277 ] {2dcf4a13-a74e-4f4e-905a-2c17307846f6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:35.651943 [ 277 ] {2dcf4a13-a74e-4f4e-905a-2c17307846f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:35.652452 [ 277 ] {2dcf4a13-a74e-4f4e-905a-2c17307846f6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.17 11:28:35.652712 [ 277 ] {2dcf4a13-a74e-4f4e-905a-2c17307846f6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:35.652858 [ 277 ] {2dcf4a13-a74e-4f4e-905a-2c17307846f6} executeQuery: Read 69 rows, 5.52 KiB in 0.001729 sec., 39907.46096009254 rows/sec., 3.12 MiB/sec. 2025.07.17 11:28:35.652932 [ 277 ] {2dcf4a13-a74e-4f4e-905a-2c17307846f6} TCPHandler: Processed in 0.001954256 sec. 2025.07.17 11:28:35.653111 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:35.653236 [ 277 ] {cbb3e696-b985-4525-950a-c31bd60de7b1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:35.653295 [ 277 ] {cbb3e696-b985-4525-950a-c31bd60de7b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:35.653830 [ 277 ] {cbb3e696-b985-4525-950a-c31bd60de7b1} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:35.653863 [ 277 ] {cbb3e696-b985-4525-950a-c31bd60de7b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:35.654197 [ 277 ] {cbb3e696-b985-4525-950a-c31bd60de7b1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.17 11:28:35.654401 [ 277 ] {cbb3e696-b985-4525-950a-c31bd60de7b1} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:35.654539 [ 277 ] {cbb3e696-b985-4525-950a-c31bd60de7b1} executeQuery: Read 160 rows, 11.41 KiB in 0.00138 sec., 115942.02898550725 rows/sec., 8.08 MiB/sec. 2025.07.17 11:28:35.654582 [ 277 ] {cbb3e696-b985-4525-950a-c31bd60de7b1} TCPHandler: Processed in 0.001608751 sec. 2025.07.17 11:28:35.654765 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:35.654866 [ 277 ] {b1cbb9b5-59ab-47a6-997c-5511f6f3e92b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:35.654922 [ 277 ] {b1cbb9b5-59ab-47a6-997c-5511f6f3e92b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:35.655679 [ 277 ] {b1cbb9b5-59ab-47a6-997c-5511f6f3e92b} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:35.655716 [ 277 ] {b1cbb9b5-59ab-47a6-997c-5511f6f3e92b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:35.656229 [ 277 ] {b1cbb9b5-59ab-47a6-997c-5511f6f3e92b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:28:35.656462 [ 277 ] {b1cbb9b5-59ab-47a6-997c-5511f6f3e92b} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:35.656608 [ 277 ] {b1cbb9b5-59ab-47a6-997c-5511f6f3e92b} executeQuery: Read 5 rows, 9.17 KiB in 0.001761 sec., 2839.2958546280524 rows/sec., 5.09 MiB/sec. 2025.07.17 11:28:35.656673 [ 277 ] {b1cbb9b5-59ab-47a6-997c-5511f6f3e92b} TCPHandler: Processed in 0.001957926 sec. 2025.07.17 11:28:35.656787 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:35.656882 [ 277 ] {31406530-7e5b-4491-8694-c742c01a83df} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:35.656925 [ 277 ] {31406530-7e5b-4491-8694-c742c01a83df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:35.657268 [ 277 ] {31406530-7e5b-4491-8694-c742c01a83df} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:35.657304 [ 277 ] {31406530-7e5b-4491-8694-c742c01a83df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:35.657633 [ 277 ] {31406530-7e5b-4491-8694-c742c01a83df} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.17 11:28:35.657852 [ 277 ] {31406530-7e5b-4491-8694-c742c01a83df} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:35.657987 [ 277 ] {31406530-7e5b-4491-8694-c742c01a83df} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2025.07.17 11:28:35.658024 [ 277 ] {31406530-7e5b-4491-8694-c742c01a83df} TCPHandler: Processed in 0.001285347 sec. 2025.07.17 11:28:36.154118 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.07.17 11:28:36.170536 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:36.170590 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:36.176672 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:28:36.177402 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:36.180167 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.07.17 11:28:40.651343 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:40.651572 [ 277 ] {8e3beb41-c651-496e-b1db-0d7e52e510b5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:40.651651 [ 277 ] {8e3beb41-c651-496e-b1db-0d7e52e510b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:40.652527 [ 277 ] {8e3beb41-c651-496e-b1db-0d7e52e510b5} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:40.652578 [ 277 ] {8e3beb41-c651-496e-b1db-0d7e52e510b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:40.653091 [ 277 ] {8e3beb41-c651-496e-b1db-0d7e52e510b5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.17 11:28:40.653330 [ 277 ] {8e3beb41-c651-496e-b1db-0d7e52e510b5} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:40.653509 [ 277 ] {8e3beb41-c651-496e-b1db-0d7e52e510b5} executeQuery: Read 128 rows, 11.22 KiB in 0.001998 sec., 64064.064064064056 rows/sec., 5.49 MiB/sec. 2025.07.17 11:28:40.653560 [ 277 ] {8e3beb41-c651-496e-b1db-0d7e52e510b5} TCPHandler: Processed in 0.002402502 sec. 2025.07.17 11:28:40.653702 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:40.653801 [ 277 ] {a26ffb59-53c9-4fc5-9a55-2167bec9c285} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:40.653843 [ 277 ] {a26ffb59-53c9-4fc5-9a55-2167bec9c285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:40.654291 [ 277 ] {a26ffb59-53c9-4fc5-9a55-2167bec9c285} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:40.654330 [ 277 ] {a26ffb59-53c9-4fc5-9a55-2167bec9c285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:40.654670 [ 277 ] {a26ffb59-53c9-4fc5-9a55-2167bec9c285} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:28:40.654887 [ 277 ] {a26ffb59-53c9-4fc5-9a55-2167bec9c285} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:40.655037 [ 277 ] {a26ffb59-53c9-4fc5-9a55-2167bec9c285} executeQuery: Read 36 rows, 2.71 KiB in 0.001256 sec., 28662.420382165605 rows/sec., 2.10 MiB/sec. 2025.07.17 11:28:40.655078 [ 277 ] {a26ffb59-53c9-4fc5-9a55-2167bec9c285} TCPHandler: Processed in 0.001431099 sec. 2025.07.17 11:28:40.655237 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:40.655336 [ 277 ] {a3240b90-3715-4d12-b577-25b63be8bc7c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:40.655378 [ 277 ] {a3240b90-3715-4d12-b577-25b63be8bc7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:40.655868 [ 277 ] {a3240b90-3715-4d12-b577-25b63be8bc7c} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:40.655910 [ 277 ] {a3240b90-3715-4d12-b577-25b63be8bc7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:40.656275 [ 277 ] {a3240b90-3715-4d12-b577-25b63be8bc7c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.17 11:28:40.656495 [ 277 ] {a3240b90-3715-4d12-b577-25b63be8bc7c} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:40.656627 [ 277 ] {a3240b90-3715-4d12-b577-25b63be8bc7c} executeQuery: Read 100 rows, 8.00 KiB in 0.001309 sec., 76394.19404125286 rows/sec., 5.97 MiB/sec. 2025.07.17 11:28:40.656667 [ 277 ] {a3240b90-3715-4d12-b577-25b63be8bc7c} TCPHandler: Processed in 0.00148789 sec. 2025.07.17 11:28:40.656784 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:40.656880 [ 277 ] {031f0373-d9cd-4d89-8212-cad2753d1b09} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:40.656926 [ 277 ] {031f0373-d9cd-4d89-8212-cad2753d1b09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:40.657343 [ 277 ] {031f0373-d9cd-4d89-8212-cad2753d1b09} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:40.657380 [ 277 ] {031f0373-d9cd-4d89-8212-cad2753d1b09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:40.657744 [ 277 ] {031f0373-d9cd-4d89-8212-cad2753d1b09} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.17 11:28:40.657997 [ 277 ] {031f0373-d9cd-4d89-8212-cad2753d1b09} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:40.658140 [ 277 ] {031f0373-d9cd-4d89-8212-cad2753d1b09} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2025.07.17 11:28:40.658182 [ 277 ] {031f0373-d9cd-4d89-8212-cad2753d1b09} TCPHandler: Processed in 0.001453009 sec. 2025.07.17 11:28:40.658297 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:40.658392 [ 277 ] {ee06fae2-9c7c-4a76-81f9-67bd20c2277e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:40.658450 [ 277 ] {ee06fae2-9c7c-4a76-81f9-67bd20c2277e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:40.659311 [ 277 ] {ee06fae2-9c7c-4a76-81f9-67bd20c2277e} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:40.659352 [ 277 ] {ee06fae2-9c7c-4a76-81f9-67bd20c2277e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:40.659907 [ 277 ] {ee06fae2-9c7c-4a76-81f9-67bd20c2277e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:28:40.660182 [ 277 ] {ee06fae2-9c7c-4a76-81f9-67bd20c2277e} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:40.660360 [ 277 ] {ee06fae2-9c7c-4a76-81f9-67bd20c2277e} executeQuery: Read 36 rows, 66.06 KiB in 0.001986 sec., 18126.88821752266 rows/sec., 32.48 MiB/sec. 2025.07.17 11:28:40.660459 [ 277 ] {ee06fae2-9c7c-4a76-81f9-67bd20c2277e} TCPHandler: Processed in 0.002210189 sec. 2025.07.17 11:28:40.660607 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:40.660727 [ 277 ] {bcdffc6f-551c-49ae-a63c-8df9390617b3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:40.660779 [ 277 ] {bcdffc6f-551c-49ae-a63c-8df9390617b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:40.661177 [ 277 ] {bcdffc6f-551c-49ae-a63c-8df9390617b3} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:40.661214 [ 277 ] {bcdffc6f-551c-49ae-a63c-8df9390617b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:40.661530 [ 277 ] {bcdffc6f-551c-49ae-a63c-8df9390617b3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.17 11:28:40.661773 [ 277 ] {bcdffc6f-551c-49ae-a63c-8df9390617b3} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:40.661906 [ 277 ] {bcdffc6f-551c-49ae-a63c-8df9390617b3} executeQuery: Read 60 rows, 4.14 KiB in 0.001202 sec., 49916.80532445924 rows/sec., 3.36 MiB/sec. 2025.07.17 11:28:40.661943 [ 277 ] {bcdffc6f-551c-49ae-a63c-8df9390617b3} TCPHandler: Processed in 0.001399218 sec. 2025.07.17 11:28:41.801343 [ 53 ] {} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2025.07.17 11:28:41.801425 [ 53 ] {} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:41.801449 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:41.801571 [ 190 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2025.07.17 11:28:41.801719 [ 190 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:41.801754 [ 190 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2025.07.17 11:28:41.801818 [ 190 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.07.17 11:28:41.801862 [ 190 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.07.17 11:28:41.801901 [ 190 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.07.17 11:28:41.801936 [ 190 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.07.17 11:28:41.802676 [ 195 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.001156155 sec., 12109.103018193926 rows/sec., 812.57 KiB/sec. 2025.07.17 11:28:41.802870 [ 199 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.07.17 11:28:41.803176 [ 199 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:41.803259 [ 199 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_14_3} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2025.07.17 11:28:41.803348 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2025.07.17 11:28:42.138012 [ 53 ] {} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2025.07.17 11:28:42.138094 [ 53 ] {} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:42.138131 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:42.138313 [ 190 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2025.07.17 11:28:42.138503 [ 190 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:42.138552 [ 190 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 342 rows starting from the beginning of the part 2025.07.17 11:28:42.138644 [ 190 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part 2025.07.17 11:28:42.138713 [ 190 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part 2025.07.17 11:28:42.138779 [ 190 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 341 rows starting from the beginning of the part 2025.07.17 11:28:42.138841 [ 190 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part 2025.07.17 11:28:42.139688 [ 195 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.001438039 sec., 710690.0438722455 rows/sec., 49.66 MiB/sec. 2025.07.17 11:28:42.139853 [ 198 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.07.17 11:28:42.140109 [ 198 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:42.140178 [ 198 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_14_3} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2025.07.17 11:28:42.140245 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.07.17 11:28:42.932085 [ 52 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:28:42.932144 [ 52 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:28:43.065132 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 2025.07.17 11:28:43.065694 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:43.065742 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:43.066302 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:28:43.066544 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:43.066677 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 2025.07.17 11:28:43.081412 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 706 2025.07.17 11:28:43.083551 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:43.083605 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:43.084807 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:28:43.085069 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:43.085400 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 706 2025.07.17 11:28:43.680520 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.07.17 11:28:43.697546 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:43.697602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:43.703722 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:28:43.704422 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:43.707345 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.07.17 11:28:45.647473 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:45.647645 [ 277 ] {7ad1fcd9-879f-49c8-bbe0-4166a08a764c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:45.647712 [ 277 ] {7ad1fcd9-879f-49c8-bbe0-4166a08a764c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:45.648637 [ 277 ] {7ad1fcd9-879f-49c8-bbe0-4166a08a764c} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.648704 [ 277 ] {7ad1fcd9-879f-49c8-bbe0-4166a08a764c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.649286 [ 277 ] {7ad1fcd9-879f-49c8-bbe0-4166a08a764c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.17 11:28:45.649625 [ 277 ] {7ad1fcd9-879f-49c8-bbe0-4166a08a764c} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.649810 [ 48 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.17 11:28:45.649836 [ 277 ] {7ad1fcd9-879f-49c8-bbe0-4166a08a764c} executeQuery: Read 66 rows, 5.35 KiB in 0.002234 sec., 29543.41987466428 rows/sec., 2.34 MiB/sec. 2025.07.17 11:28:45.649900 [ 48 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.649934 [ 277 ] {7ad1fcd9-879f-49c8-bbe0-4166a08a764c} TCPHandler: Processed in 0.002586694 sec. 2025.07.17 11:28:45.649938 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.650102 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:45.650112 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.07.17 11:28:45.650232 [ 277 ] {b96f0b9b-f327-46a7-a394-6b997a3ed8c8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:45.650294 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:45.650324 [ 277 ] {b96f0b9b-f327-46a7-a394-6b997a3ed8c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:45.650341 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1849 rows starting from the beginning of the part 2025.07.17 11:28:45.650435 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part 2025.07.17 11:28:45.650495 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 689 rows starting from the beginning of the part 2025.07.17 11:28:45.650551 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part 2025.07.17 11:28:45.650602 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 128 rows starting from the beginning of the part 2025.07.17 11:28:45.650656 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 66 rows starting from the beginning of the part 2025.07.17 11:28:45.650943 [ 277 ] {b96f0b9b-f327-46a7-a394-6b997a3ed8c8} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.650991 [ 277 ] {b96f0b9b-f327-46a7-a394-6b997a3ed8c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.651346 [ 277 ] {b96f0b9b-f327-46a7-a394-6b997a3ed8c8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.17 11:28:45.651698 [ 277 ] {b96f0b9b-f327-46a7-a394-6b997a3ed8c8} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.651893 [ 277 ] {b96f0b9b-f327-46a7-a394-6b997a3ed8c8} executeQuery: Read 5 rows, 385.00 B in 0.001693 sec., 2953.3372711163615 rows/sec., 222.08 KiB/sec. 2025.07.17 11:28:45.651947 [ 277 ] {b96f0b9b-f327-46a7-a394-6b997a3ed8c8} TCPHandler: Processed in 0.001906316 sec. 2025.07.17 11:28:45.652080 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:45.652198 [ 277 ] {215aea1b-b65e-4d02-9f8c-f73bb62039b6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:45.652242 [ 277 ] {215aea1b-b65e-4d02-9f8c-f73bb62039b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:45.652598 [ 195 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2864 rows, containing 5 columns (5 merged, 0 gathered) in 0.002563434 sec., 1117251.3121071188 rows/sec., 94.75 MiB/sec. 2025.07.17 11:28:45.652801 [ 277 ] {215aea1b-b65e-4d02-9f8c-f73bb62039b6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.652848 [ 277 ] {215aea1b-b65e-4d02-9f8c-f73bb62039b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.652948 [ 200 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.17 11:28:45.653356 [ 277 ] {215aea1b-b65e-4d02-9f8c-f73bb62039b6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.17 11:28:45.653405 [ 200 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.653528 [ 200 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_36_7} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.17 11:28:45.653665 [ 277 ] {215aea1b-b65e-4d02-9f8c-f73bb62039b6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.653673 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.07.17 11:28:45.653826 [ 48 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.17 11:28:45.653845 [ 277 ] {215aea1b-b65e-4d02-9f8c-f73bb62039b6} executeQuery: Read 69 rows, 5.52 KiB in 0.00167 sec., 41317.36526946108 rows/sec., 3.23 MiB/sec. 2025.07.17 11:28:45.653864 [ 48 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.653897 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.653899 [ 277 ] {215aea1b-b65e-4d02-9f8c-f73bb62039b6} TCPHandler: Processed in 0.001871494 sec. 2025.07.17 11:28:45.653998 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.07.17 11:28:45.654065 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:45.654127 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:45.654166 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part 2025.07.17 11:28:45.654203 [ 277 ] {b381736b-c8a7-4d22-86bc-3e13689765c8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:45.654231 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 69 rows starting from the beginning of the part 2025.07.17 11:28:45.654263 [ 277 ] {b381736b-c8a7-4d22-86bc-3e13689765c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:45.654289 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 418 rows starting from the beginning of the part 2025.07.17 11:28:45.654343 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 69 rows starting from the beginning of the part 2025.07.17 11:28:45.654391 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 100 rows starting from the beginning of the part 2025.07.17 11:28:45.654448 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 69 rows starting from the beginning of the part 2025.07.17 11:28:45.654800 [ 277 ] {b381736b-c8a7-4d22-86bc-3e13689765c8} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.654843 [ 277 ] {b381736b-c8a7-4d22-86bc-3e13689765c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.655291 [ 277 ] {b381736b-c8a7-4d22-86bc-3e13689765c8} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.17 11:28:45.655534 [ 277 ] {b381736b-c8a7-4d22-86bc-3e13689765c8} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.655546 [ 200 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001590711 sec., 1030985.5152821599 rows/sec., 79.50 MiB/sec. 2025.07.17 11:28:45.655660 [ 48 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.17 11:28:45.655683 [ 277 ] {b381736b-c8a7-4d22-86bc-3e13689765c8} executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. 2025.07.17 11:28:45.655695 [ 48 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.655730 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.655735 [ 277 ] {b381736b-c8a7-4d22-86bc-3e13689765c8} TCPHandler: Processed in 0.001728952 sec. 2025.07.17 11:28:45.655728 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.17 11:28:45.655842 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.07.17 11:28:45.655874 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:45.655988 [ 277 ] {5ffdb500-9bcc-431a-8c8c-ad266b900016} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:45.656002 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:45.656028 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.656047 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10616 rows starting from the beginning of the part 2025.07.17 11:28:45.656048 [ 277 ] {5ffdb500-9bcc-431a-8c8c-ad266b900016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:45.656110 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_36_7} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.17 11:28:45.656125 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2025.07.17 11:28:45.656184 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part 2025.07.17 11:28:45.656201 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.07.17 11:28:45.656231 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2025.07.17 11:28:45.656278 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2025.07.17 11:28:45.656323 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.07.17 11:28:45.656859 [ 277 ] {5ffdb500-9bcc-431a-8c8c-ad266b900016} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.656902 [ 277 ] {5ffdb500-9bcc-431a-8c8c-ad266b900016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.657429 [ 277 ] {5ffdb500-9bcc-431a-8c8c-ad266b900016} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:28:45.657715 [ 277 ] {5ffdb500-9bcc-431a-8c8c-ad266b900016} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.657883 [ 277 ] {5ffdb500-9bcc-431a-8c8c-ad266b900016} executeQuery: Read 5 rows, 9.17 KiB in 0.001917 sec., 2608.242044861763 rows/sec., 4.67 MiB/sec. 2025.07.17 11:28:45.657966 [ 277 ] {5ffdb500-9bcc-431a-8c8c-ad266b900016} TCPHandler: Processed in 0.002142348 sec. 2025.07.17 11:28:45.658092 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:45.658196 [ 277 ] {afb2548a-f3b4-49df-940f-95c44d303fa3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:45.658240 [ 277 ] {afb2548a-f3b4-49df-940f-95c44d303fa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:45.658611 [ 277 ] {afb2548a-f3b4-49df-940f-95c44d303fa3} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.658648 [ 277 ] {afb2548a-f3b4-49df-940f-95c44d303fa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.658983 [ 277 ] {afb2548a-f3b4-49df-940f-95c44d303fa3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.17 11:28:45.659204 [ 277 ] {afb2548a-f3b4-49df-940f-95c44d303fa3} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.659318 [ 48 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.17 11:28:45.659338 [ 277 ] {afb2548a-f3b4-49df-940f-95c44d303fa3} executeQuery: Read 60 rows, 4.14 KiB in 0.001165 sec., 51502.14592274678 rows/sec., 3.47 MiB/sec. 2025.07.17 11:28:45.659387 [ 48 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:45.659415 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:45.659418 [ 277 ] {afb2548a-f3b4-49df-940f-95c44d303fa3} TCPHandler: Processed in 0.001376238 sec. 2025.07.17 11:28:45.659501 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.07.17 11:28:45.659627 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:45.659660 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1860 rows starting from the beginning of the part 2025.07.17 11:28:45.659721 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.07.17 11:28:45.659763 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part 2025.07.17 11:28:45.659802 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.07.17 11:28:45.659840 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.07.17 11:28:45.659881 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.07.17 11:28:45.660188 [ 189 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 11493 rows, containing 5 columns (5 merged, 0 gathered) in 0.004398348 sec., 2613026.5272324975 rows/sec., 176.61 MiB/sec. 2025.07.17 11:28:45.660480 [ 189 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.17 11:28:45.660782 [ 189 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.660867 [ 189 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_36_7} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.17 11:28:45.660962 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.07.17 11:28:45.661033 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2182 rows, containing 4 columns (4 merged, 0 gathered) in 0.001566501 sec., 1392913.2506139479 rows/sec., 91.18 MiB/sec. 2025.07.17 11:28:45.661317 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.17 11:28:45.661579 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:45.661650 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_36_7} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.17 11:28:45.661727 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.07.17 11:28:47.765686 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:47.765893 [ 277 ] {8c693803-6f05-4769-87ab-0ba58553c74d} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:28:47.765965 [ 277 ] {8c693803-6f05-4769-87ab-0ba58553c74d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:28:47.766558 [ 277 ] {8c693803-6f05-4769-87ab-0ba58553c74d} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.766606 [ 277 ] {8c693803-6f05-4769-87ab-0ba58553c74d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.766964 [ 277 ] {8c693803-6f05-4769-87ab-0ba58553c74d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.17 11:28:47.767179 [ 277 ] {8c693803-6f05-4769-87ab-0ba58553c74d} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.767325 [ 277 ] {8c693803-6f05-4769-87ab-0ba58553c74d} executeQuery: Read 4 rows, 334.00 B in 0.001485 sec., 2693.6026936026938 rows/sec., 219.64 KiB/sec. 2025.07.17 11:28:47.767366 [ 277 ] {8c693803-6f05-4769-87ab-0ba58553c74d} TCPHandler: Processed in 0.001815054 sec. 2025.07.17 11:28:47.767480 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:47.767574 [ 277 ] {2932d811-49a1-4dc6-8beb-1d9f948bc947} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:47.767613 [ 277 ] {2932d811-49a1-4dc6-8beb-1d9f948bc947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:47.768482 [ 277 ] {2932d811-49a1-4dc6-8beb-1d9f948bc947} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.768518 [ 277 ] {2932d811-49a1-4dc6-8beb-1d9f948bc947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.768899 [ 277 ] {2932d811-49a1-4dc6-8beb-1d9f948bc947} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.17 11:28:47.769101 [ 277 ] {2932d811-49a1-4dc6-8beb-1d9f948bc947} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.769225 [ 277 ] {2932d811-49a1-4dc6-8beb-1d9f948bc947} executeQuery: Read 1270 rows, 107.49 KiB in 0.001669 sec., 760934.6914319952 rows/sec., 62.89 MiB/sec. 2025.07.17 11:28:47.769262 [ 277 ] {2932d811-49a1-4dc6-8beb-1d9f948bc947} TCPHandler: Processed in 0.001830094 sec. 2025.07.17 11:28:47.769368 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:47.769462 [ 277 ] {305b073c-dca2-4f9a-b7b5-2165f6ce8fa4} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:47.769501 [ 277 ] {305b073c-dca2-4f9a-b7b5-2165f6ce8fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:47.769890 [ 277 ] {305b073c-dca2-4f9a-b7b5-2165f6ce8fa4} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.769926 [ 277 ] {305b073c-dca2-4f9a-b7b5-2165f6ce8fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.770221 [ 277 ] {305b073c-dca2-4f9a-b7b5-2165f6ce8fa4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.17 11:28:47.770418 [ 277 ] {305b073c-dca2-4f9a-b7b5-2165f6ce8fa4} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.770523 [ 45 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.17 11:28:47.770540 [ 277 ] {305b073c-dca2-4f9a-b7b5-2165f6ce8fa4} executeQuery: Read 40 rows, 2.99 KiB in 0.001096 sec., 36496.3503649635 rows/sec., 2.66 MiB/sec. 2025.07.17 11:28:47.770593 [ 45 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.770601 [ 277 ] {305b073c-dca2-4f9a-b7b5-2165f6ce8fa4} TCPHandler: Processed in 0.001281227 sec. 2025.07.17 11:28:47.770623 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.770717 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:47.770743 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.07.17 11:28:47.770813 [ 277 ] {a83fcd8f-bbdc-4d97-9454-d4071bef8570} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:28:47.770856 [ 277 ] {a83fcd8f-bbdc-4d97-9454-d4071bef8570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:28:47.770896 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:47.770937 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 165 rows starting from the beginning of the part 2025.07.17 11:28:47.771004 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 142 rows starting from the beginning of the part 2025.07.17 11:28:47.771051 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:47.771095 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:47.771135 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:47.771176 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2025.07.17 11:28:47.771342 [ 277 ] {a83fcd8f-bbdc-4d97-9454-d4071bef8570} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.771383 [ 277 ] {a83fcd8f-bbdc-4d97-9454-d4071bef8570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.771707 [ 277 ] {a83fcd8f-bbdc-4d97-9454-d4071bef8570} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:28:47.771923 [ 277 ] {a83fcd8f-bbdc-4d97-9454-d4071bef8570} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.772050 [ 277 ] {a83fcd8f-bbdc-4d97-9454-d4071bef8570} executeQuery: Read 228 rows, 15.81 KiB in 0.001254 sec., 181818.18181818182 rows/sec., 12.31 MiB/sec. 2025.07.17 11:28:47.772081 [ 197 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 393 rows, containing 5 columns (5 merged, 0 gathered) in 0.001392908 sec., 282143.54429725435 rows/sec., 19.49 MiB/sec. 2025.07.17 11:28:47.772087 [ 277 ] {a83fcd8f-bbdc-4d97-9454-d4071bef8570} TCPHandler: Processed in 0.001418479 sec. 2025.07.17 11:28:47.772243 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:47.772305 [ 189 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.17 11:28:47.772337 [ 277 ] {d62a13a3-82ff-4ac7-a963-9b1c3348b369} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:47.772382 [ 277 ] {d62a13a3-82ff-4ac7-a963-9b1c3348b369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:47.772658 [ 189 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.772756 [ 189 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_26_5} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.17 11:28:47.772870 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.17 11:28:47.772935 [ 277 ] {d62a13a3-82ff-4ac7-a963-9b1c3348b369} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.772975 [ 277 ] {d62a13a3-82ff-4ac7-a963-9b1c3348b369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.773297 [ 277 ] {d62a13a3-82ff-4ac7-a963-9b1c3348b369} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.17 11:28:47.773499 [ 277 ] {d62a13a3-82ff-4ac7-a963-9b1c3348b369} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.773622 [ 277 ] {d62a13a3-82ff-4ac7-a963-9b1c3348b369} executeQuery: Read 560 rows, 42.61 KiB in 0.001302 sec., 430107.5268817204 rows/sec., 31.96 MiB/sec. 2025.07.17 11:28:47.773659 [ 277 ] {d62a13a3-82ff-4ac7-a963-9b1c3348b369} TCPHandler: Processed in 0.001464159 sec. 2025.07.17 11:28:47.773762 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:47.773855 [ 277 ] {e7cbaf45-2b08-45b9-9757-0f6b6450dca6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:47.773897 [ 277 ] {e7cbaf45-2b08-45b9-9757-0f6b6450dca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:47.774427 [ 277 ] {e7cbaf45-2b08-45b9-9757-0f6b6450dca6} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.774463 [ 277 ] {e7cbaf45-2b08-45b9-9757-0f6b6450dca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.774832 [ 277 ] {e7cbaf45-2b08-45b9-9757-0f6b6450dca6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.17 11:28:47.775034 [ 277 ] {e7cbaf45-2b08-45b9-9757-0f6b6450dca6} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.775154 [ 277 ] {e7cbaf45-2b08-45b9-9757-0f6b6450dca6} executeQuery: Read 934 rows, 64.11 KiB in 0.001316 sec., 709726.443768997 rows/sec., 47.57 MiB/sec. 2025.07.17 11:28:47.775190 [ 277 ] {e7cbaf45-2b08-45b9-9757-0f6b6450dca6} TCPHandler: Processed in 0.001475369 sec. 2025.07.17 11:28:47.775293 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:47.775386 [ 277 ] {6f5e0d8a-9f26-419f-867d-729081ed86cc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:47.775439 [ 277 ] {6f5e0d8a-9f26-419f-867d-729081ed86cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:47.776191 [ 277 ] {6f5e0d8a-9f26-419f-867d-729081ed86cc} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.776227 [ 277 ] {6f5e0d8a-9f26-419f-867d-729081ed86cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.776752 [ 277 ] {6f5e0d8a-9f26-419f-867d-729081ed86cc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.17 11:28:47.776959 [ 277 ] {6f5e0d8a-9f26-419f-867d-729081ed86cc} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.777094 [ 277 ] {6f5e0d8a-9f26-419f-867d-729081ed86cc} executeQuery: Read 36 rows, 66.06 KiB in 0.001726 sec., 20857.47392815759 rows/sec., 37.38 MiB/sec. 2025.07.17 11:28:47.777146 [ 277 ] {6f5e0d8a-9f26-419f-867d-729081ed86cc} TCPHandler: Processed in 0.001900755 sec. 2025.07.17 11:28:47.777251 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:47.777345 [ 277 ] {c14da841-67c3-4b2a-b983-0a2776e4a9f3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:47.777387 [ 277 ] {c14da841-67c3-4b2a-b983-0a2776e4a9f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:47.777694 [ 277 ] {c14da841-67c3-4b2a-b983-0a2776e4a9f3} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:47.777730 [ 277 ] {c14da841-67c3-4b2a-b983-0a2776e4a9f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:47.778016 [ 277 ] {c14da841-67c3-4b2a-b983-0a2776e4a9f3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.17 11:28:47.778213 [ 277 ] {c14da841-67c3-4b2a-b983-0a2776e4a9f3} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:47.778333 [ 277 ] {c14da841-67c3-4b2a-b983-0a2776e4a9f3} executeQuery: Read 32 rows, 2.20 KiB in 0.001006 sec., 31809.145129224653 rows/sec., 2.14 MiB/sec. 2025.07.17 11:28:47.778368 [ 277 ] {c14da841-67c3-4b2a-b983-0a2776e4a9f3} TCPHandler: Processed in 0.001163975 sec. 2025.07.17 11:28:50.567377 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 2025.07.17 11:28:50.567884 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:50.567931 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:50.568455 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.17 11:28:50.568701 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:50.568866 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 2025.07.17 11:28:50.644092 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:50.644247 [ 277 ] {b5ab3732-7de5-4a45-9a56-50de88e88409} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:50.644309 [ 277 ] {b5ab3732-7de5-4a45-9a56-50de88e88409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:50.644929 [ 277 ] {b5ab3732-7de5-4a45-9a56-50de88e88409} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:50.644973 [ 277 ] {b5ab3732-7de5-4a45-9a56-50de88e88409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:50.645340 [ 277 ] {b5ab3732-7de5-4a45-9a56-50de88e88409} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.17 11:28:50.645585 [ 277 ] {b5ab3732-7de5-4a45-9a56-50de88e88409} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:50.645750 [ 277 ] {b5ab3732-7de5-4a45-9a56-50de88e88409} executeQuery: Read 56 rows, 4.38 KiB in 0.001545 sec., 36245.95469255664 rows/sec., 2.77 MiB/sec. 2025.07.17 11:28:50.645795 [ 277 ] {b5ab3732-7de5-4a45-9a56-50de88e88409} TCPHandler: Processed in 0.001822784 sec. 2025.07.17 11:28:50.645919 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:50.646021 [ 277 ] {b13c6033-2535-4f7c-a5b4-3989199aa58a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:50.646064 [ 277 ] {b13c6033-2535-4f7c-a5b4-3989199aa58a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:50.646495 [ 277 ] {b13c6033-2535-4f7c-a5b4-3989199aa58a} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:50.646534 [ 277 ] {b13c6033-2535-4f7c-a5b4-3989199aa58a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:50.646847 [ 277 ] {b13c6033-2535-4f7c-a5b4-3989199aa58a} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.17 11:28:50.647071 [ 277 ] {b13c6033-2535-4f7c-a5b4-3989199aa58a} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:50.647212 [ 277 ] {b13c6033-2535-4f7c-a5b4-3989199aa58a} executeQuery: Read 64 rows, 5.12 KiB in 0.001215 sec., 52674.897119341564 rows/sec., 4.11 MiB/sec. 2025.07.17 11:28:50.647251 [ 277 ] {b13c6033-2535-4f7c-a5b4-3989199aa58a} TCPHandler: Processed in 0.001386048 sec. 2025.07.17 11:28:50.647360 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:50.647457 [ 277 ] {d8075299-73c4-4ab6-8f6a-759c2cffcc1a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:50.647502 [ 277 ] {d8075299-73c4-4ab6-8f6a-759c2cffcc1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:50.647876 [ 277 ] {d8075299-73c4-4ab6-8f6a-759c2cffcc1a} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:50.647913 [ 277 ] {d8075299-73c4-4ab6-8f6a-759c2cffcc1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:50.648253 [ 277 ] {d8075299-73c4-4ab6-8f6a-759c2cffcc1a} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.17 11:28:50.648480 [ 277 ] {d8075299-73c4-4ab6-8f6a-759c2cffcc1a} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:50.648617 [ 277 ] {d8075299-73c4-4ab6-8f6a-759c2cffcc1a} executeQuery: Read 74 rows, 5.27 KiB in 0.001179 sec., 62765.05513146735 rows/sec., 4.37 MiB/sec. 2025.07.17 11:28:50.648656 [ 277 ] {d8075299-73c4-4ab6-8f6a-759c2cffcc1a} TCPHandler: Processed in 0.001346778 sec. 2025.07.17 11:28:50.648768 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:50.648863 [ 277 ] {23a28a5e-3506-4851-bf8d-2e149449026c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:50.648907 [ 277 ] {23a28a5e-3506-4851-bf8d-2e149449026c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:50.649270 [ 277 ] {23a28a5e-3506-4851-bf8d-2e149449026c} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:50.649308 [ 277 ] {23a28a5e-3506-4851-bf8d-2e149449026c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:50.649644 [ 277 ] {23a28a5e-3506-4851-bf8d-2e149449026c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.17 11:28:50.649883 [ 277 ] {23a28a5e-3506-4851-bf8d-2e149449026c} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:50.650041 [ 277 ] {23a28a5e-3506-4851-bf8d-2e149449026c} executeQuery: Read 28 rows, 1.94 KiB in 0.001197 sec., 23391.81286549708 rows/sec., 1.58 MiB/sec. 2025.07.17 11:28:50.650079 [ 277 ] {23a28a5e-3506-4851-bf8d-2e149449026c} TCPHandler: Processed in 0.001364798 sec. 2025.07.17 11:28:51.208037 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.07.17 11:28:51.226057 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:51.226119 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:51.232112 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.17 11:28:51.232809 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:51.235796 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.07.17 11:28:53.086343 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 742 2025.07.17 11:28:53.088760 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:53.088808 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:53.090012 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:28:53.090282 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:53.090637 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 742 2025.07.17 11:28:55.648562 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:55.648753 [ 277 ] {698d16c0-edb1-4114-b16e-61939e4d0a62} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:28:55.648823 [ 277 ] {698d16c0-edb1-4114-b16e-61939e4d0a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:28:55.649470 [ 277 ] {698d16c0-edb1-4114-b16e-61939e4d0a62} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:55.649508 [ 277 ] {698d16c0-edb1-4114-b16e-61939e4d0a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:55.649890 [ 277 ] {698d16c0-edb1-4114-b16e-61939e4d0a62} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.17 11:28:55.650113 [ 277 ] {698d16c0-edb1-4114-b16e-61939e4d0a62} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:55.650257 [ 277 ] {698d16c0-edb1-4114-b16e-61939e4d0a62} executeQuery: Read 66 rows, 5.35 KiB in 0.001557 sec., 42389.21001926782 rows/sec., 3.36 MiB/sec. 2025.07.17 11:28:55.650297 [ 277 ] {698d16c0-edb1-4114-b16e-61939e4d0a62} TCPHandler: Processed in 0.001863925 sec. 2025.07.17 11:28:55.650419 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:55.650521 [ 277 ] {cf3b677b-fc38-40ee-a422-53aff0c702dc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:28:55.650563 [ 277 ] {cf3b677b-fc38-40ee-a422-53aff0c702dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:28:55.650963 [ 277 ] {cf3b677b-fc38-40ee-a422-53aff0c702dc} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:55.650997 [ 277 ] {cf3b677b-fc38-40ee-a422-53aff0c702dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:55.651307 [ 277 ] {cf3b677b-fc38-40ee-a422-53aff0c702dc} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.17 11:28:55.651525 [ 277 ] {cf3b677b-fc38-40ee-a422-53aff0c702dc} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:55.651653 [ 277 ] {cf3b677b-fc38-40ee-a422-53aff0c702dc} executeQuery: Read 5 rows, 385.00 B in 0.00115 sec., 4347.826086956522 rows/sec., 326.94 KiB/sec. 2025.07.17 11:28:55.651691 [ 277 ] {cf3b677b-fc38-40ee-a422-53aff0c702dc} TCPHandler: Processed in 0.001323627 sec. 2025.07.17 11:28:55.651796 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:55.651891 [ 277 ] {501b9dc9-e310-41dd-97fa-a7ad3c4ea5a7} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:28:55.651934 [ 277 ] {501b9dc9-e310-41dd-97fa-a7ad3c4ea5a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:28:55.652348 [ 277 ] {501b9dc9-e310-41dd-97fa-a7ad3c4ea5a7} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:55.652383 [ 277 ] {501b9dc9-e310-41dd-97fa-a7ad3c4ea5a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:55.652686 [ 277 ] {501b9dc9-e310-41dd-97fa-a7ad3c4ea5a7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.17 11:28:55.652899 [ 277 ] {501b9dc9-e310-41dd-97fa-a7ad3c4ea5a7} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:55.653046 [ 277 ] {501b9dc9-e310-41dd-97fa-a7ad3c4ea5a7} executeQuery: Read 69 rows, 5.52 KiB in 0.001172 sec., 58873.720136518765 rows/sec., 4.60 MiB/sec. 2025.07.17 11:28:55.653094 [ 277 ] {501b9dc9-e310-41dd-97fa-a7ad3c4ea5a7} TCPHandler: Processed in 0.001347578 sec. 2025.07.17 11:28:55.653230 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:55.653326 [ 277 ] {2b39541a-1dbe-4152-991f-8da8a1a7e588} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:55.653369 [ 277 ] {2b39541a-1dbe-4152-991f-8da8a1a7e588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:28:55.653800 [ 277 ] {2b39541a-1dbe-4152-991f-8da8a1a7e588} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:55.653842 [ 277 ] {2b39541a-1dbe-4152-991f-8da8a1a7e588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:55.654280 [ 277 ] {2b39541a-1dbe-4152-991f-8da8a1a7e588} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.17 11:28:55.654574 [ 277 ] {2b39541a-1dbe-4152-991f-8da8a1a7e588} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:55.654709 [ 277 ] {2b39541a-1dbe-4152-991f-8da8a1a7e588} executeQuery: Read 160 rows, 11.41 KiB in 0.001401 sec., 114204.13990007139 rows/sec., 7.95 MiB/sec. 2025.07.17 11:28:55.654756 [ 277 ] {2b39541a-1dbe-4152-991f-8da8a1a7e588} TCPHandler: Processed in 0.001575751 sec. 2025.07.17 11:28:55.654898 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:55.655017 [ 277 ] {a5ef588c-4c2f-44d9-89d4-4b5711727b85} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:28:55.655081 [ 277 ] {a5ef588c-4c2f-44d9-89d4-4b5711727b85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:28:55.655959 [ 277 ] {a5ef588c-4c2f-44d9-89d4-4b5711727b85} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:55.655996 [ 277 ] {a5ef588c-4c2f-44d9-89d4-4b5711727b85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:55.656518 [ 277 ] {a5ef588c-4c2f-44d9-89d4-4b5711727b85} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.17 11:28:55.656745 [ 277 ] {a5ef588c-4c2f-44d9-89d4-4b5711727b85} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:55.656849 [ 35 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.17 11:28:55.656881 [ 277 ] {a5ef588c-4c2f-44d9-89d4-4b5711727b85} executeQuery: Read 5 rows, 9.17 KiB in 0.001887 sec., 2649.7085320614733 rows/sec., 4.75 MiB/sec. 2025.07.17 11:28:55.656884 [ 35 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:55.656913 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:55.656952 [ 277 ] {a5ef588c-4c2f-44d9-89d4-4b5711727b85} TCPHandler: Processed in 0.002120168 sec. 2025.07.17 11:28:55.657041 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.07.17 11:28:55.657066 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:28:55.657178 [ 277 ] {36114f51-c304-4840-bebd-18aa59d099cd} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:28:55.657220 [ 277 ] {36114f51-c304-4840-bebd-18aa59d099cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:28:55.657313 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:55.657382 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 427 rows starting from the beginning of the part 2025.07.17 11:28:55.657512 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:55.657558 [ 277 ] {36114f51-c304-4840-bebd-18aa59d099cd} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:55.657597 [ 277 ] {36114f51-c304-4840-bebd-18aa59d099cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:55.657632 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:55.657755 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:55.657862 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2025.07.17 11:28:55.657919 [ 277 ] {36114f51-c304-4840-bebd-18aa59d099cd} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.17 11:28:55.657975 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part 2025.07.17 11:28:55.658157 [ 277 ] {36114f51-c304-4840-bebd-18aa59d099cd} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:55.658287 [ 277 ] {36114f51-c304-4840-bebd-18aa59d099cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2025.07.17 11:28:55.658326 [ 277 ] {36114f51-c304-4840-bebd-18aa59d099cd} TCPHandler: Processed in 0.001309498 sec. 2025.07.17 11:28:55.798817 [ 200 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 19 columns (19 merged, 0 gathered) in 0.1418359 sec., 3623.9062183833576 rows/sec., 6.49 MiB/sec. 2025.07.17 11:28:55.799543 [ 189 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.17 11:28:55.799962 [ 189 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:55.800051 [ 189 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_26_5} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.17 11:28:55.800231 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2025.07.17 11:28:56.000160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 234.44 MiB, peak 241.77 MiB, free memory in arenas 0.00 B, will set to 235.88 MiB (RSS), difference: 1.44 MiB 2025.07.17 11:28:57.932392 [ 33 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:28:57.932460 [ 33 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:28:58.069214 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 2025.07.17 11:28:58.070029 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:58.070102 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:58.070627 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.17 11:28:58.070858 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:58.070998 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 2025.07.17 11:28:58.070999 [ 33 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.17 11:28:58.071093 [ 33 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:58.071134 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:58.071320 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.07.17 11:28:58.071528 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:58.071594 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part 2025.07.17 11:28:58.071707 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part 2025.07.17 11:28:58.071788 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part 2025.07.17 11:28:58.071855 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part 2025.07.17 11:28:58.071925 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part 2025.07.17 11:28:58.071992 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part 2025.07.17 11:28:58.076076 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.004840854 sec., 2469812.144716614 rows/sec., 35.33 MiB/sec. 2025.07.17 11:28:58.076383 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.17 11:28:58.076633 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:58.076706 [ 192 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_26_5} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.17 11:28:58.076799 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.07.17 11:28:58.736170 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.07.17 11:28:58.754275 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:58.754331 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:58.759876 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.17 11:28:58.760568 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:58.760881 [ 30 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.17 11:28:58.760954 [ 30 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:28:58.760978 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:28:58.761124 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.07.17 11:28:58.763734 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.07.17 11:28:58.765268 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:28:58.766712 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2025.07.17 11:28:58.771218 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2025.07.17 11:28:58.775697 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.07.17 11:28:58.779920 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2025.07.17 11:28:58.784050 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.07.17 11:28:58.788252 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2025.07.17 11:28:58.842614 [ 200 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.081541165 sec., 2403.6938888474306 rows/sec., 12.43 MiB/sec. 2025.07.17 11:28:58.845386 [ 186 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.17 11:28:58.847585 [ 186 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:28:58.847700 [ 186 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_26_5} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.17 11:28:58.849812 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.07.17 11:28:59.000312 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 237.01 MiB, peak 247.55 MiB, free memory in arenas 0.00 B, will set to 241.61 MiB (RSS), difference: 4.60 MiB 2025.07.17 11:29:00.655576 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.655787 [ 277 ] {ad12af4c-e045-472d-9a15-ae3323cd2d97} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:29:00.655867 [ 277 ] {ad12af4c-e045-472d-9a15-ae3323cd2d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:29:00.656797 [ 277 ] {ad12af4c-e045-472d-9a15-ae3323cd2d97} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.656848 [ 277 ] {ad12af4c-e045-472d-9a15-ae3323cd2d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.657345 [ 277 ] {ad12af4c-e045-472d-9a15-ae3323cd2d97} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:29:00.657575 [ 277 ] {ad12af4c-e045-472d-9a15-ae3323cd2d97} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.657740 [ 277 ] {ad12af4c-e045-472d-9a15-ae3323cd2d97} executeQuery: Read 212 rows, 13.81 KiB in 0.002013 sec., 105315.44957774466 rows/sec., 6.70 MiB/sec. 2025.07.17 11:29:00.657808 [ 277 ] {ad12af4c-e045-472d-9a15-ae3323cd2d97} TCPHandler: Processed in 0.002404452 sec. 2025.07.17 11:29:00.657950 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.658056 [ 277 ] {4eabc937-a513-4c27-951e-8ee95429d978} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:00.658099 [ 277 ] {4eabc937-a513-4c27-951e-8ee95429d978} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:00.658861 [ 277 ] {4eabc937-a513-4c27-951e-8ee95429d978} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.658897 [ 277 ] {4eabc937-a513-4c27-951e-8ee95429d978} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.659305 [ 277 ] {4eabc937-a513-4c27-951e-8ee95429d978} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.17 11:29:00.659523 [ 277 ] {4eabc937-a513-4c27-951e-8ee95429d978} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.659667 [ 277 ] {4eabc937-a513-4c27-951e-8ee95429d978} executeQuery: Read 689 rows, 56.20 KiB in 0.001635 sec., 421406.7278287462 rows/sec., 33.57 MiB/sec. 2025.07.17 11:29:00.659708 [ 277 ] {4eabc937-a513-4c27-951e-8ee95429d978} TCPHandler: Processed in 0.001810404 sec. 2025.07.17 11:29:00.659829 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.659927 [ 277 ] {ef8ba286-ecad-4853-aeb9-577dd8effd67} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:00.659969 [ 277 ] {ef8ba286-ecad-4853-aeb9-577dd8effd67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:00.660448 [ 277 ] {ef8ba286-ecad-4853-aeb9-577dd8effd67} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.660485 [ 277 ] {ef8ba286-ecad-4853-aeb9-577dd8effd67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.660833 [ 277 ] {ef8ba286-ecad-4853-aeb9-577dd8effd67} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.17 11:29:00.661064 [ 277 ] {ef8ba286-ecad-4853-aeb9-577dd8effd67} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.661195 [ 277 ] {ef8ba286-ecad-4853-aeb9-577dd8effd67} executeQuery: Read 142 rows, 9.09 KiB in 0.00129 sec., 110077.51937984496 rows/sec., 6.88 MiB/sec. 2025.07.17 11:29:00.661241 [ 277 ] {ef8ba286-ecad-4853-aeb9-577dd8effd67} TCPHandler: Processed in 0.001463259 sec. 2025.07.17 11:29:00.661364 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.661465 [ 277 ] {afe1ff8f-8160-471c-88bb-befd21952ef3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:29:00.661505 [ 277 ] {afe1ff8f-8160-471c-88bb-befd21952ef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:29:00.661945 [ 277 ] {afe1ff8f-8160-471c-88bb-befd21952ef3} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.661981 [ 277 ] {afe1ff8f-8160-471c-88bb-befd21952ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.662313 [ 277 ] {afe1ff8f-8160-471c-88bb-befd21952ef3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:29:00.662574 [ 277 ] {afe1ff8f-8160-471c-88bb-befd21952ef3} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.662726 [ 277 ] {afe1ff8f-8160-471c-88bb-befd21952ef3} executeQuery: Read 113 rows, 7.49 KiB in 0.001281 sec., 88212.33411397345 rows/sec., 5.71 MiB/sec. 2025.07.17 11:29:00.662785 [ 277 ] {afe1ff8f-8160-471c-88bb-befd21952ef3} TCPHandler: Processed in 0.001470539 sec. 2025.07.17 11:29:00.662935 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.663028 [ 277 ] {1d4f50a8-1cea-4760-afc5-dd5e385df60a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:29:00.663069 [ 277 ] {1d4f50a8-1cea-4760-afc5-dd5e385df60a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:29:00.663558 [ 277 ] {1d4f50a8-1cea-4760-afc5-dd5e385df60a} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.663598 [ 277 ] {1d4f50a8-1cea-4760-afc5-dd5e385df60a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.663937 [ 277 ] {1d4f50a8-1cea-4760-afc5-dd5e385df60a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:29:00.664220 [ 277 ] {1d4f50a8-1cea-4760-afc5-dd5e385df60a} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.664364 [ 277 ] {1d4f50a8-1cea-4760-afc5-dd5e385df60a} executeQuery: Read 112 rows, 6.53 KiB in 0.001363 sec., 82171.68011738811 rows/sec., 4.68 MiB/sec. 2025.07.17 11:29:00.664411 [ 277 ] {1d4f50a8-1cea-4760-afc5-dd5e385df60a} TCPHandler: Processed in 0.00154636 sec. 2025.07.17 11:29:00.664522 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.664613 [ 277 ] {646aad33-8e3e-433e-82b5-fed837724661} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:00.664652 [ 277 ] {646aad33-8e3e-433e-82b5-fed837724661} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:00.665261 [ 277 ] {646aad33-8e3e-433e-82b5-fed837724661} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.665299 [ 277 ] {646aad33-8e3e-433e-82b5-fed837724661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.665633 [ 277 ] {646aad33-8e3e-433e-82b5-fed837724661} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.17 11:29:00.665845 [ 277 ] {646aad33-8e3e-433e-82b5-fed837724661} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.665980 [ 277 ] {646aad33-8e3e-433e-82b5-fed837724661} executeQuery: Read 418 rows, 30.47 KiB in 0.001358 sec., 307805.5964653903 rows/sec., 21.91 MiB/sec. 2025.07.17 11:29:00.666020 [ 277 ] {646aad33-8e3e-433e-82b5-fed837724661} TCPHandler: Processed in 0.00152539 sec. 2025.07.17 11:29:00.666142 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.666237 [ 277 ] {67325aa7-4e0f-421d-8487-48fceafd51cf} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:29:00.666280 [ 277 ] {67325aa7-4e0f-421d-8487-48fceafd51cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:29:00.666655 [ 277 ] {67325aa7-4e0f-421d-8487-48fceafd51cf} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.666689 [ 277 ] {67325aa7-4e0f-421d-8487-48fceafd51cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.666986 [ 277 ] {67325aa7-4e0f-421d-8487-48fceafd51cf} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.17 11:29:00.667188 [ 277 ] {67325aa7-4e0f-421d-8487-48fceafd51cf} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.667313 [ 277 ] {67325aa7-4e0f-421d-8487-48fceafd51cf} executeQuery: Read 6 rows, 321.00 B in 0.001095 sec., 5479.45205479452 rows/sec., 286.28 KiB/sec. 2025.07.17 11:29:00.667349 [ 277 ] {67325aa7-4e0f-421d-8487-48fceafd51cf} TCPHandler: Processed in 0.001258457 sec. 2025.07.17 11:29:00.667478 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.667573 [ 277 ] {27388ba2-0ada-4aae-92a6-5c6c10700289} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:00.667616 [ 277 ] {27388ba2-0ada-4aae-92a6-5c6c10700289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:00.668046 [ 277 ] {27388ba2-0ada-4aae-92a6-5c6c10700289} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.668084 [ 277 ] {27388ba2-0ada-4aae-92a6-5c6c10700289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.668411 [ 277 ] {27388ba2-0ada-4aae-92a6-5c6c10700289} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.17 11:29:00.668619 [ 277 ] {27388ba2-0ada-4aae-92a6-5c6c10700289} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.668748 [ 277 ] {27388ba2-0ada-4aae-92a6-5c6c10700289} executeQuery: Read 237 rows, 16.27 KiB in 0.001193 sec., 198658.84325230512 rows/sec., 13.32 MiB/sec. 2025.07.17 11:29:00.668785 [ 277 ] {27388ba2-0ada-4aae-92a6-5c6c10700289} TCPHandler: Processed in 0.001357847 sec. 2025.07.17 11:29:00.668911 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.669006 [ 277 ] {81b6dac1-8cff-441d-8a08-eeecfd4eda50} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:29:00.669048 [ 277 ] {81b6dac1-8cff-441d-8a08-eeecfd4eda50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:29:00.669379 [ 277 ] {81b6dac1-8cff-441d-8a08-eeecfd4eda50} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.669412 [ 277 ] {81b6dac1-8cff-441d-8a08-eeecfd4eda50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.669713 [ 277 ] {81b6dac1-8cff-441d-8a08-eeecfd4eda50} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:29:00.669918 [ 277 ] {81b6dac1-8cff-441d-8a08-eeecfd4eda50} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.670044 [ 277 ] {81b6dac1-8cff-441d-8a08-eeecfd4eda50} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2025.07.17 11:29:00.670080 [ 277 ] {81b6dac1-8cff-441d-8a08-eeecfd4eda50} TCPHandler: Processed in 0.001225237 sec. 2025.07.17 11:29:00.670189 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.670283 [ 277 ] {46878228-496a-4e9a-ab20-da4cb3c9f464} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:00.670337 [ 277 ] {46878228-496a-4e9a-ab20-da4cb3c9f464} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:00.671208 [ 277 ] {46878228-496a-4e9a-ab20-da4cb3c9f464} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.671243 [ 277 ] {46878228-496a-4e9a-ab20-da4cb3c9f464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.671820 [ 277 ] {46878228-496a-4e9a-ab20-da4cb3c9f464} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.17 11:29:00.672038 [ 277 ] {46878228-496a-4e9a-ab20-da4cb3c9f464} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.672175 [ 277 ] {46878228-496a-4e9a-ab20-da4cb3c9f464} executeQuery: Read 36 rows, 66.06 KiB in 0.001911 sec., 18838.304552590267 rows/sec., 33.76 MiB/sec. 2025.07.17 11:29:00.672247 [ 277 ] {46878228-496a-4e9a-ab20-da4cb3c9f464} TCPHandler: Processed in 0.002106987 sec. 2025.07.17 11:29:00.672361 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:00.672454 [ 277 ] {d783079f-3769-4050-bbc1-b3208a3e96bc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:00.672494 [ 277 ] {d783079f-3769-4050-bbc1-b3208a3e96bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:00.672829 [ 277 ] {d783079f-3769-4050-bbc1-b3208a3e96bc} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:00.672864 [ 277 ] {d783079f-3769-4050-bbc1-b3208a3e96bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.17 11:29:00.673154 [ 277 ] {d783079f-3769-4050-bbc1-b3208a3e96bc} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.17 11:29:00.673353 [ 277 ] {d783079f-3769-4050-bbc1-b3208a3e96bc} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:00.673476 [ 277 ] {d783079f-3769-4050-bbc1-b3208a3e96bc} executeQuery: Read 82 rows, 5.33 KiB in 0.00104 sec., 78846.15384615386 rows/sec., 5.01 MiB/sec. 2025.07.17 11:29:00.673512 [ 277 ] {d783079f-3769-4050-bbc1-b3208a3e96bc} TCPHandler: Processed in 0.001200546 sec. 2025.07.17 11:29:03.091140 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 776 2025.07.17 11:29:03.093466 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:03.093516 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:03.094737 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:29:03.095016 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:03.095365 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 776 2025.07.17 11:29:05.571298 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 2025.07.17 11:29:05.571804 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.571855 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.572494 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.17 11:29:05.572760 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.572919 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 2025.07.17 11:29:05.649421 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:05.649602 [ 277 ] {83aa9cf3-d4cf-439e-91d1-08c43dc156bf} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:29:05.649670 [ 277 ] {83aa9cf3-d4cf-439e-91d1-08c43dc156bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:29:05.650285 [ 277 ] {83aa9cf3-d4cf-439e-91d1-08c43dc156bf} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.650336 [ 277 ] {83aa9cf3-d4cf-439e-91d1-08c43dc156bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.650733 [ 277 ] {83aa9cf3-d4cf-439e-91d1-08c43dc156bf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.17 11:29:05.650959 [ 277 ] {83aa9cf3-d4cf-439e-91d1-08c43dc156bf} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.651114 [ 277 ] {83aa9cf3-d4cf-439e-91d1-08c43dc156bf} executeQuery: Read 10 rows, 835.00 B in 0.00156 sec., 6410.25641025641 rows/sec., 522.71 KiB/sec. 2025.07.17 11:29:05.651164 [ 277 ] {83aa9cf3-d4cf-439e-91d1-08c43dc156bf} TCPHandler: Processed in 0.001870194 sec. 2025.07.17 11:29:05.651283 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:05.651385 [ 277 ] {6a6c3f95-d256-4662-bace-672539ad3128} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:05.651428 [ 277 ] {6a6c3f95-d256-4662-bace-672539ad3128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:05.651849 [ 277 ] {6a6c3f95-d256-4662-bace-672539ad3128} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.651886 [ 277 ] {6a6c3f95-d256-4662-bace-672539ad3128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.652208 [ 277 ] {6a6c3f95-d256-4662-bace-672539ad3128} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.17 11:29:05.652418 [ 277 ] {6a6c3f95-d256-4662-bace-672539ad3128} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.652539 [ 65 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.17 11:29:05.652552 [ 277 ] {6a6c3f95-d256-4662-bace-672539ad3128} executeQuery: Read 71 rows, 5.72 KiB in 0.001191 sec., 59613.76994122586 rows/sec., 4.69 MiB/sec. 2025.07.17 11:29:05.652611 [ 65 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.652619 [ 277 ] {6a6c3f95-d256-4662-bace-672539ad3128} TCPHandler: Processed in 0.001388039 sec. 2025.07.17 11:29:05.652642 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.652741 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:05.652750 [ 201 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.07.17 11:29:05.652842 [ 277 ] {5e3a8507-a047-4730-996f-7ce494931e60} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:05.652880 [ 201 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:05.652889 [ 277 ] {5e3a8507-a047-4730-996f-7ce494931e60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:05.652920 [ 201 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1849 rows starting from the beginning of the part 2025.07.17 11:29:05.652989 [ 201 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1270 rows starting from the beginning of the part 2025.07.17 11:29:05.653034 [ 201 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part 2025.07.17 11:29:05.653076 [ 201 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 66 rows starting from the beginning of the part 2025.07.17 11:29:05.653118 [ 201 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 689 rows starting from the beginning of the part 2025.07.17 11:29:05.653156 [ 201 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 71 rows starting from the beginning of the part 2025.07.17 11:29:05.653296 [ 277 ] {5e3a8507-a047-4730-996f-7ce494931e60} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.653336 [ 277 ] {5e3a8507-a047-4730-996f-7ce494931e60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.653665 [ 277 ] {5e3a8507-a047-4730-996f-7ce494931e60} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.17 11:29:05.653881 [ 277 ] {5e3a8507-a047-4730-996f-7ce494931e60} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.654017 [ 277 ] {5e3a8507-a047-4730-996f-7ce494931e60} executeQuery: Read 15 rows, 1.07 KiB in 0.001193 sec., 12573.344509639564 rows/sec., 900.43 KiB/sec. 2025.07.17 11:29:05.654056 [ 277 ] {5e3a8507-a047-4730-996f-7ce494931e60} TCPHandler: Processed in 0.001364498 sec. 2025.07.17 11:29:05.654171 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:05.654263 [ 277 ] {2c39a57b-6cb6-4d18-8dac-96d85f227fac} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:05.654304 [ 277 ] {2c39a57b-6cb6-4d18-8dac-96d85f227fac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:05.654714 [ 277 ] {2c39a57b-6cb6-4d18-8dac-96d85f227fac} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.654720 [ 186 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4001 rows, containing 5 columns (5 merged, 0 gathered) in 0.002009286 sec., 1991254.6048695906 rows/sec., 169.53 MiB/sec. 2025.07.17 11:29:05.654751 [ 277 ] {2c39a57b-6cb6-4d18-8dac-96d85f227fac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.655064 [ 186 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.17 11:29:05.655086 [ 277 ] {2c39a57b-6cb6-4d18-8dac-96d85f227fac} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.17 11:29:05.655362 [ 277 ] {2c39a57b-6cb6-4d18-8dac-96d85f227fac} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.655424 [ 186 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.655474 [ 65 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.17 11:29:05.655496 [ 277 ] {2c39a57b-6cb6-4d18-8dac-96d85f227fac} executeQuery: Read 79 rows, 6.33 KiB in 0.001251 sec., 63149.480415667465 rows/sec., 4.94 MiB/sec. 2025.07.17 11:29:05.655511 [ 65 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.655518 [ 186 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_41_8} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.17 11:29:05.655542 [ 277 ] {2c39a57b-6cb6-4d18-8dac-96d85f227fac} TCPHandler: Processed in 0.001419799 sec. 2025.07.17 11:29:05.655545 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.655659 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2025.07.17 11:29:05.655673 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:05.655714 [ 201 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.07.17 11:29:05.655780 [ 277 ] {9e91121c-f726-465e-be8c-04dc65860299} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:05.655800 [ 201 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:05.655829 [ 201 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part 2025.07.17 11:29:05.655831 [ 277 ] {9e91121c-f726-465e-be8c-04dc65860299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:05.655873 [ 201 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 560 rows starting from the beginning of the part 2025.07.17 11:29:05.655913 [ 201 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part 2025.07.17 11:29:05.655945 [ 201 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 69 rows starting from the beginning of the part 2025.07.17 11:29:05.655976 [ 201 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 418 rows starting from the beginning of the part 2025.07.17 11:29:05.656007 [ 201 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 79 rows starting from the beginning of the part 2025.07.17 11:29:05.656275 [ 277 ] {9e91121c-f726-465e-be8c-04dc65860299} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.656318 [ 277 ] {9e91121c-f726-465e-be8c-04dc65860299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.656700 [ 277 ] {9e91121c-f726-465e-be8c-04dc65860299} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.17 11:29:05.656926 [ 277 ] {9e91121c-f726-465e-be8c-04dc65860299} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.656954 [ 186 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2105 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338418 sec., 1572752.3090693639 rows/sec., 121.37 MiB/sec. 2025.07.17 11:29:05.657040 [ 65 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.17 11:29:05.657063 [ 277 ] {9e91121c-f726-465e-be8c-04dc65860299} executeQuery: Read 165 rows, 11.76 KiB in 0.001302 sec., 126728.11059907834 rows/sec., 8.82 MiB/sec. 2025.07.17 11:29:05.657073 [ 65 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.657106 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.657110 [ 277 ] {9e91121c-f726-465e-be8c-04dc65860299} TCPHandler: Processed in 0.00149094 sec. 2025.07.17 11:29:05.657129 [ 187 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.17 11:29:05.657167 [ 201 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.07.17 11:29:05.657232 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:05.657260 [ 201 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:05.657293 [ 201 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11493 rows starting from the beginning of the part 2025.07.17 11:29:05.657339 [ 277 ] {63b7274b-45fb-4e5f-a4a9-896eeee1c8bc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:05.657341 [ 201 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 934 rows starting from the beginning of the part 2025.07.17 11:29:05.657392 [ 187 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.657403 [ 277 ] {63b7274b-45fb-4e5f-a4a9-896eeee1c8bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:05.657398 [ 201 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part 2025.07.17 11:29:05.657457 [ 201 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.07.17 11:29:05.657469 [ 187 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_41_8} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.17 11:29:05.657507 [ 201 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part 2025.07.17 11:29:05.657547 [ 201 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 165 rows starting from the beginning of the part 2025.07.17 11:29:05.657551 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.07.17 11:29:05.658165 [ 277 ] {63b7274b-45fb-4e5f-a4a9-896eeee1c8bc} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.658203 [ 277 ] {63b7274b-45fb-4e5f-a4a9-896eeee1c8bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.658790 [ 277 ] {63b7274b-45fb-4e5f-a4a9-896eeee1c8bc} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.17 11:29:05.659029 [ 277 ] {63b7274b-45fb-4e5f-a4a9-896eeee1c8bc} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.659174 [ 277 ] {63b7274b-45fb-4e5f-a4a9-896eeee1c8bc} executeQuery: Read 5 rows, 9.17 KiB in 0.001854 sec., 2696.871628910464 rows/sec., 4.83 MiB/sec. 2025.07.17 11:29:05.659239 [ 277 ] {63b7274b-45fb-4e5f-a4a9-896eeee1c8bc} TCPHandler: Processed in 0.002057477 sec. 2025.07.17 11:29:05.659359 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:05.659453 [ 277 ] {d5361e68-0dc4-4efa-b26e-032e9e2342b2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:05.659495 [ 277 ] {d5361e68-0dc4-4efa-b26e-032e9e2342b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:05.659843 [ 277 ] {d5361e68-0dc4-4efa-b26e-032e9e2342b2} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.659878 [ 277 ] {d5361e68-0dc4-4efa-b26e-032e9e2342b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.660235 [ 277 ] {d5361e68-0dc4-4efa-b26e-032e9e2342b2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.17 11:29:05.660477 [ 277 ] {d5361e68-0dc4-4efa-b26e-032e9e2342b2} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.660600 [ 65 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.17 11:29:05.660629 [ 277 ] {d5361e68-0dc4-4efa-b26e-032e9e2342b2} executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. 2025.07.17 11:29:05.660636 [ 65 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:05.660677 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:05.660677 [ 277 ] {d5361e68-0dc4-4efa-b26e-032e9e2342b2} TCPHandler: Processed in 0.001367508 sec. 2025.07.17 11:29:05.660764 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.07.17 11:29:05.660855 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:05.660885 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2182 rows starting from the beginning of the part 2025.07.17 11:29:05.660941 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part 2025.07.17 11:29:05.660990 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 28 rows starting from the beginning of the part 2025.07.17 11:29:05.661046 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2025.07.17 11:29:05.661098 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part 2025.07.17 11:29:05.661139 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.07.17 11:29:05.662131 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 13063 rows, containing 5 columns (5 merged, 0 gathered) in 0.004978506 sec., 2623879.533337913 rows/sec., 177.37 MiB/sec. 2025.07.17 11:29:05.662806 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.17 11:29:05.662869 [ 191 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2444 rows, containing 4 columns (4 merged, 0 gathered) in 0.002140798 sec., 1141630.3640044506 rows/sec., 74.82 MiB/sec. 2025.07.17 11:29:05.663259 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.663271 [ 199 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.17 11:29:05.663392 [ 188 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_41_8} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.17 11:29:05.663558 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. 2025.07.17 11:29:05.663662 [ 199 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:05.663750 [ 199 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_41_8} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.17 11:29:05.663832 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.07.17 11:29:06.001155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 242.37 MiB, peak 250.95 MiB, free memory in arenas 0.00 B, will set to 244.09 MiB (RSS), difference: 1.72 MiB 2025.07.17 11:29:06.263952 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.07.17 11:29:06.279553 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:06.279604 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:06.285912 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.17 11:29:06.286653 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:06.289369 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.07.17 11:29:10.655042 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.655247 [ 277 ] {b1b0d6a3-9a9a-4d95-809c-30792257f4a3} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:29:10.655318 [ 277 ] {b1b0d6a3-9a9a-4d95-809c-30792257f4a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:29:10.656117 [ 277 ] {b1b0d6a3-9a9a-4d95-809c-30792257f4a3} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.656156 [ 277 ] {b1b0d6a3-9a9a-4d95-809c-30792257f4a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.656557 [ 277 ] {b1b0d6a3-9a9a-4d95-809c-30792257f4a3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:29:10.656771 [ 277 ] {b1b0d6a3-9a9a-4d95-809c-30792257f4a3} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.656921 [ 277 ] {b1b0d6a3-9a9a-4d95-809c-30792257f4a3} executeQuery: Read 212 rows, 13.81 KiB in 0.001727 sec., 122756.2246670527 rows/sec., 7.81 MiB/sec. 2025.07.17 11:29:10.656969 [ 277 ] {b1b0d6a3-9a9a-4d95-809c-30792257f4a3} TCPHandler: Processed in 0.002054477 sec. 2025.07.17 11:29:10.657086 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.657186 [ 277 ] {f797299d-1954-491e-8e67-c38b749efbad} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:10.657229 [ 277 ] {f797299d-1954-491e-8e67-c38b749efbad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:10.657919 [ 277 ] {f797299d-1954-491e-8e67-c38b749efbad} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.657954 [ 277 ] {f797299d-1954-491e-8e67-c38b749efbad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.658303 [ 277 ] {f797299d-1954-491e-8e67-c38b749efbad} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.17 11:29:10.658513 [ 277 ] {f797299d-1954-491e-8e67-c38b749efbad} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.658637 [ 277 ] {f797299d-1954-491e-8e67-c38b749efbad} executeQuery: Read 689 rows, 56.20 KiB in 0.001474 sec., 467435.5495251017 rows/sec., 37.23 MiB/sec. 2025.07.17 11:29:10.658674 [ 277 ] {f797299d-1954-491e-8e67-c38b749efbad} TCPHandler: Processed in 0.001638382 sec. 2025.07.17 11:29:10.658781 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.658875 [ 277 ] {6306b784-a847-42bd-972b-8a455a02c63c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:10.658915 [ 277 ] {6306b784-a847-42bd-972b-8a455a02c63c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:10.659333 [ 277 ] {6306b784-a847-42bd-972b-8a455a02c63c} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.659368 [ 277 ] {6306b784-a847-42bd-972b-8a455a02c63c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.659677 [ 277 ] {6306b784-a847-42bd-972b-8a455a02c63c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.17 11:29:10.659884 [ 277 ] {6306b784-a847-42bd-972b-8a455a02c63c} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.660011 [ 277 ] {6306b784-a847-42bd-972b-8a455a02c63c} executeQuery: Read 142 rows, 9.09 KiB in 0.001155 sec., 122943.72294372294 rows/sec., 7.69 MiB/sec. 2025.07.17 11:29:10.660060 [ 277 ] {6306b784-a847-42bd-972b-8a455a02c63c} TCPHandler: Processed in 0.001326137 sec. 2025.07.17 11:29:10.660198 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.660329 [ 277 ] {18fc3fff-a8e8-4957-9427-252adb13fbb5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:29:10.660371 [ 277 ] {18fc3fff-a8e8-4957-9427-252adb13fbb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:29:10.660839 [ 277 ] {18fc3fff-a8e8-4957-9427-252adb13fbb5} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.660881 [ 277 ] {18fc3fff-a8e8-4957-9427-252adb13fbb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.661320 [ 277 ] {18fc3fff-a8e8-4957-9427-252adb13fbb5} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:29:10.661573 [ 277 ] {18fc3fff-a8e8-4957-9427-252adb13fbb5} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.661728 [ 277 ] {18fc3fff-a8e8-4957-9427-252adb13fbb5} executeQuery: Read 113 rows, 7.49 KiB in 0.00142 sec., 79577.4647887324 rows/sec., 5.15 MiB/sec. 2025.07.17 11:29:10.661775 [ 277 ] {18fc3fff-a8e8-4957-9427-252adb13fbb5} TCPHandler: Processed in 0.001635362 sec. 2025.07.17 11:29:10.661906 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.662011 [ 277 ] {6a497d50-5b67-4059-a93b-11018f450977} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:29:10.662058 [ 277 ] {6a497d50-5b67-4059-a93b-11018f450977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:29:10.662644 [ 277 ] {6a497d50-5b67-4059-a93b-11018f450977} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.662685 [ 277 ] {6a497d50-5b67-4059-a93b-11018f450977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.663117 [ 277 ] {6a497d50-5b67-4059-a93b-11018f450977} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:29:10.663392 [ 277 ] {6a497d50-5b67-4059-a93b-11018f450977} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.663580 [ 277 ] {6a497d50-5b67-4059-a93b-11018f450977} executeQuery: Read 112 rows, 6.53 KiB in 0.001591 sec., 70395.97737272157 rows/sec., 4.01 MiB/sec. 2025.07.17 11:29:10.663633 [ 277 ] {6a497d50-5b67-4059-a93b-11018f450977} TCPHandler: Processed in 0.001783573 sec. 2025.07.17 11:29:10.663760 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.663870 [ 277 ] {8441df63-c20b-4735-bce6-284583ed5ebe} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:10.663919 [ 277 ] {8441df63-c20b-4735-bce6-284583ed5ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:10.664631 [ 277 ] {8441df63-c20b-4735-bce6-284583ed5ebe} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.664669 [ 277 ] {8441df63-c20b-4735-bce6-284583ed5ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.665082 [ 277 ] {8441df63-c20b-4735-bce6-284583ed5ebe} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.17 11:29:10.665375 [ 277 ] {8441df63-c20b-4735-bce6-284583ed5ebe} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.665505 [ 277 ] {8441df63-c20b-4735-bce6-284583ed5ebe} executeQuery: Read 418 rows, 30.47 KiB in 0.001659 sec., 251959.01145268232 rows/sec., 17.93 MiB/sec. 2025.07.17 11:29:10.665544 [ 277 ] {8441df63-c20b-4735-bce6-284583ed5ebe} TCPHandler: Processed in 0.001832894 sec. 2025.07.17 11:29:10.665665 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.665764 [ 277 ] {34a30d95-5a82-4294-a980-bc0c9b5d9fff} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:29:10.665808 [ 277 ] {34a30d95-5a82-4294-a980-bc0c9b5d9fff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:29:10.666264 [ 277 ] {34a30d95-5a82-4294-a980-bc0c9b5d9fff} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.666610 [ 277 ] {34a30d95-5a82-4294-a980-bc0c9b5d9fff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.666941 [ 277 ] {34a30d95-5a82-4294-a980-bc0c9b5d9fff} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.17 11:29:10.667158 [ 277 ] {34a30d95-5a82-4294-a980-bc0c9b5d9fff} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.667293 [ 277 ] {34a30d95-5a82-4294-a980-bc0c9b5d9fff} executeQuery: Read 6 rows, 321.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 202.50 KiB/sec. 2025.07.17 11:29:10.667331 [ 277 ] {34a30d95-5a82-4294-a980-bc0c9b5d9fff} TCPHandler: Processed in 0.001718503 sec. 2025.07.17 11:29:10.667445 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.667541 [ 277 ] {cca796e6-c638-4bc1-8e45-474742cfb86d} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:10.667585 [ 277 ] {cca796e6-c638-4bc1-8e45-474742cfb86d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:10.668071 [ 277 ] {cca796e6-c638-4bc1-8e45-474742cfb86d} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.668107 [ 277 ] {cca796e6-c638-4bc1-8e45-474742cfb86d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.668447 [ 277 ] {cca796e6-c638-4bc1-8e45-474742cfb86d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.17 11:29:10.668704 [ 277 ] {cca796e6-c638-4bc1-8e45-474742cfb86d} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.668851 [ 277 ] {cca796e6-c638-4bc1-8e45-474742cfb86d} executeQuery: Read 237 rows, 16.27 KiB in 0.001328 sec., 178463.85542168675 rows/sec., 11.96 MiB/sec. 2025.07.17 11:29:10.668894 [ 277 ] {cca796e6-c638-4bc1-8e45-474742cfb86d} TCPHandler: Processed in 0.001499009 sec. 2025.07.17 11:29:10.669019 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.669126 [ 277 ] {028e5429-e98c-4d23-8342-aae5b0dd1aac} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:29:10.669170 [ 277 ] {028e5429-e98c-4d23-8342-aae5b0dd1aac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:29:10.669557 [ 277 ] {028e5429-e98c-4d23-8342-aae5b0dd1aac} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.669598 [ 277 ] {028e5429-e98c-4d23-8342-aae5b0dd1aac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.669981 [ 277 ] {028e5429-e98c-4d23-8342-aae5b0dd1aac} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:29:10.670202 [ 277 ] {028e5429-e98c-4d23-8342-aae5b0dd1aac} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.670335 [ 277 ] {028e5429-e98c-4d23-8342-aae5b0dd1aac} executeQuery: Read 1 rows, 69.00 B in 0.001228 sec., 814.3322475570033 rows/sec., 54.87 KiB/sec. 2025.07.17 11:29:10.670372 [ 277 ] {028e5429-e98c-4d23-8342-aae5b0dd1aac} TCPHandler: Processed in 0.001404368 sec. 2025.07.17 11:29:10.670482 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.670579 [ 277 ] {fe53e853-ef2e-4a41-9ccb-30bc3146cd7c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:10.670634 [ 277 ] {fe53e853-ef2e-4a41-9ccb-30bc3146cd7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:10.671496 [ 277 ] {fe53e853-ef2e-4a41-9ccb-30bc3146cd7c} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.671532 [ 277 ] {fe53e853-ef2e-4a41-9ccb-30bc3146cd7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.672173 [ 277 ] {fe53e853-ef2e-4a41-9ccb-30bc3146cd7c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.17 11:29:10.672416 [ 277 ] {fe53e853-ef2e-4a41-9ccb-30bc3146cd7c} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.672569 [ 277 ] {fe53e853-ef2e-4a41-9ccb-30bc3146cd7c} executeQuery: Read 36 rows, 66.06 KiB in 0.002008 sec., 17928.286852589645 rows/sec., 32.13 MiB/sec. 2025.07.17 11:29:10.672636 [ 277 ] {fe53e853-ef2e-4a41-9ccb-30bc3146cd7c} TCPHandler: Processed in 0.002202759 sec. 2025.07.17 11:29:10.672752 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:10.672847 [ 277 ] {72de6856-e598-4181-9367-e395b76baa74} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:10.672898 [ 277 ] {72de6856-e598-4181-9367-e395b76baa74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:10.673258 [ 277 ] {72de6856-e598-4181-9367-e395b76baa74} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:10.673294 [ 277 ] {72de6856-e598-4181-9367-e395b76baa74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:10.673620 [ 277 ] {72de6856-e598-4181-9367-e395b76baa74} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.17 11:29:10.673859 [ 277 ] {72de6856-e598-4181-9367-e395b76baa74} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:10.673990 [ 277 ] {72de6856-e598-4181-9367-e395b76baa74} executeQuery: Read 82 rows, 5.33 KiB in 0.001161 sec., 70628.76830318691 rows/sec., 4.49 MiB/sec. 2025.07.17 11:29:10.674031 [ 277 ] {72de6856-e598-4181-9367-e395b76baa74} TCPHandler: Processed in 0.001328707 sec. 2025.07.17 11:29:12.932703 [ 170 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:29:12.932772 [ 170 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:29:13.073017 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 2025.07.17 11:29:13.073582 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:13.073632 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:13.074116 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.17 11:29:13.074331 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:13.074453 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 2025.07.17 11:29:13.095554 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 812 2025.07.17 11:29:13.097896 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:13.097941 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:13.099135 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:29:13.099415 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:13.099751 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 812 2025.07.17 11:29:13.790380 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.07.17 11:29:13.805950 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:13.806004 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:13.811997 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.17 11:29:13.812686 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:13.815489 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.07.17 11:29:15.649207 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:15.649397 [ 277 ] {49a9c066-db66-400e-a242-d81db393079b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:15.649461 [ 277 ] {49a9c066-db66-400e-a242-d81db393079b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:15.650101 [ 277 ] {49a9c066-db66-400e-a242-d81db393079b} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:15.650144 [ 277 ] {49a9c066-db66-400e-a242-d81db393079b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:15.650552 [ 277 ] {49a9c066-db66-400e-a242-d81db393079b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.17 11:29:15.650772 [ 277 ] {49a9c066-db66-400e-a242-d81db393079b} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:15.650925 [ 277 ] {49a9c066-db66-400e-a242-d81db393079b} executeQuery: Read 66 rows, 5.35 KiB in 0.001576 sec., 41878.17258883249 rows/sec., 3.32 MiB/sec. 2025.07.17 11:29:15.650974 [ 277 ] {49a9c066-db66-400e-a242-d81db393079b} TCPHandler: Processed in 0.001913165 sec. 2025.07.17 11:29:15.651092 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:15.651194 [ 277 ] {3b5edd6c-fb71-4d8e-8a57-9eab38908e26} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:15.651236 [ 277 ] {3b5edd6c-fb71-4d8e-8a57-9eab38908e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:15.651636 [ 277 ] {3b5edd6c-fb71-4d8e-8a57-9eab38908e26} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:15.651674 [ 277 ] {3b5edd6c-fb71-4d8e-8a57-9eab38908e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:15.651973 [ 277 ] {3b5edd6c-fb71-4d8e-8a57-9eab38908e26} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.17 11:29:15.652176 [ 277 ] {3b5edd6c-fb71-4d8e-8a57-9eab38908e26} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:15.652286 [ 154 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.17 11:29:15.652302 [ 277 ] {3b5edd6c-fb71-4d8e-8a57-9eab38908e26} executeQuery: Read 5 rows, 385.00 B in 0.001132 sec., 4416.961130742049 rows/sec., 332.13 KiB/sec. 2025.07.17 11:29:15.652354 [ 154 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:15.652363 [ 277 ] {3b5edd6c-fb71-4d8e-8a57-9eab38908e26} TCPHandler: Processed in 0.001323187 sec. 2025.07.17 11:29:15.652382 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:15.652471 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:15.652485 [ 187 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.07.17 11:29:15.652571 [ 277 ] {4c58c42a-8aab-495f-a847-42bbba9eb34d} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:15.652591 [ 187 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:15.652611 [ 277 ] {4c58c42a-8aab-495f-a847-42bbba9eb34d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:15.652626 [ 187 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 165 rows starting from the beginning of the part 2025.07.17 11:29:15.652691 [ 187 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:15.652741 [ 187 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 142 rows starting from the beginning of the part 2025.07.17 11:29:15.652791 [ 187 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part 2025.07.17 11:29:15.652838 [ 187 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 142 rows starting from the beginning of the part 2025.07.17 11:29:15.652885 [ 187 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:15.653028 [ 277 ] {4c58c42a-8aab-495f-a847-42bbba9eb34d} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:15.653063 [ 277 ] {4c58c42a-8aab-495f-a847-42bbba9eb34d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:15.653421 [ 277 ] {4c58c42a-8aab-495f-a847-42bbba9eb34d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.17 11:29:15.653632 [ 277 ] {4c58c42a-8aab-495f-a847-42bbba9eb34d} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:15.653772 [ 199 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 5 columns (5 merged, 0 gathered) in 0.001331648 sec., 355949.9206997645 rows/sec., 23.90 MiB/sec. 2025.07.17 11:29:15.653775 [ 277 ] {4c58c42a-8aab-495f-a847-42bbba9eb34d} executeQuery: Read 69 rows, 5.52 KiB in 0.001224 sec., 56372.54901960784 rows/sec., 4.40 MiB/sec. 2025.07.17 11:29:15.653828 [ 277 ] {4c58c42a-8aab-495f-a847-42bbba9eb34d} TCPHandler: Processed in 0.001406769 sec. 2025.07.17 11:29:15.653939 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:15.653995 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.17 11:29:15.654034 [ 277 ] {e8d4d17f-41d0-41b8-8fd1-364ab9d3f966} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:15.654082 [ 277 ] {e8d4d17f-41d0-41b8-8fd1-364ab9d3f966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:15.654386 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:15.654478 [ 277 ] {e8d4d17f-41d0-41b8-8fd1-364ab9d3f966} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:15.654505 [ 188 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_31_6} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.17 11:29:15.654519 [ 277 ] {e8d4d17f-41d0-41b8-8fd1-364ab9d3f966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:15.654625 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.17 11:29:15.654893 [ 277 ] {e8d4d17f-41d0-41b8-8fd1-364ab9d3f966} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.17 11:29:15.655105 [ 277 ] {e8d4d17f-41d0-41b8-8fd1-364ab9d3f966} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:15.655238 [ 277 ] {e8d4d17f-41d0-41b8-8fd1-364ab9d3f966} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.07.17 11:29:15.655274 [ 277 ] {e8d4d17f-41d0-41b8-8fd1-364ab9d3f966} TCPHandler: Processed in 0.001385259 sec. 2025.07.17 11:29:15.655395 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:15.655519 [ 277 ] {4cef39e4-199a-443e-a338-7138ca5b12e6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:15.655586 [ 277 ] {4cef39e4-199a-443e-a338-7138ca5b12e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:15.656367 [ 277 ] {4cef39e4-199a-443e-a338-7138ca5b12e6} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:15.656404 [ 277 ] {4cef39e4-199a-443e-a338-7138ca5b12e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:15.656952 [ 277 ] {4cef39e4-199a-443e-a338-7138ca5b12e6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.17 11:29:15.657182 [ 277 ] {4cef39e4-199a-443e-a338-7138ca5b12e6} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:15.657337 [ 277 ] {4cef39e4-199a-443e-a338-7138ca5b12e6} executeQuery: Read 5 rows, 9.17 KiB in 0.001843 sec., 2712.9679869777538 rows/sec., 4.86 MiB/sec. 2025.07.17 11:29:15.657401 [ 277 ] {4cef39e4-199a-443e-a338-7138ca5b12e6} TCPHandler: Processed in 0.002067587 sec. 2025.07.17 11:29:15.657507 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:15.657602 [ 277 ] {db002c5e-e64e-4c6f-8261-dc2f275ec99a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:15.657645 [ 277 ] {db002c5e-e64e-4c6f-8261-dc2f275ec99a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:15.657993 [ 277 ] {db002c5e-e64e-4c6f-8261-dc2f275ec99a} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:15.658031 [ 277 ] {db002c5e-e64e-4c6f-8261-dc2f275ec99a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:15.658353 [ 277 ] {db002c5e-e64e-4c6f-8261-dc2f275ec99a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.17 11:29:15.658557 [ 277 ] {db002c5e-e64e-4c6f-8261-dc2f275ec99a} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:15.658685 [ 277 ] {db002c5e-e64e-4c6f-8261-dc2f275ec99a} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.07.17 11:29:15.658723 [ 277 ] {db002c5e-e64e-4c6f-8261-dc2f275ec99a} TCPHandler: Processed in 0.001265557 sec. 2025.07.17 11:29:16.771895 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.772110 [ 277 ] {45ede08f-3d64-4ff9-a044-a9ada3b03985} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:29:16.772181 [ 277 ] {45ede08f-3d64-4ff9-a044-a9ada3b03985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:29:16.772914 [ 277 ] {45ede08f-3d64-4ff9-a044-a9ada3b03985} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.772964 [ 277 ] {45ede08f-3d64-4ff9-a044-a9ada3b03985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.773386 [ 277 ] {45ede08f-3d64-4ff9-a044-a9ada3b03985} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:29:16.773613 [ 277 ] {45ede08f-3d64-4ff9-a044-a9ada3b03985} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.773764 [ 277 ] {45ede08f-3d64-4ff9-a044-a9ada3b03985} executeQuery: Read 212 rows, 13.81 KiB in 0.001708 sec., 124121.77985948477 rows/sec., 7.89 MiB/sec. 2025.07.17 11:29:16.773808 [ 277 ] {45ede08f-3d64-4ff9-a044-a9ada3b03985} TCPHandler: Processed in 0.002047947 sec. 2025.07.17 11:29:16.773919 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.774015 [ 277 ] {737dd7e3-d9ef-4543-ab52-aded5588ce25} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:16.774057 [ 277 ] {737dd7e3-d9ef-4543-ab52-aded5588ce25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:16.775297 [ 277 ] {737dd7e3-d9ef-4543-ab52-aded5588ce25} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.775335 [ 277 ] {737dd7e3-d9ef-4543-ab52-aded5588ce25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.775810 [ 277 ] {737dd7e3-d9ef-4543-ab52-aded5588ce25} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.17 11:29:16.776038 [ 277 ] {737dd7e3-d9ef-4543-ab52-aded5588ce25} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.776180 [ 277 ] {737dd7e3-d9ef-4543-ab52-aded5588ce25} executeQuery: Read 1811 rows, 150.53 KiB in 0.002183 sec., 829592.3041685753 rows/sec., 67.34 MiB/sec. 2025.07.17 11:29:16.776217 [ 277 ] {737dd7e3-d9ef-4543-ab52-aded5588ce25} TCPHandler: Processed in 0.002346522 sec. 2025.07.17 11:29:16.776323 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.776419 [ 277 ] {783ffbba-a36b-4682-8b79-e8c35e37edb0} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:16.776459 [ 277 ] {783ffbba-a36b-4682-8b79-e8c35e37edb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:16.776891 [ 277 ] {783ffbba-a36b-4682-8b79-e8c35e37edb0} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.776928 [ 277 ] {783ffbba-a36b-4682-8b79-e8c35e37edb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.777250 [ 277 ] {783ffbba-a36b-4682-8b79-e8c35e37edb0} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.17 11:29:16.777459 [ 277 ] {783ffbba-a36b-4682-8b79-e8c35e37edb0} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.777587 [ 277 ] {783ffbba-a36b-4682-8b79-e8c35e37edb0} executeQuery: Read 133 rows, 8.42 KiB in 0.001186 sec., 112141.65261382799 rows/sec., 6.93 MiB/sec. 2025.07.17 11:29:16.777625 [ 277 ] {783ffbba-a36b-4682-8b79-e8c35e37edb0} TCPHandler: Processed in 0.001350158 sec. 2025.07.17 11:29:16.777731 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.777827 [ 277 ] {3d77b77a-7dbd-4953-b94b-2d4282335d5a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:29:16.777865 [ 277 ] {3d77b77a-7dbd-4953-b94b-2d4282335d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:29:16.778368 [ 277 ] {3d77b77a-7dbd-4953-b94b-2d4282335d5a} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.778406 [ 277 ] {3d77b77a-7dbd-4953-b94b-2d4282335d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.778723 [ 277 ] {3d77b77a-7dbd-4953-b94b-2d4282335d5a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:29:16.778933 [ 277 ] {3d77b77a-7dbd-4953-b94b-2d4282335d5a} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.779070 [ 277 ] {3d77b77a-7dbd-4953-b94b-2d4282335d5a} executeQuery: Read 341 rows, 23.30 KiB in 0.001262 sec., 270206.02218700474 rows/sec., 18.03 MiB/sec. 2025.07.17 11:29:16.779109 [ 277 ] {3d77b77a-7dbd-4953-b94b-2d4282335d5a} TCPHandler: Processed in 0.001425239 sec. 2025.07.17 11:29:16.779213 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.779307 [ 277 ] {c1613163-c786-4b63-83ae-4fa03ba91297} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:29:16.779346 [ 277 ] {c1613163-c786-4b63-83ae-4fa03ba91297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:29:16.779755 [ 277 ] {c1613163-c786-4b63-83ae-4fa03ba91297} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.779791 [ 277 ] {c1613163-c786-4b63-83ae-4fa03ba91297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.780096 [ 277 ] {c1613163-c786-4b63-83ae-4fa03ba91297} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:29:16.780323 [ 277 ] {c1613163-c786-4b63-83ae-4fa03ba91297} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.780449 [ 277 ] {c1613163-c786-4b63-83ae-4fa03ba91297} executeQuery: Read 112 rows, 6.53 KiB in 0.001159 sec., 96635.03019844693 rows/sec., 5.50 MiB/sec. 2025.07.17 11:29:16.780487 [ 277 ] {c1613163-c786-4b63-83ae-4fa03ba91297} TCPHandler: Processed in 0.001323098 sec. 2025.07.17 11:29:16.780594 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.780688 [ 277 ] {540980a1-d199-4173-aec6-f7439adea839} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:16.780728 [ 277 ] {540980a1-d199-4173-aec6-f7439adea839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:16.781400 [ 277 ] {540980a1-d199-4173-aec6-f7439adea839} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.781437 [ 277 ] {540980a1-d199-4173-aec6-f7439adea839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.781783 [ 277 ] {540980a1-d199-4173-aec6-f7439adea839} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.17 11:29:16.781996 [ 277 ] {540980a1-d199-4173-aec6-f7439adea839} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.782127 [ 277 ] {540980a1-d199-4173-aec6-f7439adea839} executeQuery: Read 865 rows, 64.04 KiB in 0.001457 sec., 593685.6554564174 rows/sec., 42.92 MiB/sec. 2025.07.17 11:29:16.782166 [ 277 ] {540980a1-d199-4173-aec6-f7439adea839} TCPHandler: Processed in 0.001620272 sec. 2025.07.17 11:29:16.782270 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.782364 [ 277 ] {4109d0d0-56c7-4e14-b4f6-c7e1ee2e3a63} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:29:16.782405 [ 277 ] {4109d0d0-56c7-4e14-b4f6-c7e1ee2e3a63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:29:16.782726 [ 277 ] {4109d0d0-56c7-4e14-b4f6-c7e1ee2e3a63} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.782763 [ 277 ] {4109d0d0-56c7-4e14-b4f6-c7e1ee2e3a63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.783065 [ 277 ] {4109d0d0-56c7-4e14-b4f6-c7e1ee2e3a63} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.17 11:29:16.783266 [ 277 ] {4109d0d0-56c7-4e14-b4f6-c7e1ee2e3a63} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.783371 [ 168 ] {} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.17 11:29:16.783393 [ 277 ] {4109d0d0-56c7-4e14-b4f6-c7e1ee2e3a63} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2025.07.17 11:29:16.783443 [ 168 ] {} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.783451 [ 277 ] {4109d0d0-56c7-4e14-b4f6-c7e1ee2e3a63} TCPHandler: Processed in 0.001229417 sec. 2025.07.17 11:29:16.783471 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.783576 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.783584 [ 191 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.17 11:29:16.783694 [ 277 ] {7f7cf879-3118-4e9b-9932-547b0770a3b8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:16.783708 [ 191 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:16.783748 [ 277 ] {7f7cf879-3118-4e9b-9932-547b0770a3b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:16.783748 [ 191 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2025.07.17 11:29:16.783832 [ 191 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.07.17 11:29:16.783943 [ 191 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.07.17 11:29:16.784026 [ 191 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.07.17 11:29:16.784111 [ 191 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2025.07.17 11:29:16.784183 [ 191 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.07.17 11:29:16.784351 [ 277 ] {7f7cf879-3118-4e9b-9932-547b0770a3b8} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.784387 [ 277 ] {7f7cf879-3118-4e9b-9932-547b0770a3b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.784808 [ 277 ] {7f7cf879-3118-4e9b-9932-547b0770a3b8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.17 11:29:16.784920 [ 188 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001391128 sec., 69008.74685866434 rows/sec., 3.52 MiB/sec. 2025.07.17 11:29:16.785043 [ 277 ] {7f7cf879-3118-4e9b-9932-547b0770a3b8} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.785048 [ 199 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.17 11:29:16.785181 [ 277 ] {7f7cf879-3118-4e9b-9932-547b0770a3b8} executeQuery: Read 977 rows, 66.54 KiB in 0.00151 sec., 647019.8675496689 rows/sec., 43.03 MiB/sec. 2025.07.17 11:29:16.785229 [ 277 ] {7f7cf879-3118-4e9b-9932-547b0770a3b8} TCPHandler: Processed in 0.001710202 sec. 2025.07.17 11:29:16.785363 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.785459 [ 199 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.785481 [ 277 ] {fde4f6ac-d8c1-4e0a-9383-d4397c24ce69} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:29:16.785528 [ 277 ] {fde4f6ac-d8c1-4e0a-9383-d4397c24ce69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:29:16.785548 [ 199 ] {5d5fea8a-4e83-46ac-bf1f-e5e141727710::all_1_16_3} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.17 11:29:16.785619 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.07.17 11:29:16.785873 [ 277 ] {fde4f6ac-d8c1-4e0a-9383-d4397c24ce69} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.785908 [ 277 ] {fde4f6ac-d8c1-4e0a-9383-d4397c24ce69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.786211 [ 277 ] {fde4f6ac-d8c1-4e0a-9383-d4397c24ce69} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:29:16.786416 [ 277 ] {fde4f6ac-d8c1-4e0a-9383-d4397c24ce69} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.786548 [ 277 ] {fde4f6ac-d8c1-4e0a-9383-d4397c24ce69} executeQuery: Read 1 rows, 69.00 B in 0.001093 sec., 914.9130832570905 rows/sec., 61.65 KiB/sec. 2025.07.17 11:29:16.786586 [ 277 ] {fde4f6ac-d8c1-4e0a-9383-d4397c24ce69} TCPHandler: Processed in 0.001287417 sec. 2025.07.17 11:29:16.786688 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.786787 [ 277 ] {890a6c70-a629-4323-982c-51fe346812bd} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:16.786840 [ 277 ] {890a6c70-a629-4323-982c-51fe346812bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:16.787628 [ 277 ] {890a6c70-a629-4323-982c-51fe346812bd} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.787665 [ 277 ] {890a6c70-a629-4323-982c-51fe346812bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.788189 [ 277 ] {890a6c70-a629-4323-982c-51fe346812bd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.17 11:29:16.788418 [ 277 ] {890a6c70-a629-4323-982c-51fe346812bd} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.788530 [ 168 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.17 11:29:16.788555 [ 277 ] {890a6c70-a629-4323-982c-51fe346812bd} executeQuery: Read 27 rows, 49.54 KiB in 0.001788 sec., 15100.671140939596 rows/sec., 27.06 MiB/sec. 2025.07.17 11:29:16.788569 [ 168 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.788596 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.788615 [ 277 ] {890a6c70-a629-4323-982c-51fe346812bd} TCPHandler: Processed in 0.001974926 sec. 2025.07.17 11:29:16.788679 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.07.17 11:29:16.788729 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:16.788828 [ 277 ] {982a6845-206d-459e-9143-cd95f2ab61ad} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:16.788870 [ 277 ] {982a6845-206d-459e-9143-cd95f2ab61ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:16.788921 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:16.788983 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 514 rows starting from the beginning of the part 2025.07.17 11:29:16.789110 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2025.07.17 11:29:16.789193 [ 277 ] {982a6845-206d-459e-9143-cd95f2ab61ad} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:16.789208 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:16.789238 [ 277 ] {982a6845-206d-459e-9143-cd95f2ab61ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:16.789312 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2025.07.17 11:29:16.789408 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:16.789502 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part 2025.07.17 11:29:16.789564 [ 277 ] {982a6845-206d-459e-9143-cd95f2ab61ad} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.17 11:29:16.789809 [ 277 ] {982a6845-206d-459e-9143-cd95f2ab61ad} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.789947 [ 277 ] {982a6845-206d-459e-9143-cd95f2ab61ad} executeQuery: Read 42 rows, 2.57 KiB in 0.001137 sec., 36939.31398416887 rows/sec., 2.21 MiB/sec. 2025.07.17 11:29:16.789984 [ 277 ] {982a6845-206d-459e-9143-cd95f2ab61ad} TCPHandler: Processed in 0.001304337 sec. 2025.07.17 11:29:16.799496 [ 199 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 623 rows, containing 19 columns (19 merged, 0 gathered) in 0.010853833 sec., 57399.07735820147 rows/sec., 102.86 MiB/sec. 2025.07.17 11:29:16.800295 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.17 11:29:16.800645 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:16.800719 [ 195 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_31_6} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.17 11:29:16.800832 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. 2025.07.17 11:29:17.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 246.18 MiB, peak 253.57 MiB, free memory in arenas 0.00 B, will set to 247.20 MiB (RSS), difference: 1.02 MiB 2025.07.17 11:29:20.575333 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 2025.07.17 11:29:20.575812 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:20.575856 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:20.576420 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.17 11:29:20.576668 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:20.576814 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 2025.07.17 11:29:20.646157 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:20.646302 [ 277 ] {e155c499-9b1e-4d12-9fba-0862af711873} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:29:20.646358 [ 277 ] {e155c499-9b1e-4d12-9fba-0862af711873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:29:20.646917 [ 277 ] {e155c499-9b1e-4d12-9fba-0862af711873} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:20.646958 [ 277 ] {e155c499-9b1e-4d12-9fba-0862af711873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:20.647291 [ 277 ] {e155c499-9b1e-4d12-9fba-0862af711873} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.17 11:29:20.647516 [ 277 ] {e155c499-9b1e-4d12-9fba-0862af711873} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:20.647667 [ 277 ] {e155c499-9b1e-4d12-9fba-0862af711873} executeQuery: Read 4 rows, 334.00 B in 0.001405 sec., 2846.9750889679717 rows/sec., 232.15 KiB/sec. 2025.07.17 11:29:20.647712 [ 277 ] {e155c499-9b1e-4d12-9fba-0862af711873} TCPHandler: Processed in 0.001673342 sec. 2025.07.17 11:29:20.647833 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:20.647934 [ 277 ] {b39ffc20-46d0-4150-976f-214d6480d839} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:20.647978 [ 277 ] {b39ffc20-46d0-4150-976f-214d6480d839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:20.648411 [ 277 ] {b39ffc20-46d0-4150-976f-214d6480d839} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:20.648448 [ 277 ] {b39ffc20-46d0-4150-976f-214d6480d839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:20.648767 [ 277 ] {b39ffc20-46d0-4150-976f-214d6480d839} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.17 11:29:20.648987 [ 277 ] {b39ffc20-46d0-4150-976f-214d6480d839} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:20.649127 [ 277 ] {b39ffc20-46d0-4150-976f-214d6480d839} executeQuery: Read 76 rows, 6.31 KiB in 0.001216 sec., 62500 rows/sec., 5.07 MiB/sec. 2025.07.17 11:29:20.649167 [ 277 ] {b39ffc20-46d0-4150-976f-214d6480d839} TCPHandler: Processed in 0.001384478 sec. 2025.07.17 11:29:20.649276 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:20.649372 [ 277 ] {f7074860-9052-45e2-84af-e33736da7933} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:20.649414 [ 277 ] {f7074860-9052-45e2-84af-e33736da7933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:20.649812 [ 277 ] {f7074860-9052-45e2-84af-e33736da7933} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:20.649849 [ 277 ] {f7074860-9052-45e2-84af-e33736da7933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:20.650151 [ 277 ] {f7074860-9052-45e2-84af-e33736da7933} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.17 11:29:20.650370 [ 277 ] {f7074860-9052-45e2-84af-e33736da7933} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:20.650505 [ 277 ] {f7074860-9052-45e2-84af-e33736da7933} executeQuery: Read 13 rows, 979.00 B in 0.001153 sec., 11274.934952298352 rows/sec., 829.19 KiB/sec. 2025.07.17 11:29:20.650544 [ 277 ] {f7074860-9052-45e2-84af-e33736da7933} TCPHandler: Processed in 0.001317847 sec. 2025.07.17 11:29:20.650649 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:20.650751 [ 277 ] {f198fb0c-98ae-461a-bea8-67c3880dfedc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:20.650794 [ 277 ] {f198fb0c-98ae-461a-bea8-67c3880dfedc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:20.651235 [ 277 ] {f198fb0c-98ae-461a-bea8-67c3880dfedc} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:20.651274 [ 277 ] {f198fb0c-98ae-461a-bea8-67c3880dfedc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:20.651604 [ 277 ] {f198fb0c-98ae-461a-bea8-67c3880dfedc} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.17 11:29:20.651827 [ 277 ] {f198fb0c-98ae-461a-bea8-67c3880dfedc} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:20.651966 [ 277 ] {f198fb0c-98ae-461a-bea8-67c3880dfedc} executeQuery: Read 77 rows, 6.16 KiB in 0.001234 sec., 62398.70340356564 rows/sec., 4.88 MiB/sec. 2025.07.17 11:29:20.652006 [ 277 ] {f198fb0c-98ae-461a-bea8-67c3880dfedc} TCPHandler: Processed in 0.001407789 sec. 2025.07.17 11:29:20.652122 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:20.652218 [ 277 ] {694d8be8-6629-4118-a6f7-0fa459d5686b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:20.652263 [ 277 ] {694d8be8-6629-4118-a6f7-0fa459d5686b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:20.652638 [ 277 ] {694d8be8-6629-4118-a6f7-0fa459d5686b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:20.652677 [ 277 ] {694d8be8-6629-4118-a6f7-0fa459d5686b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:20.653006 [ 277 ] {694d8be8-6629-4118-a6f7-0fa459d5686b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.17 11:29:20.653239 [ 277 ] {694d8be8-6629-4118-a6f7-0fa459d5686b} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:20.653378 [ 277 ] {694d8be8-6629-4118-a6f7-0fa459d5686b} executeQuery: Read 108 rows, 7.70 KiB in 0.001179 sec., 91603.0534351145 rows/sec., 6.38 MiB/sec. 2025.07.17 11:29:20.653417 [ 277 ] {694d8be8-6629-4118-a6f7-0fa459d5686b} TCPHandler: Processed in 0.001344908 sec. 2025.07.17 11:29:20.653525 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:20.653619 [ 277 ] {cb2441a4-c245-4fb8-8053-2dc5e7ff9907} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:20.653675 [ 277 ] {cb2441a4-c245-4fb8-8053-2dc5e7ff9907} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:20.654420 [ 277 ] {cb2441a4-c245-4fb8-8053-2dc5e7ff9907} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:20.654457 [ 277 ] {cb2441a4-c245-4fb8-8053-2dc5e7ff9907} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:20.654968 [ 277 ] {cb2441a4-c245-4fb8-8053-2dc5e7ff9907} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.17 11:29:20.655191 [ 277 ] {cb2441a4-c245-4fb8-8053-2dc5e7ff9907} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:20.655332 [ 277 ] {cb2441a4-c245-4fb8-8053-2dc5e7ff9907} executeQuery: Read 9 rows, 16.51 KiB in 0.001731 sec., 5199.306759098788 rows/sec., 9.32 MiB/sec. 2025.07.17 11:29:20.655393 [ 277 ] {cb2441a4-c245-4fb8-8053-2dc5e7ff9907} TCPHandler: Processed in 0.001917875 sec. 2025.07.17 11:29:20.655503 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:20.655597 [ 277 ] {24d30349-1349-45d3-a675-b68aca4c0b00} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:20.655640 [ 277 ] {24d30349-1349-45d3-a675-b68aca4c0b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:20.655970 [ 277 ] {24d30349-1349-45d3-a675-b68aca4c0b00} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:20.656007 [ 277 ] {24d30349-1349-45d3-a675-b68aca4c0b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:20.656324 [ 277 ] {24d30349-1349-45d3-a675-b68aca4c0b00} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.17 11:29:20.656542 [ 277 ] {24d30349-1349-45d3-a675-b68aca4c0b00} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:20.656676 [ 277 ] {24d30349-1349-45d3-a675-b68aca4c0b00} executeQuery: Read 40 rows, 2.77 KiB in 0.001097 sec., 36463.08113035551 rows/sec., 2.46 MiB/sec. 2025.07.17 11:29:20.656713 [ 277 ] {24d30349-1349-45d3-a675-b68aca4c0b00} TCPHandler: Processed in 0.001259987 sec. 2025.07.17 11:29:21.316428 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.07.17 11:29:21.333372 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:21.333422 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:21.340230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.17 11:29:21.341191 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:21.345169 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.07.17 11:29:23.100796 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 860 2025.07.17 11:29:23.103393 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:23.103441 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:23.104657 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:29:23.104937 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:23.105103 [ 147 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.17 11:29:23.105170 [ 147 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:23.105194 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:23.105296 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 860 2025.07.17 11:29:23.105298 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.07.17 11:29:23.105833 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:23.105951 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part 2025.07.17 11:29:23.106243 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.07.17 11:29:23.106514 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part 2025.07.17 11:29:23.106771 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part 2025.07.17 11:29:23.107024 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2025.07.17 11:29:23.107287 [ 198 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part 2025.07.17 11:29:23.112700 [ 193 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 860 rows, containing 72 columns (72 merged, 0 gathered) in 0.007435178 sec., 115666.36333387042 rows/sec., 95.79 MiB/sec. 2025.07.17 11:29:23.113897 [ 190 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.17 11:29:23.114387 [ 190 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:23.114453 [ 190 ] {688a3fe5-b8dc-45a8-8914-b3fbfb671962::all_1_21_4} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.17 11:29:23.114568 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2025.07.17 11:29:25.649005 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:25.649182 [ 277 ] {dfb130cf-9456-43ee-80f5-7fc5a13688e2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:25.649249 [ 277 ] {dfb130cf-9456-43ee-80f5-7fc5a13688e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:25.649941 [ 277 ] {dfb130cf-9456-43ee-80f5-7fc5a13688e2} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.649993 [ 277 ] {dfb130cf-9456-43ee-80f5-7fc5a13688e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.650415 [ 277 ] {dfb130cf-9456-43ee-80f5-7fc5a13688e2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.17 11:29:25.650646 [ 277 ] {dfb130cf-9456-43ee-80f5-7fc5a13688e2} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.650810 [ 277 ] {dfb130cf-9456-43ee-80f5-7fc5a13688e2} executeQuery: Read 66 rows, 5.35 KiB in 0.001675 sec., 39402.985074626864 rows/sec., 3.12 MiB/sec. 2025.07.17 11:29:25.650820 [ 145 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.17 11:29:25.650862 [ 277 ] {dfb130cf-9456-43ee-80f5-7fc5a13688e2} TCPHandler: Processed in 0.001982756 sec. 2025.07.17 11:29:25.650898 [ 145 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.650931 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.651002 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:25.651033 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.07.17 11:29:25.651116 [ 277 ] {b3d0a59e-3bfd-4df6-9ca3-942d142dd231} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:25.651143 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:25.651163 [ 277 ] {b3d0a59e-3bfd-4df6-9ca3-942d142dd231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:25.651178 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1849 rows starting from the beginning of the part 2025.07.17 11:29:25.651244 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 689 rows starting from the beginning of the part 2025.07.17 11:29:25.651295 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part 2025.07.17 11:29:25.651341 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1811 rows starting from the beginning of the part 2025.07.17 11:29:25.651386 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 76 rows starting from the beginning of the part 2025.07.17 11:29:25.651428 [ 199 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 66 rows starting from the beginning of the part 2025.07.17 11:29:25.651591 [ 277 ] {b3d0a59e-3bfd-4df6-9ca3-942d142dd231} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.651628 [ 277 ] {b3d0a59e-3bfd-4df6-9ca3-942d142dd231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.651944 [ 277 ] {b3d0a59e-3bfd-4df6-9ca3-942d142dd231} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.17 11:29:25.652172 [ 277 ] {b3d0a59e-3bfd-4df6-9ca3-942d142dd231} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.652311 [ 277 ] {b3d0a59e-3bfd-4df6-9ca3-942d142dd231} executeQuery: Read 5 rows, 385.00 B in 0.001223 sec., 4088.3074407195422 rows/sec., 307.42 KiB/sec. 2025.07.17 11:29:25.652352 [ 277 ] {b3d0a59e-3bfd-4df6-9ca3-942d142dd231} TCPHandler: Processed in 0.001403988 sec. 2025.07.17 11:29:25.652467 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:25.652565 [ 277 ] {7c62cfad-8146-4673-9f0d-6c1d51280c5e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:25.652608 [ 277 ] {7c62cfad-8146-4673-9f0d-6c1d51280c5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:25.653046 [ 277 ] {7c62cfad-8146-4673-9f0d-6c1d51280c5e} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.653084 [ 277 ] {7c62cfad-8146-4673-9f0d-6c1d51280c5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.653256 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.002263 sec., 2013698.6301369865 rows/sec., 170.71 MiB/sec. 2025.07.17 11:29:25.653415 [ 277 ] {7c62cfad-8146-4673-9f0d-6c1d51280c5e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.17 11:29:25.653573 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.17 11:29:25.653668 [ 277 ] {7c62cfad-8146-4673-9f0d-6c1d51280c5e} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.653798 [ 145 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.17 11:29:25.653814 [ 277 ] {7c62cfad-8146-4673-9f0d-6c1d51280c5e} executeQuery: Read 69 rows, 5.52 KiB in 0.00127 sec., 54330.70866141732 rows/sec., 4.24 MiB/sec. 2025.07.17 11:29:25.653841 [ 145 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.653862 [ 277 ] {7c62cfad-8146-4673-9f0d-6c1d51280c5e} TCPHandler: Processed in 0.001446629 sec. 2025.07.17 11:29:25.653867 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.653898 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.653962 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.07.17 11:29:25.653981 [ 193 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_46_9} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.17 11:29:25.653989 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:25.654074 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:25.654085 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.07.17 11:29:25.654097 [ 277 ] {ba0ae9d0-7867-4ac4-a6e0-d32cc0da1394} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:25.654113 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part 2025.07.17 11:29:25.654153 [ 277 ] {ba0ae9d0-7867-4ac4-a6e0-d32cc0da1394} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:25.654185 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 418 rows starting from the beginning of the part 2025.07.17 11:29:25.654238 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 69 rows starting from the beginning of the part 2025.07.17 11:29:25.654282 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 865 rows starting from the beginning of the part 2025.07.17 11:29:25.654329 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 77 rows starting from the beginning of the part 2025.07.17 11:29:25.654369 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 69 rows starting from the beginning of the part 2025.07.17 11:29:25.654582 [ 277 ] {ba0ae9d0-7867-4ac4-a6e0-d32cc0da1394} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.654623 [ 277 ] {ba0ae9d0-7867-4ac4-a6e0-d32cc0da1394} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.654982 [ 277 ] {ba0ae9d0-7867-4ac4-a6e0-d32cc0da1394} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.17 11:29:25.655212 [ 277 ] {ba0ae9d0-7867-4ac4-a6e0-d32cc0da1394} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.655331 [ 143 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.17 11:29:25.655342 [ 277 ] {ba0ae9d0-7867-4ac4-a6e0-d32cc0da1394} executeQuery: Read 160 rows, 11.41 KiB in 0.001268 sec., 126182.96529968454 rows/sec., 8.79 MiB/sec. 2025.07.17 11:29:25.655371 [ 143 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.655389 [ 277 ] {ba0ae9d0-7867-4ac4-a6e0-d32cc0da1394} TCPHandler: Processed in 0.00145103 sec. 2025.07.17 11:29:25.655392 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.655461 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.07.17 11:29:25.655499 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:25.655546 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:25.655573 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13063 rows starting from the beginning of the part 2025.07.17 11:29:25.655572 [ 193 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650132 sec., 1462307.257843615 rows/sec., 111.97 MiB/sec. 2025.07.17 11:29:25.655593 [ 277 ] {c6461415-902f-46c3-bd3e-9e749269e223} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:25.655621 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part 2025.07.17 11:29:25.655657 [ 277 ] {c6461415-902f-46c3-bd3e-9e749269e223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:25.655660 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.07.17 11:29:25.655704 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 977 rows starting from the beginning of the part 2025.07.17 11:29:25.655728 [ 193 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.17 11:29:25.655742 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 108 rows starting from the beginning of the part 2025.07.17 11:29:25.655786 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.07.17 11:29:25.656007 [ 193 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.656077 [ 193 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_46_9} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.17 11:29:25.656139 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.07.17 11:29:25.656401 [ 277 ] {c6461415-902f-46c3-bd3e-9e749269e223} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.656440 [ 277 ] {c6461415-902f-46c3-bd3e-9e749269e223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.656994 [ 277 ] {c6461415-902f-46c3-bd3e-9e749269e223} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.17 11:29:25.657238 [ 277 ] {c6461415-902f-46c3-bd3e-9e749269e223} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.657380 [ 277 ] {c6461415-902f-46c3-bd3e-9e749269e223} executeQuery: Read 5 rows, 9.17 KiB in 0.001805 sec., 2770.083102493075 rows/sec., 4.96 MiB/sec. 2025.07.17 11:29:25.657449 [ 277 ] {c6461415-902f-46c3-bd3e-9e749269e223} TCPHandler: Processed in 0.001999737 sec. 2025.07.17 11:29:25.657558 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:25.657653 [ 277 ] {b9100375-c278-4d44-8727-a8250b2a4f78} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:25.657696 [ 277 ] {b9100375-c278-4d44-8727-a8250b2a4f78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:25.658033 [ 277 ] {b9100375-c278-4d44-8727-a8250b2a4f78} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.658068 [ 277 ] {b9100375-c278-4d44-8727-a8250b2a4f78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.658398 [ 277 ] {b9100375-c278-4d44-8727-a8250b2a4f78} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.17 11:29:25.658619 [ 277 ] {b9100375-c278-4d44-8727-a8250b2a4f78} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.658719 [ 143 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.17 11:29:25.658749 [ 277 ] {b9100375-c278-4d44-8727-a8250b2a4f78} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2025.07.17 11:29:25.658755 [ 143 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:25.658781 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.17 11:29:25.658785 [ 277 ] {b9100375-c278-4d44-8727-a8250b2a4f78} TCPHandler: Processed in 0.001277457 sec. 2025.07.17 11:29:25.658873 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.07.17 11:29:25.658998 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:25.659031 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2444 rows starting from the beginning of the part 2025.07.17 11:29:25.659093 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part 2025.07.17 11:29:25.659144 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.07.17 11:29:25.659191 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part 2025.07.17 11:29:25.659233 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2025.07.17 11:29:25.659275 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.07.17 11:29:25.659312 [ 193 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 14705 rows, containing 5 columns (5 merged, 0 gathered) in 0.003878001 sec., 3791902.0650072037 rows/sec., 256.25 MiB/sec. 2025.07.17 11:29:25.659642 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.17 11:29:25.659920 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.659999 [ 199 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_46_9} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.17 11:29:25.660072 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2025.07.17 11:29:25.660558 [ 189 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2728 rows, containing 4 columns (4 merged, 0 gathered) in 0.001732453 sec., 1574645.8922695161 rows/sec., 103.14 MiB/sec. 2025.07.17 11:29:25.660799 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.17 11:29:25.661111 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:25.661194 [ 193 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_46_9} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.17 11:29:25.661270 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.07.17 11:29:27.932827 [ 142 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:29:27.932913 [ 142 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:29:28.076958 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 2025.07.17 11:29:28.077518 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:28.077574 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:28.078134 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.17 11:29:28.078377 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:28.078523 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 2025.07.17 11:29:28.845312 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.07.17 11:29:28.862546 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:28.862616 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:28.868124 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.17 11:29:28.868870 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:28.872007 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.07.17 11:29:29.502429 [ 138 ] {} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2025.07.17 11:29:29.502499 [ 138 ] {} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:29.502523 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:29.502672 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2025.07.17 11:29:29.502830 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:29.502868 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 342 rows starting from the beginning of the part 2025.07.17 11:29:29.502944 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part 2025.07.17 11:29:29.502993 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part 2025.07.17 11:29:29.503041 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part 2025.07.17 11:29:29.503085 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 341 rows starting from the beginning of the part 2025.07.17 11:29:29.503969 [ 200 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.001356438 sec., 838224.8211860771 rows/sec., 58.96 MiB/sec. 2025.07.17 11:29:29.504164 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2025.07.17 11:29:29.504425 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:29.504494 [ 193 ] {bc4bf545-385a-4ad7-9af8-cfe94adf1dc2::all_1_18_4} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2025.07.17 11:29:29.504560 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.07.17 11:29:30.655488 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.655658 [ 277 ] {aea6e389-5c9c-4836-bbc8-276f4283a61c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:29:30.655718 [ 277 ] {aea6e389-5c9c-4836-bbc8-276f4283a61c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:29:30.656501 [ 277 ] {aea6e389-5c9c-4836-bbc8-276f4283a61c} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.656542 [ 277 ] {aea6e389-5c9c-4836-bbc8-276f4283a61c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.656928 [ 277 ] {aea6e389-5c9c-4836-bbc8-276f4283a61c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:29:30.657144 [ 277 ] {aea6e389-5c9c-4836-bbc8-276f4283a61c} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.657301 [ 277 ] {aea6e389-5c9c-4836-bbc8-276f4283a61c} executeQuery: Read 212 rows, 13.81 KiB in 0.001691 sec., 125369.60378474275 rows/sec., 7.97 MiB/sec. 2025.07.17 11:29:30.657304 [ 136 ] {} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.07.17 11:29:30.657343 [ 277 ] {aea6e389-5c9c-4836-bbc8-276f4283a61c} TCPHandler: Processed in 0.001975106 sec. 2025.07.17 11:29:30.657385 [ 136 ] {} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.657415 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.657485 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.657552 [ 189 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.07.17 11:29:30.657593 [ 277 ] {eb947e24-470c-46a5-8e6c-fc8c433cd535} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:30.657643 [ 277 ] {eb947e24-470c-46a5-8e6c-fc8c433cd535} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:30.657712 [ 189 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:30.657750 [ 189 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part 2025.07.17 11:29:30.657823 [ 189 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.07.17 11:29:30.657866 [ 189 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part 2025.07.17 11:29:30.657912 [ 189 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part 2025.07.17 11:29:30.657952 [ 189 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2025.07.17 11:29:30.658347 [ 277 ] {eb947e24-470c-46a5-8e6c-fc8c433cd535} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.658390 [ 277 ] {eb947e24-470c-46a5-8e6c-fc8c433cd535} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.658760 [ 277 ] {eb947e24-470c-46a5-8e6c-fc8c433cd535} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.17 11:29:30.658845 [ 194 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355018 sec., 782277.4310009166 rows/sec., 52.74 MiB/sec. 2025.07.17 11:29:30.659008 [ 277 ] {eb947e24-470c-46a5-8e6c-fc8c433cd535} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.659058 [ 200 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.07.17 11:29:30.659151 [ 277 ] {eb947e24-470c-46a5-8e6c-fc8c433cd535} executeQuery: Read 689 rows, 56.20 KiB in 0.001584 sec., 434974.7474747475 rows/sec., 34.65 MiB/sec. 2025.07.17 11:29:30.659193 [ 277 ] {eb947e24-470c-46a5-8e6c-fc8c433cd535} TCPHandler: Processed in 0.001762993 sec. 2025.07.17 11:29:30.659327 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.659380 [ 200 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.659427 [ 277 ] {45c4e28e-f5b8-4268-aab4-d948d2183dd7} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:30.659468 [ 200 ] {5868cef6-4e75-4e63-83bf-fb1df914a9b3::all_1_17_4} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.07.17 11:29:30.659479 [ 277 ] {45c4e28e-f5b8-4268-aab4-d948d2183dd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:30.659578 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.17 11:29:30.659978 [ 277 ] {45c4e28e-f5b8-4268-aab4-d948d2183dd7} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.660018 [ 277 ] {45c4e28e-f5b8-4268-aab4-d948d2183dd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.660399 [ 277 ] {45c4e28e-f5b8-4268-aab4-d948d2183dd7} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.17 11:29:30.660611 [ 277 ] {45c4e28e-f5b8-4268-aab4-d948d2183dd7} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.660761 [ 277 ] {45c4e28e-f5b8-4268-aab4-d948d2183dd7} executeQuery: Read 142 rows, 9.09 KiB in 0.001353 sec., 104951.95861049519 rows/sec., 6.56 MiB/sec. 2025.07.17 11:29:30.660799 [ 277 ] {45c4e28e-f5b8-4268-aab4-d948d2183dd7} TCPHandler: Processed in 0.00152118 sec. 2025.07.17 11:29:30.660918 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.661011 [ 277 ] {fb3bdbd1-fbac-4248-b0b9-5377825edd1d} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:29:30.661049 [ 277 ] {fb3bdbd1-fbac-4248-b0b9-5377825edd1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:29:30.661476 [ 277 ] {fb3bdbd1-fbac-4248-b0b9-5377825edd1d} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.661511 [ 277 ] {fb3bdbd1-fbac-4248-b0b9-5377825edd1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.661805 [ 277 ] {fb3bdbd1-fbac-4248-b0b9-5377825edd1d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:29:30.662005 [ 277 ] {fb3bdbd1-fbac-4248-b0b9-5377825edd1d} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.662125 [ 277 ] {fb3bdbd1-fbac-4248-b0b9-5377825edd1d} executeQuery: Read 113 rows, 7.49 KiB in 0.001133 sec., 99735.21624007061 rows/sec., 6.46 MiB/sec. 2025.07.17 11:29:30.662162 [ 277 ] {fb3bdbd1-fbac-4248-b0b9-5377825edd1d} TCPHandler: Processed in 0.001293267 sec. 2025.07.17 11:29:30.662280 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.662372 [ 277 ] {9615c5c8-5e5e-44b5-a55d-e0d67f38b704} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:29:30.662411 [ 277 ] {9615c5c8-5e5e-44b5-a55d-e0d67f38b704} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:29:30.662817 [ 277 ] {9615c5c8-5e5e-44b5-a55d-e0d67f38b704} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.662853 [ 277 ] {9615c5c8-5e5e-44b5-a55d-e0d67f38b704} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.663140 [ 277 ] {9615c5c8-5e5e-44b5-a55d-e0d67f38b704} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:29:30.663350 [ 277 ] {9615c5c8-5e5e-44b5-a55d-e0d67f38b704} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.663467 [ 137 ] {} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.07.17 11:29:30.663473 [ 277 ] {9615c5c8-5e5e-44b5-a55d-e0d67f38b704} executeQuery: Read 112 rows, 6.53 KiB in 0.001119 sec., 100089.3655049151 rows/sec., 5.70 MiB/sec. 2025.07.17 11:29:30.663515 [ 137 ] {} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.663531 [ 277 ] {9615c5c8-5e5e-44b5-a55d-e0d67f38b704} TCPHandler: Processed in 0.001299507 sec. 2025.07.17 11:29:30.663541 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.663627 [ 193 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.07.17 11:29:30.663652 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.663722 [ 193 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:30.663747 [ 277 ] {607bd804-c4e5-44a3-bf9b-b0eba11c2962} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:30.663753 [ 193 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part 2025.07.17 11:29:30.663792 [ 277 ] {607bd804-c4e5-44a3-bf9b-b0eba11c2962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:30.663827 [ 193 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part 2025.07.17 11:29:30.663890 [ 193 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part 2025.07.17 11:29:30.663942 [ 193 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part 2025.07.17 11:29:30.663984 [ 193 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part 2025.07.17 11:29:30.664395 [ 277 ] {607bd804-c4e5-44a3-bf9b-b0eba11c2962} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.664442 [ 277 ] {607bd804-c4e5-44a3-bf9b-b0eba11c2962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.664818 [ 200 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001221206 sec., 458563.09254949616 rows/sec., 27.87 MiB/sec. 2025.07.17 11:29:30.664880 [ 277 ] {607bd804-c4e5-44a3-bf9b-b0eba11c2962} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.17 11:29:30.665034 [ 194 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.07.17 11:29:30.665216 [ 277 ] {607bd804-c4e5-44a3-bf9b-b0eba11c2962} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.665386 [ 194 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.665403 [ 277 ] {607bd804-c4e5-44a3-bf9b-b0eba11c2962} executeQuery: Read 418 rows, 30.47 KiB in 0.001672 sec., 250000 rows/sec., 17.80 MiB/sec. 2025.07.17 11:29:30.665457 [ 277 ] {607bd804-c4e5-44a3-bf9b-b0eba11c2962} TCPHandler: Processed in 0.001852905 sec. 2025.07.17 11:29:30.665482 [ 194 ] {4d24518f-19ed-4435-9d6e-9537751f1edd::all_1_17_4} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.07.17 11:29:30.665589 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.07.17 11:29:30.665670 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.665772 [ 277 ] {2d44176b-7557-4dc8-b8d8-71c60e4cb452} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:29:30.665814 [ 277 ] {2d44176b-7557-4dc8-b8d8-71c60e4cb452} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:29:30.666225 [ 277 ] {2d44176b-7557-4dc8-b8d8-71c60e4cb452} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.666262 [ 277 ] {2d44176b-7557-4dc8-b8d8-71c60e4cb452} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.666636 [ 277 ] {2d44176b-7557-4dc8-b8d8-71c60e4cb452} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.17 11:29:30.666909 [ 277 ] {2d44176b-7557-4dc8-b8d8-71c60e4cb452} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.667077 [ 277 ] {2d44176b-7557-4dc8-b8d8-71c60e4cb452} executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. 2025.07.17 11:29:30.667129 [ 277 ] {2d44176b-7557-4dc8-b8d8-71c60e4cb452} TCPHandler: Processed in 0.00150955 sec. 2025.07.17 11:29:30.667272 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.667385 [ 277 ] {206af8dc-27f1-46d9-aa6b-3beaa0e06911} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:30.667437 [ 277 ] {206af8dc-27f1-46d9-aa6b-3beaa0e06911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:30.667885 [ 277 ] {206af8dc-27f1-46d9-aa6b-3beaa0e06911} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.667920 [ 277 ] {206af8dc-27f1-46d9-aa6b-3beaa0e06911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.668254 [ 277 ] {206af8dc-27f1-46d9-aa6b-3beaa0e06911} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.17 11:29:30.668497 [ 277 ] {206af8dc-27f1-46d9-aa6b-3beaa0e06911} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.668632 [ 277 ] {206af8dc-27f1-46d9-aa6b-3beaa0e06911} executeQuery: Read 237 rows, 16.27 KiB in 0.00127 sec., 186614.17322834645 rows/sec., 12.51 MiB/sec. 2025.07.17 11:29:30.668671 [ 277 ] {206af8dc-27f1-46d9-aa6b-3beaa0e06911} TCPHandler: Processed in 0.001458029 sec. 2025.07.17 11:29:30.668791 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.668883 [ 277 ] {6419ab14-63bc-4298-913b-c4633a7e4d9a} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:29:30.668925 [ 277 ] {6419ab14-63bc-4298-913b-c4633a7e4d9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:29:30.669234 [ 277 ] {6419ab14-63bc-4298-913b-c4633a7e4d9a} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.669269 [ 277 ] {6419ab14-63bc-4298-913b-c4633a7e4d9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.669560 [ 277 ] {6419ab14-63bc-4298-913b-c4633a7e4d9a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:29:30.669773 [ 277 ] {6419ab14-63bc-4298-913b-c4633a7e4d9a} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.669903 [ 277 ] {6419ab14-63bc-4298-913b-c4633a7e4d9a} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.07.17 11:29:30.669939 [ 277 ] {6419ab14-63bc-4298-913b-c4633a7e4d9a} TCPHandler: Processed in 0.001196246 sec. 2025.07.17 11:29:30.670060 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.670162 [ 277 ] {cde92fdd-bd31-4d39-8353-a59ae5fd9e73} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:30.670218 [ 277 ] {cde92fdd-bd31-4d39-8353-a59ae5fd9e73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:30.671047 [ 277 ] {cde92fdd-bd31-4d39-8353-a59ae5fd9e73} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.671082 [ 277 ] {cde92fdd-bd31-4d39-8353-a59ae5fd9e73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.671728 [ 277 ] {cde92fdd-bd31-4d39-8353-a59ae5fd9e73} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.17 11:29:30.671972 [ 277 ] {cde92fdd-bd31-4d39-8353-a59ae5fd9e73} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.672115 [ 277 ] {cde92fdd-bd31-4d39-8353-a59ae5fd9e73} executeQuery: Read 36 rows, 66.06 KiB in 0.001975 sec., 18227.84810126582 rows/sec., 32.66 MiB/sec. 2025.07.17 11:29:30.672168 [ 277 ] {cde92fdd-bd31-4d39-8353-a59ae5fd9e73} TCPHandler: Processed in 0.002157598 sec. 2025.07.17 11:29:30.672283 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:30.672377 [ 277 ] {4ab95b6f-5ad3-4c94-9471-33547f15b792} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:30.672418 [ 277 ] {4ab95b6f-5ad3-4c94-9471-33547f15b792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:30.672776 [ 277 ] {4ab95b6f-5ad3-4c94-9471-33547f15b792} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:30.672811 [ 277 ] {4ab95b6f-5ad3-4c94-9471-33547f15b792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:30.673107 [ 277 ] {4ab95b6f-5ad3-4c94-9471-33547f15b792} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.17 11:29:30.673317 [ 277 ] {4ab95b6f-5ad3-4c94-9471-33547f15b792} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:30.673442 [ 277 ] {4ab95b6f-5ad3-4c94-9471-33547f15b792} executeQuery: Read 82 rows, 5.33 KiB in 0.001084 sec., 75645.75645756458 rows/sec., 4.80 MiB/sec. 2025.07.17 11:29:30.673480 [ 277 ] {4ab95b6f-5ad3-4c94-9471-33547f15b792} TCPHandler: Processed in 0.001244326 sec. 2025.07.17 11:29:33.105766 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 894 2025.07.17 11:29:33.108173 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:33.108209 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:33.109354 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:29:33.109613 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:33.109860 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 894 2025.07.17 11:29:35.578740 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 2025.07.17 11:29:35.579226 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.579275 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.579762 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.17 11:29:35.580022 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.580151 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 2025.07.17 11:29:35.580166 [ 130 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.17 11:29:35.580259 [ 130 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.580299 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.580489 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.07.17 11:29:35.580713 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:35.580776 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part 2025.07.17 11:29:35.580877 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part 2025.07.17 11:29:35.580958 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part 2025.07.17 11:29:35.581032 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part 2025.07.17 11:29:35.581096 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part 2025.07.17 11:29:35.581162 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part 2025.07.17 11:29:35.582957 [ 194 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.002554324 sec., 5564290.199677096 rows/sec., 79.60 MiB/sec. 2025.07.17 11:29:35.583198 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.17 11:29:35.583447 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.583523 [ 193 ] {e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e::all_1_31_6} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.17 11:29:35.583595 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.07.17 11:29:35.648949 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:35.649110 [ 277 ] {1a2dff23-cf1c-4bde-a437-8d3cf9cc9343} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:35.649172 [ 277 ] {1a2dff23-cf1c-4bde-a437-8d3cf9cc9343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:35.649765 [ 277 ] {1a2dff23-cf1c-4bde-a437-8d3cf9cc9343} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.649809 [ 277 ] {1a2dff23-cf1c-4bde-a437-8d3cf9cc9343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.650199 [ 277 ] {1a2dff23-cf1c-4bde-a437-8d3cf9cc9343} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.17 11:29:35.650450 [ 277 ] {1a2dff23-cf1c-4bde-a437-8d3cf9cc9343} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.650604 [ 277 ] {1a2dff23-cf1c-4bde-a437-8d3cf9cc9343} executeQuery: Read 66 rows, 5.35 KiB in 0.00154 sec., 42857.14285714286 rows/sec., 3.39 MiB/sec. 2025.07.17 11:29:35.650649 [ 277 ] {1a2dff23-cf1c-4bde-a437-8d3cf9cc9343} TCPHandler: Processed in 0.001823645 sec. 2025.07.17 11:29:35.650760 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:35.650856 [ 277 ] {1c89237c-42ac-4b4d-84c6-836091b2d177} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:35.650899 [ 277 ] {1c89237c-42ac-4b4d-84c6-836091b2d177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:35.651300 [ 277 ] {1c89237c-42ac-4b4d-84c6-836091b2d177} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.651337 [ 277 ] {1c89237c-42ac-4b4d-84c6-836091b2d177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.651725 [ 277 ] {1c89237c-42ac-4b4d-84c6-836091b2d177} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.17 11:29:35.651931 [ 277 ] {1c89237c-42ac-4b4d-84c6-836091b2d177} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.652040 [ 130 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.17 11:29:35.652059 [ 277 ] {1c89237c-42ac-4b4d-84c6-836091b2d177} executeQuery: Read 5 rows, 385.00 B in 0.001222 sec., 4091.653027823241 rows/sec., 307.67 KiB/sec. 2025.07.17 11:29:35.652080 [ 130 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.652102 [ 277 ] {1c89237c-42ac-4b4d-84c6-836091b2d177} TCPHandler: Processed in 0.001390989 sec. 2025.07.17 11:29:35.652104 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.652214 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:35.652244 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.07.17 11:29:35.652312 [ 277 ] {54f5895a-ebc8-47a2-ba90-e193b5baf009} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:35.652364 [ 277 ] {54f5895a-ebc8-47a2-ba90-e193b5baf009} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:35.652427 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:35.652467 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 165 rows starting from the beginning of the part 2025.07.17 11:29:35.652534 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 133 rows starting from the beginning of the part 2025.07.17 11:29:35.652580 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part 2025.07.17 11:29:35.652622 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:35.652662 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 142 rows starting from the beginning of the part 2025.07.17 11:29:35.652701 [ 196 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:35.652778 [ 277 ] {54f5895a-ebc8-47a2-ba90-e193b5baf009} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.652819 [ 277 ] {54f5895a-ebc8-47a2-ba90-e193b5baf009} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.653168 [ 277 ] {54f5895a-ebc8-47a2-ba90-e193b5baf009} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.17 11:29:35.653400 [ 277 ] {54f5895a-ebc8-47a2-ba90-e193b5baf009} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.653531 [ 277 ] {54f5895a-ebc8-47a2-ba90-e193b5baf009} executeQuery: Read 69 rows, 5.52 KiB in 0.001238 sec., 55735.05654281099 rows/sec., 4.35 MiB/sec. 2025.07.17 11:29:35.653569 [ 277 ] {54f5895a-ebc8-47a2-ba90-e193b5baf009} TCPHandler: Processed in 0.001403728 sec. 2025.07.17 11:29:35.653616 [ 193 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 5 columns (5 merged, 0 gathered) in 0.001435289 sec., 322583.117407017 rows/sec., 21.60 MiB/sec. 2025.07.17 11:29:35.653676 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:35.653773 [ 277 ] {e7ced705-2753-437e-ad32-d44b826cc80e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:35.653819 [ 277 ] {e7ced705-2753-437e-ad32-d44b826cc80e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:35.653827 [ 194 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.17 11:29:35.654166 [ 194 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.654214 [ 277 ] {e7ced705-2753-437e-ad32-d44b826cc80e} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.654254 [ 194 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_36_7} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.17 11:29:35.654255 [ 277 ] {e7ced705-2753-437e-ad32-d44b826cc80e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.654361 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.07.17 11:29:35.654625 [ 277 ] {e7ced705-2753-437e-ad32-d44b826cc80e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.17 11:29:35.654866 [ 277 ] {e7ced705-2753-437e-ad32-d44b826cc80e} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.654997 [ 277 ] {e7ced705-2753-437e-ad32-d44b826cc80e} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2025.07.17 11:29:35.655035 [ 277 ] {e7ced705-2753-437e-ad32-d44b826cc80e} TCPHandler: Processed in 0.001406709 sec. 2025.07.17 11:29:35.655134 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:35.655225 [ 277 ] {448b8414-0152-42f3-95bc-c1ff1191d7cc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:35.655280 [ 277 ] {448b8414-0152-42f3-95bc-c1ff1191d7cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:35.656017 [ 277 ] {448b8414-0152-42f3-95bc-c1ff1191d7cc} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.656054 [ 277 ] {448b8414-0152-42f3-95bc-c1ff1191d7cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.656571 [ 277 ] {448b8414-0152-42f3-95bc-c1ff1191d7cc} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.17 11:29:35.656797 [ 277 ] {448b8414-0152-42f3-95bc-c1ff1191d7cc} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.656937 [ 277 ] {448b8414-0152-42f3-95bc-c1ff1191d7cc} executeQuery: Read 5 rows, 9.17 KiB in 0.001729 sec., 2891.844997108155 rows/sec., 5.18 MiB/sec. 2025.07.17 11:29:35.657000 [ 277 ] {448b8414-0152-42f3-95bc-c1ff1191d7cc} TCPHandler: Processed in 0.001913155 sec. 2025.07.17 11:29:35.657110 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:35.657204 [ 277 ] {38799e68-99d9-4d24-a1cc-7282006dccf0} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:35.657248 [ 277 ] {38799e68-99d9-4d24-a1cc-7282006dccf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:35.657576 [ 277 ] {38799e68-99d9-4d24-a1cc-7282006dccf0} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:35.657611 [ 277 ] {38799e68-99d9-4d24-a1cc-7282006dccf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:35.657926 [ 277 ] {38799e68-99d9-4d24-a1cc-7282006dccf0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.17 11:29:35.658141 [ 277 ] {38799e68-99d9-4d24-a1cc-7282006dccf0} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:35.658270 [ 277 ] {38799e68-99d9-4d24-a1cc-7282006dccf0} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.07.17 11:29:35.658310 [ 277 ] {38799e68-99d9-4d24-a1cc-7282006dccf0} TCPHandler: Processed in 0.001249557 sec. 2025.07.17 11:29:36.372209 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.07.17 11:29:36.391243 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:36.391309 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:36.397374 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.17 11:29:36.398166 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:36.398457 [ 129 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.17 11:29:36.398497 [ 129 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:36.398516 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:36.398610 [ 193 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.07.17 11:29:36.401471 [ 193 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:36.402143 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.07.17 11:29:36.402271 [ 193 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2025.07.17 11:29:36.405663 [ 193 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2025.07.17 11:29:36.409239 [ 193 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2025.07.17 11:29:36.413178 [ 193 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2025.07.17 11:29:36.417376 [ 193 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2025.07.17 11:29:36.421488 [ 193 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2025.07.17 11:29:36.476757 [ 194 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.078177731 sec., 2993.179732985599 rows/sec., 15.48 MiB/sec. 2025.07.17 11:29:36.478892 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.17 11:29:36.480674 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:36.480771 [ 201 ] {51a7200e-45a3-432c-bfa5-421de520d3a8::all_1_31_6} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.17 11:29:36.482261 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.07.17 11:29:37.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 249.11 MiB, peak 259.67 MiB, free memory in arenas 0.00 B, will set to 254.86 MiB (RSS), difference: 5.75 MiB 2025.07.17 11:29:40.656303 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.656556 [ 277 ] {1103d776-7bc7-40a1-bfc9-e4747c823e6f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:29:40.656620 [ 277 ] {1103d776-7bc7-40a1-bfc9-e4747c823e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:29:40.657339 [ 277 ] {1103d776-7bc7-40a1-bfc9-e4747c823e6f} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.657384 [ 277 ] {1103d776-7bc7-40a1-bfc9-e4747c823e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.657804 [ 277 ] {1103d776-7bc7-40a1-bfc9-e4747c823e6f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:29:40.658030 [ 277 ] {1103d776-7bc7-40a1-bfc9-e4747c823e6f} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.658184 [ 277 ] {1103d776-7bc7-40a1-bfc9-e4747c823e6f} executeQuery: Read 212 rows, 13.81 KiB in 0.001697 sec., 124926.3406010607 rows/sec., 7.95 MiB/sec. 2025.07.17 11:29:40.658226 [ 277 ] {1103d776-7bc7-40a1-bfc9-e4747c823e6f} TCPHandler: Processed in 0.002085428 sec. 2025.07.17 11:29:40.658347 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.658441 [ 277 ] {2f8f7830-b428-40db-90ef-cb62676313d5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:40.658486 [ 277 ] {2f8f7830-b428-40db-90ef-cb62676313d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:40.659250 [ 277 ] {2f8f7830-b428-40db-90ef-cb62676313d5} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.659286 [ 277 ] {2f8f7830-b428-40db-90ef-cb62676313d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.659687 [ 277 ] {2f8f7830-b428-40db-90ef-cb62676313d5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.17 11:29:40.659902 [ 277 ] {2f8f7830-b428-40db-90ef-cb62676313d5} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.660031 [ 277 ] {2f8f7830-b428-40db-90ef-cb62676313d5} executeQuery: Read 689 rows, 56.20 KiB in 0.001609 sec., 428216.28340584214 rows/sec., 34.11 MiB/sec. 2025.07.17 11:29:40.660069 [ 277 ] {2f8f7830-b428-40db-90ef-cb62676313d5} TCPHandler: Processed in 0.001771863 sec. 2025.07.17 11:29:40.660198 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.660295 [ 277 ] {7dc876ce-bd0e-4073-b8bf-634a004477bd} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:40.660338 [ 277 ] {7dc876ce-bd0e-4073-b8bf-634a004477bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:40.660833 [ 277 ] {7dc876ce-bd0e-4073-b8bf-634a004477bd} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.660872 [ 277 ] {7dc876ce-bd0e-4073-b8bf-634a004477bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.661220 [ 277 ] {7dc876ce-bd0e-4073-b8bf-634a004477bd} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.17 11:29:40.661477 [ 277 ] {7dc876ce-bd0e-4073-b8bf-634a004477bd} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.661605 [ 277 ] {7dc876ce-bd0e-4073-b8bf-634a004477bd} executeQuery: Read 142 rows, 9.09 KiB in 0.001331 sec., 106686.70172802405 rows/sec., 6.67 MiB/sec. 2025.07.17 11:29:40.661643 [ 277 ] {7dc876ce-bd0e-4073-b8bf-634a004477bd} TCPHandler: Processed in 0.00149417 sec. 2025.07.17 11:29:40.661771 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.661878 [ 277 ] {9213eea3-ee5c-43c9-bbe1-55e2c4ba1f30} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:29:40.661924 [ 277 ] {9213eea3-ee5c-43c9-bbe1-55e2c4ba1f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:29:40.662400 [ 277 ] {9213eea3-ee5c-43c9-bbe1-55e2c4ba1f30} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.662437 [ 277 ] {9213eea3-ee5c-43c9-bbe1-55e2c4ba1f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.662752 [ 277 ] {9213eea3-ee5c-43c9-bbe1-55e2c4ba1f30} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:29:40.662965 [ 277 ] {9213eea3-ee5c-43c9-bbe1-55e2c4ba1f30} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.663091 [ 277 ] {9213eea3-ee5c-43c9-bbe1-55e2c4ba1f30} executeQuery: Read 113 rows, 7.49 KiB in 0.001236 sec., 91423.94822006473 rows/sec., 5.92 MiB/sec. 2025.07.17 11:29:40.663130 [ 277 ] {9213eea3-ee5c-43c9-bbe1-55e2c4ba1f30} TCPHandler: Processed in 0.001415559 sec. 2025.07.17 11:29:40.663244 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.663337 [ 277 ] {09469982-7273-4ff1-a0b1-3e27aeac45cc} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:29:40.663378 [ 277 ] {09469982-7273-4ff1-a0b1-3e27aeac45cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:29:40.663828 [ 277 ] {09469982-7273-4ff1-a0b1-3e27aeac45cc} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.663864 [ 277 ] {09469982-7273-4ff1-a0b1-3e27aeac45cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.664178 [ 277 ] {09469982-7273-4ff1-a0b1-3e27aeac45cc} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:29:40.664393 [ 277 ] {09469982-7273-4ff1-a0b1-3e27aeac45cc} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.664529 [ 277 ] {09469982-7273-4ff1-a0b1-3e27aeac45cc} executeQuery: Read 112 rows, 6.53 KiB in 0.001209 sec., 92638.54425144747 rows/sec., 5.28 MiB/sec. 2025.07.17 11:29:40.664578 [ 277 ] {09469982-7273-4ff1-a0b1-3e27aeac45cc} TCPHandler: Processed in 0.001382659 sec. 2025.07.17 11:29:40.664712 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.664820 [ 277 ] {64a47e33-3acc-4523-a1c3-8497949fb61b} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:40.664866 [ 277 ] {64a47e33-3acc-4523-a1c3-8497949fb61b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:40.665591 [ 277 ] {64a47e33-3acc-4523-a1c3-8497949fb61b} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.665628 [ 277 ] {64a47e33-3acc-4523-a1c3-8497949fb61b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.665972 [ 277 ] {64a47e33-3acc-4523-a1c3-8497949fb61b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.17 11:29:40.666196 [ 277 ] {64a47e33-3acc-4523-a1c3-8497949fb61b} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.666352 [ 277 ] {64a47e33-3acc-4523-a1c3-8497949fb61b} executeQuery: Read 418 rows, 30.47 KiB in 0.001544 sec., 270725.3886010363 rows/sec., 19.27 MiB/sec. 2025.07.17 11:29:40.666398 [ 277 ] {64a47e33-3acc-4523-a1c3-8497949fb61b} TCPHandler: Processed in 0.001743994 sec. 2025.07.17 11:29:40.666515 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.666612 [ 277 ] {6c2095b9-893f-4d24-a09c-92a7f03c6c19} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:29:40.666654 [ 277 ] {6c2095b9-893f-4d24-a09c-92a7f03c6c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:29:40.666995 [ 277 ] {6c2095b9-893f-4d24-a09c-92a7f03c6c19} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.667030 [ 277 ] {6c2095b9-893f-4d24-a09c-92a7f03c6c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.667345 [ 277 ] {6c2095b9-893f-4d24-a09c-92a7f03c6c19} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.17 11:29:40.667581 [ 277 ] {6c2095b9-893f-4d24-a09c-92a7f03c6c19} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.667728 [ 277 ] {6c2095b9-893f-4d24-a09c-92a7f03c6c19} executeQuery: Read 6 rows, 321.00 B in 0.001135 sec., 5286.343612334802 rows/sec., 276.19 KiB/sec. 2025.07.17 11:29:40.667768 [ 277 ] {6c2095b9-893f-4d24-a09c-92a7f03c6c19} TCPHandler: Processed in 0.001300508 sec. 2025.07.17 11:29:40.667967 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.668069 [ 277 ] {1923769c-70da-417b-a254-1b424caffa37} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:40.668117 [ 277 ] {1923769c-70da-417b-a254-1b424caffa37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:40.668575 [ 277 ] {1923769c-70da-417b-a254-1b424caffa37} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.668611 [ 277 ] {1923769c-70da-417b-a254-1b424caffa37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.668979 [ 277 ] {1923769c-70da-417b-a254-1b424caffa37} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.17 11:29:40.669195 [ 277 ] {1923769c-70da-417b-a254-1b424caffa37} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.669322 [ 277 ] {1923769c-70da-417b-a254-1b424caffa37} executeQuery: Read 237 rows, 16.27 KiB in 0.001271 sec., 186467.34854445318 rows/sec., 12.50 MiB/sec. 2025.07.17 11:29:40.669365 [ 277 ] {1923769c-70da-417b-a254-1b424caffa37} TCPHandler: Processed in 0.00145747 sec. 2025.07.17 11:29:40.669482 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.669592 [ 277 ] {0a59c79c-37e9-4dad-9869-6fa470f8d275} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:29:40.669640 [ 277 ] {0a59c79c-37e9-4dad-9869-6fa470f8d275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:29:40.669963 [ 277 ] {0a59c79c-37e9-4dad-9869-6fa470f8d275} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.669999 [ 277 ] {0a59c79c-37e9-4dad-9869-6fa470f8d275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.670298 [ 277 ] {0a59c79c-37e9-4dad-9869-6fa470f8d275} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:29:40.670519 [ 277 ] {0a59c79c-37e9-4dad-9869-6fa470f8d275} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.670629 [ 113 ] {} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2025.07.17 11:29:40.670645 [ 277 ] {0a59c79c-37e9-4dad-9869-6fa470f8d275} executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. 2025.07.17 11:29:40.670695 [ 113 ] {} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.670703 [ 277 ] {0a59c79c-37e9-4dad-9869-6fa470f8d275} TCPHandler: Processed in 0.001269836 sec. 2025.07.17 11:29:40.670734 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.670834 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.670850 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2025.07.17 11:29:40.670934 [ 277 ] {ad21d093-c093-4874-90f1-ddb8eef3a1a6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:40.670990 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:40.670991 [ 277 ] {ad21d093-c093-4874-90f1-ddb8eef3a1a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:40.671030 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part 2025.07.17 11:29:40.671101 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.07.17 11:29:40.671145 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.07.17 11:29:40.671184 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2025.07.17 11:29:40.671222 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2025.07.17 11:29:40.671260 [ 194 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2025.07.17 11:29:40.671877 [ 277 ] {ad21d093-c093-4874-90f1-ddb8eef3a1a6} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.671917 [ 277 ] {ad21d093-c093-4874-90f1-ddb8eef3a1a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.672102 [ 191 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.001304527 sec., 14564.66596705166 rows/sec., 978.41 KiB/sec. 2025.07.17 11:29:40.672245 [ 195 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.07.17 11:29:40.672518 [ 195 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.672585 [ 195 ] {613ee925-dc17-4fb8-ad96-41819387aa56::all_1_19_4} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2025.07.17 11:29:40.672660 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.17 11:29:40.672918 [ 277 ] {ad21d093-c093-4874-90f1-ddb8eef3a1a6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.17 11:29:40.673197 [ 277 ] {ad21d093-c093-4874-90f1-ddb8eef3a1a6} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.673327 [ 113 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.17 11:29:40.673342 [ 277 ] {ad21d093-c093-4874-90f1-ddb8eef3a1a6} executeQuery: Read 36 rows, 66.06 KiB in 0.002424 sec., 14851.485148514852 rows/sec., 26.61 MiB/sec. 2025.07.17 11:29:40.673382 [ 113 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.673406 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.673421 [ 277 ] {ad21d093-c093-4874-90f1-ddb8eef3a1a6} TCPHandler: Processed in 0.002634755 sec. 2025.07.17 11:29:40.673545 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.07.17 11:29:40.673549 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:40.673697 [ 277 ] {c6dba8c1-4281-470a-b965-13e1e22f5eda} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:40.673740 [ 277 ] {c6dba8c1-4281-470a-b965-13e1e22f5eda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:40.673852 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:40.673921 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 623 rows starting from the beginning of the part 2025.07.17 11:29:40.674055 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part 2025.07.17 11:29:40.674119 [ 277 ] {c6dba8c1-4281-470a-b965-13e1e22f5eda} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:40.674160 [ 277 ] {c6dba8c1-4281-470a-b965-13e1e22f5eda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:40.674165 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:40.674274 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part 2025.07.17 11:29:40.674369 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:40.674466 [ 188 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part 2025.07.17 11:29:40.674515 [ 277 ] {c6dba8c1-4281-470a-b965-13e1e22f5eda} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.17 11:29:40.674758 [ 277 ] {c6dba8c1-4281-470a-b965-13e1e22f5eda} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.674901 [ 277 ] {c6dba8c1-4281-470a-b965-13e1e22f5eda} executeQuery: Read 82 rows, 5.33 KiB in 0.001224 sec., 66993.46405228759 rows/sec., 4.25 MiB/sec. 2025.07.17 11:29:40.674943 [ 277 ] {c6dba8c1-4281-470a-b965-13e1e22f5eda} TCPHandler: Processed in 0.001443019 sec. 2025.07.17 11:29:40.680317 [ 194 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 19 columns (19 merged, 0 gathered) in 0.00683592 sec., 104448.26738756451 rows/sec., 187.17 MiB/sec. 2025.07.17 11:29:40.681625 [ 198 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.17 11:29:40.681983 [ 198 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:40.682064 [ 198 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_36_7} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.17 11:29:40.682196 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.07.17 11:29:41.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.72 MiB, peak 263.17 MiB, free memory in arenas 0.00 B, will set to 258.83 MiB (RSS), difference: 3.11 MiB 2025.07.17 11:29:42.933160 [ 119 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:29:42.933224 [ 119 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:29:43.080268 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 2025.07.17 11:29:43.080796 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:43.080833 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:43.081473 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.17 11:29:43.081714 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:43.081836 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 2025.07.17 11:29:43.110129 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 928 2025.07.17 11:29:43.112539 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:43.112580 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:43.113760 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.17 11:29:43.114019 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:43.114274 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 928 2025.07.17 11:29:43.902269 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.07.17 11:29:43.917832 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:43.917898 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:43.923307 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.17 11:29:43.924055 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:43.926889 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.07.17 11:29:44.001531 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001065204 sec. 2025.07.17 11:29:45.648802 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:45.648994 [ 277 ] {c9db4cc0-11fc-46f9-aaec-eae68e6ac83e} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:45.649066 [ 277 ] {c9db4cc0-11fc-46f9-aaec-eae68e6ac83e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:45.649753 [ 277 ] {c9db4cc0-11fc-46f9-aaec-eae68e6ac83e} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:45.649800 [ 277 ] {c9db4cc0-11fc-46f9-aaec-eae68e6ac83e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:45.650187 [ 277 ] {c9db4cc0-11fc-46f9-aaec-eae68e6ac83e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.17 11:29:45.650410 [ 277 ] {c9db4cc0-11fc-46f9-aaec-eae68e6ac83e} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:45.650561 [ 277 ] {c9db4cc0-11fc-46f9-aaec-eae68e6ac83e} executeQuery: Read 66 rows, 5.35 KiB in 0.001618 sec., 40791.100123609394 rows/sec., 3.23 MiB/sec. 2025.07.17 11:29:45.650603 [ 277 ] {c9db4cc0-11fc-46f9-aaec-eae68e6ac83e} TCPHandler: Processed in 0.001935675 sec. 2025.07.17 11:29:45.650733 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:45.650827 [ 277 ] {9c0ef4f0-6917-452b-9de3-1ba46b09c9a6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:45.650868 [ 277 ] {9c0ef4f0-6917-452b-9de3-1ba46b09c9a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:45.651270 [ 277 ] {9c0ef4f0-6917-452b-9de3-1ba46b09c9a6} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:45.651305 [ 277 ] {9c0ef4f0-6917-452b-9de3-1ba46b09c9a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:45.651611 [ 277 ] {9c0ef4f0-6917-452b-9de3-1ba46b09c9a6} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.17 11:29:45.651848 [ 277 ] {9c0ef4f0-6917-452b-9de3-1ba46b09c9a6} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:45.651984 [ 277 ] {9c0ef4f0-6917-452b-9de3-1ba46b09c9a6} executeQuery: Read 5 rows, 385.00 B in 0.001176 sec., 4251.700680272109 rows/sec., 319.71 KiB/sec. 2025.07.17 11:29:45.652023 [ 277 ] {9c0ef4f0-6917-452b-9de3-1ba46b09c9a6} TCPHandler: Processed in 0.001339108 sec. 2025.07.17 11:29:45.652138 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:45.652229 [ 277 ] {376bd69e-1ade-4c96-8691-5b322641dcfa} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:45.652269 [ 277 ] {376bd69e-1ade-4c96-8691-5b322641dcfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:45.652673 [ 277 ] {376bd69e-1ade-4c96-8691-5b322641dcfa} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:45.652709 [ 277 ] {376bd69e-1ade-4c96-8691-5b322641dcfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:45.653006 [ 277 ] {376bd69e-1ade-4c96-8691-5b322641dcfa} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.17 11:29:45.653208 [ 277 ] {376bd69e-1ade-4c96-8691-5b322641dcfa} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:45.653333 [ 277 ] {376bd69e-1ade-4c96-8691-5b322641dcfa} executeQuery: Read 69 rows, 5.52 KiB in 0.001122 sec., 61497.32620320856 rows/sec., 4.80 MiB/sec. 2025.07.17 11:29:45.653371 [ 277 ] {376bd69e-1ade-4c96-8691-5b322641dcfa} TCPHandler: Processed in 0.001282757 sec. 2025.07.17 11:29:45.653478 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:45.653570 [ 277 ] {e8f3f58a-909c-48e7-bd69-318ea8add8d2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:45.653613 [ 277 ] {e8f3f58a-909c-48e7-bd69-318ea8add8d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:45.654003 [ 277 ] {e8f3f58a-909c-48e7-bd69-318ea8add8d2} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:45.654039 [ 277 ] {e8f3f58a-909c-48e7-bd69-318ea8add8d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:45.654363 [ 277 ] {e8f3f58a-909c-48e7-bd69-318ea8add8d2} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.17 11:29:45.654571 [ 277 ] {e8f3f58a-909c-48e7-bd69-318ea8add8d2} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:45.654697 [ 277 ] {e8f3f58a-909c-48e7-bd69-318ea8add8d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. 2025.07.17 11:29:45.654735 [ 277 ] {e8f3f58a-909c-48e7-bd69-318ea8add8d2} TCPHandler: Processed in 0.001306167 sec. 2025.07.17 11:29:45.654833 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:45.654925 [ 277 ] {41f221cd-f570-4820-be2c-78d492290428} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:45.654978 [ 277 ] {41f221cd-f570-4820-be2c-78d492290428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:45.655694 [ 277 ] {41f221cd-f570-4820-be2c-78d492290428} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:45.655730 [ 277 ] {41f221cd-f570-4820-be2c-78d492290428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:45.656218 [ 277 ] {41f221cd-f570-4820-be2c-78d492290428} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.17 11:29:45.656513 [ 277 ] {41f221cd-f570-4820-be2c-78d492290428} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:45.656682 [ 277 ] {41f221cd-f570-4820-be2c-78d492290428} executeQuery: Read 5 rows, 9.17 KiB in 0.001774 sec., 2818.489289740699 rows/sec., 5.05 MiB/sec. 2025.07.17 11:29:45.656739 [ 277 ] {41f221cd-f570-4820-be2c-78d492290428} TCPHandler: Processed in 0.001953876 sec. 2025.07.17 11:29:45.656843 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:45.656935 [ 277 ] {7e1952b6-6973-40ec-8708-8124772a7c9c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:45.656977 [ 277 ] {7e1952b6-6973-40ec-8708-8124772a7c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:45.657301 [ 277 ] {7e1952b6-6973-40ec-8708-8124772a7c9c} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:45.657336 [ 277 ] {7e1952b6-6973-40ec-8708-8124772a7c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:45.657622 [ 277 ] {7e1952b6-6973-40ec-8708-8124772a7c9c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.17 11:29:45.657814 [ 277 ] {7e1952b6-6973-40ec-8708-8124772a7c9c} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:45.657932 [ 277 ] {7e1952b6-6973-40ec-8708-8124772a7c9c} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.07.17 11:29:45.657965 [ 277 ] {7e1952b6-6973-40ec-8708-8124772a7c9c} TCPHandler: Processed in 0.001209616 sec. 2025.07.17 11:29:46.769211 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.769425 [ 277 ] {6ee660bc-86a6-4c4f-bc5f-580bd5969d78} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:29:46.769498 [ 277 ] {6ee660bc-86a6-4c4f-bc5f-580bd5969d78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:29:46.770250 [ 277 ] {6ee660bc-86a6-4c4f-bc5f-580bd5969d78} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.770297 [ 277 ] {6ee660bc-86a6-4c4f-bc5f-580bd5969d78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.770719 [ 277 ] {6ee660bc-86a6-4c4f-bc5f-580bd5969d78} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:29:46.770969 [ 277 ] {6ee660bc-86a6-4c4f-bc5f-580bd5969d78} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.771124 [ 277 ] {6ee660bc-86a6-4c4f-bc5f-580bd5969d78} executeQuery: Read 212 rows, 13.81 KiB in 0.001753 sec., 120935.53907586994 rows/sec., 7.69 MiB/sec. 2025.07.17 11:29:46.771167 [ 277 ] {6ee660bc-86a6-4c4f-bc5f-580bd5969d78} TCPHandler: Processed in 0.002089158 sec. 2025.07.17 11:29:46.771285 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.771385 [ 277 ] {97138e5a-2f16-486f-a1b0-07d0e7674ee5} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.17 11:29:46.771431 [ 277 ] {97138e5a-2f16-486f-a1b0-07d0e7674ee5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.17 11:29:46.771835 [ 277 ] {97138e5a-2f16-486f-a1b0-07d0e7674ee5} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.771872 [ 277 ] {97138e5a-2f16-486f-a1b0-07d0e7674ee5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.772190 [ 277 ] {97138e5a-2f16-486f-a1b0-07d0e7674ee5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.17 11:29:46.772404 [ 277 ] {97138e5a-2f16-486f-a1b0-07d0e7674ee5} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.772534 [ 277 ] {97138e5a-2f16-486f-a1b0-07d0e7674ee5} executeQuery: Read 4 rows, 334.00 B in 0.001167 sec., 3427.592116538132 rows/sec., 279.50 KiB/sec. 2025.07.17 11:29:46.772574 [ 277 ] {97138e5a-2f16-486f-a1b0-07d0e7674ee5} TCPHandler: Processed in 0.001340797 sec. 2025.07.17 11:29:46.772683 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.772778 [ 277 ] {a9b5331c-0443-4f6e-ad80-ba3ebcd1f6a1} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:46.772819 [ 277 ] {a9b5331c-0443-4f6e-ad80-ba3ebcd1f6a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:46.775803 [ 277 ] {a9b5331c-0443-4f6e-ad80-ba3ebcd1f6a1} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.775842 [ 277 ] {a9b5331c-0443-4f6e-ad80-ba3ebcd1f6a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.776267 [ 277 ] {a9b5331c-0443-4f6e-ad80-ba3ebcd1f6a1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.17 11:29:46.776501 [ 277 ] {a9b5331c-0443-4f6e-ad80-ba3ebcd1f6a1} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.776634 [ 277 ] {a9b5331c-0443-4f6e-ad80-ba3ebcd1f6a1} executeQuery: Read 1813 rows, 150.67 KiB in 0.003874 sec., 467991.7398038204 rows/sec., 37.98 MiB/sec. 2025.07.17 11:29:46.776638 [ 118 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.17 11:29:46.776673 [ 277 ] {a9b5331c-0443-4f6e-ad80-ba3ebcd1f6a1} TCPHandler: Processed in 0.004039813 sec. 2025.07.17 11:29:46.776739 [ 118 ] {} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.776785 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.776826 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.776944 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.07.17 11:29:46.776954 [ 277 ] {22894e4c-20ca-45c3-8392-6e80e76fc2ca} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:46.777062 [ 277 ] {22894e4c-20ca-45c3-8392-6e80e76fc2ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:46.777144 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:46.777203 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1849 rows starting from the beginning of the part 2025.07.17 11:29:46.777306 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 689 rows starting from the beginning of the part 2025.07.17 11:29:46.777382 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part 2025.07.17 11:29:46.777456 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 689 rows starting from the beginning of the part 2025.07.17 11:29:46.777519 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 66 rows starting from the beginning of the part 2025.07.17 11:29:46.777584 [ 198 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1813 rows starting from the beginning of the part 2025.07.17 11:29:46.777596 [ 277 ] {22894e4c-20ca-45c3-8392-6e80e76fc2ca} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.777647 [ 277 ] {22894e4c-20ca-45c3-8392-6e80e76fc2ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.778013 [ 277 ] {22894e4c-20ca-45c3-8392-6e80e76fc2ca} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.17 11:29:46.778231 [ 277 ] {22894e4c-20ca-45c3-8392-6e80e76fc2ca} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.778364 [ 277 ] {22894e4c-20ca-45c3-8392-6e80e76fc2ca} executeQuery: Read 137 rows, 8.70 KiB in 0.001436 sec., 95403.89972144847 rows/sec., 5.91 MiB/sec. 2025.07.17 11:29:46.778403 [ 277 ] {22894e4c-20ca-45c3-8392-6e80e76fc2ca} TCPHandler: Processed in 0.001637702 sec. 2025.07.17 11:29:46.778510 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.778605 [ 277 ] {79edfa3c-70d5-4564-9f85-867d5026b814} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:29:46.778644 [ 277 ] {79edfa3c-70d5-4564-9f85-867d5026b814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:29:46.779145 [ 277 ] {79edfa3c-70d5-4564-9f85-867d5026b814} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.779181 [ 277 ] {79edfa3c-70d5-4564-9f85-867d5026b814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.779493 [ 190 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5172 rows, containing 5 columns (5 merged, 0 gathered) in 0.002619824 sec., 1974178.4180922075 rows/sec., 167.00 MiB/sec. 2025.07.17 11:29:46.779526 [ 277 ] {79edfa3c-70d5-4564-9f85-867d5026b814} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:29:46.779751 [ 277 ] {79edfa3c-70d5-4564-9f85-867d5026b814} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.779879 [ 197 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.17 11:29:46.779885 [ 277 ] {79edfa3c-70d5-4564-9f85-867d5026b814} executeQuery: Read 341 rows, 23.30 KiB in 0.001298 sec., 262711.8644067797 rows/sec., 17.53 MiB/sec. 2025.07.17 11:29:46.779972 [ 277 ] {79edfa3c-70d5-4564-9f85-867d5026b814} TCPHandler: Processed in 0.00151063 sec. 2025.07.17 11:29:46.780084 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.780179 [ 277 ] {84fe9b88-4b7f-48eb-b670-629dda123384} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:29:46.780220 [ 277 ] {84fe9b88-4b7f-48eb-b670-629dda123384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:29:46.780255 [ 197 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.780357 [ 197 ] {d184153d-a0cc-4ff7-9a54-4088871821f8::all_1_51_10} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.17 11:29:46.780470 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2025.07.17 11:29:46.780640 [ 277 ] {84fe9b88-4b7f-48eb-b670-629dda123384} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.780679 [ 277 ] {84fe9b88-4b7f-48eb-b670-629dda123384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.781002 [ 277 ] {84fe9b88-4b7f-48eb-b670-629dda123384} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:29:46.781217 [ 277 ] {84fe9b88-4b7f-48eb-b670-629dda123384} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.781343 [ 277 ] {84fe9b88-4b7f-48eb-b670-629dda123384} executeQuery: Read 112 rows, 6.53 KiB in 0.001182 sec., 94754.65313028764 rows/sec., 5.40 MiB/sec. 2025.07.17 11:29:46.781381 [ 277 ] {84fe9b88-4b7f-48eb-b670-629dda123384} TCPHandler: Processed in 0.001345328 sec. 2025.07.17 11:29:46.781494 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.781587 [ 277 ] {60f16b70-47c0-4ef6-823b-d05bccf57c15} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:46.781627 [ 277 ] {60f16b70-47c0-4ef6-823b-d05bccf57c15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:46.782307 [ 277 ] {60f16b70-47c0-4ef6-823b-d05bccf57c15} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.782342 [ 277 ] {60f16b70-47c0-4ef6-823b-d05bccf57c15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.782695 [ 277 ] {60f16b70-47c0-4ef6-823b-d05bccf57c15} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.17 11:29:46.782906 [ 277 ] {60f16b70-47c0-4ef6-823b-d05bccf57c15} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.783014 [ 118 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.17 11:29:46.783032 [ 277 ] {60f16b70-47c0-4ef6-823b-d05bccf57c15} executeQuery: Read 869 rows, 64.36 KiB in 0.001464 sec., 593579.2349726775 rows/sec., 42.93 MiB/sec. 2025.07.17 11:29:46.783050 [ 118 ] {} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.783074 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.783075 [ 277 ] {60f16b70-47c0-4ef6-823b-d05bccf57c15} TCPHandler: Processed in 0.001629752 sec. 2025.07.17 11:29:46.783153 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.07.17 11:29:46.783197 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.783265 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:46.783294 [ 277 ] {2c6171c7-a534-4ae9-811e-ce317f81fa15} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:29:46.783299 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part 2025.07.17 11:29:46.783342 [ 277 ] {2c6171c7-a534-4ae9-811e-ce317f81fa15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:29:46.783374 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 418 rows starting from the beginning of the part 2025.07.17 11:29:46.783427 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 69 rows starting from the beginning of the part 2025.07.17 11:29:46.783470 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 418 rows starting from the beginning of the part 2025.07.17 11:29:46.783535 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 69 rows starting from the beginning of the part 2025.07.17 11:29:46.783581 [ 194 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 869 rows starting from the beginning of the part 2025.07.17 11:29:46.783679 [ 277 ] {2c6171c7-a534-4ae9-811e-ce317f81fa15} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.783720 [ 277 ] {2c6171c7-a534-4ae9-811e-ce317f81fa15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.784054 [ 277 ] {2c6171c7-a534-4ae9-811e-ce317f81fa15} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.17 11:29:46.784284 [ 277 ] {2c6171c7-a534-4ae9-811e-ce317f81fa15} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.784419 [ 277 ] {2c6171c7-a534-4ae9-811e-ce317f81fa15} executeQuery: Read 6 rows, 321.00 B in 0.001143 sec., 5249.343832020998 rows/sec., 274.26 KiB/sec. 2025.07.17 11:29:46.784455 [ 277 ] {2c6171c7-a534-4ae9-811e-ce317f81fa15} TCPHandler: Processed in 0.001307637 sec. 2025.07.17 11:29:46.784570 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.784662 [ 277 ] {b7ce7438-8697-44d5-aceb-f46512b94362} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:46.784703 [ 277 ] {b7ce7438-8697-44d5-aceb-f46512b94362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:46.784754 [ 197 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2758 rows, containing 5 columns (5 merged, 0 gathered) in 0.001634932 sec., 1686920.312282101 rows/sec., 128.53 MiB/sec. 2025.07.17 11:29:46.784963 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.17 11:29:46.785266 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.785280 [ 277 ] {b7ce7438-8697-44d5-aceb-f46512b94362} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.785320 [ 277 ] {b7ce7438-8697-44d5-aceb-f46512b94362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.785371 [ 190 ] {30fd67fb-ea5c-4663-aec5-a028bf9b6134::all_1_51_10} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.17 11:29:46.785460 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.07.17 11:29:46.785715 [ 277 ] {b7ce7438-8697-44d5-aceb-f46512b94362} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.17 11:29:46.785951 [ 277 ] {b7ce7438-8697-44d5-aceb-f46512b94362} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.786062 [ 118 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.17 11:29:46.786080 [ 277 ] {b7ce7438-8697-44d5-aceb-f46512b94362} executeQuery: Read 979 rows, 66.68 KiB in 0.001436 sec., 681754.8746518106 rows/sec., 45.35 MiB/sec. 2025.07.17 11:29:46.786105 [ 118 ] {} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.786124 [ 277 ] {b7ce7438-8697-44d5-aceb-f46512b94362} TCPHandler: Processed in 0.001602931 sec. 2025.07.17 11:29:46.786131 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.786240 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.786260 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.07.17 11:29:46.786339 [ 277 ] {fcf264b2-0c06-4b4f-bcd5-568f24224e08} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:29:46.786387 [ 277 ] {fcf264b2-0c06-4b4f-bcd5-568f24224e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:29:46.786445 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:46.786492 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14705 rows starting from the beginning of the part 2025.07.17 11:29:46.786561 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part 2025.07.17 11:29:46.786609 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.07.17 11:29:46.786651 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part 2025.07.17 11:29:46.786698 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2025.07.17 11:29:46.786705 [ 277 ] {fcf264b2-0c06-4b4f-bcd5-568f24224e08} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.786744 [ 277 ] {fcf264b2-0c06-4b4f-bcd5-568f24224e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.786756 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 979 rows starting from the beginning of the part 2025.07.17 11:29:46.787070 [ 277 ] {fcf264b2-0c06-4b4f-bcd5-568f24224e08} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:29:46.787292 [ 277 ] {fcf264b2-0c06-4b4f-bcd5-568f24224e08} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.787422 [ 277 ] {fcf264b2-0c06-4b4f-bcd5-568f24224e08} executeQuery: Read 1 rows, 69.00 B in 0.001101 sec., 908.2652134423251 rows/sec., 61.20 KiB/sec. 2025.07.17 11:29:46.787459 [ 277 ] {fcf264b2-0c06-4b4f-bcd5-568f24224e08} TCPHandler: Processed in 0.001268787 sec. 2025.07.17 11:29:46.787576 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.787676 [ 277 ] {cabfc917-b2e9-450c-b217-10b78d81ad67} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:46.787732 [ 277 ] {cabfc917-b2e9-450c-b217-10b78d81ad67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:46.788532 [ 277 ] {cabfc917-b2e9-450c-b217-10b78d81ad67} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.788570 [ 277 ] {cabfc917-b2e9-450c-b217-10b78d81ad67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.789269 [ 277 ] {cabfc917-b2e9-450c-b217-10b78d81ad67} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.17 11:29:46.789515 [ 277 ] {cabfc917-b2e9-450c-b217-10b78d81ad67} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.789668 [ 277 ] {cabfc917-b2e9-450c-b217-10b78d81ad67} executeQuery: Read 27 rows, 49.54 KiB in 0.00201 sec., 13432.835820895521 rows/sec., 24.07 MiB/sec. 2025.07.17 11:29:46.789730 [ 277 ] {cabfc917-b2e9-450c-b217-10b78d81ad67} TCPHandler: Processed in 0.00220462 sec. 2025.07.17 11:29:46.789842 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:46.789937 [ 277 ] {3f9d1684-36c9-4825-813a-4a13a8d10e1f} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:46.789979 [ 277 ] {3f9d1684-36c9-4825-813a-4a13a8d10e1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:46.790308 [ 277 ] {3f9d1684-36c9-4825-813a-4a13a8d10e1f} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.790343 [ 277 ] {3f9d1684-36c9-4825-813a-4a13a8d10e1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.790751 [ 277 ] {3f9d1684-36c9-4825-813a-4a13a8d10e1f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.17 11:29:46.790991 [ 277 ] {3f9d1684-36c9-4825-813a-4a13a8d10e1f} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.791099 [ 118 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.17 11:29:46.791120 [ 277 ] {3f9d1684-36c9-4825-813a-4a13a8d10e1f} executeQuery: Read 42 rows, 2.57 KiB in 0.001201 sec., 34970.85761865112 rows/sec., 2.09 MiB/sec. 2025.07.17 11:29:46.791134 [ 118 ] {} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:46.791161 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:46.791163 [ 277 ] {3f9d1684-36c9-4825-813a-4a13a8d10e1f} TCPHandler: Processed in 0.001370208 sec. 2025.07.17 11:29:46.791228 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.07.17 11:29:46.791319 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:46.791345 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2728 rows starting from the beginning of the part 2025.07.17 11:29:46.791394 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part 2025.07.17 11:29:46.791433 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.07.17 11:29:46.791470 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part 2025.07.17 11:29:46.791504 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.07.17 11:29:46.791540 [ 190 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part 2025.07.17 11:29:46.791773 [ 197 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 16478 rows, containing 5 columns (5 merged, 0 gathered) in 0.005574733 sec., 2955836.629305834 rows/sec., 199.63 MiB/sec. 2025.07.17 11:29:46.791977 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.17 11:29:46.792245 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.792330 [ 192 ] {22c96a0f-b400-4f0d-8bb4-51982fa3abdb::all_1_51_10} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.17 11:29:46.792414 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. 2025.07.17 11:29:46.792751 [ 200 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3054 rows, containing 4 columns (4 merged, 0 gathered) in 0.00154876 sec., 1971900.100725742 rows/sec., 128.94 MiB/sec. 2025.07.17 11:29:46.793065 [ 192 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.17 11:29:46.793300 [ 192 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:46.793378 [ 192 ] {093c3cf7-d3a2-416e-851b-e5e124237716::all_1_51_10} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.17 11:29:46.793464 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.07.17 11:29:50.582081 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 2025.07.17 11:29:50.582579 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:50.582633 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:50.583123 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.17 11:29:50.583369 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:50.583516 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 2025.07.17 11:29:50.647052 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:50.647203 [ 277 ] {db82c0b1-58cb-4ade-ab30-a2edb2e23cce} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:50.647260 [ 277 ] {db82c0b1-58cb-4ade-ab30-a2edb2e23cce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:50.647818 [ 277 ] {db82c0b1-58cb-4ade-ab30-a2edb2e23cce} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:50.647861 [ 277 ] {db82c0b1-58cb-4ade-ab30-a2edb2e23cce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:50.648210 [ 277 ] {db82c0b1-58cb-4ade-ab30-a2edb2e23cce} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.17 11:29:50.648426 [ 277 ] {db82c0b1-58cb-4ade-ab30-a2edb2e23cce} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:50.648574 [ 277 ] {db82c0b1-58cb-4ade-ab30-a2edb2e23cce} executeQuery: Read 74 rows, 6.16 KiB in 0.001411 sec., 52445.07441530829 rows/sec., 4.27 MiB/sec. 2025.07.17 11:29:50.648620 [ 277 ] {db82c0b1-58cb-4ade-ab30-a2edb2e23cce} TCPHandler: Processed in 0.001683232 sec. 2025.07.17 11:29:50.648739 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:50.648841 [ 277 ] {307eb69c-a97b-43a2-926d-7baf058fd476} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:50.648886 [ 277 ] {307eb69c-a97b-43a2-926d-7baf058fd476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:50.649298 [ 277 ] {307eb69c-a97b-43a2-926d-7baf058fd476} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:50.649336 [ 277 ] {307eb69c-a97b-43a2-926d-7baf058fd476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:50.649655 [ 277 ] {307eb69c-a97b-43a2-926d-7baf058fd476} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.17 11:29:50.649877 [ 277 ] {307eb69c-a97b-43a2-926d-7baf058fd476} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:50.650015 [ 277 ] {307eb69c-a97b-43a2-926d-7baf058fd476} executeQuery: Read 9 rows, 693.00 B in 0.001196 sec., 7525.083612040134 rows/sec., 565.85 KiB/sec. 2025.07.17 11:29:50.650052 [ 277 ] {307eb69c-a97b-43a2-926d-7baf058fd476} TCPHandler: Processed in 0.001365708 sec. 2025.07.17 11:29:50.650159 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:50.650270 [ 277 ] {290792ba-c02f-46e6-adf9-4c3b01003496} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:50.650312 [ 277 ] {290792ba-c02f-46e6-adf9-4c3b01003496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:50.650734 [ 277 ] {290792ba-c02f-46e6-adf9-4c3b01003496} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:50.650771 [ 277 ] {290792ba-c02f-46e6-adf9-4c3b01003496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:50.651093 [ 277 ] {290792ba-c02f-46e6-adf9-4c3b01003496} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.17 11:29:50.651322 [ 277 ] {290792ba-c02f-46e6-adf9-4c3b01003496} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:50.651453 [ 277 ] {290792ba-c02f-46e6-adf9-4c3b01003496} executeQuery: Read 73 rows, 5.84 KiB in 0.001209 sec., 60380.47973531845 rows/sec., 4.71 MiB/sec. 2025.07.17 11:29:50.651491 [ 277 ] {290792ba-c02f-46e6-adf9-4c3b01003496} TCPHandler: Processed in 0.001384089 sec. 2025.07.17 11:29:50.651599 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:50.651692 [ 277 ] {3d6ee604-c467-4265-8c50-8573233c7f29} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:50.651735 [ 277 ] {3d6ee604-c467-4265-8c50-8573233c7f29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:50.652095 [ 277 ] {3d6ee604-c467-4265-8c50-8573233c7f29} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:50.652131 [ 277 ] {3d6ee604-c467-4265-8c50-8573233c7f29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:50.652456 [ 277 ] {3d6ee604-c467-4265-8c50-8573233c7f29} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.17 11:29:50.652677 [ 277 ] {3d6ee604-c467-4265-8c50-8573233c7f29} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:50.652807 [ 277 ] {3d6ee604-c467-4265-8c50-8573233c7f29} executeQuery: Read 106 rows, 7.56 KiB in 0.001134 sec., 93474.42680776014 rows/sec., 6.51 MiB/sec. 2025.07.17 11:29:50.652843 [ 277 ] {3d6ee604-c467-4265-8c50-8573233c7f29} TCPHandler: Processed in 0.001293967 sec. 2025.07.17 11:29:50.652952 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:50.653045 [ 277 ] {49094928-73e5-403c-a86d-774d4150a0c0} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:50.653099 [ 277 ] {49094928-73e5-403c-a86d-774d4150a0c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:50.653812 [ 277 ] {49094928-73e5-403c-a86d-774d4150a0c0} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:50.653847 [ 277 ] {49094928-73e5-403c-a86d-774d4150a0c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:50.654360 [ 277 ] {49094928-73e5-403c-a86d-774d4150a0c0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.17 11:29:50.654603 [ 277 ] {49094928-73e5-403c-a86d-774d4150a0c0} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:50.654742 [ 277 ] {49094928-73e5-403c-a86d-774d4150a0c0} executeQuery: Read 9 rows, 16.51 KiB in 0.001716 sec., 5244.755244755244 rows/sec., 9.40 MiB/sec. 2025.07.17 11:29:50.654802 [ 277 ] {49094928-73e5-403c-a86d-774d4150a0c0} TCPHandler: Processed in 0.001900375 sec. 2025.07.17 11:29:50.654912 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:50.655004 [ 277 ] {5dfa3d30-f2d1-4a07-aa1f-7414e19aa687} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:50.655046 [ 277 ] {5dfa3d30-f2d1-4a07-aa1f-7414e19aa687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:50.655365 [ 277 ] {5dfa3d30-f2d1-4a07-aa1f-7414e19aa687} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:50.655400 [ 277 ] {5dfa3d30-f2d1-4a07-aa1f-7414e19aa687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:50.655697 [ 277 ] {5dfa3d30-f2d1-4a07-aa1f-7414e19aa687} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.17 11:29:50.655904 [ 277 ] {5dfa3d30-f2d1-4a07-aa1f-7414e19aa687} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:50.656031 [ 277 ] {5dfa3d30-f2d1-4a07-aa1f-7414e19aa687} executeQuery: Read 40 rows, 2.77 KiB in 0.001046 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. 2025.07.17 11:29:50.656066 [ 277 ] {5dfa3d30-f2d1-4a07-aa1f-7414e19aa687} TCPHandler: Processed in 0.001203126 sec. 2025.07.17 11:29:51.427144 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.07.17 11:29:51.442950 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:51.443006 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:51.448804 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.17 11:29:51.449562 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:51.452389 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.07.17 11:29:53.114698 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 976 2025.07.17 11:29:53.117223 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:53.117270 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:53.118482 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.17 11:29:53.118778 [ 243 ] {} system.query_log (688a3fe5-b8dc-45a8-8914-b3fbfb671962): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:53.119124 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 976 2025.07.17 11:29:55.648857 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:55.649031 [ 277 ] {4caf28f3-d89a-4461-be93-6d8ce5505100} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:29:55.649094 [ 277 ] {4caf28f3-d89a-4461-be93-6d8ce5505100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:29:55.649736 [ 277 ] {4caf28f3-d89a-4461-be93-6d8ce5505100} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:55.649781 [ 277 ] {4caf28f3-d89a-4461-be93-6d8ce5505100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:55.650174 [ 277 ] {4caf28f3-d89a-4461-be93-6d8ce5505100} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.17 11:29:55.650392 [ 277 ] {4caf28f3-d89a-4461-be93-6d8ce5505100} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:55.650550 [ 277 ] {4caf28f3-d89a-4461-be93-6d8ce5505100} executeQuery: Read 66 rows, 5.35 KiB in 0.001566 sec., 42145.593869731805 rows/sec., 3.34 MiB/sec. 2025.07.17 11:29:55.650592 [ 277 ] {4caf28f3-d89a-4461-be93-6d8ce5505100} TCPHandler: Processed in 0.001860554 sec. 2025.07.17 11:29:55.650704 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:55.650798 [ 277 ] {7668bf1f-bdc0-40aa-8da6-ac1e5c08bebe} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:29:55.650840 [ 277 ] {7668bf1f-bdc0-40aa-8da6-ac1e5c08bebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:29:55.651225 [ 277 ] {7668bf1f-bdc0-40aa-8da6-ac1e5c08bebe} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:55.651261 [ 277 ] {7668bf1f-bdc0-40aa-8da6-ac1e5c08bebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:55.651561 [ 277 ] {7668bf1f-bdc0-40aa-8da6-ac1e5c08bebe} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.17 11:29:55.651776 [ 277 ] {7668bf1f-bdc0-40aa-8da6-ac1e5c08bebe} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:55.651890 [ 76 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.17 11:29:55.651904 [ 277 ] {7668bf1f-bdc0-40aa-8da6-ac1e5c08bebe} executeQuery: Read 5 rows, 385.00 B in 0.001124 sec., 4448.398576512455 rows/sec., 334.50 KiB/sec. 2025.07.17 11:29:55.651962 [ 76 ] {} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:55.651968 [ 277 ] {7668bf1f-bdc0-40aa-8da6-ac1e5c08bebe} TCPHandler: Processed in 0.001313208 sec. 2025.07.17 11:29:55.651992 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:55.652089 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:55.652111 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.07.17 11:29:55.652185 [ 277 ] {dbe71ca3-92d5-462e-b4ce-fea2e785c017} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:29:55.652230 [ 277 ] {dbe71ca3-92d5-462e-b4ce-fea2e785c017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:29:55.652245 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:55.652287 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 165 rows starting from the beginning of the part 2025.07.17 11:29:55.652361 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 142 rows starting from the beginning of the part 2025.07.17 11:29:55.652413 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:55.652463 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 137 rows starting from the beginning of the part 2025.07.17 11:29:55.652507 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part 2025.07.17 11:29:55.652553 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 5 rows starting from the beginning of the part 2025.07.17 11:29:55.652636 [ 277 ] {dbe71ca3-92d5-462e-b4ce-fea2e785c017} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:55.652679 [ 277 ] {dbe71ca3-92d5-462e-b4ce-fea2e785c017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:29:55.653030 [ 277 ] {dbe71ca3-92d5-462e-b4ce-fea2e785c017} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.17 11:29:55.653262 [ 277 ] {dbe71ca3-92d5-462e-b4ce-fea2e785c017} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:55.653398 [ 277 ] {dbe71ca3-92d5-462e-b4ce-fea2e785c017} executeQuery: Read 69 rows, 5.52 KiB in 0.00123 sec., 56097.560975609755 rows/sec., 4.38 MiB/sec. 2025.07.17 11:29:55.653436 [ 277 ] {dbe71ca3-92d5-462e-b4ce-fea2e785c017} TCPHandler: Processed in 0.001395268 sec. 2025.07.17 11:29:55.653510 [ 192 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 5 columns (5 merged, 0 gathered) in 0.001451289 sec., 319026.7410557098 rows/sec., 21.37 MiB/sec. 2025.07.17 11:29:55.653546 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:55.653643 [ 277 ] {76b535a2-0a73-4f3d-b8f2-0779a2c77588} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:55.653644 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.17 11:29:55.653694 [ 277 ] {76b535a2-0a73-4f3d-b8f2-0779a2c77588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:29:55.653909 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:55.653984 [ 200 ] {5b7444c9-cf6a-49b2-a96c-2f348738b55c::all_1_41_8} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.17 11:29:55.654064 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.17 11:29:55.654096 [ 277 ] {76b535a2-0a73-4f3d-b8f2-0779a2c77588} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:55.654136 [ 277 ] {76b535a2-0a73-4f3d-b8f2-0779a2c77588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:55.654504 [ 277 ] {76b535a2-0a73-4f3d-b8f2-0779a2c77588} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.17 11:29:55.654723 [ 277 ] {76b535a2-0a73-4f3d-b8f2-0779a2c77588} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:55.654851 [ 277 ] {76b535a2-0a73-4f3d-b8f2-0779a2c77588} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.07.17 11:29:55.654888 [ 277 ] {76b535a2-0a73-4f3d-b8f2-0779a2c77588} TCPHandler: Processed in 0.001391828 sec. 2025.07.17 11:29:55.654993 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:55.655086 [ 277 ] {33b1c21c-5ba8-4b7b-aafe-cee7d0644296} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:29:55.655140 [ 277 ] {33b1c21c-5ba8-4b7b-aafe-cee7d0644296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:29:55.655846 [ 277 ] {33b1c21c-5ba8-4b7b-aafe-cee7d0644296} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:55.655882 [ 277 ] {33b1c21c-5ba8-4b7b-aafe-cee7d0644296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:55.656389 [ 277 ] {33b1c21c-5ba8-4b7b-aafe-cee7d0644296} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.17 11:29:55.656623 [ 277 ] {33b1c21c-5ba8-4b7b-aafe-cee7d0644296} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:55.656761 [ 277 ] {33b1c21c-5ba8-4b7b-aafe-cee7d0644296} executeQuery: Read 5 rows, 9.17 KiB in 0.001693 sec., 2953.3372711163615 rows/sec., 5.29 MiB/sec. 2025.07.17 11:29:55.656814 [ 277 ] {33b1c21c-5ba8-4b7b-aafe-cee7d0644296} TCPHandler: Processed in 0.001870025 sec. 2025.07.17 11:29:55.656915 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:29:55.657009 [ 277 ] {d5250121-aa3e-445a-b1ec-39b2fb4bbe36} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:29:55.657050 [ 277 ] {d5250121-aa3e-445a-b1ec-39b2fb4bbe36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:29:55.657371 [ 277 ] {d5250121-aa3e-445a-b1ec-39b2fb4bbe36} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:55.657407 [ 277 ] {d5250121-aa3e-445a-b1ec-39b2fb4bbe36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.17 11:29:55.657708 [ 277 ] {d5250121-aa3e-445a-b1ec-39b2fb4bbe36} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.17 11:29:55.657915 [ 277 ] {d5250121-aa3e-445a-b1ec-39b2fb4bbe36} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:55.658041 [ 277 ] {d5250121-aa3e-445a-b1ec-39b2fb4bbe36} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.07.17 11:29:55.658077 [ 277 ] {d5250121-aa3e-445a-b1ec-39b2fb4bbe36} TCPHandler: Processed in 0.001210716 sec. 2025.07.17 11:29:57.558566 [ 81 ] {} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.07.17 11:29:57.558644 [ 81 ] {} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:57.558665 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:29:57.558763 [ 197 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.07.17 11:29:57.558878 [ 197 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:29:57.558911 [ 197 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2025.07.17 11:29:57.558978 [ 197 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2025.07.17 11:29:57.559021 [ 197 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.07.17 11:29:57.559064 [ 197 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.07.17 11:29:57.559099 [ 197 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2025.07.17 11:29:57.559833 [ 192 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001108605 sec., 36081.38155609978 rows/sec., 3.01 MiB/sec. 2025.07.17 11:29:57.559990 [ 189 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.07.17 11:29:57.560253 [ 189 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:57.560322 [ 189 ] {8e9123e6-cc35-4123-af1f-2b8f76f42633::all_1_9_2} oximeter.fields_ipaddr (8e9123e6-cc35-4123-af1f-2b8f76f42633) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.07.17 11:29:57.560401 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.17 11:29:57.933463 [ 92 ] {} DNSResolver: Updating DNS cache 2025.07.17 11:29:57.933519 [ 92 ] {} DNSResolver: Updated DNS cache 2025.07.17 11:29:58.083756 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 2025.07.17 11:29:58.084339 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:58.084388 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:29:58.084885 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.17 11:29:58.085136 [ 245 ] {} system.asynchronous_metric_log (e3a70d79-e9b7-4fe2-b666-7e612f5a3d4e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:58.085285 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 2025.07.17 11:29:58.952642 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.07.17 11:29:58.968400 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:29:58.968457 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:29:58.973899 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.17 11:29:58.974565 [ 244 ] {} system.metric_log (51a7200e-45a3-432c-bfa5-421de520d3a8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:29:58.977280 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.07.17 11:30:00.659397 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.659576 [ 277 ] {a557e2be-4501-4fe8-a9f9-49931dcca9b9} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.17 11:30:00.659645 [ 277 ] {a557e2be-4501-4fe8-a9f9-49931dcca9b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.17 11:30:00.660509 [ 277 ] {a557e2be-4501-4fe8-a9f9-49931dcca9b9} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.660562 [ 277 ] {a557e2be-4501-4fe8-a9f9-49931dcca9b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.661113 [ 277 ] {a557e2be-4501-4fe8-a9f9-49931dcca9b9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:30:00.661451 [ 277 ] {a557e2be-4501-4fe8-a9f9-49931dcca9b9} oximeter.fields_i16 (5868cef6-4e75-4e63-83bf-fb1df914a9b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.661631 [ 277 ] {a557e2be-4501-4fe8-a9f9-49931dcca9b9} executeQuery: Read 212 rows, 13.81 KiB in 0.002102 sec., 100856.32730732636 rows/sec., 6.41 MiB/sec. 2025.07.17 11:30:00.661686 [ 277 ] {a557e2be-4501-4fe8-a9f9-49931dcca9b9} TCPHandler: Processed in 0.002416072 sec. 2025.07.17 11:30:00.661837 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.661963 [ 277 ] {e60d9cf8-28c1-4887-832a-80b957e093d8} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.17 11:30:00.662023 [ 277 ] {e60d9cf8-28c1-4887-832a-80b957e093d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.17 11:30:00.663212 [ 277 ] {e60d9cf8-28c1-4887-832a-80b957e093d8} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.663258 [ 277 ] {e60d9cf8-28c1-4887-832a-80b957e093d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.663754 [ 277 ] {e60d9cf8-28c1-4887-832a-80b957e093d8} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.17 11:30:00.664052 [ 277 ] {e60d9cf8-28c1-4887-832a-80b957e093d8} oximeter.fields_string (d184153d-a0cc-4ff7-9a54-4088871821f8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.664230 [ 277 ] {e60d9cf8-28c1-4887-832a-80b957e093d8} executeQuery: Read 689 rows, 56.20 KiB in 0.002298 sec., 299825.93559617054 rows/sec., 23.88 MiB/sec. 2025.07.17 11:30:00.664282 [ 277 ] {e60d9cf8-28c1-4887-832a-80b957e093d8} TCPHandler: Processed in 0.002497273 sec. 2025.07.17 11:30:00.664571 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.664689 [ 277 ] {45a8cccf-18e7-4ef8-bc40-5baf456ebe06} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.17 11:30:00.664743 [ 277 ] {45a8cccf-18e7-4ef8-bc40-5baf456ebe06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.17 11:30:00.665527 [ 277 ] {45a8cccf-18e7-4ef8-bc40-5baf456ebe06} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.665568 [ 277 ] {45a8cccf-18e7-4ef8-bc40-5baf456ebe06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.665967 [ 277 ] {45a8cccf-18e7-4ef8-bc40-5baf456ebe06} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.17 11:30:00.666261 [ 277 ] {45a8cccf-18e7-4ef8-bc40-5baf456ebe06} oximeter.fields_u16 (5b7444c9-cf6a-49b2-a96c-2f348738b55c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.666416 [ 277 ] {45a8cccf-18e7-4ef8-bc40-5baf456ebe06} executeQuery: Read 142 rows, 9.09 KiB in 0.001756 sec., 80865.60364464692 rows/sec., 5.06 MiB/sec. 2025.07.17 11:30:00.666461 [ 277 ] {45a8cccf-18e7-4ef8-bc40-5baf456ebe06} TCPHandler: Processed in 0.001980076 sec. 2025.07.17 11:30:00.666751 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.666858 [ 277 ] {a417c3c8-1212-44e8-abc2-b9dc0ee5f210} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.17 11:30:00.666907 [ 277 ] {a417c3c8-1212-44e8-abc2-b9dc0ee5f210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.17 11:30:00.667468 [ 277 ] {a417c3c8-1212-44e8-abc2-b9dc0ee5f210} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.667513 [ 277 ] {a417c3c8-1212-44e8-abc2-b9dc0ee5f210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.668039 [ 277 ] {a417c3c8-1212-44e8-abc2-b9dc0ee5f210} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.17 11:30:00.668373 [ 277 ] {a417c3c8-1212-44e8-abc2-b9dc0ee5f210} oximeter.fields_u32 (bc4bf545-385a-4ad7-9af8-cfe94adf1dc2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.668536 [ 277 ] {a417c3c8-1212-44e8-abc2-b9dc0ee5f210} executeQuery: Read 113 rows, 7.49 KiB in 0.001702 sec., 66392.47943595769 rows/sec., 4.30 MiB/sec. 2025.07.17 11:30:00.668584 [ 277 ] {a417c3c8-1212-44e8-abc2-b9dc0ee5f210} TCPHandler: Processed in 0.001890015 sec. 2025.07.17 11:30:00.668736 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.668851 [ 277 ] {bca44964-727a-4807-ade0-ef02bc907ba2} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.17 11:30:00.668902 [ 277 ] {bca44964-727a-4807-ade0-ef02bc907ba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.17 11:30:00.669518 [ 277 ] {bca44964-727a-4807-ade0-ef02bc907ba2} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.669564 [ 277 ] {bca44964-727a-4807-ade0-ef02bc907ba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.670001 [ 277 ] {bca44964-727a-4807-ade0-ef02bc907ba2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:30:00.670316 [ 277 ] {bca44964-727a-4807-ade0-ef02bc907ba2} oximeter.fields_u8 (4d24518f-19ed-4435-9d6e-9537751f1edd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.670492 [ 277 ] {bca44964-727a-4807-ade0-ef02bc907ba2} executeQuery: Read 112 rows, 6.53 KiB in 0.001663 sec., 67348.16596512328 rows/sec., 3.84 MiB/sec. 2025.07.17 11:30:00.670544 [ 277 ] {bca44964-727a-4807-ade0-ef02bc907ba2} TCPHandler: Processed in 0.001865535 sec. 2025.07.17 11:30:00.670705 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.670807 [ 277 ] {04db71d5-b8b1-49c3-922f-62284a5670d6} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.17 11:30:00.670851 [ 277 ] {04db71d5-b8b1-49c3-922f-62284a5670d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.17 11:30:00.671625 [ 277 ] {04db71d5-b8b1-49c3-922f-62284a5670d6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.671769 [ 277 ] {04db71d5-b8b1-49c3-922f-62284a5670d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.672218 [ 277 ] {04db71d5-b8b1-49c3-922f-62284a5670d6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.17 11:30:00.672565 [ 277 ] {04db71d5-b8b1-49c3-922f-62284a5670d6} oximeter.fields_uuid (30fd67fb-ea5c-4663-aec5-a028bf9b6134): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.672750 [ 277 ] {04db71d5-b8b1-49c3-922f-62284a5670d6} executeQuery: Read 418 rows, 30.47 KiB in 0.001953 sec., 214029.69790066563 rows/sec., 15.23 MiB/sec. 2025.07.17 11:30:00.672825 [ 277 ] {04db71d5-b8b1-49c3-922f-62284a5670d6} TCPHandler: Processed in 0.002178919 sec. 2025.07.17 11:30:00.672987 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.673098 [ 277 ] {972c4178-7e90-4a4a-9590-fa6fa13e526c} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.17 11:30:00.673153 [ 277 ] {972c4178-7e90-4a4a-9590-fa6fa13e526c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.17 11:30:00.673673 [ 277 ] {972c4178-7e90-4a4a-9590-fa6fa13e526c} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.673719 [ 277 ] {972c4178-7e90-4a4a-9590-fa6fa13e526c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.674122 [ 277 ] {972c4178-7e90-4a4a-9590-fa6fa13e526c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.17 11:30:00.674396 [ 277 ] {972c4178-7e90-4a4a-9590-fa6fa13e526c} oximeter.measurements_bool (5d5fea8a-4e83-46ac-bf1f-e5e141727710): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.674562 [ 277 ] {972c4178-7e90-4a4a-9590-fa6fa13e526c} executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. 2025.07.17 11:30:00.674606 [ 277 ] {972c4178-7e90-4a4a-9590-fa6fa13e526c} TCPHandler: Processed in 0.001676882 sec. 2025.07.17 11:30:00.674780 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.674893 [ 277 ] {2ef0908d-fd99-479d-a1cf-84e42a65ff87} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.17 11:30:00.674945 [ 277 ] {2ef0908d-fd99-479d-a1cf-84e42a65ff87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.17 11:30:00.675699 [ 277 ] {2ef0908d-fd99-479d-a1cf-84e42a65ff87} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.675741 [ 277 ] {2ef0908d-fd99-479d-a1cf-84e42a65ff87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.676161 [ 277 ] {2ef0908d-fd99-479d-a1cf-84e42a65ff87} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.17 11:30:00.676465 [ 277 ] {2ef0908d-fd99-479d-a1cf-84e42a65ff87} oximeter.measurements_cumulativeu64 (22c96a0f-b400-4f0d-8bb4-51982fa3abdb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.676658 [ 277 ] {2ef0908d-fd99-479d-a1cf-84e42a65ff87} executeQuery: Read 237 rows, 16.27 KiB in 0.001786 sec., 132698.76819708847 rows/sec., 8.89 MiB/sec. 2025.07.17 11:30:00.676716 [ 277 ] {2ef0908d-fd99-479d-a1cf-84e42a65ff87} TCPHandler: Processed in 0.002031056 sec. 2025.07.17 11:30:00.676855 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.676962 [ 277 ] {6cc42ff5-0afe-4b2e-b984-d8a918345bab} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.17 11:30:00.677030 [ 277 ] {6cc42ff5-0afe-4b2e-b984-d8a918345bab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.17 11:30:00.677709 [ 277 ] {6cc42ff5-0afe-4b2e-b984-d8a918345bab} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.677755 [ 277 ] {6cc42ff5-0afe-4b2e-b984-d8a918345bab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.678143 [ 277 ] {6cc42ff5-0afe-4b2e-b984-d8a918345bab} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.17 11:30:00.678550 [ 277 ] {6cc42ff5-0afe-4b2e-b984-d8a918345bab} oximeter.measurements_f64 (613ee925-dc17-4fb8-ad96-41819387aa56): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.678751 [ 277 ] {6cc42ff5-0afe-4b2e-b984-d8a918345bab} executeQuery: Read 1 rows, 69.00 B in 0.001809 sec., 552.791597567717 rows/sec., 37.25 KiB/sec. 2025.07.17 11:30:00.678805 [ 277 ] {6cc42ff5-0afe-4b2e-b984-d8a918345bab} TCPHandler: Processed in 0.001999117 sec. 2025.07.17 11:30:00.678971 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.679084 [ 277 ] {36beb3e5-0f59-41ed-a2fd-87e2b3c57a89} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.17 11:30:00.679147 [ 277 ] {36beb3e5-0f59-41ed-a2fd-87e2b3c57a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.17 11:30:00.680291 [ 277 ] {36beb3e5-0f59-41ed-a2fd-87e2b3c57a89} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.680334 [ 277 ] {36beb3e5-0f59-41ed-a2fd-87e2b3c57a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.681064 [ 277 ] {36beb3e5-0f59-41ed-a2fd-87e2b3c57a89} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.17 11:30:00.681392 [ 277 ] {36beb3e5-0f59-41ed-a2fd-87e2b3c57a89} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.681568 [ 277 ] {36beb3e5-0f59-41ed-a2fd-87e2b3c57a89} executeQuery: Read 36 rows, 66.06 KiB in 0.002503 sec., 14382.740711146624 rows/sec., 25.77 MiB/sec. 2025.07.17 11:30:00.681561 [ 96 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.17 11:30:00.681673 [ 277 ] {36beb3e5-0f59-41ed-a2fd-87e2b3c57a89} TCPHandler: Processed in 0.002786377 sec. 2025.07.17 11:30:00.681726 [ 96 ] {} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.681764 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.681862 [ 277 ] {} TCP-Session: 0a79d162-49ef-4c46-aa34-d96e8e49c890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.17 11:30:00.681950 [ 197 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.07.17 11:30:00.681983 [ 277 ] {179a42ad-ee5f-479f-bfe3-a44dc9acbbd9} executeQuery: (from [fd00:1122:3344:101::d]:36124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.17 11:30:00.682048 [ 277 ] {179a42ad-ee5f-479f-bfe3-a44dc9acbbd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.17 11:30:00.682290 [ 197 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.17 11:30:00.682391 [ 197 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 714 rows starting from the beginning of the part 2025.07.17 11:30:00.682581 [ 277 ] {179a42ad-ee5f-479f-bfe3-a44dc9acbbd9} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.17 11:30:00.682601 [ 197 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 5 rows starting from the beginning of the part 2025.07.17 11:30:00.682637 [ 277 ] {179a42ad-ee5f-479f-bfe3-a44dc9acbbd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.17 11:30:00.682761 [ 197 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part 2025.07.17 11:30:00.682900 [ 197 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 9 rows starting from the beginning of the part 2025.07.17 11:30:00.683028 [ 197 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part 2025.07.17 11:30:00.683048 [ 277 ] {179a42ad-ee5f-479f-bfe3-a44dc9acbbd9} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.17 11:30:00.683154 [ 197 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part 2025.07.17 11:30:00.683351 [ 277 ] {179a42ad-ee5f-479f-bfe3-a44dc9acbbd9} oximeter.measurements_u64 (093c3cf7-d3a2-416e-851b-e5e124237716): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.683531 [ 277 ] {179a42ad-ee5f-479f-bfe3-a44dc9acbbd9} executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec. 2025.07.17 11:30:00.683603 [ 277 ] {179a42ad-ee5f-479f-bfe3-a44dc9acbbd9} TCPHandler: Processed in 0.001798614 sec. 2025.07.17 11:30:00.715113 [ 192 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 796 rows, containing 19 columns (19 merged, 0 gathered) in 0.033259859 sec., 23932.753292790567 rows/sec., 42.89 MiB/sec. 2025.07.17 11:30:00.716307 [ 189 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.17 11:30:00.716673 [ 189 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.17 11:30:00.716758 [ 189 ] {7ef57e9b-c09d-486a-b642-60bff06b1bc7::all_1_41_8} oximeter.measurements_histogramu64 (7ef57e9b-c09d-486a-b642-60bff06b1bc7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.17 11:30:00.716892 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2025.07.17 11:30:01.000228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 261.86 MiB, peak 269.37 MiB, free memory in arenas 0.00 B, will set to 263.64 MiB (RSS), difference: 1.79 MiB