Working on making dashboards to help report on activity.
To make the dashboards as performant as possible, I'm using base searches.
However, it appears that using base searches throughout a dashboard (1 search, but used in all the panels) almost causes an exponential increase in the size of the search - which causes the search to prematurely terminate.
Doing a straight search for one of the panels got: *98,803 results, and took up 0.29 MB.*
Just turning that 1 search into a 1 panel dashboard using a base search got same number of results, but took up **83.66 MB**.
Which seems completely ridiculous.
If I trim down results to just the last 2 weeks (instead of the last month), I get around 45,000 results, and the dashboard load only takes up 7MB.
I'm trying to figure out if I'm doing something wrong? Or should I not use base queries at all - as they seem to constantly cause performance issues??
The dashboard:
-Thanks!
↧