Which type of database is ideal for handling hierarchical data and provides better scalability, MongoDB or MySQL?
- MongoDB
- MySQL
- Both MongoDB and MySQL
- Neither MongoDB nor MySQL
MongoDB is a NoSQL database that is ideal for handling hierarchical data and provides better scalability for unstructured data. MongoDB uses BSON (Binary JSON) format, which makes it a good choice for applications that require flexibility and scalability in dealing with complex data structures.
Loading...
Related Quiz
- Which of the following is not typically a layer in a CNN?
- After deploying a Gradient Boosting model, you observe that its performance deteriorates after some time. What might be a potential step to address this?
- Which method involves creating interaction terms between variables to capture combined effects in a model?
- Raw logs from web servers, which might include a mix of text, images, and other file types, are considered _______ data.
- The metric _______ is particularly useful when the cost of false positives is higher than false negatives.