summaryrefslogtreecommitdiff
path: root/table
AgeCommit message (Expand)Author
2020-09-30Move break into block (#7468)darionyaphet
2020-09-30Change ParseInternalKey() to return Status instead of bool (#7457)Ramkumar Vadivelu
2020-09-30Add Status check enforcement for unit tests (#7464)Akanksha Mahajan
2020-09-29Status check enforcement for timestamp_basic_test (#7454)Jay Zhuang
2020-09-29Fix misspelling of PartitionedIndexIterator (#7450)anand76
2020-09-29Make db_basic_test pass assert status checked (#7452)sdong
2020-09-28enable Status check assertions for sst_file_reader_test (#7448)Andrew Kryczka
2020-09-25Introduce a helper method UncompressData (#7434)Levi Tamasi
2020-09-23Fix scope of `ReadOptions` in `SstFileReader` (#7432)Andrew Kryczka
2020-09-19Fix typo (#7353)yaphet
2020-09-17Restore file size in backup table file names (and other cleanup) (#7400)Peter Dillinger
2020-09-16Add more tests to ASSERT_STATUS_CHECKED (#7367)mrambacher
2020-09-14Bring the Configurable options together (#5753)mrambacher
2020-09-08Fix compile error for old gcc-4.8 (#7358)Jay Zhuang
2020-09-08Store FSWritableFilePtr object in WritableFileWriter (#7193)Akanksha Mahajan
2020-09-04Add sst_file_dumper status check (#7315)Jay Zhuang
2020-09-03fix SstFileWriter with dictionary compression (#7323)Andrew Kryczka
2020-09-02Fix typo: rename "bounary" to "boundary" in block.cc (#7328)Bingyi Sun
2020-08-27Add buffer prefetch support for non directIO usecase (#7312)Jay Zhuang
2020-08-25Get() to fail with underlying failures in PartitionIndexReader::CacheDependen...sdong
2020-08-24Add some simulator cache and block tracer tests to ASSERT_STATUS_CHECKED (#7305)mrambacher
2020-08-20Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283)mrambacher
2020-08-12Clean up CompressBlock/CompressBlockInternal a bit (#7249)Levi Tamasi
2020-08-10Fix cmake build on MacOS (#7205)Yuhong Guo
2020-08-07Enable IO timeouts for iterators (#7161)anand76
2020-08-05Clean up InternalIterator upper bound logic a little bit (#7200)sdong
2020-08-04Fix a perf regression that caused every key to go through upper bound check (...sdong
2020-08-03dedup ReadOptions in iterator hierarchy (#7210)Andrew Kryczka
2020-07-29Implement NextAndGetResult() in memtable and level iterator (#7179)sdong
2020-07-22Add hash of key/value checks when paranoid_file_checks=true (#7134)mrambacher
2020-07-20minimize BlockIter comparator scope (#7149)Andrew Kryczka
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-07-09save key comparisons in BlockIter::BinarySeek (#7068)Andrew Kryczka
2020-07-09Fix GetFileDbIdentities (#7104)Zitan Chen
2020-07-08Update Flush policy in PartitionedIndexBuilder on switching from user-key to ...Akanksha Mahajan
2020-07-08Fixed Factory construct just for calling .Name() (#7080)rockeet
2020-07-07Separate internal and user key comparators in `BlockIter` (#6944)Andrew Kryczka
2020-07-02Un-revert #7049, revert #7022 (#7071)Peter Dillinger
2020-07-01Update Flush policy in PartitionedIndexBuilder on switching from user-key to ...Akanksha Mahajan
2020-06-30Skip unnecessary allocation for mmap reads under 5000 bytes (#7043)Andrew Kryczka
2020-06-29Extend Get/MultiGet deadline support to table open (#6982)Anand Ananthabhotla
2020-06-26Add unity build to CircleCI (#7026)sdong
2020-06-24Add a new option for BackupEngine to store table files under shared_checksum ...Zitan Chen
2020-06-24Test CircleCI with CLANG-10 (#7025)sdong
2020-06-22Minimize memory internal fragmentation for Bloom filters (#6427)Peter Dillinger
2020-06-19Fix block checksum for >=4GB, refactor (#6978)Peter Dillinger
2020-06-17Fix the bug that compressed cache is disabled in read-only DBs (#6990)sdong
2020-06-17Store DB identity and DB session ID in SST files (#6983)Zitan Chen
2020-06-15Fix uninitialized memory read in table_test (#6980)Levi Tamasi
2020-06-13Fix persistent cache on windows (#6932)Zhen Li