When should I use a NoSQL database instead of a relational database? Is it okay to use both on the same site?

Relational databases enforces ACID . So, you will have schema based transaction oriented data stores. It's proven and suitable for 99% of the real world applications.

You can practically do anything with relational databases.

NoSQL solutions are usually meant to solve a problem that relational databases are either not well suited for, too expansive to use (Oracle) or require you to implement something that breaks the relational nature of your db anyway.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions