Scenario: A social media platform needs to store user posts, comments, and likes. Each user can have millions of posts, comments, and likes associated with them. Which type of database would be most suitable for this scenario?

  • Graph Database
  • In-Memory Database
  • NoSQL Database
  • Relational Database
A NoSQL database would be most suitable for this scenario. NoSQL databases, especially document-oriented ones, are well-suited for handling large amounts of unstructured or semi-structured data, making them ideal for storing user-generated content like posts, comments, and likes in a social media platform.
Add your answer
Loading...

Leave a comment

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