On Sat, Nov 21, 2009 at 9:15 PM, Laurent Laborde <[email protected]> wrote:
> Any papers about Graph database design ?

Not that I know of. If you find any please let me know :)

>
> Question : if i have large property of many KB (like a SQL "blob"),
> and unique for every node (eg : the resume of an employee) is it more
> efficient to store it in a separate node ? will it speed up node
> traversal ?
>

Properties on nodes or relationships is not affecting traversal speed.
Properties are only loaded when requested.

Regards,
-Johan
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to