Search code examples
orientdb

OrientDB Can I create a "cluster" with the java API?


Hi my application embedded OrientDB. I want to create Multi-tenant application système, for my users.

I wonder If I Can create "cluster" with the java API?

thanks


Solution

  • Yes you can and is super easy:

    db.addCluster("yourNewCluster");