denormalize the history of quota alterations for performance/ease
greggles - December 18, 2008 - 19:04
| Project: | User Quota |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
Currently if you want to say "you have purchased X nodes and created Y of them" you have to get X by doing a SUM query on the history table. It would be nice for performance and ease of code to denormalize that information into the userquota database table.

#1
Since this is just for performance/ease I think it should be postponed until there is a real need.