tonbo-io / tonbo

A portable embedded database using Arrow.
https://tonbo.io
Apache License 2.0
764 stars 42 forks source link

Feat: point read optimization #126

Closed KKould closed 2 months ago

KKould commented 2 months ago

Feature Request

At present, point reading is still implemented using MergeScan. In fact, single point reading can be performed on multiple layers.