I am new to mongo db and I was going through transactions in the mongoDb documentations and find this part confusing. https://www.mongodb.com/docs/manual/core/transactions/ "Because you can use embedded documents and arrays to capture relationships between data in a single document structure instead of normalizing across multiple documents and collections"
In this context does array also include array of primitive types? As in, if my document only has array of primitive types and no embedded documents do I still need to use transaction?