When a query is run, the connector polls the Athena server for the query results until they are returned. The connector starts by polling the server frequently, and then increasing the interval of time between polls (decreasing the polling rate) as the query continues to run. You can configure the polling rate of the connector by setting the following properties:Documentation Index
Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- MinQueryExecutionPollingInterval
- MaxQueryExecutionPollingInterval
- QueryExecutionPollingIntervalMultiplier
MinQueryExecutionPollingInterval. The connector then increases the polling interval using the multiplier specified in QueryExecutionPollingIntervalMultiplier until the interval specified in MaxQueryExecutionPollingInterval is reached. The connector then continues to poll the server using this maximum interval until the query results are returned.
For example, the connector uses the following default settings for query execution polling:
MinQueryExecutionPollingInterval=5MaxQueryExecutionPollingInterval=1800000QueryExecutionPollingIntervalMultiplier=2