Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
MV_ BOTTOMLESS_ SUMMARY_ PER_ NODE
This view is a per-node rollup over MV_.NODE_, HOST ,and PORT information and the remaining columns are the same summary metrics as in MV_, but calculated per node instead of per cluster.
|
Column name |
Description |
|---|---|
|
|
ID of the node for which the summary metrics are reported. |
|
|
Host of the node for which the summary metrics are reported. |
|
|
Port of the node for which the summary metrics are reported. |
The description of the remaining columns is the same as in MV_
Example:
SELECT *
FROM information_schema.MV_BOTTOMLESS_SUMMARY_PER_NODE;
+----------+-------------------------------------------------------------------------------------------------+-------+-----------------------+-----------------------+------------------+-------------------------------+--------------------------------+----------------------+----------------------+-----------------------+---------------------------+-----------------------------+----------------------+-------------------------------------+------------------------+
| NODE_ID | HOST |PORT |UPLOAD_QUEUE_WAIT_SECS | UPLOAD_QUEUE_WAIT_SECS|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 |
+----------+-------------------------------------------------------------------------------------------------+-------+-----------------------+-----------------------+------------------+-------------------------------+--------------------------------+----------------------+----------------------+-----------------------+---------------------------+-----------------------------+----------------------+-------------------------------------+------------------------+
| 100 | node-ca6059f6-d80a-4b49-acf8-73ca4a0db823-leaf-ag1-a-0.svc-ca6059f6-d80a-4b49-8c85-eb3223ecfd67 | 3306 | 0 | 0.002429002221| Success | 0 | 0 | 0 | 5.26893669 | 0 | 0.9374387011 | 1 | 1 | 12701 | 2 |
| 101 | node-ca6059f6-d80a-4b49-acf8-73ca4a0db823-leaf-ag2-a-0.svc-ca6059f6-d80a-4b49-8c85-eb3223ecfd67 | 3306 | 0 | 0.003988226469| Success | 0 | 0 | 0 | 5.391339582 | 0 | 0.9386822711 | 1 | 1 | 38421 | 2 |
| 102 | node-ca6059f6-d80a-4b49-acf8-73ca4a0db823-agg-a-0.svc-ca6059f6-d80a-4b49-8c85-eb3223ecfd67 | 3306 | NULL | NULL | Success | 0 | 0 | 0 | 1.738180574 | 0 | 0.9335166522 | 1 | 1 | 38357 | 0 |
| 103 | node-ca6059f6-d80a-4b49-acf8-73ca4a0db823-agg-a-1.svc-ca6059f6-d80a-4b49-8c85-eb3223ecfd67 | 3306 | NULL | NULL | Success | 0 | 0 | 0 | 1.738971583 | 0 | 0.9334588858 | 1 | 1 | 38358 | 0 |
+----------+-------------------------------------------------------------------------------------------------+-------+-----------------------+-----------------------+------------------+-------------------------------+--------------------------------+----------------------+----------------------+-----------------------+---------------------------+-----------------------------+----------------------+-------------------------------------+------------------------|Last modified: