ydb
ydb copied to clipboard
YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
### Changelog entry This pull request represents a cherry-pick operation of the following commit that was previously merged: https://github.com/ydb-platform/ydb/pull/14403 The changes contained in this commit should have been incorporated into...
### Changelog entry ... ### Changelog category * Not for changelog (changelog entry is not required) ### Description for reviewers Aside for tests, fixes interaction of checkpoints/watermarks with Finished
this needs to be fixed https://github.com/ydb-platform/ydb/blob/911050b753e7fb532f13324f65d2a167e8045e37/ydb/docs/ru/core/yql/reference/syntax/show_create.md?plain=1#L66
### Changelog entry Password verification is extracted to a separate actor from `TSchemeShard` local transaction. ### Changelog category * Performance improvement ### Description for reviewers Existing `TTxLogin` transaction does not...
### Changelog entry ... ### Changelog category * Not for changelog (changelog entry is not required) ### Description for reviewers ...
### Changelog entry Release notes YDB Server 25.1.1 ### Changelog category * Documentation (changelog entry is not required) ### Description for reviewers Work in progress: I will add the English...
### Changelog entry Complete column names in YDB CLI ### Changelog category * Not for changelog (changelog entry is not required) ### Description for reviewers TODO: Add a changelog entry...
### Changelog entry ... ### Changelog category * Not for changelog (changelog entry is not required) ### Description for reviewers Probably fixes rare sigsegv in CI tests
### Changelog category * Not for changelog ### Description for reviewers
### Changelog entry Don't allow to execute more tasks than demand allows ### Changelog category * Improvement