Skip to main content

Caching

Cache Configuration​

runtime:
cache:
enabled: true
strategy: incremental
ttl: 3600
storage: local # local, s3, redis
max_size: "10GB"
`

## Cache Strategies

| Strategy | Description |
|----------|-------------|
| ull | Cache entire dataset |
| incremental | Cache only changed records |
| metadata | Cache schema and metadata only |

## See Also

- [Scaling](/docs/runtime/scaling)
- [Performance Tuning](/docs/etl-jobs/performance-tuning)