MV_ BOTTOMLESS_ SUMMARY
This view is an at-a-glance rollup table the shows what is happening at the moment with the unlimited storage cluster.
It consolidates a lot of the detailed information in the MV_
view and displays it in one smaller, easy to read table.
Column name |
Description |
---|---|
|
Number of seconds the uploads to remote storage are delayed in the entire cluster. |
|
The rate at which files are being uploaded to remote storage in the entire cluster. |
|
If all partitions in the cluster report SUCCESS for upload, then this reports SUCCESS. |
|
Rate at which the blob cache is downloading files from remote storage in the entire cluster. |
|
Rate at which the blob cache is evicting files in the entire cluster, per second. |
|
Age of the oldest piece of data in the entire cluster. |
|
Rate of API requests made to remote storage in the entire cluster. |
|
Indicates whether any node in the entire cluster is being rate limited on API requests to remote storage. |
|
Number of successful bottle service api calls per second to the total number of bottle service api calls per second (success + failed) over the last 30 seconds. |
|
Number of successful bottomless api calls per second to the total number of bottomless api calls per second (success + failed) over the last 30 seconds. |
|
Shows |
|
Shows the maximum downtime (in seconds) if any node's bottle service heartbeat is down, else if all node's bottle service heartbeat is up, it shows the minimum uptime. |
|
Specifies the amount of log data queued for upload but not yet persisted to the remote storage. |
Example:
SELECT * FROM information_schema.MV_BOTTOMLESS_SUMMARY;
+------------------------+-------------------+--------------------+--------------------------------+--------------------------------+----------------------+----------------------+-----------------------+---------------------------+-----------------------------+----------------------+-------------------------------------+------------------------+
| UPLOAD_QUEUE_WAIT_SECS | UPLOAD_MB_PER_SEC | LAST_UPLOAD_RESULT | BLOB_CACHE_DOWNLOAD_MB_PER_SEC | BLOB_CACHE_EVICTION_MB_PER_SEC | OLDEST_DATA_AGE_DAYS | API_REQUESTS_PER_SEC | IS_BEING_RATE_LIMITED | OBJECT_STORE_AVAILABILITY | BOTTLE_SERVICE_AVAILABILITY | IS_BOTTLE_SERVICE_UP | BOTTLE_SERVICE_UPTIME_DOWNTIME_SECS | UPLOAD_BLOB_LEAD_PAGES |
+------------------------+-------------------+--------------------+--------------------------------+--------------------------------+----------------------+----------------------+-----------------------+---------------------------+-----------------------------+----------------------+-------------------------------------+------------------------+
| 0 | 0 | Success | 0 | 0 | 6.9887 | 0.3706105867031148 | 0 | 1 | 1 | 1 | 1484 | 2 |
+------------------------+-------------------+--------------------+--------------------------------+--------------------------------+----------------------+----------------------+-----------------------+---------------------------+-----------------------------+----------------------+-------------------------------------+------------------------+
Last modified: June 11, 2025