Hi splunkers,
Problem:
We have quite big database with events ( ~3 millions events / month), so search works not that fast. For instance, a search for 6 month takes ~10 minutes. The thing is that in most cases, that's not necessary to process each event, so we came up with a possible solution.
Possible solution
We can speed up search by processing only each Nth (10th or 100th) event. For rough results that would be enough. The question is how to (is that possible at all) make such search?
... View more