DEV Community

Discussion on: SQL is (almost) always superior to NoSQL

Collapse
 
bclonan profile image
Bradley Morgan Clonan

"Try create a user in RavenDB, then login with that user immediately on your next line of code to see the problem (Hint; Your user doesn’t exist in the database at that point)" the same issue doesn't occur in a sql db why? If you need to create a user in any style db, there's steps that must be taken to fill out the appropriate data no matter what.

 
polterguy profile image
Thomas Hansen • Edited

No, you’re wrong. Google the CAP theorem. It explains the mechanics of the “Raven DB” problem. I could explain it to you, but it would be copy/paste of consistency versus availability concepts from CAP …