SQL | NoSQL |
---|---|
These are Relational Databases | Called non-relational or distributed databases |
Have a predefined schema Table database |
Unstructured dataset. Much more dynamic |
Scalability is ‘vertical’ and require more computer power | Scalability is ‘horizontal’ and require more server connections and storage |
Good for complex data bases | Good for databases that lack order because of the variety of data |
These types of databases are easier to manage | Less support and might have to go to forums and smaller communities for support |