- Newest
- Most votes
- Most comments
Are you using Manual WLM configuration, or Auto? I recommend using the Automatic WLM which makes sure that the cluster is fully utilized and gives you additional benefits such as automatic concurrency management and query priorities. (https://docs.aws.amazon.com/redshift/latest/dg/automatic-wlm.html)
In any case, in your situation, the order in which the queries are routed to the right queue is determined by the order in which they are defined in the configuration. So it will use the first match in that order.
If you need to disambiguate between the two queues, you can use query groups. That way, you have control from your application over which queue to run in by setting the right query group.
got kicked out before finishing. is this a good practice and what resources would the user get
thanks for the reply. i'm not a dba but i think they are setting things manually. i think i will try to get them to flip the group for the user based on time of day so there is no ambiguity.
thanks
again
Relevant content
- AWS OFFICIALUpdated 4 years ago