Re: Number of columns per row for composite columns?

2014-08-13 Thread hlqv
For more specifically, I declared a column family create column family Column_Family with key_validation_class = UTF8Type and comparator = 'CompositeType(LongType,UTF8Type)' and default_validation_class = UTF8Type; Number of columns will depend on only first column name

Re: Number of columns per row for composite columns?

2014-08-13 Thread DuyHai Doan
In your example it will be 4 physical columns On Wed, Aug 13, 2014 at 8:43 AM, hlqv hlqvu...@gmail.com wrote: For more specifically, I declared a column family create column family Column_Family with key_validation_class = UTF8Type and comparator =

RE: Number of columns per row for composite columns?

2014-08-13 Thread Mohammed Guller
4 Mohammed From: hlqv [mailto:hlqvu...@gmail.com] Sent: Tuesday, August 12, 2014 11:44 PM To: user@cassandra.apache.org Subject: Re: Number of columns per row for composite columns? For more specifically, I declared a column family create column family Column_Family

Re: Number of columns per row for composite columns?

2014-08-12 Thread Jack Krupansky
Your question is a little too tangled for me... Are you asking about rows in a partition (some people call that a “storage row”) or columns per row? The latter is simply the number of columns that you have declared in your table. The total number of columns – or more properly, “cells” – in a