|
| 1 | +# YDB Embedded UI Roadmap |
| 2 | + |
| 3 | +## Legend |
| 4 | +We use the following symbols as abbreviations: |
| 5 | + |
| 6 | +1. γ - feature appeared in the Roadmap for 2025; |
| 7 | +1. γ - feature appeared in the Roadmap for 2024; |
| 8 | +1. β
- feature has been released; |
| 9 | +1. π§ - feature is partially available and is under development; |
| 10 | +1. β - feature has been refused; |
| 11 | +1. π₯ - not yet released, but we are in rush. |
| 12 | + |
| 13 | +## Diagnostics |
| 14 | + |
| 15 | +1. π§ γ **Capacity diagnostics** β a set of signals on a database info tab to easily diagnose CPU or storage shortage |
| 16 | +1. π₯ γ **Basic built-in charts** β support for charts display for most popular signals: resource consumption, requests and latency |
| 17 | +1. π₯ γ **Display Table Hot Keys** β on a tab **Hot Keys** for a [column-oriented](https://ydb.tech/docs/en/concepts/datamodel/table#olap-data-types) and [row-oriented table](https://ydb.tech/docs/en/concepts/datamodel/table#row-orineted_table) display Hot Keys based on query statistics |
| 18 | +1. γ **Network diagnostics** β display signals about cluster network performance and help to discover reasons for potential problems |
| 19 | + |
| 20 | + |
| 21 | +## Cluster Administration |
| 22 | + |
| 23 | +1. γ **VDisk Eviction** β a special page for [VDisk](https://ydb.tech/docs/en/concepts/cluster/distributed_storage) with infos and support for [VDisk eviction](https://ydb.tech/docs/en/maintenance/manual/moving_vdisks) launch |
| 24 | +1. γ **PDisk restart** β easy way to restart PDisk with one click from its page |
| 25 | +1. γ **Display Configuration** β easy way to find out the value of any configuration paramater for a cluster or database |
| 26 | +1. γ **Edit Configuration** β change the value of any configuration paramater for a cluster or database |
| 27 | + |
| 28 | +## Query and Schema Development |
| 29 | + |
| 30 | +1. π₯ γ **Autocompletion** β autosuggestions to complete sql keywords and schema elements' names |
| 31 | +1. γ **Support VIEWS** β basic support for new schema object type β `VIEW` |
| 32 | +1. γ **Support Asyncronous Replication** β basic support for new feature β cluster-to-cluster asyncrounous replication |
| 33 | +1. γ **Display Keys and Column Families** β add wider schema tab in Diagnostics mode with information about column families, primary and partitioning keys. |
| 34 | +1. γ **Enhance Column Tables support** β display all parameters from `CREATE TABLE` statement on info Tab, add create/alter queries templates |
| 35 | + |
| 36 | +## Appearence |
| 37 | + |
| 38 | +1. γ **Change Table Column Width** β make it possible to alter a column (e.g. on a nodes page) width by dragging |
0 commit comments