Skip to content
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

TCS: secondary composite indexes, phase 1 #5020

Open
lenkis opened this issue Mar 25, 2025 · 0 comments
Open

TCS: secondary composite indexes, phase 1 #5020

lenkis opened this issue Mar 25, 2025 · 0 comments
Assignees
Labels

Comments

@lenkis
Copy link
Contributor

lenkis commented Mar 25, 2025

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
@lenkis lenkis added the TCS label Mar 25, 2025
@lenkis lenkis self-assigned this Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant