#Store computed aggregated query result in a column
2 messages · Page 1 of 1 (latest)
I'm not aware of any mechanisms in Django that allow for this. The PostgreSQL way to do this is a materialized view. https://www.postgresql.org/docs/current/rules-materializedviews.html