Timeline for MongoDB - Do subdocuments count towards the total size of a document
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 4, 2018 at 21:56 | vote | accept | A. L | ||
| Sep 4, 2018 at 12:05 | answer | added | Christophe | timeline score: 4 | |
| Sep 4, 2018 at 8:12 | comment | added | Laiv | @Christophe I'm agreeing with you. Nested documents are taken into account regarding the document total size, because at the end, for mongo there's no such thing as "subdocument" or "nested document". It's a single document. Unless you use DBRef, but these are addressed to provide support to a handful MongoDB drivers. To these cases, the size of the referenced document is not taken into account. | |
| Sep 4, 2018 at 7:29 | comment | added | Christophe | @Laiv can you provide any reference for this claim ? Because several sources claim that nested documents zre taken into account. Fir example: stackoverflow.com/a/19401813/3723423 | |
| Sep 4, 2018 at 7:00 | comment | added | A. L | @Laiv thanks, then my change of approach will not have been for nothing | |
| Sep 4, 2018 at 6:52 | comment | added | Laiv | Does MongoDB save them all as a single document, Yes. | |
| Sep 4, 2018 at 6:50 | review | Close votes | |||
| Sep 21, 2018 at 3:05 | |||||
| Sep 4, 2018 at 6:22 | history | asked | A. L | CC BY-SA 4.0 |