greptimedb
greptimedb copied to clipboard
[Tracking Issue] `RangeReader` as input source of Index
What type of enhancement is this?
Performance
What does the enhancement do?
Ref: https://github.com/GreptimeTeam/greptimedb/issues/4594
- [x]
RangeReader
trait - [x] Adapter from
AsyncRead + AsyncSeek
toRangeReader
- [ ] Top-down conversion of Input Source of
Index
fromAsyncRead + AsyncSeek
toRangeReader
- [ ] Implement
RangeReader
forObjectStore
- [ ] Instrument
RangeReader
- [ ] Remove the adapter
Implementation challenges
No response