ord icon indicating copy to clipboard operation
ord copied to clipboard

Update redb from 0.13.0 to 0.20.0

Open raphjaph opened this issue 1 year ago • 3 comments

Still have to run some benchmarks.

raphjaph avatar Jun 02 '23 10:06 raphjaph

Converting to draft until we resolve the performance issues.

veryordinally avatar Jun 03 '23 18:06 veryordinally

Seeing somewhat of an improvement by setting 8 GiB cache like this:

        let database = Database::builder()
        .set_cache_size(8589934592)
        .create(&path)
        .unwrap();

Benchmarks in https://github.com/cberner/redb/issues/603

veryordinally avatar Jun 04 '23 06:06 veryordinally

See also https://github.com/ordinals/ord/issues/2183

veryordinally avatar Jun 18 '23 11:06 veryordinally

I updated to 1.0.1. It's the second stable release for redb

raphjaph avatar Jun 27 '23 21:06 raphjaph

Waiting for https://github.com/cberner/redb/issues/626 to resolve.

raphjaph avatar Jun 28 '23 21:06 raphjaph