Commit Graph

6593 Commits (ebab2e2d42bd13a85b355264603d63f9f988572f)
 

Author SHA1 Message Date
Dmitri Smirnov ebab2e2d42 Enable MSVC W4 with a few exceptions. Fix warnings and bugs 7 years ago
Sagar Vemuri b74999458f Update RocksDB Authors File 7 years ago
Gihwan Oh 7deed2b43c Fix a typo in a comment 7 years ago
Maysam Yabandeh 7e38238981 WritePrepared Txn: Disable GC during recovery 7 years ago
Nikhil Benesch 7891af8b53 expose a hook to skip tables during iteration 7 years ago
Yi Wu eaaef91178 Blob DB: Store blob index as kTypeBlobIndex in base db 7 years ago
Yi Wu 0552029b5c Blob DB: not writing sequence number as blob record footer 7 years ago
zhangjinpeng1987 966b32b57c fix delete range bug 7 years ago
Nikhil Benesch c0208dffbe arena: derive alignment unit from std::max_align_t 7 years ago
Changli Gao b8cea7cc27 VersionBuilder: Erase with iterators for better performance 7 years ago
codeeply f7843f30a8 Move ~Comparator define to comparator.h 7 years ago
Yi Wu 8e63cad078 fix lite build 7 years ago
Andrew Kryczka 731895214b db_bench randomtransaction print throughput 7 years ago
Yi Wu 60c09f5fbb print more table_options to info log 7 years ago
Yi Wu 10ba50e9eb Blob DB: Move BlobFile definition to a separate file 7 years ago
Yi Wu 31d3e41810 PinnableSlice move assignment 7 years ago
Sagar Vemuri cc67b22d6e Add OptionsUtil class to java/CMakeLists.txt 7 years ago
Adam Retter 560e984995 Added CompactionFilterFactory support to RocksJava 7 years ago
Andrew Kryczka 8dd0a7e11a add comment in SuperVersion referencing logic 7 years ago
Yi Wu fb4ae4d810 fix DBImpl::NewInternalIterator super-version leak on failure 7 years ago
Kefu Chai 019aa7074c cmake: pass "-msse4.2" to when building crc32c.cc if HAVE_SSE42 7 years ago
Yi Wu 38bbc879a5 fix travis failure for ccache command not found 7 years ago
Zhongyi Xie 0f3b36964e Fix counter for memtable updates 7 years ago
Andrew Kryczka 70aa942153 fix file numbers after repair 7 years ago
Jay Patel 1a61ba179e compaction picker to use max_bytes_for_level_multiplier_additional 7 years ago
Zhongyi Xie e2548366e1 add GetLiveFiles and GetLiveFilesMetaData for BlobDB 7 years ago
Yi Wu 8c392a31d7 WritePrepared Txn: Iterator 7 years ago
Sagar Vemuri 5a38e18627 Make some WriteOptions defaults more explicit 7 years ago
Yi Wu 17c6325e8a WritePrepare Txn: Cancel flush/compaction before destruction 7 years ago
Maysam Yabandeh ec6c5383d0 WritePrepared Txn: end-to-end tests 7 years ago
Sagar Vemuri da29eba43b Enable WAL for blob index 7 years ago
Yi Wu d1b74b0c82 WritePrepared Txn: Compaction/Flush 7 years ago
Adrien Schildknecht 01542400a8 Inform caller when rocksdb is stalling writes 7 years ago
Yi Wu cc20ec3689 WritePrepared Txn: Test sequence number 0 is visible 7 years ago
Andrew Kryczka 5a6ad9d52a release build treat warnings as errors 7 years ago
Maysam Yabandeh 4e3c3d8c6a WritePrepared Txn: duplicate keys 7 years ago
Andrew Kryczka 1026e794a3 rate limit auto-tuning 7 years ago
Adam Kupczyk 75f7f42d41 Added CPU prefetch for skiplist 7 years ago
Manuel Ung 88ed1f6ea6 Allow upgrades from nullptr to some merge operator 7 years ago
Andrew Kryczka 5b2cb64bfb Prevent threads from respawning during joining 7 years ago
Andrew Kryczka 821887036e pin L0 filters/indexes for compaction outputs 7 years ago
Maysam Yabandeh 283d60761e fix valgrind leak report in unit test 7 years ago
Sagar Vemuri 377e004048 Fix DBOptionsTest.SetBytesPerSync test when run with no compression 7 years ago
Yi Wu 92ccae7123 speedup 'make check' 7 years ago
Yi Wu d1cab2b64e Add ValueType::kTypeBlobIndex 7 years ago
Andrew Kryczka 880411f54c disable populating block cache for in-place updates 7 years ago
Maysam Yabandeh d27258d3a6 WritePrepared Txn: Rollback 7 years ago
Sagar Vemuri bb38cd03a9 Limit number of merge operands in Cassandra merge operator 7 years ago
Aliaksei Sandryhaila cf51d3eb73 Remove an "unused" variable 7 years ago
Adam Retter 983028f097 RocksJava build target for Docker on ppc64le 7 years ago