Re: Is Linux 2.6.5 kernel good enough for production?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Is Linux 2.6.5 kernel good enough for production?
Дата
Msg-id 40A8F1A0.1030001@archonet.com
обсуждение исходный текст
Ответ на Re: Is Linux 2.6.5 kernel good enough for production?  (Dirk Försterling <r@zorbla.de>)
Ответы Re: Is Linux 2.6.5 kernel good enough for production?  (Greg Stark <gsstark@mit.edu>)
Список pgsql-general
Dirk Försterling wrote:
> There were some dumb queries with timestamps, performing much slower
> with Linux-2.6.5 compared to Linux-2.4.25:
>
> The queries used something like this (ts is a TIMESTAMP):
>     ... AND ts LIKE '2003-04-%'

I'm guessing an index isn't being used because your LANG is
something-UTF-8 and that got picked up when you recreated your database.
   Try recreating the database with the C locale and see if that does it.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Ben
Дата:
Сообщение: Re: will I need nested transactions ?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: dbmirror