mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-06 11:00:10 -06:00
shard: support for sharing rocksdb and init LogsDB CFs
This commit is contained in:
committed by
GitHub Enterprise
parent
38707535e3
commit
37ba9bc457
9
cpp/core/LogsDB.cpp
Normal file
9
cpp/core/LogsDB.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "LogsDB.hpp"
|
||||
|
||||
std::vector<rocksdb::ColumnFamilyDescriptor> LogsDB::getColumnFamilyDescriptors() {
|
||||
return {
|
||||
{"logMetadata",{}},
|
||||
{"logTimePartition0",{}},
|
||||
{"logTimePartition1",{}},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user