- Newest
- Most votes
- Most comments
-
Shared Regional Cluster: This refers to the overall pool of compute resources available within a specific AWS region. All users in that region share this pool. Think of it as the total available infrastructure that Athena can draw from. This can also be referred to as the "regional compute pool" or "regional resource pool."
-
Query-Specific Cluster: When you run a query, Athena temporarily allocates a subset of nodes from the shared regional cluster to form a dedicated cluster for your query. This is tailored to the specific needs of your query, such as its complexity and data size. Once the query is completed, these resources are returned to the shared pool. You can also refer to this as the "dedicated query cluster" or "dynamic query cluster".
Amazon Athena operates in a shared regional cluster, meaning all users in the same AWS region share the same pool of resources. When you run a query, Athena temporarily allocates specific resources from this shared cluster to execute your query. The shared cluster serves all customers, while the resources for your query are isolated and used only for the duration of that query. After the query finishes, the resources are released back to the shared pool.
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 8 months ago