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?
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. 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