]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Allow user to specify a CF for SST files generated by SstFileWriter
authorIslam AbdelRahman <tec@fb.com>
Mon, 5 Dec 2016 22:16:23 +0000 (14:16 -0800)
committerIslam AbdelRahman <tec@fb.com>
Wed, 14 Dec 2016 21:03:44 +0000 (13:03 -0800)
commit86abd221aa67f00a38503ffb83b769ea9fbed863
treec395c5e816a9eda2f1baebb70537e238bf7676aa
parent8e68ffb872f3ead8b0fc3bb6353c04008a049d8d
Allow user to specify a CF for SST files generated by SstFileWriter

Summary:
Allow user to explicitly specify that the generated file by SstFileWriter will be ingested in a specific CF.
This allow us to persist the CF id in the generated file
Closes https://github.com/facebook/rocksdb/pull/1615

Differential Revision: D4270422

Pulled By: IslamAbdelRahman

fbshipit-source-id: 7fb954e
db/external_sst_file_ingestion_job.cc
db/external_sst_file_ingestion_job.h
db/external_sst_file_test.cc
include/rocksdb/sst_file_writer.h
table/sst_file_writer.cc