What is a cluster in OrientDB?

Christian Kimbi
Christian Kimbi

Posted On: Jan 08, 2021

 

Clusters are used in OrientDB to store links to the data. It is a generic way to group records. Some examples of how clusters may be used are as follows: Example 1: Use the cluster "Person" to group all the records of type "Person". Example 2: Use the cluster "Cache" to group all the records most accessed. Example 3: Use the cluster "Today" to group all the records created today. Example 4: Use the cluster "CityCar" to group all the city cars.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    OrientDB Interview Questions

    Explain OrientDBand its uses?

    OrientDB is an open-source NoSQL database management system that is written in Java. It supports a Multi-model database, supporting graph, document, key/value, and object models. It offers several ind...

    OrientDB Interview Questions

    Enlist few advantages of OrientDB?

    Few advantages of OrientDB are listed below:It is integration of Many database modules into one db. It provides good user profile based security system. It has SQL engine developed from scratch ...

    OrientDB Interview Questions

    What is the difference between MongoDB and OrientDB?

    The differences between MongoDB and OrientDB are as follows:MongoDB OrientDBDoesn't require a unified data structure. Multi-model database (document, object, graph).Easy to scale...