开发者

Apache cassandra - Designing DB for an application - How to select column families and super super column families?

I need to design DB for an application using cassandra. How to select column families and s开发者_运维技巧uper column families? I mean, in RDBMS we select tables right? How to select them in case of cassandra?

Lets take an example of a normal user login app? Could someone give the design for DB?

Thanks for your time :)


In general, you store your information how you intend to retrieve. Duplication and denormalization are common and expected.

The following should provide a helpful starting point for more information: http://www.datastax.com/docs/0.8/data_model/index

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜