Re: Postgres 8.x on Windows Server in production

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Postgres 8.x on Windows Server in production
Дата
Msg-id 49DF8ACD.6070005@agliodbs.com
обсуждение исходный текст
Ответ на Postgres 8.x on Windows Server in production  (Ognjen Blagojevic <ognjen@etf.bg.ac.yu>)
Ответы Re: Postgres 8.x on Windows Server in production  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Список pgsql-performance
Ognjen,

> What are your experiences with Postgres 8.x in production use on Windows
> Server 2003/2008? Are there any limitations, trade-offs or quirks?

First of all, you need to know that the first *two* digits of a
PostgreSQL version are major version numbers.  So 8.3 is not the same
Postgres which 8.1 is.

Here's the top level summary:

PostgreSQL on Windows, compared to Linux, in general:
    -- is a bit slower
    -- is not as reliable, because the underlying FS and OS are not as
reliable*
    -- some of the tools for Postgres which are available on Linux do not
work on Windows (especially performance tools)
    -- is less secure, because the OS is less secure

Yet 1000's of users are running PostgreSQL on Windows in production.  It
really depends on what kind of application you're running, and what its
demands are.  For a CMS or a contact manager or a personnel directory?
No problem.  For a central payroll system for 18,000 employees?    I'd
use Linux.

--
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Using IOZone to simulate DB access patterns
Следующее
От: Scott Carey
Дата:
Сообщение: Re: Using IOZone to simulate DB access patterns