data: optimize memory of sqlite database
* use sqlite "VACUUM" after analysis to reduce memory size * only add filename to name of local symbol
This commit is contained in:
@@ -95,6 +95,8 @@ public:
|
||||
StorageComponentAccess getComponentAccessByMemberEdgeId(Id memberEdgeId) const;
|
||||
std::vector<StorageComponentAccess> getComponentAccessByMemberEdgeIds(const std::vector<Id>& memberEdgeIds) const;
|
||||
|
||||
void optimizeMemory() const;
|
||||
|
||||
std::vector<ParseLocation> getFullTextSearch(const std::string& searchTerm) const;
|
||||
void optimizeFTSTable() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user