Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@ We use the following symbols as abbreviations:

## Diagnostics

1. 🚧 ㉔ **Capacity diagnostics** – a set of signals on a database info tab to easily diagnose CPU or storage shortage
1. πŸ”₯ ㉔ **Basic built-in charts** – support for charts display for most popular signals: resource consumption, requests and latency
1. βœ… ㉔ **Capacity diagnostics** – a set of signals on a database info tab to easily diagnose CPU or storage shortage
1. βœ… ㉔ **Basic built-in charts** – support for charts display for most popular signals: resource consumption, requests and latency
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
1. ㉔ **Network diagnostics** – display signals about cluster network performance and help to discover reasons for potential problems
1. ㉕ **Tablets Tab** – improved list of tablets in database and cluster with filters and search
1. βœ… **Tablets Tab** – improved list of tablets in database and cluster with filters and search
1. ㉕ **Network diagnostics** – display signals about cluster network performance and help to discover reasons for potential problems

## Cluster Administration

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
1. ㉔ **PDisk restart** – easy way to restart PDisk with one click from its page
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
1. βœ… **PDisk restart** – easy way to restart PDisk with one click from its page
1. ㉔ **Display Configuration** – easy way to find out the value of any configuration paramater for a cluster or database
1. ㉕ **Edit Configuration** – change the value of any configuration paramater for a cluster or database
1. ㉕ **Storage Nodes with more than 100+ devices** – support storage nodes with multiple storage devices
1. ㉕ **Easy Cluster Initial Setup** – add support for semiautomatic cluster bootstrap via wizard-like UI

## Query and Schema Development

1. πŸ”₯ ㉔ **Autocompletion** – autosuggestions to complete sql keywords and schema elements' names
1. βœ… **Autocompletion** – autosuggestions to complete sql keywords and schema elements' names
1. ㉔ **Support VIEWS** – basic support for new schema object type – `VIEW`
1. ㉔ **Support Asyncronous Replication** – basic support for new feature – cluster-to-cluster asyncrounous replication
1. ㉔ **Display Keys and Column Families** – add wider schema tab in Diagnostics mode with information about column families, primary and partitioning keys.
1. ㉔ **Enhance Column Tables support** – display all parameters from `CREATE TABLE` statement on info Tab, add create/alter queries templates
1. ㉕ **Query Plan Improvements** – add textual representation of the query execution plan and display physical path of the query
1. βœ… **Support Asyncronous Replication** – basic support for new feature – cluster-to-cluster asyncrounous replication
1. βœ… **Display Keys and Column Families** – add wider schema tab in Diagnostics mode with information about column families, primary and partitioning keys.
1. βœ… **Enhance Column Tables support** – display all parameters from `CREATE TABLE` statement on info Tab, add create/alter queries templates
1. βœ… **Query Plan Improvements** – add textual representation of the query execution plan and display physical path of the query
1. βœ… ㉓ **Support YDB Topics** (add support for viewing metadata of YDB topics, its data, lag, etc)
1. βœ… ㉓ **Support CDC Streams**
1. βœ… ㉓ **Support Secondary Indexes**
Expand All @@ -44,4 +44,4 @@ We use the following symbols as abbreviations:

## Appearence

1. ㉕ **Change Table Column Width** – make it possible to alter a column (e.g. on a nodes page) width by dragging
1. βœ… **Change Table Column Width** – make it possible to alter a column (e.g. on a nodes page) width by dragging
Loading