- https://www.pluralsight.com/blog/software-development/relational-non-relational-databases
- Use cases for NoSQL databases1 To store documents2 Flexible schema and flexible data type3 Fast Key Value Access and massive write performance
4 Distributed System Support and Schema migration
Use cases for relational databases
1 To implement transactions
2 To apply referential integrity
3 To use mature ORM framework like hibernate to map objects to the rows of a table
Wednesday, February 28, 2018
relational vs non-relational databases
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment