Hi,

I works on a graph db portion like this :

<https://lh4.googleusercontent.com/-L_7Wb-4TXyE/VIrJQYGs8zI/AAAAAAAAABY/uabIjCs3nnM/s1600/FetchPlanOrNot2.PNG>

>From the Project Vertex, I want to get Managers datas in an object of this 
form :

{
managers : [
{
//*** just specific properties of User Class
@rid : ...
firstname : ...,
lastname : ...,
//*** the linked Permalink Vertex
Permalink : {
//*** just specific properties of Permalink Class
link : ...
}
//*** the linked ProfilePic Vertex
ProfilePic : {
//*** just specific properties of ProfilePic Class
url : ...
}
},
//*** the other managers
...
]
}


Is the FETCHPLAN flexible enough to do this ?
And if so, is it more efficient to use FETCHPLAN rather than a SELECT 
 projection with .include()/.exclude() method ?

Or do I have to use both ?

Thank for any idea !

-- 

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