ain icon indicating copy to clipboard operation
ain copied to clipboard

Bring ability to use DB snapshots easily

Open prasannavl opened this issue 2 years ago • 0 comments

/kind chore

  • Revamp the storage layers to better utilize leveldb snapshots for both custom views and easily pull iterate.
  • Introduces CLevelDBOptions that manages options related objects.
  • Introduces Snapshot() method on CStorageLevelDB that auto manages the snapshot releases with CDBWrapper
  • Move some of the raw pointer related management to shared_ptrs.

prasannavl avatar Jun 09 '22 16:06 prasannavl