How information is stored on Graph in Neo4J Database?

devquora
devquora

Posted On: Jun 10, 2021

 

You can store information on Graph in Neo4J Database with the help of given attributes:

  • nodestore* Stores node related data from your graph.
  • relationship* Stores data related to the relationships created and defined in your graph.
  • property* Stores the key/value properties from your database.
  • label* Stores index related label data from your graph.

 

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Neo4j interview questions

    Define Neo4j?

    It is one of most popular  open source free NOSQL  Graph DBMS (database management system) developed by Neo4j, Inc...

    Neo4j interview questions

    What are the indexing capabilities of Neo4J?

    Neo4j as a graph database features indexing as the preferred way to find start points for graph traversals. Over the ye..