List out some features of Neo4j Database?

devquora
devquora

Posted On: Feb 22, 2018

 

Following are some features  of Neo4j database
  • Relationship  Materializing is done at creation time, which results in no penalties for complex runtime queries.
  • Constant time traversals for relationships in the graph both in depth and in breadth due to efficient representation of nodes and relationships
  • Compact storage and memory cache support for graphs which results efficient scale up and billions of nodes in one database on moderate hardware.
  • Written on top of the JVM

    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..