Tagged Questions
2
votes
2answers
54 views
MongoDB historical data storage - best practice?
Assuming I have an user who has an ID and I want to store a historical record (document) on this user every day, what is better:
create a new document for each record and search for the user id; or
...