Commit Graph

73 Commits (8bc41f4f5d8a0f07b291b26e7f2b02af1ac7f5b7)

Author SHA1 Message Date
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Maysam Yabandeh 8eb1d445c3 Unbreak MemTableRep API change 7 years ago
Maysam Yabandeh 813719e952 WritePrepared Txn: Duplicate Keys, Memtable part 7 years ago
Yi Wu dc360df81e Fix multiple build failures 7 years ago
Zhongyi Xie 5fac4729cc make compaction_readahead_size_ thread safe 7 years ago
Zhongyi Xie 32e31d49d1 Make DBOption compaction_readahead_size dynamic 7 years ago
Mikhail Antonov 7fe3b32896 Added support for differential snapshots 7 years ago
Yi Wu 66a2c44ef4 Add DB::Properties::kEstimateOldestKeyTime 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Sushma Devendrappa 0655b58582 enable PinnableSlice for RowCache 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Ewout Prangsma 51778612c9 Encryption at rest support 7 years ago
Siying Dong 5c97a7c066 Unit Tests for sync, range sync and file close failures 7 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 7 years ago
Siying Dong 95b0e89b5d Improve write buffer manager (and allow the size to be tracked in block cache) 7 years ago
Andrew Kryczka a4d9c02511 Pass CF ID to MemTableRepFactory 7 years ago
Yi Wu ad19eb8686 Fixing blob db sequence number handling 7 years ago
Tamir Duberstein 103d0692ea Avoid unsupported attributes when not building with UBSAN 7 years ago
Aaron Gao f7bb1a0060 support merge and delete in file ingestion 7 years ago
Aaron Gao 3e86c0f07c disable direct reads for log and manifest and add direct io to tests 7 years ago
Andrew Kryczka 7c1c8ce5ac Avoid calling fallocate with UINT64_MAX 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 8 years ago
Maysam Yabandeh e7731d119a Configure index partition size 8 years ago
Maysam Yabandeh 8b0097b49b Readers for partition filter 8 years ago
Maysam Yabandeh e6725e8c8d Fix some bugs in MockEnv 8 years ago
Siying Dong d5b607a43f Make db_wal_test slightly faster 8 years ago
Siying Dong 1ba2804b7f Remove XFunc tests 8 years ago
Aaron Gao 0824934423 truncate patch 8 years ago
Aaron Gao 286a36db7f posix writablefile truncate 8 years ago
Maysam Yabandeh 69d5262c81 Two-level Indexes 8 years ago
Islam AbdelRahman c963460dbc Fix tests under GCC_481 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
Yi Wu c270735861 Iterator should be in corrupted status if merge operator return false 8 years ago
Maysam Yabandeh 182b940e70 Add WriteOptions.no_slowdown 8 years ago
Siying Dong 972e3ff295 Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
Islam AbdelRahman b88f8e87c5 Support SST files with Global sequence numbers [reland] 8 years ago
sdong b666f85445 Consider more factors when determining preallocation size of WAL files 8 years ago
Edouard A 66a91e2607 Add NoSpace subcode to IOError (#1320) 8 years ago
Islam AbdelRahman d11c09d9e2 Eliminate memcpy from ForwardIterator 8 years ago
sdong 56dd034115 read_options.background_purge_on_iterator_cleanup to cover forward iterator and log file closing too. 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
Islam AbdelRahman fa813f7478 Update DB::AddFile() to ingest the file to the lowest possible level 8 years ago
sdong 7b79238b65 Deprectate filter_deletes 8 years ago
Yi Wu 730f7e2e21 Fix win build 8 years ago
Yi Wu 24a24f013d Enable configurable readahead for iterators 8 years ago