문제

I am trying to grasp this nosql thing since it sounds good for scalability.

I have read the Digg is now using CassandraDB. Can you help me understand how a digg-like model can be structured efficiently ?

  • where are the users
  • where are the articles
  • where are the notations
  • ..
도움이 되었습니까?

해결책

If you're trying to quickly get a grasp on the major trade-offs involved in NoSQL systems, check out this blog post I wrote: Visual Guide to NoSQL Systems. Essentially, you must choose two of the following properties for you system to excel at: consistency, availability, or partition tolerance.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top