Reputation: 1658
How to track unique users' stats per day with MongoDB? My first idea was to use upsert with $addToSet (adding ip to ips array and then count array.length), but this method has restrictions (f.e. collection's size).
Upvotes: 1
Views: 609