summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-06-11Slow down writes by bytes writtensdong
2015-06-11Add largest sequence to FlushJobInfoIslam AbdelRahman
2015-06-11Add Env::GetThreadID(), which returns the ID of the current thread.Yueh-Hsuan Chiang
2015-06-10Re-generate WriteEntry on WBWIIterator::Entry()Igor Canadi
2015-06-10Revert "Fix compile"Igor Canadi
2015-06-10Merge pull request #630 from rdallman/c-wb-logdataIgor Canadi
2015-06-10Re-generate WriteEntry on WBWIIterator::Entry()Igor Canadi
2015-06-10C: add WriteBatch.PutLogData supportReed Allman
2015-06-08Use nullptr for default compaction_filter_factoryIslam AbdelRahman
2015-06-08Merge pull request #625 from rdallman/c-slice-parts-supportIgor Canadi
2015-06-08Merge pull request #622 from rdallman/c-multigetIgor Canadi
2015-06-05Add TablePropertiesCollector::NeedCompact() to suggest DB to further compact ...sdong
2015-06-05[API Change] Improve EventListener::OnFlushCompleted interfaceYueh-Hsuan Chiang
2015-06-04Changed the CompactionJobStats::output_key_prefix type from char[] to string.Yueh-Hsuan Chiang
2015-06-03Add EventListener::OnTableFileDeletion()Yueh-Hsuan Chiang
2015-06-03C: add MultiGet supportReed Allman
2015-06-03C: add support for WriteBatch SliceParts paramsReed Allman
2015-06-03Revert "Merge pull request #621 from rdallman/c-slice-parts-support"Igor Canadi
2015-06-03Merge pull request #621 from rdallman/c-slice-parts-supportIgor Canadi
2015-06-02better document max_write_buffer_number_to_maintainagiardullo
2015-06-02Allow EventListener::OnCompactionCompleted to return CompactionJobStats.Yueh-Hsuan Chiang
2015-06-02Fixed ROCKSDB_LITE compile error due to the missing of TableFileCreationInfoYueh-Hsuan Chiang
2015-06-02Add EventListener::OnTableFileCreated()Yueh-Hsuan Chiang
2015-06-02Fix Bug: CompactRange() doesn't change to correct level caused by using wrong...sdong
2015-06-02more times in perf_context and iostats_contextMike Kolupaev
2015-06-01Allow users to migrate to options.level_compaction_dynamic_level_bytes=true u...sdong
2015-06-01add rocksdb::WritableFileWrapper similar to rocksdb::EnvWrapperMike Kolupaev
2015-05-31Merge pull request #617 from rdallman/wb-merge-slicepartsIgor Canadi
2015-05-29Optimistic Transactionsagiardullo
2015-05-29Fixed a compile error in ROCKSDB_LITEYueh-Hsuan Chiang
2015-05-29Include EventListener in stress test.Yueh-Hsuan Chiang
2015-05-29C: add support for WriteBatch SliceParts paramsReed Allman
2015-05-29WriteBatch.Merge w/ SliceParts supportReed Allman
2015-05-28Support saving history in memtable_listagiardullo
2015-05-28[API Change] Move listeners from ColumnFamilyOptions to DBOptionsYueh-Hsuan Chiang
2015-05-22C: extra bbto / noop slice transformReed Allman
2015-05-21Set stats_dump_period_sec to 600 by defaultIgor Canadi
2015-05-21[Public API Change] Make DB::GetDbIdentity() be const function.Yueh-Hsuan Chiang
2015-05-18Add an option wal_bytes_per_sync to control sync_file_range for WAL filesIgor Canadi
2015-05-18CompactRange skips levels 1 to base_level -1 for dynamic level base sizesdong
2015-05-15Allow GetThreadList to report Flush properties.Yueh-Hsuan Chiang
2015-05-15Use a better way to initialize ThreadStatus::kNumOperationProperties.Yueh-Hsuan Chiang
2015-05-13Universal Compaction with multiple levels won't allocate up to output sizesdong
2015-05-13Make ThreadStatus::InterpretOperationProperties take const uint64_t*Yueh-Hsuan Chiang
2015-05-12Fixed a bug in EventListener::OnCompactionCompleted().Yueh-Hsuan Chiang
2015-05-11API to fetch from both a WriteBatchWithIndex and the dbagiardullo
2015-05-07Bump to 3.11Igor Canadi
2015-05-06Allow GetThreadList() to report basic compaction operation properties.Yueh-Hsuan Chiang
2015-05-05fix crashes in stats and compaction filter for db_ttl_implLaurent Demailly
2015-04-30Making GetOptions() comment better (#597)Igor Canadi