ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
4.02k stars 582 forks source link

Local secondary Index #11726

Open andrewstalin opened 3 days ago

andrewstalin commented 3 days ago

Description

This improvement makes it possible to create secondary indexes that are located locally with data on the same host. Local secondary indices provide an alternate sort key for a partition key value.

Steps