-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add rocksdb::DB instance as a member into class Rdb_cf_manager
Summary: Previous in MyRocks, there is only one rocksdb::DB instance(rdb). now with bulk loading, a new rocksdb::DB instance is added, also with sally, another rocksdb::DB(sally::DB) instance is added. Overall, there are 2 or 3 rocksdb::DB instances. Rdb_cf_manager is created/initialized with a specific rocksdb::DB instance. There are 2 Rdb_cf_manager instance: one is global Rdb_cf_manager and the other is bulk load. The change is to add rocksdb::DB as member of class Rdb_cf_manager and remove rocksdb::DB arguments in Rdb_cf_manager member functions. fbshipit-source-id: 5fbb97c5b0a7c4ec4965423cf2ffa19c9847650d
- Loading branch information
1 parent
c07c10c
commit e8a4209
Showing
5 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters