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 redesign #15

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: storage redesign #15

wants to merge 3 commits into from

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Feb 19, 2022

In this PR, we redesigned the storage part to:

  • Firstly, support single insert.
  • Then, support multiple inserts, while introducing the terminology of RowSet.
  • The rest as before, We will go with memtable, block, column, sparse index, etc.

Also, we changed the way to develop the tutorial.

Now everything will be tracked on storage branch. We will use a bash script to generate 03-xx from the git history.

This PR should not be merged. It only serves as a PR for tracking progress.

Signed-off-by: Alex Chi <[email protected]>
Signed-off-by: Alex Chi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant