Re: Column name size

2011-02-13 Thread Aaron Morton
FWIW I would first try to reduce the number of columns, before reducing their name length. If you always pull back the same columns (e.g. User details) consider packing them in json dict and storing them in one column. Aaron On 12/02/2011, at 5:22 AM, Chris Burroughs chris.burrou...@gmail.com

Re: Column name size

2011-02-11 Thread Aklin_81
Would be interested in your findings, Patrik! ... I too was searching for something similar a few days back.. for column names that contained userIds of users on my application. UUIDs that seemed to be most widely recognized(perhaps!) solution are 16 bytes but those definitely seem like a too

Re: Column name size

2011-02-11 Thread buddhasystem
.n2.nabble.com/Column-name-size-tp6015127p6016109.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Column name size

2011-02-11 Thread Ryan King
On Fri, Feb 11, 2011 at 2:06 AM, Patrik Modesto patrik.mode...@gmail.com wrote: Hi all! I'm thinking if size of a column name could matter for a large dataset in Cassandra  (I mean lots of rows). For example what if I have a row with 10 columns each has 10 bytes value and 10 bytes name. Do I

Re: Column name size

2011-02-11 Thread Chris Burroughs
On 02/11/2011 05:06 AM, Patrik Modesto wrote: Hi all! I'm thinking if size of a column name could matter for a large dataset in Cassandra (I mean lots of rows). For example what if I have a row with 10 columns each has 10 bytes value and 10 bytes name. Do I have half the row size just of