Hi, currently indexes are defined at class level, that means that if you have a class made of two clusters and you define an index on that class, you will have only a single index and all the records of the two clusters will be indexed in the same index.
There are plans to support cluster level indexes, they will be probably developed in next release Thanks Luigi 2015-07-31 4:51 GMT+02:00 CNM <[email protected]>: > Please validate my understanding that we cannot use both clusters and > indexes together. This seems like such a waste to optimize large databases. > Is there a plan to introduce clustered indexes? > I.e. > * Index is defined at a class level but maintained/partitioned at a > cluster level > * Queries into the cluster will evaluate relevance of any clustered > indexes and use accordingly > * When clusters are created/dropped, the index partitions attached to > that cluster will also be added/dropped accordingly > > Apologies if I should raise this question in a different forum or form > (feature request). > > -- > > --- > 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. > -- --- 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.
