Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Add Caffeine / LIRS cache for resolved paths #229

Open
ifesdjeen opened this issue Aug 15, 2016 · 3 comments
Open

Add Caffeine / LIRS cache for resolved paths #229

ifesdjeen opened this issue Aug 15, 2016 · 3 comments

Comments

@ifesdjeen
Copy link
Collaborator

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.

@pkalemba
Copy link

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.

@pkalemba
Copy link

@ifesdjeen is there any eta for this?

@ifesdjeen
Copy link
Collaborator Author

@Samaelson I'll take a closer look over the weekend, hope to at least get to know how much time it might be.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants