Conclusion
- NoSQL systems are useful if you need an enormous, scalable,
key/value dictionary.
- If you have a more complex data model, need joins, need transactions:
use a relational database system.
- What if you need to scale your relational database system?
- Throw hardware at the problem. This will take you
a very long way.
|