Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] add 24.3.11.14 to documentation #14257

Merged
merged 4 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
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
19 changes: 15 additions & 4 deletions ydb/docs/en/core/changelog-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

## Version 24.3 {#24-3}

### Version 24.3.11.14 {#24-3-11-14}

Release date: February 6, 2025.

#### Functionality

* [Added](https://github.com/ydb-platform/ydb/pull/13251) support for restart without downtime in [a minimal fault-tolerant configuration of a cluster](./concepts/topology.md#reduced) that uses the three-node variant of `mirror-3-dc`.
* [Added](https://github.com/ydb-platform/ydb/pull/13220) new UDF Roaring Bitmap functions: AndNotWithBinary, FromUint32List, RunOptimize.
galnat marked this conversation as resolved.
Show resolved Hide resolved

### Version 24.3.11.13 {#24-3-11-13}

Release date: December 24, 2024.

### Functionality
#### Functionality

* Introduced [query tracing](./reference/observability/tracing/setup), a tool that allows you to view the detailed path of a request through a distributed system.
* Added support for [asynchronous replication](./concepts/async-replication), that allows synchronizing data between YDB databases in near real time. It can also be used for data migration between databases with minimal downtime for applications interacting with these databases.
Expand All @@ -31,7 +42,7 @@ Release date: December 24, 2024.
* **_(Experimental)_** Initial version of the workload manager was implemented. It allows to create resource pools with CPU, memory and active queries count limits. Resource classifiers were implemented to assign queries to specific resource pool.
* **_(Experimental)_** Implemented [automatic index selection](./dev/secondary-indexes#avtomaticheskoe-ispolzovanie-indeksov-pri-vyborke) for queries, which can be enabled via the `index_auto_choose_mode setting` in `table_service_config` in [dynamic configuration](./maintenance/manual/dynamic-config#updating-dynamic-configuration).

### YDB UI
#### YDB UI

* Added support for creating and [viewing information on](https://github.com/ydb-platform/ydb-embedded-ui/issues/782) asynchronous replication instances.
* [Added](https://github.com/ydb-platform/ydb-embedded-ui/issues/929) an indicator for auto-increment columns.
Expand All @@ -50,14 +61,14 @@ Release date: December 24, 2024.
* [Added](https://github.com/ydb-platform/ydb-embedded-ui/pull/889) a display of the current UI version.
* [Added](https://github.com/ydb-platform/ydb-embedded-ui/pull/1229) a tab with information about the status of settings for enabling experimental functionality.

### Performance
#### Performance

* [Accelerated](https://github.com/ydb-platform/ydb/pull/7589) recovery of tables with secondary indexes from backups up to 20% according to our tests.
* [Optimized](https://github.com/ydb-platform/ydb/pull/9721) Interconnect throughput.
* Improved the performance of CDC topics with thousands of partitions.
* Enhanced the Hive tablet balancing algorithm.

### Bug fixes
#### Bug fixes

* [Fixed](https://github.com/ydb-platform/ydb/pull/6850) an issue that caused databases with a large number of tables or partitions to become non-functional during restoration from a backup. Now, if database size limits are exceeded, the restoration operation will fail, but the database will remain operational.
* [Implemented](https://github.com/ydb-platform/ydb/pull/11532) a mechanism to forcibly trigger background [compaction](./concepts/glossary#compaction) when discrepancies between the data schema and stored data are detected in [DataShard](./concepts/glossary#data-shard). This resolves a rare issue with delays in schema changes.
Expand Down
3 changes: 2 additions & 1 deletion ydb/docs/en/core/downloads/_includes/server/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
| Version | Release date | Download | Changelog |
:--- | :--- | :--- | :---
**v24.3**
v.24.3.11.13 | 24/12/2024 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.11.13` | [See the changelog](../../../changelog-server.md#24-3)
v.24.3.11.14 | 09/01/2025 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.11.14` | [See the changelog](../../../changelog-server.md#24-3-11-14)
v.24.3.11.13 | 24/12/2024 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.11.13` | [See the changelog](../../../changelog-server.md#24-3-11-13)
**v24.2**
v.24.2.7 | 20/08/2024 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7`| [See the changelog](../../../changelog-server.md#24-2)
**v24.1**
Expand Down
3 changes: 2 additions & 1 deletion ydb/docs/en/core/downloads/_includes/server/linux.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
| Version | Release date | Download | Changelog |
:--- | :--- | :--- | :---
**v24.3**
v.24.3.11.13 | 24/12/2024 | [Binary file](https://binaries.ydb.tech/release/24.3.11.13/ydbd-24.3.11.13-linux-amd64.tar.gz) | [See the changelog](../../../changelog-server.md#24-3)
v.24.3.11.14 | 10/01/2025 | [Binary file](https://binaries.ydb.tech/release/24.3.11.14/ydbd-24.3.11.14-linux-amd64.tar.gz) | [See the changelog](../../../changelog-server.md#24-3-11-14)
v.24.3.11.13 | 24/12/2024 | [Binary file](https://binaries.ydb.tech/release/24.3.11.13/ydbd-24.3.11.13-linux-amd64.tar.gz) | [See the changelog](../../../changelog-server.md#24-3-11-13)
**v24.2**
v.24.2.7 | 20/08/2024 | [Binary file](https://binaries.ydb.tech/release/24.2.7/ydbd-24.2.7-linux-amd64.tar.gz) | [See the changelog](../../../changelog-server.md#24-2)
**v24.1**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
| Version | Release date | Link | Changelog |
:--- | :--- | :--- | :---
**v24.3**
v.24.3.11.13 | 24/12/2024 | [https://github.com/ydb-platform/ydb/tree/24.3.11.13](https://github.com/ydb-platform/ydb/tree/24.3.11.13) | [See the changelog](../../../changelog-server.md#24-3)
v.24.3.11.14 | 09/01/2025 | [https://github.com/ydb-platform/ydb/tree/24.3.11.14](https://github.com/ydb-platform/ydb/tree/24.3.11.14) | [See the changelog](../../../changelog-server.md#24-3-11-14)
v.24.3.11.13 | 24/12/2024 | [https://github.com/ydb-platform/ydb/tree/24.3.11.13](https://github.com/ydb-platform/ydb/tree/24.3.11.13) | [See the changelog](../../../changelog-server.md#24-3-11-13)
**v24.2**
v.24.2.7 | 20/08/24 | [https://github.com/ydb-platform/ydb/tree/24.2.7](https://github.com/ydb-platform/ydb/tree/24.2.7) | [See the changelog](../../../changelog-server.md#24-2)
**v24.1**
Expand Down
19 changes: 15 additions & 4 deletions ydb/docs/ru/core/changelog-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

## Версия 24.3 {#24-3}

### Версия 24.3.11.14 {#24-3-11-14}

Дата выхода: 6 февраля 2025.

#### Функциональность

* [Поддержан](https://github.com/ydb-platform/ydb/pull/11276) рестарт без потери доступности кластера в [минимальной отказоустойчивой конфигурации](./concepts/topology#reduced) из трех узлов.
* [Добавлены](https://github.com/ydb-platform/ydb/pull/13218) новый функции UDF Roaring bitmap: AndNotWithBinary, FromUint32List, RunOptimize

### Версия 24.3.11.13 {#24-3-11-13}

Дата выхода: 24 декабря 2024.

### Функциональность
#### Функциональность

* Добавлена [трассировка запросов](./reference/observability/tracing/setup) – инструмент, позволяющий детально посмотреть путь следования запроса по распределенной системе.
* Добавлена поддержка [асинхронной репликации](./concepts/async-replication), которая позволяет синхронизировать данные между базами YDB почти в реальном времени. Также она может быть использована для миграции данных между базами с минимальным простоем работающих с ними приложений.
Expand All @@ -31,7 +42,7 @@
* **_(Экспериментально)_** Реализована начальная версия [менеджера рабочей нагрузки](./dev/resource-consumption-management), который позволяет создавать пулы ресурсов с ограничениями по процессору, памяти и количеству активных запросов. Реализованы классификаторы ресурсов для отнесения запросов к определенному пулу ресурсов.
* **_(Экспериментально)_** Реализован [автоматический выбор индекса](https://ydb.tech/docs/ru/dev/secondary-indexes#avtomaticheskoe-ispolzovanie-indeksov-pri-vyborke) при выполнении запроса, который может быть включен администратором кластера с помощью настройки `index_auto_choose_mode` в `table_service_config` в [динамической конфигурации](./maintenance/manual/dynamic-config#obnovlenie-dinamicheskoj-konfiguracii).

### YDB UI
#### YDB UI

* Поддержано создание и [отображение](https://github.com/ydb-platform/ydb-embedded-ui/issues/782) экземпляра асинхронной репликации.
* [Добавлено](https://github.com/ydb-platform/ydb-embedded-ui/issues/929) обозначение [столбцов с автоинкрементом](./yql/reference/types/serial).
Expand All @@ -50,14 +61,14 @@
* [Добавлено](https://github.com/ydb-platform/ydb-embedded-ui/pull/889) отображение текущей версии пользовательского интерфейса.
* [Добавлена](https://github.com/ydb-platform/ydb-embedded-ui/pull/1229) с информацией о состоянии настроек включения экспериментальной функциональности.

### Производительность
#### Производительность

* [Ускорено](https://github.com/ydb-platform/ydb/pull/7589) восстановление из бэкапа таблиц со вторичными индексами до 20% по нашим тестам.
* [Оптимизирована](https://github.com/ydb-platform/ydb/pull/9721) пропускная способность Interconnect.
* Улучшена производительность CDC-топиков, содержащих тысячи партиций.
* Сделан ряд улучшений алгоритма балансировки таблеток Hive.

### Исправления ошибок
#### Исправления ошибок

* [Исправлена](https://github.com/ydb-platform/ydb/pull/6850) ошибка, которая приводила в неработоспособное состояние базу с большим количеством таблиц или партиций при восстановлении из резервной копии. Теперь при превышении лимитов на размер базы, операция восстановления завершится ошибкой, база продолжит работать в штатном режиме.
* [Реализован](https://github.com/ydb-platform/ydb/pull/11532) механизм, принудительно запускающий фоновый [компакшн](./concepts/glossary#compaction) при обнаружении несоответствий между схемой данных и данными, хранящимися в [DataShard](./concepts/glossary#data-shard). Это решает редко возникающую проблему задержки в изменении схемы данных.
Expand Down
3 changes: 2 additions & 1 deletion ydb/docs/ru/core/downloads/_includes/server/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Версия | Дата выпуска | Скачать | Список изменений
:--- | :--- | :--- | :---
**v24.3**
v.24.3.11.13 | 24.12.24 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.11.13` | [См. список](../../../changelog-server.md#24-3)
v.24.3.11.14 | 09.01.25 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.11.14` | [См. список](../../../changelog-server.md#24-3-11-14)
v.24.3.11.13 | 24.12.24 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.11.13` | [См. список](../../../changelog-server.md#24-3-11-13)
**v24.2**
v.24.2.7 | 20.08.24 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7` | [См. список](../../../changelog-server.md#24-2)
**v24.1**
Expand Down
3 changes: 2 additions & 1 deletion ydb/docs/ru/core/downloads/_includes/server/linux.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Версия | Дата выпуска | Скачать | Список изменений
:--- | :--- | :--- | :---
**v24.3**
v.24.3.11.13 | 24.12.24 | [Бинарный файл](https://binaries.ydb.tech/release/24.3.11.13/ydbd-24.3.11.13-linux-amd64.tar.gz) | [См. список](../../../changelog-server.md#24-3)
v.24.3.11.14 | 09.01.25 | [Бинарный файл](https://binaries.ydb.tech/release/24.3.11.14/ydbd-24.3.11.14-linux-amd64.tar.gz) | [См. список](../../../changelog-server.md#24-3-11-14)
v.24.3.11.13 | 24.12.24 | [Бинарный файл](https://binaries.ydb.tech/release/24.3.11.13/ydbd-24.3.11.13-linux-amd64.tar.gz) | [См. список](../../../changelog-server.md#24-3-11-13)
**v24.2**
v.24.2.7 | 20.08.24 | [Бинарный файл](https://binaries.ydb.tech/release/24.2.7/ydbd-24.2.7-linux-amd64.tar.gz) | [См. список](../../../changelog-server.md#24-2)
**v24.1**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Версия | Дата выпуска | Ссылка | Список изменений
:--- | :--- | :--- | :---
**v24.3**
v.24.3.11.13 | 24.12.24 | [https://github.com/ydb-platform/ydb/tree/24.3.11.13](https://github.com/ydb-platform/ydb/tree/24.3.11.13) | [См. список](../../../changelog-server.md#24-3)
v.24.3.11.14 | 09.01.25 | [https://github.com/ydb-platform/ydb/tree/24.3.11.14](https://github.com/ydb-platform/ydb/tree/24.3.11.14) | [См. список](../../../changelog-server.md#24-3-11-14)
v.24.3.11.13 | 24.12.24 | [https://github.com/ydb-platform/ydb/tree/24.3.11.13](https://github.com/ydb-platform/ydb/tree/24.3.11.13) | [См. список](../../../changelog-server.md#24-3-11-13)
**v24.2**
v.24.2.7 | 20.08.24 | [https://github.com/ydb-platform/ydb/tree/24.2.7](https://github.com/ydb-platform/ydb/tree/24.2.7) | [См. список](../../../changelog-server.md#24-2)
**v24.1**
Expand Down