|
Instead of mapping associations via dedicated association tables, we may leverage the list/set/map data types Cassandra provides for storing the ids of associated elements. That be beneficial wrt. to consistency (an entity and the associated ids can be written in one round-trip to the datastore).
|