Django Materialized Views

Model, migrate, refresh, and verify PostgreSQL materialized views in Django for expensive report or dashboard queries that can tolerate stale data. Use when ORM/index/query rewrites are not enough, the result is read often, freshness can be bounded, and a Django app needs unmanaged models, RunSQL migrations, refresh commands, or concurrent refresh.

thedixitjain 0c30d9e 2 files · 5.2 KB Updated 2 repo stars

File contents

thedixitjain/the-mega-skill-library/tree/main/library/backend-and-data/django-materialized-views commit 0c30d9ec78

Frequently asked questions

npx skillmds add thedixitjain/django-materialized-views