deveel/deveeldb

Large Object Store

Closed this issue · 1 comments

The Large Object Store is a special storage for the binary or text fields that have a size exceeding a certain length and are immutable once created.

An initial version of this storage is of one special bank per database, although in the future it could also be one storage per table, to better separate the concerns

Implementation of an initial version of the LOB storage (one per database) has been completed and fully tested