tarantool / tarantool/doc

TCS: secondary composite indexes, phase 1

Open
#5,020 0 comments 0 reactions 1 assignee View on GitHub

@lenkis is already working on this.

Since Mar 25, 2025.

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

Description

Related dev. resources:

Product: TCS
Since: 0.28
Audience/target: admins, end users (finops)
Root document: https://docs.d.tarantool.io/ru/column-store/doc/latest/
SME: @ Galiev-Ruslan

Details

Для ускорения работы с индексами вводится использование вторичных составных или комплексных индексов, состоящих из нескольких колонок, подхватывание таких индексов в Select в условиях WHERE и ORDER BY.

Основные возможности работы с индексами:

  • управление индексами через SQL DDL
  • индекс строится на одной или нескольких колонках
  • построение индексов в runtime и на колонках с данными
  • возможность отключить индекс в запросах
  • возможность подхватывать индекс в WHERE и/или ORDER BY

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.