Athena Caching
#1248
Replies: 2 comments 1 reply
-
The AWS Athena service caches all query executions. Wrangler simply uses a combination of Athena API calls (ListQueryExecutions and BatchGetQueryExecutions) to simplify the process. AFAIK, the service does not offer a similar functionality however. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi on that note, is there a way to clear the Athena cache using wr or other library? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
like wrangler api for athena caching like below,
is there similar way to execute the query in athena console with caching function?
wrangler api is the only way to enable athena caching?
wr.athena.read_sql_query(query, database="awswrangler_test", max_cache_seconds=900, max_cache_query_inspections=500)Beta Was this translation helpful? Give feedback.
All reactions