Is Cassandra database row size limited by available memory?
Posted
by Adam Hollidge
on Stack Overflow
See other posts from Stack Overflow
or by Adam Hollidge
Published on 2010-03-12T21:31:45Z
Indexed on
2010/03/12
21:37 UTC
Read the original article
Hit count: 191
I'm working with very long time series -- hundreds of millions of data points in one series -- and am considering Cassandra as a data store. In this question, one of the Cassandra committers (the über helpful jbellis) says that Cassandra rows can be very large, and that column slicing operations are faster than row slices, hence my question: Is the row size still limited by available memory?
© Stack Overflow or respective owner