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.

ConcertoNotes Updated 0 repo stars

File contents

ConcertoNotes/codex-plugins/tree/main/plugins/community/lvtd-skills/skills/django-materialized-views commit 5736fab48e

Frequently asked questions

npx skillmds@latest add concertonotes/django-materialized-views