Database/Cassandra

[Cassandra][datastax] Relationship Keys

bisi 2020. 5. 25. 19:51

Relationship Keys는 엔티티간의 관계를 나타내주는 의미를 한다.

 

One-to-One key

엔티티의 키를 1:1로 매칭으로 사용할 수 있다.

 

One-to-Many key

엔티티의 키를 1:n으로 매칭으로 사용할 수 있다.

 

Many-to-Many Key

엔티티의 키를 m:n으로 매칭으로 사용할 수 있다.

 

Attribute Key Participation

Attribute를 유니하게 구별해줄 키 값이다. 

예를 들어 사용자의 Attribute에서는 id가 될 수 있다. 

 

참고 사이트 

https://academy.datastax.com/paths