Jump to conversation
Unresolved conversations (4)
@aeyakovenko aeyakovenko Jun 27, 2021
@ryoqun @sakridge @jeffwashington wdyt, would this work here? the initial design had a snapshot slot that would keep the data behind that slot form being cleaned up as the index is updated. So we shouldn't need a global lock on all the keys to do the snapshot.
runtime/src/accounts_db.rs
@aeyakovenko @brooksprumo @jeffwashington
@jon-chuang jon-chuang Jun 24, 2021
Why do you grow the `DataBucket` cell_size exponentially?
Outdated
runtime/src/bucket_map.rs
@jon-chuang
@jon-chuang jon-chuang Jun 24, 2021
I guess in the future this could recycle old MMaps instead of remove_file below
Outdated
runtime/src/data_bucket.rs
@aeyakovenko
@jon-chuang jon-chuang Jun 24, 2021
Could you clarify if capacity is in units of cell_size, or bytes? Edit: I believe it’s cell_size.
Outdated
runtime/src/data_bucket.rs
@aeyakovenko
Resolved conversations (0)