You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@lucarioams Can you please provide some input to this (not a high priority) as to how long lookup data / booking data should be retained, or do we just make this another configuration option, with a sane default value?
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 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.
The text was updated successfully, but these errors were encountered: