issues
search
cberner
/
redb
An embedded key-value database in pure Rust
https://www.redb.org
Apache License 2.0
3.37k
stars
156
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
No need to flush non-durable commits anymore
#906
mconst
closed
21 hours ago
0
Use rust-toolchain file in CI instead of hard coded version
#905
cberner
closed
2 days ago
0
Update benchmark numbers in readme
#904
cberner
closed
3 days ago
0
Change benchmark output format to always use milliseconds
#903
cberner
closed
3 days ago
0
Update license check for latest unicode-ident version
#902
cberner
closed
4 days ago
0
explicitly set cache sizes
#901
cberner
closed
3 days ago
0
[Benchmark] Explicitly set cache sizes
#900
marvin-j97
closed
3 days ago
1
Don't mark the region tracker page as allocated
#899
mconst
closed
20 hours ago
3
fix typos
#898
marvin-j97
closed
1 week ago
0
Ensure quick-repair commit on shutdown
#897
mconst
closed
1 week ago
0
Update tools used in CI
#896
cberner
closed
1 week ago
0
WIP: use std file_lock
#895
cberner
opened
1 week ago
0
RFC: File format version 3
#894
cberner
opened
1 week ago
2
Add set_quick_repair()
#893
mconst
closed
1 week ago
11
Don't count the region tracker page when checking for leaks
#892
mconst
closed
2 weeks ago
0
Chrono Support
#891
wyatt-herkamp
opened
2 weeks ago
0
Fix clippy errors
#890
cberner
closed
2 weeks ago
0
Bump msrv to 1.81
#889
cberner
closed
2 weeks ago
0
Fix several crashes in repair from corrupted pages
#888
mconst
closed
2 weeks ago
0
Ban `as` casts
#887
casey
closed
2 weeks ago
3
Turn on pedantic clippy lints where possible
#886
casey
closed
2 weeks ago
6
Panic isn't a clean shutdown
#885
mconst
closed
3 weeks ago
0
Fix region tracker page leak and initial sizing
#884
mconst
closed
3 weeks ago
1
Cache optimizations
#883
cberner
closed
4 weeks ago
0
Implement TableHandle for ReadOnlyTable
#882
lu-zero
closed
1 month ago
1
BUG: Allocated a page that is still referenced
#881
akiradeveloper
opened
1 month ago
1
For the same program/process, is it safe to open a database concurrently?
#880
LogicFan
closed
1 month ago
1
Possible performance regression from `redb` version `2.1.3` to `2.1.4`
#879
raphjaph
closed
4 weeks ago
13
Avoid recovery when using Durability::Paranoid
#878
mconst
closed
1 week ago
5
What is the actual redb Page _content_ size?
#877
olebedev
closed
1 month ago
2
MVCC support
#876
auriium2
closed
1 month ago
1
Switch page cache to approximate LRU
#875
cberner
closed
1 month ago
3
Panic on invalid key/value string
#874
ClementNerma
closed
1 month ago
5
Implement `Key` for `NonZero…`
#873
Evrey
opened
1 month ago
2
Fix leak in read cache tracking
#872
cberner
closed
1 month ago
0
Optimize first() and last()
#871
cberner
closed
1 month ago
1
Table::last performance cliff for low cache size
#870
marvin-j97
closed
1 month ago
5
How to get an owned value from AccessGuard?
#869
vessd
closed
2 months ago
2
Remove reference to msync in design doc
#868
casey
closed
2 months ago
0
Reading values from untyped tables.
#867
oiwn
closed
1 month ago
4
Replace deprecated rust install action
#866
cberner
closed
2 months ago
0
CI and dependency clean up
#865
cberner
closed
2 months ago
0
Enable wasi CI tests
#864
cberner
closed
2 months ago
0
Allow freeing uncommitted pages in Durability::None transactions
#863
cberner
opened
2 months ago
0
Code cleanup
#862
cberner
closed
2 months ago
0
Fix potential panic in repair
#861
cberner
closed
2 months ago
0
Fix panic and return PreviousIo error instead
#860
cberner
closed
2 months ago
0
More comprehensive fuzzer coverage
#859
cberner
closed
2 months ago
0
Major performance improvement to compact()
#858
cberner
closed
2 months ago
0
Possible durability bug in the presence of write failures
#857
cfcosta
closed
2 months ago
1
Next