Re: SELECT INTO large FKyed table is slow

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: SELECT INTO large FKyed table is slow
Дата
Msg-id 4CF794560200002500038145@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: SELECT INTO large FKyed table is slow  (Mario Splivalo <mario.splivalo@megafon.hr>)
Список pgsql-performance
Mario Splivalo <mario.splivalo@megafon.hr> wrote:

> It is OT, but, could you please shead just some light on that?
> Part of my next project is to test performance of pg9 on both
> windows and linux systems so I'd appreciate any data/info you both
> may have.

I don't know how much was the filesystem, but with both tuned to the
best of our ability Linux on xfs ran much faster than Windows on
NTFS.  The lack of atomic operations and a lockfile utility on
Windows/NTFS was something of a handicap.  I have found Linux to be
much more reliable and (once I got my bash scripting knowledge of
common Linux utilities to a certain level), much easier to
administer.  Getting my head around xargs was, I think, the tipping
point.  ;-)

-Kevin

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

Предыдущее
От: Mario Splivalo
Дата:
Сообщение: Re: SELECT INTO large FKyed table is slow
Следующее
От: Piotr Czekalski
Дата:
Сообщение: Multicore Postgres 9.0.1 issue - single transaction problem.