Details
-
Improvement
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
ghx-label-6
Description
Impala system tables are in-memory coordinator-only virtual tables without any backing of data on disk. Currently, the only system table is sys.impala_query_live. Since these tables only exist in coordinator memory, queries that only select from these tables do not need to by subject to admission control.
Modify Impala so that queries that only reference system tables are not subject to admission control and can run if there is enough available memory on the coordinator.
Attachments
Issue Links
- is caused by
-
IMPALA-12540 SQL Interface to Running Queries/DDLs/DMLs
- Resolved