Commit Graph

1999 Commits (efd035164b443e0ae552a82ad8b47a8048e652ca)

Author SHA1 Message Date
Dhruba Borthakur e5fe80e4e3 The sharding of the block cache is limited to 2*20 pieces. 12 years ago
heyongqiang a4f9b8b49e merge 1.5 12 years ago
Dhruba Borthakur fc20273e73 Introduce a new method Env->Fsync() that issues fsync (instead of fdatasync). 12 years ago
Dhruba Borthakur e5a7c8e580 Log the open-options to the LOG. 12 years ago
heyongqiang af6fa308b0 regression for trigger compaction logic 12 years ago
heyongqiang 21082fa13c regression for trigger compaction logic 12 years ago
Dhruba Borthakur f4e7febf22 Record the version of the source repository that was used to build the leveldb library. 12 years ago
heyongqiang 6ba1f17789 adding a scribe logger in leveldb to log leveldb deploy stats 12 years ago
Dhruba Borthakur e56b2c5a31 Prevent concurrent multiple opens of leveldb database. 12 years ago
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 12 years ago
Dhruba Borthakur d11b637f34 bits_per_key is already configurable. It defines how many bloom bits will be used for every key in the database. 12 years ago
Dhruba Borthakur 80c663882a Create leveldb server via Thrift. 12 years ago
heyongqiang 7600228072 fix compile warning 12 years ago
heyongqiang 4e4b6812ff Make some variables configurable for each db instance 12 years ago
Dhruba Borthakur a35e574344 Make Leveldb save data into HDFS files. You have to set USE_HDFS in your environment variable to compile leveldb with HDFS support. 12 years ago
Dhruba Borthakur 8f293b68a9 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 12 years ago
Dhruba Borthakur a2a0e358cb Add support to specify the number of shards for the Block cache. By default, the block cache is sharded into 16 parts. 12 years ago
Arun Sharma 95af128225 SSE4 optimization 12 years ago
Arun Sharma 921a48428e Optimize for lp64 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 12 years ago
Sanjay Ghemawat 9013f13b15 use mmap on 64-bit machines to speed-up reads; small build fixes 12 years ago
Sanjay Ghemawat 3c8be108bf fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) 13 years ago
Hans Wennborg 42fb47f6ed Pass system's CFLAGS, remove exit time destructor, sstable bug fix. 13 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
Gabor Cselle 299ccedfec A number of bugfixes: 13 years ago
Hans Wennborg 213a68eb68 Sync with upstream @23860137. 13 years ago
gabor@google.com e3584f9c28 Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks. 13 years ago
gabor@google.com ab323f7e1e Bugfixes for iterator and documentation. 13 years ago
dgrogan@chromium.org a05525d13b @23023120 13 years ago
gabor@google.com f122c6dfbb Adding FreeBSD support, removing Chromium files, adding benchmark. 13 years ago
gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. 13 years ago
gabor@google.com 6872ace901 Sun Studio support, and fix for test related memory fixes. 13 years ago
gabor@google.com 6699c7ebe6 Small tweaks and bugfixes for Issue 18 and 19. 13 years ago
gabor@google.com f57e23351f Platform detection during build, plus compatibility patches for machines without <cstdatomic>. 13 years ago
dgrogan@chromium.org 740d8b3d00 Update from upstream @21551990 13 years ago
dgrogan@chromium.org da79909507 sync with upstream @ 21409451 13 years ago
dgrogan@chromium.org be9f061d2f pull in hans' mac build fix 13 years ago
dgrogan@chromium.org ba6dac0e80 @20776309 13 years ago
dgrogan@chromium.org 69c6d38342 reverting disastrous MOE commit, returning to r21 13 years ago
dgrogan@chromium.org b743906eea Revision created by MOE tool push_codebase. 13 years ago
dgrogan@chromium.org b409afe968 chmod a-x 13 years ago
dgrogan@chromium.org f779e7a5d8 @20602303. Default file permission is now 755. 13 years ago
jorlow@chromium.org 4671a695fc Move include files into a leveldb subdir. 13 years ago
jorlow@chromium.org 4d66fd5af3 Upstream change. 13 years ago
jorlow@chromium.org e2da744e12 Upstream changes. 13 years ago
jorlow@chromium.org e11bdf1935 Upstream changes 13 years ago
jorlow@chromium.org 8303bb1b33 Pull from upstream. 13 years ago
jorlow@chromium.org 6d243ebf79 Make GetTestDirectory threadsafe within Chromium and make it work on Windows. 13 years ago
jorlow@chromium.org 4bcb231187 more upstream changes 13 years ago
jorlow@chromium.org 0e38925490 Sync in bug fixes 13 years ago