for example, there are two classes
Price with *amount* and *currency *properties (this class is abstract); 
Price.amount is indexed NONUNIQUE

SaleItem with notImportant, price1 (embedded Price) price2 (embedded 
Price), etc

querying SaleItem by embedded document price.amount is very slow 

When SaleItem.priceAmount (indexed) property is set, querying (~50000) 
SaleItem via priceAmount yields results in ~0.5s while the same query takes 
about 3secs when querying via the embedded Price class/record.

any hints at how are the embedded classes supposed to be indexed, set, 
queried?

-- 

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

Reply via email to