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:
@@ -69,6 +69,8 @@ public:
|
||||
void startParsing();
|
||||
void finishParsing();
|
||||
|
||||
void optimizeMemory();
|
||||
|
||||
// StorageAccess implementation
|
||||
virtual Id getIdForNodeWithNameHierarchy(const NameHierarchy& nameHierarchy) const;
|
||||
virtual Id getIdForEdge(
|
||||
|
||||
Reference in New Issue
Block a user