stencillogic / db-core

DBMS engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storing data on block device

stencillogic opened this issue · comments

Currently, objects are collected withing files by specifying file_id when creating an object. To add support of block device file must be replaced with some other kind of object grouping.
Possible implementation: link extents of a single object grouping in the linked list instead of grouping extents by files.