Skip to content

Commit 35c1c35

Browse files
committed
fix self-hosted-runners
1 parent d5b0928 commit 35c1c35

1 file changed

Lines changed: 1 addition & 47 deletions

File tree

ROADMAP.md

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1 @@
1-
# YDB Embedded UI Roadmap
2-
3-
## Legend
4-
5-
We use the following symbols as abbreviations:
6-
7-
1. ㉕ - feature appeared in the Roadmap for 2025;
8-
1. ㉔ - feature appeared in the Roadmap for 2024;
9-
1. ✅ - feature has been released;
10-
1. 🚧 - feature is partially available and is under development;
11-
1. ❌ - feature has been refused;
12-
1. 🔥 - not yet released, but we are in rush.
13-
14-
## Diagnostics
15-
16-
1. ✅ ㉔ **Capacity diagnostics** – a set of signals on a database info tab to easily diagnose CPU or storage shortage
17-
1. ✅ ㉔ **Basic built-in charts** – support for charts display for most popular signals: resource consumption, requests and latency
18-
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
19-
1.**Tablets Tab** – improved list of tablets in database and cluster with filters and search
20-
1.**Network diagnostics** – display signals about cluster network performance and help to discover reasons for potential problems
21-
22-
## Cluster Administration
23-
24-
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
25-
1.**PDisk restart** – easy way to restart PDisk with one click from its page
26-
1.**Display Configuration** – easy way to find out the value of any configuration paramater for a cluster or database
27-
1.**Edit Configuration** – change the value of any configuration paramater for a cluster or database
28-
1.**Storage Nodes with more than 100+ devices** – support storage nodes with multiple storage devices
29-
1.**Easy Cluster Initial Setup** – add support for semiautomatic cluster bootstrap via wizard-like UI
30-
31-
## Query and Schema Development
32-
33-
1.**Autocompletion** – autosuggestions to complete sql keywords and schema elements' names
34-
1.**Support VIEWS** – basic support for new schema object type – `VIEW`
35-
1.**Support Asyncronous Replication** – basic support for new feature – cluster-to-cluster asyncrounous replication
36-
1.**Display Keys and Column Families** – add wider schema tab in Diagnostics mode with information about column families, primary and partitioning keys.
37-
1.**Enhance Column Tables support** – display all parameters from `CREATE TABLE` statement on info Tab, add create/alter queries templates
38-
1.**Query Plan Improvements** – add textual representation of the query execution plan and display physical path of the query
39-
1. ✅ ㉓ **Support YDB Topics** (add support for viewing metadata of YDB topics, its data, lag, etc)
40-
1. ✅ ㉓ **Support CDC Streams**
41-
1. ✅ ㉓ **Support Secondary Indexes**
42-
1. ✅ ㉓ **Support Read Replicas**
43-
1. ✅ ㉓ **Support Column-oriented Tables**
44-
45-
## Appearence
46-
47-
1.**Change Table Column Width** – make it possible to alter a column (e.g. on a nodes page) width by dragging
1+
a

0 commit comments

Comments
 (0)