- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am retrieving data from cassandra to build dashboards and it is taking 4 to 5 seconds every time to load the results to dashboard.
Is there any caching technology/framework can we deploy between cassandra and Splunk to retrieve data much faster and also to avoid multiple db calls for the same query from the different users?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Putting the data into a summary index or report acceleration might do the trick.
For example, index=cassandra | collect index=abc or schedule search that insert the data into a summary index.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Putting the data into a summary index or report acceleration might do the trick.
For example, index=cassandra | collect index=abc or schedule search that insert the data into a summary index.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
looking for an answer for this post.can anyone help in getting this implemented?
