Getting started with document DBs, I have a question about a design decision. I'll be inserting data that contains financial transactions for many days. Not sure if I should make each transaction a doc, or make one doc for all of the data, which would cover many days.
The primary use of the application is to analyze the data in many ways, including a particular day, and day ranges.
What considerations are there in making this decision?