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
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
It'd be great if we could avoid round-trips to Cassandra index for every dashboard query we do.
Thing is that when we're doing wildcard queries to dashboard, we keep hitting Cassandra SASI index for paths. Since even largest dashboard will be relatively small (say, hundreds of charts), the savings we have are outweighing the space we waste for cache significantly.
The text was updated successfully, but these errors were encountered:
for my setup making just list of paths of one graph lasts about 4 sec ( we have 4 wildcards in this query)
full dashboard loads about 2 minutes.I think some optimization or at least in memory path cache for query until CASSANDRA-12675 will be done.
It'd be great if we could avoid round-trips to Cassandra index for every dashboard query we do.
Thing is that when we're doing wildcard queries to dashboard, we keep hitting Cassandra SASI index for paths. Since even largest dashboard will be relatively small (say, hundreds of charts), the savings we have are outweighing the space we waste for cache significantly.
The text was updated successfully, but these errors were encountered: