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 wrote: > On Wed, Jun 22, 2011 at 11:19 AM, Jeesoo Shin wrote: > > BytesType vs. UTF8Type. which is better in performance? > > I assume Bytes be faster in compare.. but how much faster is it?

Re: BytesType vs. UTF8Type

2011-06-22 Thread Sylvain Lebresne
On Wed, Jun 22, 2011 at 11:19 AM, Jeesoo Shin 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 to do

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