Re: BytesType and UTF8Type

2015-01-26 Thread Sylvain Lebresne
On Fri, Jan 23, 2015 at 5:28 PM, Ken Hancock ken.hanc...@schange.com wrote: I have some thrift column families that were created with BytesType. All the data written to the keys/columns/values were simple string. In cassandra-cli, I can correct these to UTF8Type (I believe both UTF8Type

BytesType vs. UTF8Type

2011-06-22 Thread Jeesoo Shin
BytesType vs. UTF8Type. which is better in performance? I assume Bytes be faster in compare.. but how much faster is it? For large large large data set, will it have significant different? I love to use UTF8 and be able to read value from cli. :-) *IF* it doesn't degrade performance too much

Re: BytesType vs. UTF8Type

2011-06-22 Thread Sylvain Lebresne
On Wed, Jun 22, 2011 at 11:19 AM, Jeesoo Shin bsh...@gmail.com wrote: BytesType vs. UTF8Type. which is better in performance? I assume Bytes be faster in compare.. but how much faster is it? They don't differ at all as far as comparison is involved. They actually use the exact same function

Re: BytesType vs. UTF8Type

2011-06-22 Thread Jeesoo Shin
Thank you!! This helped me a lot! On Wed, Jun 22, 2011 at 7:34 PM, Sylvain Lebresne sylv...@datastax.comwrote: On Wed, Jun 22, 2011 at 11:19 AM, Jeesoo Shin bsh...@gmail.com wrote: BytesType vs. UTF8Type. which is better in performance? I assume Bytes be faster in compare.. but how much