Materialized Views

Precompute expensive read queries into materialized views and pick a refresh strategy that fits a stated staleness budget. Use when an aggregate or join is read far more than the underlying data changes and recomputing it per request is too slow.

Amey-Thakur d61298b 2.9 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/performance/materialized-views commit d61298b4cc

Frequently asked questions

npx skillmds@latest add amey-thakur/materialized-views