-
Notifications
You must be signed in to change notification settings - Fork 619
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
Support sequences backup with current value #3089
Conversation
⚪
|
⚪
|
ydb/core/tx/schemeshard/schemeshard__operation_copy_sequence.cpp
Outdated
Show resolved
Hide resolved
ydb/core/tx/schemeshard/schemeshard__operation_copy_sequence.cpp
Outdated
Show resolved
Hide resolved
ydb/core/tx/schemeshard/schemeshard__operation_copy_sequence.cpp
Outdated
Show resolved
Hide resolved
⚪ |
⚪ |
⚪ |
⚪ |
⚪
|
⚪
|
⚪ |
⚪ |
⚪ |
⚪
|
⚪
|
⚪
|
⚪
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Думаю LGTM. Из совсем мелкого меня смущает, что ReturnSetVal будет возвращать не текущее значение sequence'а, а какое-то там старое, которое делали во время его создания, но это не публичное апи и потому не важно. В будущем кому-нибудь нужно будет сделать возможно получения правильного текущего set_val в публичном апи, чтобы правильно бекапить таблицы с sequence'ами можно было не только на сервере, но и локально в файлики, но точно не в этом pr.
No description provided.