Add ref store size threshold property to initiate purge of old streams #4610
Labels
enhancement
A new feature or enhancement to an existing feature
f:ref data
Issues relating to reference data loads or lookups
Milestone
When a ref store reaches
stroom.pipeline.referenceData.lmdb.maxStoreSize
loads will fail. It would be good if there was an additional threshold % property (e.g. 90%) such that prior to a load, if the store size (as a % of the maxStoreSize) is greater than this threshold, then it will purge old streams until below the threshold.The text was updated successfully, but these errors were encountered: