Hi Alessandro, Just try it,
>From Studio, I get an error java.lang.OutOfMemoryError: GC overhead limit exceeded >From Server console, I see [TIP] Query 'select expand(EntityInfo) from Contact' returned a result set with more than 10000 records. Check if you really need all these records, or reduce the resultset by using a LIMIT to improve both performance and used RAM [OEnterpriseProfiler] Is there any clue? My Best, Hung Tran On Thursday, January 21, 2016 at 10:55:14 PM UTC+7, [email protected] wrote: > > Hi, > you can try with > > select count(*) from (select expand(Entity) from Contact) where State=0 > > Let me know. > > Regards, > Alessandro > -- --- 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.
