Scenario: A social media platform wants to implement a recommendation system based on users' connections and interactions. Which type of database would be most suitable for storing and querying this data, considering its highly interconnected nature?

  • Document Database
  • Graph Database
  • NoSQL Database
  • Relational Database
For a recommendation system based on interconnected data, a Graph Database would be most suitable. Graph databases excel at representing and querying relationships between entities, making them ideal for scenarios where the connections between data points are crucial, such as social networks.
Add your answer
Loading...

Leave a comment

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