I've been looking for a quick-win OG statistics sort of module, so I was pretty happy to find this! But looking at the code, I'm rather puzzled. Most of what I see could be handled by SQL functions like COUNT(), which are given Views integration by the Views Calc module. Why separately track all that data?

Comments

dawehner’s picture

Status: Active » Fixed

Because it's faster.

If you have to create count queries you will probably suffer of performance problems.
For example the built in to organic groups, managed to crash down groups.drupal.org

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.