Commit Graph

1719 Commits (ca1aee2a198f8b461f4c168232ed65d9a205ce9e)

Author SHA1 Message Date
Andrew Kryczka 01bcc34896 Introduce library-independent default compression level 6 years ago
Jacquin Mininger 4420cb49da Fix Issue #3771: Slice ctor checks for nullptr and creates empty string 6 years ago
Yanqin Jin 263ef52b65 Update ColumnFamilyTest for multi-CF verification 6 years ago
Andrew Kryczka 508a09fd62 Print histogram count and sum in statistics string 6 years ago
Yanqin Jin a0c7b4d526 Set the default value of max_manifest_file_size. 6 years ago
Fosco Marotto fa43948cbc Update HISTORY and version for upcoming 5.14 6 years ago
Mike Kolupaev 8bf555f487 Change and clarify the relationship between Valid(), status() and Seek*() for all iterators. Also fix some bugs 6 years ago
Maysam Yabandeh 66c7aa32fb Clarify the ownership of root db after TransactionDB::Open 6 years ago
Andrew Kryczka 072ae671a7 Apply use_direct_io_for_flush_and_compaction to writes only 6 years ago
Andrew Kryczka 46152d53bf Second attempt at db_stress crash-recovery verification 6 years ago
Vincent Lee 282099fc0f fix missing perfcontext destroy declare in C API 6 years ago
Victor Grishchenko c9ace1d81b expose WAL iterator in the C API 6 years ago
Andrew Kryczka 6afe22db2e revert db_stress crash-recovery verification 6 years ago
Huachao Huang ed7a95b28c Add max_subcompactions as a compaction option 6 years ago
Nathan VanBenschoten 37cd617b6b Add virtual Truncate method to Env 6 years ago
Anand Ananthabhotla 406b95197c Fix clang build failure with -Wgnu-redeclared-enum 6 years ago
Andrew Kryczka a4fb1f8c04 Add crash-recovery correctness check to db_stress 6 years ago
Gabriel Wicke 090c78a0d7 Support lowering CPU priority of background threads 7 years ago
Mike Kolupaev affe01b0d5 Improve write time breakdown stats 7 years ago
Anand Ananthabhotla dbdaa4662e Add a stat for MultiGet keys found, update memtable hit/miss stats 7 years ago
Maysam Yabandeh 17e04039dd Propagate fill_cache config to partitioned index iterator 7 years ago
Yi Wu ad511684b2 Add block cache related DB properties 7 years ago
Andrew Kryczka 3cea61392f include thread-pool priority in thread names 7 years ago
Harry Wong b4f333922a Improve the comment on TableFactory::NewTableReader() 7 years ago
Jingguo Yao 81d44f2bc5 fix-typo: add missing periods 7 years ago
Xiaofei Du a0102aa6d7 Make database files' permissions configurable 7 years ago
zhangjinpeng1987 31ee4bf240 add kEntryRangeDeletion 7 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
Maysam Yabandeh d15397ba10 WritePrepared Txn: rollback_merge_operands hack 7 years ago
Yanqin Jin d42bd041c5 Improve visibility into the reasons for compaction. 7 years ago
Yanqin Jin d95014b9df fix some text in comments. 7 years ago
Maysam Yabandeh bde1c1a72a WritePrepared Txn: add stats 7 years ago
Maysam Yabandeh eb5a295440 WritePrepared Txn: add write_committed option to dump_wal 7 years ago
Andrew Kryczka faba3fb53d protect valid backup files when max_valid_backups_to_open is set 7 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 7 years ago
Maysam Yabandeh 67182678a5 Stats for false positive rate of full filtesr 7 years ago
Dmitri Smirnov 2a62ca1750 Make Optimistic Tx database stackable 7 years ago
Sagar Vemuri 04c11b867d Level Compaction with TTL 7 years ago
Adam Retter 8917eee962 Fixed small typos 7 years ago
Sagar Vemuri 90c542347a Update comments about MergeOperator::AllowSingleOperand 7 years ago
Anand Ananthabhotla f9f4d40f93 Align SST file data blocks to avoid spanning multiple pages 7 years ago
Radoslaw Zarzynski 09b6bf828a InlineSkiplist: don't decode keys unnecessarily during comparisons 7 years ago
Zhongyi Xie 1cbc96d236 FlushReason improvement 7 years ago
Siying Dong 118058ba69 SstFileManager: add bytes_max_delete_chunk 7 years ago
Fosco Marotto de6cf95a53 Update history for future 5.13 release 7 years ago
QingpingWang 2ce8f63f81 C API for PerfContext 7 years ago
Niv Dayan da82aab126 allowing CompactFiles to return new file names 7 years ago
Sagar Vemuri cc118b0e6f Update version 7 years ago
Amy Tai e476d0e252 Adding stat to count cancelled compactions 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago