Commit Graph

2370 Commits (151dc0038a83a933e91658340b0af6e5ad39410d)

Author SHA1 Message Date
Benoit Girard 2b16d664cb Change max_bytes_for_level_multiplier to double 8 years ago
Jay Lee 16fb04434f expose IngestExternalFile to c abi 8 years ago
Kien-hung Li eeb27e1bbd Add handy option to turn on direct I/O in db_bench (#1424) 8 years ago
Jan Doms c6168d13ab removed some declarations from c.h which resulted in undefined symbols (#1407) 8 years ago
Reid Horuff 4dfaa6610a Make IsDeadlockDetect() virtual member of Transaction 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
Manuel Ung 4edd39fda2 Implement deadlock detection 8 years ago
Islam AbdelRahman b88f8e87c5 Support SST files with Global sequence numbers [reland] 8 years ago
Yueh-Hsuan Chiang ab53998372 Bump RocksDB version to 4.13 (#1405) 8 years ago
Aaron Gao d88dff4ef2 add seeforprev in history 8 years ago
Yi Wu e29d3b67c2 Make max_background_compactions and base_background_compactions dynamic changeable 8 years ago
Dmitri Smirnov b9311aa65c Implement WinRandomRW file and improve code reuse (#1388) 8 years ago
Reid Horuff 02b3e3985c Make txn->GetState() const 8 years ago
Yi Wu 991b585ee0 More block cache tickers 8 years ago
Yi Wu d6ae6dec69 Add Statistics::getAndResetTickerCount(). 8 years ago
Islam AbdelRahman 2ad68b971a Support running consistency checks in release mode 8 years ago
Islam AbdelRahman d062328977 Revert "Support SST files with Global sequence numbers" 8 years ago
Reid Horuff 37737c3a6b Expose Transaction State Publicly 8 years ago
Reid Horuff 2c1f95291d Add facility to write only a portion of WriteBatch to WAL 8 years ago
Sage Weil 4985f60fc8 env_mirror: fix a few leaks (#1363) 8 years ago
Igor Mihalik 5aded67ddb update of c.h (#1371) 8 years ago
Islam AbdelRahman ab01da5437 Support SST files with Global sequence numbers 8 years ago
krad e91b4d0cf6 Add factory method for creating persistent cache that is accessible from public 8 years ago
Manuel Ung be1f1092c9 Expose transaction id, lock state information and transaction wait information 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
Aaron Gao 0a1bd9c509 add cfh deletion started listener 8 years ago
Giuseppe Ottaviano d45eb6c6d2 Fix typo (#1349) 8 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 8 years ago
Islam AbdelRahman ba65c816bb Support POSIX RandomRWFile 8 years ago
zhangjinpeng1987 b06b191362 add C api for set wal_recovery_mode (#1327) 8 years ago
ammongit 0fcb6dbed7 Remove extraneous function prototypes from c.h (#1326) 8 years ago
Edouard A 66a91e2607 Add NoSpace subcode to IOError (#1320) 8 years ago
wenduo 0e2da497c6 fix typo in option.h's comment (#1321) 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 8 years ago
John Alexander 4fd08f4b8b Ensure Correct Behavior of StatsLevel kExceptDetailedTimers and kExceptTimeForMutex (#1308) 8 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 8 years ago
Aaron Gao 4590b53a4b add stats to Cache::LookUp() 8 years ago
Sherlock 85bb308258 Expose Utility function StringToMap() (#1306) 8 years ago
Islam AbdelRahman b49b92cf28 Introduce Read amplification bitmap (read amp statistics) 8 years ago
Aaron Gao c7004840d2 store prefix_extractor_name in table 8 years ago
Aaron Gao 4ad928e170 add comment to SimCache to estimate actual capacity 8 years ago
Islam AbdelRahman e9b2af87f8 Expose ThreadPool under include/rocksdb/threadpool.h 8 years ago
Yi Wu 4a16c32ece Option to cache index/filter blocks with priority 8 years ago
Adam Retter ffdf6eee19 Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 8 years ago
Yi Wu 72f8cc703c LRU cache mid-point insertion 8 years ago
Wanning Jiang 78837f5d61 TableBuilder / TableReader support for range deletion 8 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 8 years ago
Jay 49d88be021 c abi: allow compaction filter ignore snapshot (#1268) 8 years ago