risinglight-tutorial icon indicating copy to clipboard operation
risinglight-tutorial copied to clipboard

feat: storage redesign

Open skyzh opened this issue 2 years ago • 0 comments

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.

skyzh avatar Feb 19 '22 08:02 skyzh