rocksdb/utilities/write_batch_with_index
Levi Tamasi c0aef2a28e Add MultiGetEntityFromBatchAndDB to WriteBatchWithIndex (#12539)
Summary:
Pull Request resolved: https://github.com/facebook/rocksdb/pull/12539

As a follow-up to https://github.com/facebook/rocksdb/pull/12533, this PR extends `WriteBatchWithIndex` with a `MultiGetEntityFromBatchAndDB` API that enables users to perform batched wide-column point lookups with read-your-own-writes consistency. This API transparently combines data from the indexed write batch and the underlying database as needed and presents the results in the form of a wide-column entity.

Reviewed By: jaykorean

Differential Revision: D56153145

fbshipit-source-id: 537967051b7521bb41b04070ac1a78a1d8873c08
2024-04-16 08:58:04 -07:00
..
write_batch_with_index.cc Add MultiGetEntityFromBatchAndDB to WriteBatchWithIndex (#12539) 2024-04-16 08:58:04 -07:00
write_batch_with_index_internal.cc Add GetEntityFromBatchAndDB to WriteBatchWithIndex (#12533) 2024-04-15 09:20:47 -07:00
write_batch_with_index_internal.h Deduplicate WriteBatchWithIndex::{Get,GetEntity}FromBatch (#12442) 2024-03-18 12:04:54 -07:00
write_batch_with_index_test.cc Add MultiGetEntityFromBatchAndDB to WriteBatchWithIndex (#12539) 2024-04-16 08:58:04 -07:00