Separate write and read operations between different Trino workers #25883
Unanswered
malcolm061990
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team
Is there any mechanism in Trino (kind of "roles") to separate write and read queries between specific workers using single coordinator?
Our use case:
on-demand
k8s node group for these queriesSpot
k8s node group for these queriesOr is it better to deploy two separated Trino clusters (one for read, another one for write) using same Nessie and send queries depending on their type to required cluster?
Beta Was this translation helpful? Give feedback.
All reactions