Commit Graph

1337 Commits (000bf0af380e2d35974fa9c04599d34306831330)

Author SHA1 Message Date
Mike Kolupaev 236d4c67e9 Less linear search in DBIter::Seek() when keys are overwritten a lot 8 years ago
Yi Wu dfb6fe6755 Unified InlineSkipList::Insert algorithm with hinting 8 years ago
Maysam Yabandeh 182b940e70 Add WriteOptions.no_slowdown 8 years ago
Karthikeyan Radhakrishnan 4118e13330 Persistent Cache: Expose stats to user via public API 8 years ago
Maysam Yabandeh 9d60151b04 Implement PositionedAppend for PosixWritableFile 8 years ago
Islam AbdelRahman c1038d2837 Release RocksDB 5.0 8 years ago
Islam AbdelRahman f39452e81f Fix heap use after free ASAN/Valgrind 8 years ago
Yi Wu 36e4762ce0 Remove Ticker::SEQUENCE_NUMBER 8 years ago
Yueh-Hsuan Chiang 647eafdc21 Introduce Lua Extension: RocksLuaCompactionFilter 8 years ago
Siying Dong 972e3ff295 Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
Andrew Kryczka 489d142808 DeleteRange interface 8 years ago
Yi Wu 1ea79a78c9 Optimize sequential insert into memtable - Part 1: Interface 8 years ago
Maysam Yabandeh 361010d447 Exporting compaction stats in the form of a map 8 years ago
Jay Lee a7875272d7 c: support seek_for_prev 8 years ago
Andrew Kryczka f998c9790f DeleteRange Get support 8 years ago
zhangjinpeng1987 879f366366 Add C api for RateLimiter 8 years ago
Yi Wu 437942e481 Add avoid_flush_during_shutdown DB option 8 years ago
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