-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure JXM and Enable Hive connector storage caching #1321
Comments
Configured caching on the trino coordinator - got cache hits from running Select * queries on dummy tables. Still trying to figure how how to populate the cache on the worker pods. |
Configuration for Hive cache: hive.cache.start-server-on-coordinator property only works when enabled on the coordinator and does not write to worker pod directory. |
Initial configuration is complete. But when querying Also, when runnin Caching has been configured for the unclassifed catalog. When configuring for the lsddp catalog cache records are being recorded but jxm is unable to query the cache hit rate |
Closing - will create a seperate issue for multiple catalogs |
Configure storage caching following: https://trino.io/docs/current/connector/hive-caching.html
To verify caching is configured correctly - setting up JMX connector can help to query the metrics of the caching system
The text was updated successfully, but these errors were encountered: