Re: Upgrading to Solaris 9

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Upgrading to Solaris 9
Дата
Msg-id Pine.LNX.4.33.0311111347070.29410-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Upgrading to Solaris 9  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: Upgrading to Solaris 9
Список pgsql-admin
On Tue, 11 Nov 2003, Gaetano Mendola wrote:

> Danielle Cossette wrote:
>
> > Good morning,
> >
> > Could you please let me know if Postgres 7.1.3 will run on Solaris 9.
> > If it does, are you aware of any issues.
>
> Seems that solaris is the worst choice for run Postgres.
>
> Am I completely wrong ?

I thought .org and .info were being run on postgresql/solaris?

As another poster pointed out, the Solaris version was building with no
optimzation, and it was kinda figured to be in the sysadmin's realm to fix
that at build time.

You're likely using Solaris' qsort, which was slow in the olden days but I
thought it had been sped up recently.  If it's been fixed, no worries, as
I'm pretty sure Solaris 9 has a qsort that sorts fast with many identical
keys.

Either way, upgrading to 7.3.4 or 7.4RC2 (for testing, in a couple weeks
release...) should provide a very noticable speed increase over 7.1 due
to many improvements made since that version.

The upgrade to 7.4 might be easier than the upgrade to 7.3 followed by
7.4, as 7.4's pg_dump and pd_dumpall are version aware and can dump a live
7.1.3 database.  So, if you wanna try it, just build a test server and:

pgsql7.4rc2: pg_dumpall -h production_machine_running_7.1.3 |psql -h testbox_running_7.4.rc2

and see what happens.


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

Предыдущее
От: Mauri Sahlberg
Дата:
Сообщение: Re: ER diagram tool for PostgresSQL7.3
Следующее
От: "Colm De Barra"
Дата:
Сообщение: backup restore