Отсутствие commit timestamp
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 220
- PR merge metrics
- No merged PRs in 30d
Description
Почему во всех sdk нельзя получить timestamp коммита транзакции в динтаблицах? Например в Go sdk ответ сервера yt'а тупо игнориуется, в котором как раз лежит CommitTimestamp. Это ведь нужная вещь, которая позволяет строить консистетные с базой in-memory индексы в приложениях к примеру, поверх динтаблиц.
Contributor guide
Research direction
Start by locating the Go SDK code that handles the YT server response for dynamic-table transactions and inspect how CommitTimestamp is currently discarded. Trace the corresponding transaction response handling in the other SDKs mentioned by the issue; done means callers can obtain the transaction commit timestamp needed for consistent in-memory indexes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100