Hi,

I'm looking to move from a relational DB to Cassandra. I just found that
there are intra-table relationships in one table where the ids of the
related rows are saved in a 'parent' row.

How can these kinds of relationships be handled in Cassandra? I'm thinking
that if the individual rows need to live on their own, perhaps I should
store the data as serialized JSON in its own column of the parent.

All thoughts appreciated!

Thanks.

Les

Reply via email to