issues
search
facebook
/
rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
28.71k
stars
6.34k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Explain why RandomAccessFileReader* is not passed into FilePrefetchBuffer constructor
#13159
archang19
opened
2 hours ago
1
Try to align WritableFileWriter buffered writes
#13158
anand1976
opened
3 hours ago
0
Set filesystem constructor parameter for FilePrefetchBuffer inside PrefetchTail
#13157
archang19
opened
5 hours ago
2
Fix `KeyMayExist()` to allow value parameter to be null
#13156
cbi42
opened
6 hours ago
1
Fix the issue where compaction incorrectly drops a key when there is a snapshot with a sequence number of zero.
#13155
tcwzxx
opened
13 hours ago
1
Reduce use of snprintf and fixed-size buffers
#13154
mszeszko-meta
closed
2 days ago
8
Turn Transaction into a pure interface class
#13153
ltamasi
opened
3 days ago
1
Honor ConfigOptions.ignore_unknown_options in ParseStruct()
#13152
jaykorean
closed
3 days ago
4
undefined reference to `typeinfo for rocksdb::Customizable'
#13151
Shehapp
closed
3 days ago
1
incorrect behaviour of prefix extractor
#13150
zaidoon1
closed
3 days ago
5
Tyler exp
#13149
tyler-griggs
closed
5 days ago
1
Add [set]DailyOffpeakTimeUTC option to Java API
#13148
alanpaxton
opened
6 days ago
1
There is a significant difference in the time required for unit testing of different versions of Rocksdb on Mac OS
#13147
GuipaiQigong111
opened
6 days ago
1
Start version 9.10.0
#13146
jowlyzhang
closed
6 days ago
4
Print file number when TEST_VerifyNoObsoleteFilesCached fails
#13145
hx235
closed
5 days ago
8
Introduce a transaction option to skip memtable write during commit
#13144
cbi42
opened
1 week ago
1
[NO COMMIT] Debug windows CI failure
#13143
pdillinger
closed
6 days ago
0
Remove EXPERIMENTAL tag for MultiCfIterators
#13142
jaykorean
closed
1 week ago
2
When a snapshot file is used for restoration, the service fails to be started occasionally. The error information is as follows: [db/db_impl/db_impl_open.cc:2112] DB::Open() failed: Corruption: Corruption: IO error: No such file or directory: While open a file for random read: /xxx/000024.ldb: No such file or directory in file /xxx/MANIFEST-000020
#13141
cccxgit
opened
1 week ago
0
Skip updating CFOptions if no value to update
#13140
jaykorean
opened
1 week ago
2
Rely on PurgeObsoleteFiles Only for Options file clean up when remote compaction is enabled
#13139
jaykorean
closed
1 week ago
2
Add public API definitions for surfacing data age
#13138
jowlyzhang
opened
1 week ago
4
Fix a valgrind unit test failure
#13137
cbi42
closed
1 week ago
2
Add compaction stats for filtered files
#13136
jowlyzhang
closed
1 week ago
5
Output some advice with unreleased_history/add.sh
#13135
pdillinger
closed
1 week ago
2
Enable attribute group APIs in the transaction stress tests
#13134
ltamasi
closed
2 weeks ago
4
Can I open multiple CF in different DB with one same rocksdb_option_t ?
#13133
979357361
opened
2 weeks ago
1
Java API Auto close iterators
#13132
alanpaxton
opened
2 weeks ago
0
Fix the handling of PrepareValue failures due to fault injection
#13131
ltamasi
closed
2 weeks ago
2
Print iterator status in stress tests when PrepareValue() fails
#13130
ltamasi
closed
2 weeks ago
2
Save the key before calling PrepareValue() in the stress tests
#13129
ltamasi
closed
2 weeks ago
3
Add a new API Transaction::GetCoalescingIterator
#13128
ltamasi
closed
2 weeks ago
3
Fix a bug that can retain old WAL longer than needed
#13127
cbi42
closed
2 weeks ago
5
Remove undefined function GetColumnFamilyDataByName
#13126
hotpxl
closed
2 weeks ago
2
Add allow_unprepared_value+PrepareValue() to the stress tests
#13125
ltamasi
closed
2 weeks ago
4
Steps toward preserve/preclude options mutable
#13124
pdillinger
closed
6 days ago
11
Introduce a WriteBatchWithIndex-based implementation of ReadOnlyMemTable
#13123
cbi42
closed
1 week ago
10
Fix missing cases of corruption retries
#13122
anand1976
closed
2 weeks ago
4
Fix write committed transactions replay when UDT setting toggles
#13121
jowlyzhang
closed
2 weeks ago
6
compaction not running or running very slowly when entire db is deleted?
#13120
zaidoon1
closed
3 days ago
6
Add a new API Transaction::GetAttributeGroupIterator
#13119
ltamasi
closed
2 weeks ago
4
Update FilePrefetchBuffer::Read to reuse file system buffer when possible
#13118
archang19
closed
4 days ago
60
Fix and test for leaks of open SST files
#13117
pdillinger
closed
2 weeks ago
4
Recursive read locks in port::RWMutex
#13116
autopear
opened
2 weeks ago
0
DO NOT MERGE - Experimental Java Native Cached Write Batch
#13115
alanpaxton
closed
6 days ago
1
Refactoring toward making preserve/preclude options mutable
#13114
pdillinger
closed
3 weeks ago
4
Some small improvements around allow_unprepared_value and multi-CF iterators
#13113
ltamasi
closed
2 weeks ago
4
Remove early return when scanning files for temperature change compaction
#13112
archang19
closed
2 weeks ago
4
Make BaseDeltaIterator honor allow_unprepared_value
#13111
ltamasi
closed
3 weeks ago
5
[CI ONLY] 9.7.4 candidate
#13110
pdillinger
closed
3 weeks ago
0
Next