summaryrefslogtreecommitdiff
path: root/table
AgeCommit message (Expand)Author
2021-02-26Refine Ribbon configuration, improve testing, add Homogeneous (#7879)Peter Dillinger
2021-02-23Append all characters not captured by xsputn() in overflow() function (#7991)xinyuliu
2021-02-23Make BlockBasedTable::kMaxAutoReadAheadSize configurable (#7951)Akanksha Mahajan
2021-02-23Fix testcase failures on windows (#7992)sherriiiliu
2021-02-22Pick samples for compression dictionary using prime number (#7987)Andrew Kryczka
2021-02-19Limit buffering for collecting samples for compression dictionary (#7970)Andrew Kryczka
2021-02-18Fix typo: replace readadhead with readahead (#7953)Ziyue Yang
2021-02-10Handoff checksum Implementation (#7523)Zhichao Cao
2021-02-10Add prefetching (batched MultiGet) for experimental Ribbon filter (#7889)Peter Dillinger
2021-01-29Integrity protection for live updates to WriteBatch (#7748)Andrew Kryczka
2021-01-28Remove Legacy and Custom FileWrapper classes from header files (#7851)mrambacher
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2021-01-06Add more tests to ASSERT_STATUS_CHECKED (3), API change (#7715)Adam Retter
2021-01-04Make StringEnv, StringSink, StringSource use FS classes (#7786)mrambacher
2020-12-30Return Status from FilePrefetchBuffer::TryReadFromCache() (#7816)anand76
2020-12-23No elide constructors (#7798)mrambacher
2020-12-23Update "num_data_read" stat in RetrieveMultipleBlocks (#7770)Akanksha Mahajan
2020-12-22Add more tests for assert status checked (#7524)mrambacher
2020-12-22Migrate away from Travis+Linux+amd64 (#7791)Peter Dillinger
2020-12-19aggregated-table-properties with GetMapProperty (#7779)Peter Dillinger
2020-12-18Support optimize_filters_for_memory for Ribbon filter (#7774)Peter Dillinger
2020-12-14Add initial blob support to batched MultiGet (#7766)Levi Tamasi
2020-12-11Use size_t for filter APIs, protect against overflow (#7726)Peter Dillinger
2020-12-09Ensure that MultiGet works properly with compressed cache (#7756)anand76
2020-12-04Add blob support to DBIter (#7731)Levi Tamasi
2020-12-01Exclude timestamp from prefix extractor (#7668)Jay Zhuang
2020-11-23Return `Status` from `MemTable` mutation functions (#7656)Andrew Kryczka
2020-11-19Fix initialization order of DBOptions and kHostnameForDbHostId (#7702)anand76
2020-11-17Fix the logic of setting read_amp_bytes_per_bit from OPTIONS file (#7680)Yanqin Jin
2020-11-13Hack to load OPTIONS file for read_amp_bytes_per_bit (#7659)Yanqin Jin
2020-11-12Experimental (production candidate) SST schema for Ribbon filter (#7658)Peter Dillinger
2020-11-12Add full_history_ts_low_ to CompactionJob (#7657)Yanqin Jin
2020-11-11Create a Customizable class to load classes and configurations (#6590)mrambacher
2020-11-10fix read_amp_bytes_per_bit field size (#7651)Huisheng Liu
2020-11-03Fix MultiGet unable to query timestamp data issue (#7589)Jay Zhuang
2020-10-28Remove unused includes (#7604)Yanqin Jin
2020-10-28In ParseInternalKey(), include corrupt key info in Status (#7515)Ramkumar Vadivelu
2020-10-27Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileS...mrambacher
2020-10-22Make parallel compression optimization code tidier (#6888)Ziyue Yang
2020-10-20Revert `Status`es returned from pre-`Configurable` options functions (#7563)mrambacher
2020-10-20Fix for stress test failure (#7574)Akanksha Mahajan
2020-10-19Add a host location property to TableProperties (#7479)anand76
2020-10-15Introduce BlobFileCache and add support for blob files to Get() (#7540)Levi Tamasi
2020-10-14Fix for clang_analyzer build failure in table_test (#7553)Akanksha Mahajan
2020-10-14Return error if Get/Multi() fails in Prefetching Filter blocks (#7543)Akanksha Mahajan
2020-10-13Add plain_table_db_test to ASSERT_STATUS_CHECKED list (#7482)Zhichao Cao
2020-10-11Redesign block cache pinning API (#7520)Andrew Kryczka
2020-10-08Add few unit test cases in ASSERT_STATUS_CHECKED (#7500)Akanksha Mahajan
2020-10-07Add Stats for MultiGet (#7366)Akanksha Mahajan
2020-10-05Avoid to suppress status code in ~BlockBasedTableBuilder (#7507)sdong