What are the pros and cons of a graph database under NoSQL databases?

devquora
devquora

Posted On: Apr 11, 2024

 

Following are the pros and cons of a graph database which is a type of NoSQL databases: –

Pros of using graph database:

  • These are tailor-made for the networking applications. A social network is a good example of this.
  • They can also be perfect for an object-oriented programming system.

Cons of using graph database:

  • Since the degree of interconnection between nodes is high in graph database, so it is not suitable for network partitioning.
  • Also, graph databases don’t scale out well in NoSQL databases.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    NoSQL Interview Questions

    What is NoSQL?

    NoSQL is a concept when the data is not connected with the relational database. It is an advanced method of database where there are no tables used to manipulate data. NoSQL is designed to support hig...

    NoSQL Interview Questions

    What do you understand by NoSQL in databases?

    The database management systems which are highly scalable and flexible are known as NoSQL databases. These databases al..

    NoSQL Interview Questions

    List some of the features of NoSQL?

    Some of the features of NoSQL are listed below: – Using NoSQL, we can store the large amount of structured, semi-stru..