Hi,
I am testing cluster selection scenario. I have Document class Product.
When I create this class using SQL, it also creates a default cluster
"product" with cluster id 9.
Then I run this query to set the default cluster for Product to 9:
ALTER CLASS Product CLUSTERSELECTION default 9;
Then I created another cluster "eu_products":
ALTER CLASS Product ADDCLUSTER eu_products;
Now when I try to insert a document without providing a cluster name, I
would expect it get inserted into default cluster "product", but that is
not happening. It gets inserted into other cluster as well.
It works only when qualifying with a cluster name, like below:
doc.save("product");
I am not sure if this is the expected behavior or not. I am testing this on
2.1.2. Can you confirm the correct behavior?
Thanks!
Arul
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.