summaryrefslogtreecommitdiff
path: root/db/wide
AgeCommit message (Expand)Author
2024-05-20Fix the output of `ldb dump_wal` for PutEntity records (#12677)Levi Tamasi
2024-05-09Improve the sanity checks in (Multi)GetEntity and friends (#12630)Levi Tamasi
2024-04-17Fix the move semantics of PinnableWideColumns (#12557)Levi Tamasi
2024-04-11MultiCFIterator Refactor - CoalescingIterator & AttributeGroupIterator (#12480)Jay Huh
2024-03-05Introduce MultiCfIterator (#12153)Jay Huh
2023-12-04internal_repo_rocksdb (4372117296613874540) (#12117)Yu Zhang
2023-11-13ColumnFamilyHandle Nullcheck in GetEntity and MultiGetEntity (#12057)Jay Huh
2023-11-06AttributeGroups - PutEntity Implementation (#11977)Jay Huh
2023-11-06AttributeGroups - GetEntity Implementation (#11943)Jay Huh
2023-10-13AttributeGroups - MultiGetEntity Implementation (#11925)Jay Huh
2023-10-02Fix the handling of wide-column base values in the max_successive_merges logi...Levi Tamasi
2023-09-27Extend the test coverage of FullMergeV3 (#11896)Levi Tamasi
2023-09-20Remove a now-unnecessary WideColumnSerialization::Serialize variant (#11864)Levi Tamasi
2023-09-15GetEntity Support for ReadOnlyDB and SecondaryDB (#11799)Jay Huh
2023-09-12Add a helper method WideColumnsHelper::SortColumns (#11823)Levi Tamasi
2023-09-11Add helper methods WideColumnsHelper::{Has,Get}DefaultColumn (#11813)Levi Tamasi
2023-08-31Minor refactor on LDB command for wide column support and release note (#11777)Jay Huh
2023-08-30Wide Column support in ldb (#11754)Jay Huh
2023-02-15Add a new MultiGetEntity API (#11222)Levi Tamasi
2023-02-07Add compaction filter support for wide-column entities (#11196)Levi Tamasi
2022-11-11Support Merge for wide-column entities in the compaction logic (#10946)Levi Tamasi
2022-11-10Support Merge with wide-column entities in iterator (#10941)Levi Tamasi
2022-11-03Support Merge for wide-column entities during point lookups (#10916)Levi Tamasi
2022-10-28Handle Merges correctly in GetEntity (#10894)Levi Tamasi
2022-10-20Support providing the default column separately when serializing columns (#10...Levi Tamasi
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-10-06Verify columns in NonBatchedOpsStressTest::VerifyDb (#10783)Levi Tamasi
2022-09-13Add wide-column support to iterators (#10670)Levi Tamasi
2022-08-19Add support for wide-column point lookups (#10540)Levi Tamasi
2022-08-08Make queries return the value of the default column for wide-column entities ...Levi Tamasi
2022-06-25Add API for writing wide-column entities (#10242)Levi Tamasi
2022-06-03Add wide column serialization primitives (#9915)Levi Tamasi