Re: postgresql basic info

Поиск
Список
Период
Сортировка
От Craig James
Тема Re: postgresql basic info
Дата
Msg-id 4C4F42C6.3060402@emolecules.com
обсуждение исходный текст
Ответ на postgresql basic info  (Lazarin Toni <Toni.Lazarin@kapsch.net>)
Список pgsql-admin
On 7/27/10 3:37 AM, Lazarin Toni wrote:
> I am Oracle DBA and i will be maybe work on a project where postgresql
> database will be used.
>
> So i would be greatful if you could please advise me on the folowing :
>
> · Estimated time for postgresql latest RDBMS software instalation and
> configuration (does it takes longer on windows or on linux)

Most of your time will be spent wondering what you've overlooked, thinking it couldn't possibly be that simple.

Seriously, if you know Linux or BSD admin, you can download it from source, compile and have a working database in
about30 minutes.  If your distro has Postgres, then your installation time is zero. 

You'll spend some time tuning your configuration file for your particular needs.  The postgres-performance mailing is a
goodplace to ask this question. 

The most important considerations are common to both Postgres and Oracle.  That is, what kind of hardware do you have,
andis it sufficient to your workload?  CPUs, disks, memory, RAID config, and so on.  That's also a question for the
postgres-performancemailing list. 

> · Are there any prefered OS, like windows or linux etc ... ?

BSD or Linux.  Windows is considered a second-tier platform for Postgres.

> · Estimated time for import of 50gb of data from older postgres to the
> newly instaled postgres?

Depends a lot on your hardware, and also on the nature of the data (lots of indexes will add time).  It also depends
howyou do it.  pg_dump/pg_restore are pretty fast.  This would probably take a few hours on a reasonable mid-sized
server,for example, with an 8-disk RAID 10 array with a battery-backed RAID controller. 

Craig

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

Предыдущее
От: Lazarin Toni
Дата:
Сообщение: postgresql basic info
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: postgresql basic info