Commit Graph

2388 Commits (126c22371495c79df2306becf79da4d16e444faa)

Author SHA1 Message Date
agiardullo def74f8763 Deferred snapshot creation in transactions 9 years ago
agiardullo c5f3707d42 DisableIndexing() for Transactions 9 years ago
sdong 776bd8d5eb Pass column family ID to table property collector 9 years ago
sdong 000836a880 CompactionFilter::Context to contain column family ID 9 years ago
Yueh-Hsuan Chiang 3a0bf873b5 Change RocksDB version to 4.1 9 years ago
Igor Canadi 9803e0d813 compaction_filter.h cleanup 9 years ago
Islam AbdelRahman 51fa7ecec5 Bytes read/written from cache statistics 9 years ago
dyniusz a065cdb388 bloom hit/miss stats for SST and memtable 9 years ago
Lakshmi Narayanan 4049bcde39 Added boolean variable to guard fallocate() calls 9 years ago
Igor Canadi d80ce7f99a Compaction filter on merge operands 9 years ago
Islam AbdelRahman 9babaeed16 Update dump_tool and undump_tool to accept Options 9 years ago
Igor Canadi 115427ef63 Add APIs PauseBackgroundWork() and ContinueBackgroundWork() 9 years ago
agiardullo 03b08ba9a9 Return MergeInProgress when fetching from transactions or WBWI with overwrite_key 9 years ago
Yueh-Hsuan Chiang 74b100ac17 RocksDB Options file format and its serialization / deserialization. 9 years ago
Igor Canadi 1eff1834b2 Remove non-existing functions. Closes #680 9 years ago
agiardullo afe0dc539b SingleDelete support for Transactions 9 years ago
agiardullo 25fd743d75 Fix SingleDelete support in WriteBatchWithIndex 9 years ago
Islam AbdelRahman f03b5c987b Add experimental DB::AddFile() to plug sst files into empty DB 9 years ago
sdong f1b9f804e9 Add a mode to always pick the oldest file to compact for each level 9 years ago
jsteemann 669b892f97 add missing header required for std::function 9 years ago
jsteemann 624ef456dd fixed formatting. thanks @4tXJ7f for pointing me at `make format` 9 years ago
jsteemann 4704833357 pass input string to WriteBatch() by const reference 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
jsteemann f8b770a942 fixed typos 9 years ago
Dmytro Okhonko 31a27a3606 Callback for informing backup downloading added 9 years ago
Ari Ekmekji 2b683d4972 Add DBOption.max_subcompaction to option dump 9 years ago
Yoshinori Matsunobu 4886073174 Adding Slice::difference_offset() function 9 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 9 years ago
Ari Ekmekji 03ddce9a01 Add counters for L0 stall while L0-L1 compaction is taking place 9 years ago
Dmitri Smirnov ddc8b44998 Address code review comments both GH and internal 9 years ago
Manuel Ung aeb4612685 Add counters for seek/next/prev 9 years ago
Islam AbdelRahman 45e9e4f0bb Refactor NewTableReader to accept TableReaderOptions 9 years ago
Dmitri Smirnov 30e82d5c41 Refactor to support file_reader_writer on Windows. 9 years ago
Ari Ekmekji 3c37b3cccd Determine boundaries of subcompactions 9 years ago
Igor Canadi ac9bcb55ce Set max_open_files based on ulimit 9 years ago
Islam AbdelRahman f3f2032c46 Release RocksDB 4.0.0 9 years ago
agiardullo 44b6e99e1b update max_write_buffer_number_to_maintain docblock 9 years ago
agiardullo aa6eed0c1e Transaction stats 9 years ago
agiardullo b5b2b75e52 better tuning of arena block size 9 years ago
agiardullo 5e94f68f35 TransactionDB Custom Locking API 9 years ago
Andres Noetzli 6bdc484fd8 Added Equal method to Comparator interface 9 years ago
Mayank Pundir d9f42aa60d Adding a verifyBackup method to BackupEngine 9 years ago
Paul Marinescu 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter 9 years ago
agiardullo 0f1aab6c12 Add SetLockTimeout for Transactions 9 years ago
Andres Noetzli 3c9cef1eed Unified maps with Comparator for sorting, other cleanup 9 years ago
Dmitri Smirnov f14c3363e1 Make WinEnv::NowMicros return system time 9 years ago
agiardullo 77a28615ec Support static Status messages 10 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 10 years ago
Javier González 0886f4f66a Helper functions to support direct IO 10 years ago
Yueh-Hsuan Chiang 1fb2abae2d ColumnFamilyOptions serialization / deserialization. 10 years ago