Does document size matter when updating (pushing new item) into some nested array in that document?
I mean, I have document with historical data and I know, that some days this document will be charged with new items very often. So should I split this document to "historical data" and "today data" documents?
Reading is not so frequent as update operation in this case. For example 700 updates while 20 reading per day.