Row manager #20
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Implement a row manager to decouple the in-memory index represented by
Database
and the actual stored rows. For example, let's use a log structured memory allocator to allocate records and makeRowVersion
point to the LSA-backed row. With reference counting, we can now return rows from the index using zero-copy.The text was updated successfully, but these errors were encountered: