Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (47.6k points)

NoSQL has been getting a lot of attention in our industry recently. I'm really interested in what peoples thoughts are on the best use-cases for its use over relational database storage. What should trigger a developer into thinking that particular datasets are more suited to a NoSQL solution? I'm particularly interested in MongoDB and CouchDB as they seem to be getting the most coverage with regard to PHP development and that is my focus.

1 Answer

0 votes
by (106k points)

NoSQL has nothing to do with performance and everything to do with usability. Document stores are just easier to work with when your atomic data units are document-like because it's trivial to serialize to and from objects. It's just more fun, and that's an important factor for personal or side projects.

Related questions

0 votes
1 answer
asked Mar 18, 2021 in Big Data Hadoop & Spark by Kasheeka (32.1k points)
0 votes
1 answer
0 votes
1 answer
asked Jan 6, 2020 in SQL by anmolj (9k points)
0 votes
1 answer
asked Jan 6, 2020 in SQL by anmolj (9k points)
0 votes
0 answers
asked Jun 24, 2021 in SQL by Harsh (1.5k points)

Browse Categories

...