Re: What's a good default encoding?

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Vivek Khera <vivek(at)khera(dot)org>, pgsql-general General <pgsql-general(at)postgresql(dot)org>, Magnus Hagander <mha(at)sollentuna(dot)net>
Subject: Re: What's a good default encoding?
Date: 2006-03-21 14:11:34
Message-ID: 20060321141134.GC11045@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Mar 21, 2006 at 08:54:36AM -0500, Merlin Moncure wrote:
> Is there any downside to using the C locale with UTF-8 encoding (on
> linux)? I need things to run quickly and proper sort order is not
> critically important (but storage of international characters is).

Sure, why not. C locale is the fastest and if the sort order is close
enough, go for it.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Terry Lee Tucker 2006-03-21 14:11:50 Re: Order of Update - Second Try
Previous Message Merlin Moncure 2006-03-21 13:54:36 Re: What's a good default encoding?