OrientDB : Edges vs LinkList vs Linkmap
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: What are the pros and cons for using either a linklist , a linkmap or an edge to store relationships between my vertices ? 回答1: An edge defines a relationship between two vertices. For example, you define two vertices, Person and Car. You then define an Edge Drives. This edge ties the two vertices together. "Jane" Drives "Ford". A linklist is a list of classes associated with another class. A Car class might have a linklist of parts from the Part class. A car consists of multiple parts. A linkmap is a map of key, class values associate with