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
Add redb, rocksdb and fs OpenDAL services to persistable layer; tests and benches.
- Initialize optional operators behind features and include in dual-write/read-fastest selection
- Test that all configured profiles receive blobs and are enumerated
- Add Criterion benches for op write/read per operator and key paths
let db = sled::open(path).map_err(|e|format!("Failed opening DB at this location: {:?} . Is another instance of Atomic Server running? {}", path, e))?;
159
216
let resources = db.open_tree("resources_v1").map_err(|e|format!("Failed building resources. Your DB might be corrupt. Go back to a previous version and export your data. {}", e))?;
0 commit comments