Home
last modified time | relevance | path

Searched refs:cfds_to_commit (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl.cc4188 autovector<ColumnFamilyData*> cfds_to_commit; in IngestExternalFiles() local
4198 cfds_to_commit.push_back(cfd); in IngestExternalFiles()
4207 if (cfds_to_commit.size() > 1) { in IngestExternalFiles()
4215 versions_->LogAndApply(cfds_to_commit, mutable_cf_options_list, in IngestExternalFiles()