[quote=“ivan, post:1, topic:6432”]
- What are some of the advantages of NoSQL databases compared to SQL databases?**
-High scalability, High availability. - Do you have to defined a strict structure for your data in NoSQL?**
-No, in NoSQL data is not structured and can change overtime - What can you say about the trade-off between scalability and functionality in NoSQL?**
-More functionality=less performance/less scalability - If your data has important relationships that you need to keep track of, is it a good idea to use NoSQL?
-No. If relationships are important than an SQL type database is more suitable.