Suggest Cassandra data model for an existing schema
- by Andriy Bohdan
Hello guys!
I hope there's someone who can help me suggest a suitable data model to be implemented using nosql database Apache Cassandra. More of than I need it to work under high loads and large amounts of data.
Simplified I have 3 types of objects:
Product
Tag
ProductTag
Product:
key - string key
name - string
.... - some other fields
…