Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(storage): add BTreeMap for row-format memory table #150

Merged
merged 4 commits into from
Nov 19, 2021

Conversation

zehaowei
Copy link
Contributor

@zehaowei zehaowei commented Nov 19, 2021

Solve this issue
close #98

Use BTreeMap for sorted row-format memory table

Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest LGTM, good work!

src/storage/secondary/rowset/mem_rowset.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/mem_rowset.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/mem_rowset.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/mem_rowset.rs Outdated Show resolved Hide resolved
src/storage/secondary/rowset/mem_rowset.rs Outdated Show resolved Hide resolved
src/types/mod.rs Outdated Show resolved Hide resolved
@skyzh
Copy link
Member

skyzh commented Nov 19, 2021

Please run cargo fmt and cargo clippy before merging :)

Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work!

@skyzh skyzh merged commit dbd0120 into main Nov 19, 2021
@skyzh skyzh deleted the zehao/memory_row_format branch November 19, 2021 09:59
@zehaowei zehaowei self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage: in-memory row format (and sort key support)
3 participants