I'd collapse all the data for a single object into a single column, not sure 
about storing 100 objects in a single column though. 

Have you considered any concurrency issues ? e.g. multiple threads / processes 
wanting to update different objects in the same group of 100? 

Dont understand your reference to the OOP in the context of a reading 100 
columns from a row. 

Aaron

 
On 19 Mar 2011, at 16:22, buddhasystem wrote:

> As I'm working on this further, I want to understand this:
> 
> Is it advantageous to flatten data in blocks (strings) each containing a
> series of objects, if I know that a serial object read is often likely, but
> don't want to resort to OPP? I worked out the optimal granularity, it seems.
> Is it better to read a serialized single column with 100 objects than a row
> consisting of a hundred columns each modeling an object?
> 
> --
> View this message in context: 
> http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Reading-whole-row-vs-a-range-of-columns-pycassa-tp6186518p6186782.html
> Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
> Nabble.com.

Reply via email to