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.

hashgraph-online 0c30d9e 2 files · 5.2 KB Updated

File contents

hashgraph-online/awesome-codex-plugins commit 0c30d9ec78

Frequently asked questions

npx skillmds@latest add hashgraph-online/django-materialized-views