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

👑 Parallel DataShards reads #11710

Open kunga opened 4 days ago

kunga commented 4 days ago

Description

This enhancement introduces the capability to execute read operations in parallel within a single DataShard, thereby improving both latency and throughput. The aim is to optimize the performance of data retrieval processes by allowing simultaneous read execution.

Considerations

As we implement this improvement, several important considerations must be addressed:

Steps

tbd