diff options
author | solovboy <solovboy@yandex-team.com> | 2023-10-25 00:11:46 +0300 |
---|---|---|
committer | solovboy <solovboy@yandex-team.com> | 2023-10-25 00:27:24 +0300 |
commit | 69b890018688b9b26e048d80009e94af5f67803d (patch) | |
tree | 8bfd2d3432ffa85bb644a2944f82efc1a6aa8e64 | |
parent | 50167f67480c8969d5b6fa49f878b356fab83cce (diff) | |
download | ydb-69b890018688b9b26e048d80009e94af5f67803d.tar.gz |
Add release notes about YDB Embedded UI 23-3
Add release notes about YDB Embedded UI 23-3
-rw-r--r-- | ydb/docs/en/core/changelog-server.md | 6 | ||||
-rw-r--r-- | ydb/docs/ru/core/changelog-server.md | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/ydb/docs/en/core/changelog-server.md b/ydb/docs/en/core/changelog-server.md index dea80622b1a..b87832fab26 100644 --- a/ydb/docs/en/core/changelog-server.md +++ b/ydb/docs/en/core/changelog-server.md @@ -20,7 +20,11 @@ Release date: October 12, 2023. **Embedded UI:** -* TBD +* A new option `PostgreSQL` has been added to the query type selector settings, which is available when the `Enable additional query modes` parameter is enabled. Also, the query history now takes into account the syntax used when executing the query. +* The YQL query template for creating a table has been updated. Added a description of the available parameters. +* Now sorting and filtering for Storage and Nodes tables takes place on the server. To use this functionality, you need to enable the parameter `Offload tables filters and sorting to backend` in the experiments section. +* Buttons for creating, changing and deleting [topics](https://ydb.tech/ru/docs/concepts/topic) have been added to the context menu. +* Added sorting by criticality for all issues in the tree in `Healthcheck`. **Performance:** diff --git a/ydb/docs/ru/core/changelog-server.md b/ydb/docs/ru/core/changelog-server.md index 41cfb3740a5..95cc5ac67ad 100644 --- a/ydb/docs/ru/core/changelog-server.md +++ b/ydb/docs/ru/core/changelog-server.md @@ -20,7 +20,11 @@ **Встроенный UI:** -* TDB +* В настройках селектора типа запроса добавлена новая опция `PostgreSQL`, которая доступна при включении параметра `Enable additional query modes`. Также в истории запросов теперь учитывается синтаксис, используемый при выполнении запроса. +* Обновлен шаблон YQL-запроса для создания таблицы. Добавлено описание доступных параметров. +* Сортировка и фильтрация для таблиц Storage и Nodes вынесена на сервер. Необходимо включить параметр `Offload tables filters and sorting to backend` в разделе экспериментов, чтобы использовать данный функционал. +* В контекстное меню были добавлены кнопки для создания, изменения и удаления [топиков](https://ydb.tech/ru/docs/concepts/topic). +* Добавлена сортировка по критичности для всех issues в дереве в `Healthcheck`. **Производительность:** |