forked from GreptimeTeam/greptimedb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement iter for the new memtable (GreptimeTeam#3373)
* chore: read shard builder * chore: reuse pk weights * chore: prune key * chore: shard reader wip * refactor: shard builder DataBatch * feat: merge shard readers * feat: return shard id in shard readers * feat: impl partition reader * chore: impl partition read * feat: impl iter tree * chore: save last yield pk id * style: fix clippy * refactor: rename ShardReaderImpl to ShardReader * chore: address CR comment
- Loading branch information
Showing
6 changed files
with
666 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.