Column-oriented DBMS and JOIN operations
- by André
From some of the research I've done on NoSQL, column-oriented databases (like HBase or Cassandra) seem to solve the problem of costly JOIN operations, but I don't get how this approach solves this problem.
Can anyone explain it to me and/or link me to interesting documentation regarding this area?
Thanks