|
|
|
|
|
by wcarss
1414 days ago
|
|
At the extreme end of this, you could also append a new row for every event and count them. If the number of rows would be too big over some period of time, you could similarly aggregate them occasionally and clear the "scratch" table. |
|
One side benefit of this approach is that getting the final aggregate is cheap, where compacting an append-only log table might not be.