Problem
The proposed solution for managing the leveldb creates a few indices that are used to store mappings. Over time, these indices will grow and potentially reduce the performance of lpms-server.
Solution
Establish a garbage collection routine whereby indices can automatically be trimmed from the database when not required. Care must be given not to delete information that would be required for audit purposes.
Problem
The proposed solution for managing the
leveldbcreates a few indices that are used to store mappings. Over time, these indices will grow and potentially reduce the performance oflpms-server.Solution
Establish a garbage collection routine whereby indices can automatically be trimmed from the database when not required. Care must be given not to delete information that would be required for audit purposes.