Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 1.85 KB

query_execution.md

File metadata and controls

7 lines (5 loc) · 1.85 KB

QUERY EXECUTION

Below is a table containing all the details for the property group: Query Execution

Property Name Description Default Value Run CdkDeploy When Changed
sleeper.table.query.processor.cache.timeout.seconds The amount of time in seconds the query executor's cache of partition and file reference information is valid for. After this it will time out and need refreshing.
If this is set too low, then queries will be slower. This due to the state needing to be updated from the state store.
If this is set too high, then queries may not have access to all the latest data.
Future work will remove or reduce this trade-off.
If you know the table is inactive, then set this to a higher value.
60 false