Hi Thomas,

it depends on following factors:
- do you need bi-directional traversal? In case an edge is better
- do you plan to store information on the links? in case an edge is better;
in case not, with linkset you will save some space and performance
- do you plan to delete events? In case you do, graph API will remove
hanging edges for you

Luigi


2015-06-03 0:14 GMT+02:00 Thomas Kennedy <tomais.kenn...@gmail.com>:

> I have a time series modelled in the graph way
>
> year(linkmap)->month(linkmap)->day(linkmap)->hour(linkmap)
>
> I have two other vertices which are events and users
>
> I want to join events to the time series. Is this best achieved by using
> an edge or a linkset?
>
> year(linkmap)->month(linkmap)->day(linkmap)->hour(linkmap)-> ?Edge|Linkset? 
> Event -> User
>
>  --
>
> ---
> 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 orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to