stronglink icon indicating copy to clipboard operation
stronglink copied to clipboard

Database layer improvements

Open btrask opened this issue 9 years ago • 0 comments

  • Native db_get/put/del support, instead of using the transaction cursor in all cases (get rid of db_ext)
  • Unify LevelDB and RocksDB wrappers
  • LevelDB nested transactions (needed for improved sync/submission system, #1)
  • LeveLDB clean up transaction/cursor initialization
  • LevelDB max path length, dynamic allocation?
  • Use LevelDB environment to unlink MDB temp file portably

btrask avatar Mar 26 '15 18:03 btrask