pub async fn put_sst(
sst_object_id: HummockSstableObjectId,
data: Bytes,
meta: SstableMeta,
sstable_store: SstableStoreRef,
options: SstableWriterOptions,
table_ids: Vec<u32>,
) -> HummockResult<SstableInfo>
Expand description
Write the data and meta to sstable_store
.