|
|
|
|
|
by mbell
4991 days ago
|
|
The article said they could rebuild the count if they needed to. So something in regards to each click is being stored. If you were using postgres you'd just setup a trigger on that table to increment the click values (stored in another table) as appropriate. No aggregate function needed. |
|
It does indeed sound like they're storing every click: that's precisely why using aggregate functions would be expensive.