..
.nfs00000000066c9ebb00000002
Enhance db_bench
12 years ago
builder.cc
Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database.
12 years ago
builder.h
Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database.
12 years ago
c.cc
Fix poor error on num_levels mismatch and few other minor improvements
12 years ago
c_test.c
Fix poor error on num_levels mismatch and few other minor improvements
12 years ago
corruption_test.cc
Codemod NULL to nullptr
12 years ago
db_bench.cc
memory manage statistics
12 years ago
db_filesnapshot.cc
Fix all the lint errors.
12 years ago
db_impl.cc
[RocksDB] [Performance] Speed up FindObsoleteFiles
12 years ago
db_impl.h
Let's get rid of delete as much as possible, here are some examples.
12 years ago
db_impl_readonly.cc
Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value
12 years ago
db_impl_readonly.h
Add a readonly db
12 years ago
db_iter.cc
A number of fixes:
13 years ago
db_iter.h
A number of fixes:
13 years ago
db_statistics.h
Refactor statistics. Remove individual functions like incNumFileOpens
12 years ago
db_stats_logger.cc
remove boost
12 years ago
db_test.cc
[RocksDB][Bug] Look at all the files, not just the first file in TransactionLogIter as BatchWrites can leave it in Limbo
12 years ago
dbformat.cc
manifest_dump: Add --hex=1 option
12 years ago
dbformat.h
Fox db_stress crash by copying keys before changing sequencenum to zero.
12 years ago
dbformat_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago
filename.cc
Allow the logs to be purged by TTL.
12 years ago
filename.h
Added meta-database support.
12 years ago
filename_test.cc
Added meta-database support.
12 years ago
log_file.h
GetUpdatesSince API to enable replication.
12 years ago
log_format.h
Fixed sign-comparison in rocksdb code-base and fixed Makefile
12 years ago
log_reader.cc
Codemod NULL to nullptr
12 years ago
log_reader.h
TransactionLogIter should stall at the last record. Currently it errors out
12 years ago
log_test.cc
Fix more signed-unsigned comparisons
12 years ago
log_writer.cc
Fix a number of object lifetime/ownership issues
12 years ago
log_writer.h
Fix a number of object lifetime/ownership issues
12 years ago
memtable.cc
Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0.
12 years ago
memtable.h
Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0.
12 years ago
memtablelist.cc
Codemod NULL to nullptr
12 years ago
memtablelist.h
Codemod NULL to nullptr
12 years ago
repair.cc
Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database.
12 years ago
skiplist.h
Codemod NULL to nullptr
12 years ago
skiplist_test.cc
Codemod NULL to nullptr
12 years ago
snapshot.h
Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0.
12 years ago
table_cache.cc
[Rocksdb] Remove useless struct TableAndFile
12 years ago
table_cache.h
Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database.
12 years ago
transaction_log_iterator_impl.cc
Fix memory leak for probableWALfiles in db_impl.cc
12 years ago
transaction_log_iterator_impl.h
Fix memory leak for probableWALfiles in db_impl.cc
12 years ago
version_edit.cc
Codemod NULL to nullptr
12 years ago
version_edit.h
Fix poor error on num_levels mismatch and few other minor improvements
12 years ago
version_edit_test.cc
Make some variables configurable for each db instance
13 years ago
version_set.cc
Simplified level_ptrs by using a std:vector
12 years ago
version_set.h
Simplified level_ptrs by using a std:vector
12 years ago
version_set_reduce_num_levels.cc
Fix valgrind errors in rocksdb tests: auto_roll_logger_test, reduce_levels_test
12 years ago
version_set_test.cc
Codemod NULL to nullptr
12 years ago
write_batch.cc
added group commit; drastically speeds up mult-threaded synchronous write workloads
13 years ago
write_batch_internal.h
GetUpdatesSince API to enable replication.
12 years ago
write_batch_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago