Analytics Replica
Attach a columnar analytics replica to an operational database without ETL or migration
The problem
Approach
What it costs
How it works
datasets:
- from: postgres:public.orders
name: orders
params:
pg_host: postgres.example-org.com
pg_user: spice
pg_pass: ${secrets:pg_pass}
pg_db: myapp
acceleration:
enabled: true
engine: cayenne
mode: file
refresh_mode: changes
primary_key: id
on_conflict:
id: upsertWhy it differs from a read replica
Incremental adoption
Governing access
Related
Last updated
Was this helpful?