Commit Graph

942 Commits (7535443083f927b26044f7e801672f78f7349220)
 

Author SHA1 Message Date
Igor Canadi 7535443083 [RocksDB] Support for column families in manifest 11 years ago
Igor Canadi 6de1b5b83e Merge branch 'master' into columnfamilies 11 years ago
Igor Canadi b60c14f6ee Support multi-threaded DisableFileDeletions() and EnableFileDeletions() 11 years ago
Igor Canadi 345fb94d26 moving autovector_test after db_test 11 years ago
Igor Canadi 52ea1be90a Add -DROCKSDB_FALLOCATE_PRESENT to fbcode build 11 years ago
Igor Canadi 2b3aab3ee6 Merge pull request #48 from dyu/master 11 years ago
Kai Liu fe030bd1ca update the latest version in README.fb to 2.7 11 years ago
Kai Liu 5a20744a6a Simplify build_tools/build_detect_version 11 years ago
Kai Liu 1795397bf0 Update README.fb 11 years ago
dyu e842b99fc5 docs for shared library builds 11 years ago
dyu a6b476a2ac tweak build bug fix 11 years ago
dyu 9d4dc0da27 fix build bug from recent commit:43c386b72e 11 years ago
Siying Dong a094f3b3b5 TableCache.FindTable() to avoid the mem copy of file number 11 years ago
Siying Dong 18df47b79a Avoid malloc in NotFound key status if no message is given. 11 years ago
Kai Liu b40c052bfa Fix all the comparison issue in fb dev servers 11 years ago
kailiu 113a08c929 Fix [-Werror=sign-compare] in autovector_test 11 years ago
kailiu 079a21ba99 Fix the unused variable warning message in mac os 11 years ago
kailiu c01676e46d Implement autovector 11 years ago
Kai Liu 5643ae1a3f Merge pull request #32 from jamesgolick/master 11 years ago
Dhruba Borthakur 71ddb117c8 Add a pointer to the engineering design discussion forum. 11 years ago
Igor Canadi b26dc95628 Initialize sequence number in BatchResult - issue #39 11 years ago
Igor Canadi 1fdb3f7dc6 [RocksDB] Optimize locking for Get 11 years ago
Igor Canadi 540a2894b6 Merge pull request #28 from bartman/master 11 years ago
Mark Callaghan ca92068b12 Add 'readtocache' test 11 years ago
Igor Canadi 269709a885 Merge branch 'master' into columnfamilies 11 years ago
Igor Canadi e914b6490d Reorder tests 11 years ago
Igor Canadi cbb8da6fdb Merge pull request #35 from zizkovrb/rm-ds_store 11 years ago
Igor Canadi 3b50b6213d Merge pull request #37 from mlin/more-c-bindings 11 years ago
Igor Canadi 9385a5247e [RocksDB] [Column Family] Interface proposal 11 years ago
Siying Dong 14995a8ff3 Move level0 sorting logic from Version::SaveTo() to Version::Finalize() 11 years ago
Siying Dong a8b8b11dc4 Get() Does Not Reserve space for to_delete memtables 11 years ago
Josef Šimánek 8c34189f0c Remove .DS_Store files. 11 years ago
Mike Lin 2a2506b629 C bindings: add a bunch of the newer options 11 years ago
Igor Canadi 417b453fa6 [backupable db] Delete db_dir children when restoring backup 11 years ago
Mark Callaghan e9e6b00d29 Add monitoring for universal compaction and add counters for compaction IO 11 years ago
Igor Canadi 249e736bc5 portable %lu printing 11 years ago
Igor Canadi f5f5c645a8 Add readrandom with both memtable and sst regression test 11 years ago
Siying Dong a8029fdc75 Introduce MergeContext to Lazily Initialize merge operand list 11 years ago
James Golick c28dd2a891 oops - missed a spot 11 years ago
Siying Dong bc5dd19b14 [RocksDB Performance Branch] Avoid sorting in Version::Get() by presorting them in VersionSet::Builder::SaveTo() 11 years ago
Siying Dong 0304e3d2ff When flushing mem tables, create iterators out of mutex 11 years ago
Igor Canadi e8d40c31b3 [RocksDB perf] Cache speedup 11 years ago
James Golick 43c386b72e only try to use fallocate if it's actually present on the system 11 years ago
Igor Canadi 5e4ab767cf BackupableDB delete backups with newer seq number 11 years ago
Igor Canadi 204bb9cffd Get rid of LogFlush() in InternalIterator 11 years ago
Igor Canadi 19f5463d3f Don't LogFlush() in foreground threads 11 years ago
Siying Dong 4815468be4 Fix another sign and unsign comparison in test 11 years ago
Igor Canadi cbe7ffef9a fix comparison between signed and unsigned 11 years ago
Igor Canadi 7cf5728440 Cleaning up BackupableDB + fix valgrind errors 11 years ago
Igor Canadi 0e2c966f58 Merge pull request #29 from sepeth/fix-shared-lib-build 11 years ago