rocksdb/db/wide
Levi Tamasi c73d2a9d18 Add API for writing wide-column entities (#10242)
Summary:
The patch builds on https://github.com/facebook/rocksdb/pull/9915 and adds
a new API called `PutEntity` that can be used to write a wide-column entity
to the database. The new API is added to both `DB` and `WriteBatch`. Note
that currently there is no way to retrieve these entities; more precisely, all
read APIs (`Get`, `MultiGet`, and iterator) return `NotSupported` when they
encounter a wide-column entity that is required to answer a query. Read-side
support (as well as other missing functionality like `Merge`, compaction filter,
and timestamp support) will be added in later PRs.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/10242

Test Plan: `make check`

Reviewed By: riversand963

Differential Revision: D37369748

Pulled By: ltamasi

fbshipit-source-id: 7f5e412359ed7a400fd80b897dae5599dbcd685d
2022-06-25 15:30:47 -07:00
..
db_wide_basic_test.cc Add API for writing wide-column entities (#10242) 2022-06-25 15:30:47 -07:00
wide_column_serialization.cc Add API for writing wide-column entities (#10242) 2022-06-25 15:30:47 -07:00
wide_column_serialization.h Add wide column serialization primitives (#9915) 2022-06-03 20:54:48 -07:00
wide_column_serialization_test.cc Add API for writing wide-column entities (#10242) 2022-06-25 15:30:47 -07:00