reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

Introduce new flag BLOB_DISK_CTL_UNCOMMITTED #110

Closed shaitan closed 9 years ago

shaitan commented 9 years ago

Flag BLOB_DISK_CTL_UNCOMMITTED is set for uncommitted records that were prepared but haven't been committed yet. This flag allows to keep uncommitted keys after index/data sort and blob restart.