Where my Orient Graph DB has 33 million records(Vertex - 18million and Edge 
- 15million records). 
If I execute below query-1, it takes 20s - 35s and query-2 takes 100s to 
350s to execute. 
I would like to know whether the problem in my query or is it because of 
Orient DB 2.2.x performance issue. 

*Query-1: *SELECT EXPAND(OUT('EpochTimeToLogData')) FROM `EpochTime` WHERE 
UnixTime = 1525000000 
*Query-2: *SELECT * FROM `LogData` WHERE @rid IN (SELECT 
OUT('EpochTimeToLogData')[0] FROM `EpochTime` WHERE UnixTime = 1525000000)




Regards,
Sunil M M

-- 

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