tarantool / tarantool/doc

TCS: column auto-detect for deletion

Open
#4,677 0 comments 0 reactions 1 assignee View on GitHub

@lenkis is already working on this.

Since Dec 4, 2024.

TCS
Dominant language
CSS
Stars
15
Forks
49
Avg merge
1d 13h
Merged PRs (30d)
3

Description

Related dev. resources:

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.

Вопросы по требованиям из тикета:

  1. Автоудаление по количеству уже есть и работает

  2. Делаем дополнительно удаление последних блоков при нехватке места в памяти: если после флашинга у нас не хватит memtx_memory для следующего флашинга, из каждого колоночного спейса нужно удалить первый тапл
    ??? первый тапл = по описанию кажется, что самый новый, а ожидается, что самый старый
    ??? и так удаляем, пока станет хватать memtx_memory?

  3. Удаляем последние блоки всех атрибутов
    ??? последние = самые старые?

  4. Необходим параметр для конфигурации гранулярности удаления: сколько блоков за раз удалять
    Значение по умолчанию = объём строчного буфера
    ??? как называется? нужен полный путь в конфиге

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.