Skip to content

In memory caching of frequevently used tables? Question #14097

Answered by raunaqmorarka
JDRanpariya asked this question in Q&A
Discussion options

You must be logged in to vote

You can cache data in-memory with Rubix by setting up a ramdisk and providing a path to that in configs.
With Alluxio it's best to ask the Alluxio community about the possibilities.
Trino also has a memory connector that can be used to keep specific tables in-memory, although creation and updates to such tables has to be done manually.
Caching in-memory on the Trino cluster has the potential to interfere with memory usage during query execution unless accounted for properly.
There is an open PR for Apache Ignite integration #8323, but it appears to be stalled.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JDRanpariya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #14093 on September 12, 2022 02:08.