Re: [Mailman-Developers] [GSoC 2012] Metrics
George Chatzisofroniou writes:
It's not clear to me why year views can't be generated as an aggregate of monthly data? This would allow years to start with arbitrary months without too much redundancy.
Generating the year views from monthly data is some more calculations while displaying the metrics. That's why they should be stored somewhere.
OK, but these are pretty cheap calculations if I understand Django's design correctly.
Which design do you think is simpler, in the context of your overall plan?
On Fri, May 4, 2012 at 4:06 PM, Stephen J. Turnbull <stephen@xemacs.org> wrote:
OK, but these are pretty cheap calculations if I understand Django's design correctly.
Yes, these are cheap calculations. Although, the number of calculations is based on the years of list's existence (e.g. a 10 year list would need 10 calculations).
Which design do you think is simpler, in the context of your overall plan?
I think it's simpler to just add a year model.
I would like to hear more opinions on this issue.
-- George Chatzisofroniou sophron.latthi.com
participants (2)
-
George Chatzisofroniou
-
Stephen J. Turnbull