DEA-C01 · Question #117
A data engineer notices that Amazon Athena queries are held in a queue before the queries run. How can the data engineer prevent the queries from queueing?
The correct answer is B. Configure provisioned capacity for an existing workgroup. Athena queries queue when concurrent query demand exceeds the available compute capacity (DPUs) allocated to a workgroup. Provisioned capacity lets you pre-allocate a fixed number of DPUs for a workgroup, ensuring queries have dedicated resources and do not wait in a queue…
Question
A data engineer notices that Amazon Athena queries are held in a queue before the queries run. How can the data engineer prevent the queries from queueing?
Options
- AIncrease the query result limit.
- BConfigure provisioned capacity for an existing workgroup.
- CUse federated queries.
- DAllow users who run the Athena queries to an existing workgroup.
How the community answered
(45 responses)- A2% (1)
- B89% (40)
- C2% (1)
- D7% (3)
Explanation
Athena queries queue when concurrent query demand exceeds the available compute capacity (DPUs) allocated to a workgroup. Provisioned capacity lets you pre-allocate a fixed number of DPUs for a workgroup, ensuring queries have dedicated resources and do not wait in a queue. Option A (increasing query result limit) affects result size, not concurrency. Option C (federated queries) expands data sources but does not address queueing. Option D (adding users to a workgroup) controls access, not compute capacity.
Topics
Community Discussion
No community discussion yet for this question.