You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To compare performance & have some flexibility on which backend stores data, I'll be implementing a leveldb adapter again soon.
From storage up, a leveldb interface is easy to implement on almost anything, allowing you to use a wide array of storage handlers without relying on a writable disk or S3.
The text was updated successfully, but these errors were encountered:
To compare performance & have some flexibility on which backend stores data, I'll be implementing a leveldb adapter again soon.
From storage up, a leveldb interface is easy to implement on almost anything, allowing you to use a wide array of storage handlers without relying on a writable disk or S3.
The text was updated successfully, but these errors were encountered: