You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dhruba Borthakur
c3096afd61
Introduce a new option disableDataSync for opening the database. If this is set to true, then the data written to newly created data files are not sycned to disk, instead depend on the OS to flush dirty data to stable storage. This option is good for bulk
Test Plan:
manual tests
Task ID: #
Blame Rev:
Differential Revision: https://reviews.facebook.net/D4515
|
12 years ago |
.. |
arena.cc
|
A number of fixes:
|
13 years ago |
arena.h
|
A number of fixes:
|
13 years ago |
arena_test.cc
|
A number of fixes:
|
13 years ago |
bloom.cc
|
bits_per_key is already configurable. It defines how many bloom bits will be used for every key in the database.
|
13 years ago |
bloom_test.cc
|
Added bloom filter support.
|
13 years ago |
cache.cc
|
Add support to specify the number of shards for the Block cache. By default, the block cache is sharded into 16 parts.
|
13 years ago |
cache_test.cc
|
A number of fixes:
|
13 years ago |
coding.cc
|
A number of fixes:
|
13 years ago |
coding.h
|
A number of fixes:
|
13 years ago |
coding_test.cc
|
A number of fixes:
|
13 years ago |
comparator.cc
|
Pass system's CFLAGS, remove exit time destructor, sstable bug fix.
|
13 years ago |
crc32c.cc
|
SSE4 optimization
|
13 years ago |
crc32c.h
|
A number of fixes:
|
13 years ago |
crc32c_test.cc
|
A number of fixes:
|
13 years ago |
env.cc
|
fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)
|
13 years ago |
env_hdfs.cc
|
Make Leveldb save data into HDFS files. You have to set USE_HDFS in your environment variable to compile leveldb with HDFS support.
|
13 years ago |
env_posix.cc
|
Support --bufferedio=[0,1] from db_bench. If bufferedio = 0, then the read code path clears the OS page cache after the IO is completed. The default remains as bufferedio=1
|
13 years ago |
env_test.cc
|
fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)
|
13 years ago |
filter_policy.cc
|
Added bloom filter support.
|
13 years ago |
hash.cc
|
A number of fixes:
|
13 years ago |
hash.h
|
reverting disastrous MOE commit, returning to r21
|
14 years ago |
histogram.cc
|
A number of fixes:
|
13 years ago |
histogram.h
|
A number of fixes:
|
13 years ago |
logging.cc
|
A number of fixes:
|
13 years ago |
logging.h
|
A number of fixes:
|
13 years ago |
mutexlock.h
|
A number of fixes:
|
13 years ago |
options.cc
|
Introduce a new option disableDataSync for opening the database. If this is set to true, then the data written to newly created data files are not sycned to disk, instead depend on the OS to flush dirty data to stable storage. This option is good for bulk
|
12 years ago |
posix_logger.h
|
A number of fixes:
|
13 years ago |
random.h
|
A number of fixes:
|
13 years ago |
status.cc
|
A number of fixes:
|
13 years ago |
testharness.cc
|
A number of fixes:
|
13 years ago |
testharness.h
|
A number of fixes:
|
13 years ago |
testutil.cc
|
A number of fixes:
|
13 years ago |
testutil.h
|
A number of fixes:
|
13 years ago |