You're building a system that needs to store vast amounts of unstructured data, like user posts, images, and comments. Which type of database would be the best fit for this use case?

  • Relational Database
  • Document Database
  • Graph Database
  • Key-Value Store
A document database, like MongoDB, is well-suited for storing unstructured data with variable schemas, making it an ideal choice for use cases involving user posts, images, and comments.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *