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

Remove .index files after index sort #153

Closed abudnik closed 8 years ago

abudnik commented 8 years ago

Changes:

  1. .index file removed after index sort.
  2. eblob_base_ctl struct refactoring: pack eblob_basectl data{fd, offset, size} fields into data_ctl field.
  3. removed extra sorted_index write & flush (before binlog apply).
shaitan commented 8 years ago

:+1: Looks good. @bioothod: have you reviewed it?