Search Postgresql Archives

Re: Index creation takes more time?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Herouth Maoz" <herouth@xxxxxxxxxxxxx> writes:
> So, I must, at this point, draw the conclusion that string comparison is a much, much heavier task in utf-8 than it is in an 8-bit encoding - or that the collation is the problem.

Going from "C" collation to anything else is generally a huge hit in
terms of string comparison/sorting performance.  Do you really need
locale-aware sorting, or just enforcement of utf8 encoding?  Because you
can use "C" locale with any encoding.

			regards, tom lane


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux