..
builder.cc
Allow having different compression algorithms on different levels.
12 years ago
builder.h
A number of fixes:
13 years ago
c.cc
Make compression options configurable. These include window-bits, level and strategy for ZlibCompression
12 years ago
c_test.c
Make compression options configurable. These include window-bits, level and strategy for ZlibCompression
12 years ago
corruption_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago
db_bench.cc
Merge branch 'master' into performance
12 years ago
db_filesnapshot.cc
The BackupAPI should also list the length of the manifest file.
12 years ago
db_impl.cc
enhance dbstress to simulate hard crash
12 years ago
db_impl.h
enhance dbstress to simulate hard crash
12 years ago
db_impl_readonly.cc
Add a readonly db
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
Compilation error while compiling with OPT=-g
12 years ago
db_stats_logger.cc
remove boost
12 years ago
db_test.cc
Improved CompactionFilter api: pass in a opaque argument to CompactionFilter invocation.
12 years ago
dbformat.cc
Added bloom filter support.
13 years ago
dbformat.h
Make some variables configurable for each db instance
13 years ago
dbformat_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago
filename.cc
put log in a seperate dir
12 years ago
filename.h
put log in a seperate dir
12 years ago
filename_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago
log_format.h
A number of fixes:
13 years ago
log_reader.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago
log_reader.h
A number of fixes:
13 years ago
log_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago
log_writer.cc
A number of fixes:
13 years ago
log_writer.h
A number of fixes:
13 years ago
memtable.cc
This is the mega-patch multi-threaded compaction
12 years ago
memtable.h
This is the mega-patch multi-threaded compaction
12 years ago
memtablelist.cc
This is the mega-patch multi-threaded compaction
12 years ago
memtablelist.h
This is the mega-patch multi-threaded compaction
12 years ago
repair.cc
This is the mega-patch multi-threaded compaction
12 years ago
skiplist.h
This is the mega-patch multi-threaded compaction
12 years ago
skiplist_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago
snapshot.h
A number of fixes:
13 years ago
table_cache.cc
Add two more options: disable block cache and make table cache shard number configuable
12 years ago
table_cache.h
Trigger read compaction only if seeks to storage are incurred.
12 years ago
version_edit.cc
Clean up compiler warnings generated by -Wall option.
12 years ago
version_edit.h
This is the mega-patch multi-threaded compaction
12 years ago
version_edit_test.cc
Make some variables configurable for each db instance
13 years ago
version_set.cc
Fix asserts so that "make check OPT=-g" works on performance branch
12 years ago
version_set.h
Move filesize-based-sorting to outside the Mutex
12 years ago
version_set_reduce_num_levels.cc
disable size compaction in ldb reduce_levels and added compression and file size parameter to it
12 years ago
version_set_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago
write_batch.cc
added group commit; drastically speeds up mult-threaded synchronous write workloads
13 years ago
write_batch_internal.h
added group commit; drastically speeds up mult-threaded synchronous write workloads
13 years ago
write_batch_test.cc
Fix all warnings generated by -Wall option to the compiler.
12 years ago