Hello,
i just started to use revive in a website with more than 500K daily impressions and i noticed an important change on server load.
The problem is on impression logging which makes too many sql queries.
So i was thinking to use memcache mechanism to collect impressions and write them in the database every hour...
i found this implementation https://github.com/revive-adserver/revive-adserver/issues/220
which looks fine (i would increase limit 11 to 100)
Do you have any alternatives, or might estimate if there would be significant inaccuracy in impression logs.
Thanks in