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
Implement a feature allowing the user to only retrieve every X stacktrace (orally discussed already, not sure what our conclusion was).
We either use a modulo at insert time in the collector (n-factor, provided via variable in collectorConfig file), or simply skip scans on the primary (ObjectID ) index of mongoDB / retrieve only every n-th result (not sure how that plays out, performance-wise, i.e if that causes a lot of aweful random I/O's..?).
The text was updated successfully, but these errors were encountered:
Implement a feature allowing the user to only retrieve every X stacktrace (orally discussed already, not sure what our conclusion was).
We either use a modulo at insert time in the collector (n-factor, provided via variable in collectorConfig file), or simply skip scans on the primary (ObjectID ) index of mongoDB / retrieve only every n-th result (not sure how that plays out, performance-wise, i.e if that causes a lot of aweful random I/O's..?).
The text was updated successfully, but these errors were encountered: