TCS: column auto-detect for deletion
@lenkis is already working on this.
Since Dec 4, 2024.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Related dev. resources:
- Release card for TCS 0.26: https://jira.vk.team/browse/PRODUCTS-1459
- Dev ticket: https://jira.vk.team/browse/TNTP-82
Product: TCS
Since: 0.26
Audience/target: admins, end users (finops)
Root document: https://docs.d.tarantool.io/ru/column-store/doc/latest/
SME: @ Galiev-Ruslan
Details
One config param for column deletion granularity.
Algorithm + steps for correct setup is required.
Вопросы по требованиям из тикета:
-
Автоудаление по количеству уже есть и работает
-
Делаем дополнительно удаление последних блоков при нехватке места в памяти: если после флашинга у нас не хватит memtx_memory для следующего флашинга, из каждого колоночного спейса нужно удалить первый тапл
??? первый тапл = по описанию кажется, что самый новый, а ожидается, что самый старый
??? и так удаляем, пока станет хватать memtx_memory? -
Удаляем последние блоки всех атрибутов
??? последние = самые старые? -
Необходим параметр для конфигурации гранулярности удаления: сколько блоков за раз удалять
Значение по умолчанию = объём строчного буфера
??? как называется? нужен полный путь в конфиге
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.