Re: Maximum Performance

From: Luis Amigo <lamigo(at)atc(dot)unican(dot)es>
To: Jean Huveneers <j(dot)huveneers(at)farcourier(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Maximum Performance
Date: 2002-01-24 08:27:09
Message-ID: 3C4FC55D.B740586B@atc.unican.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jean Huveneers wrote:

> Hi,
>
> Within an couple of weeks we will start using PostgreSQL on Mandrake 8.1
> in real business (we have been testing, for over a half year).
>
> In future we will have some tables with 100.000+ records an the system
> has te work very fast.
>
> I know that speed of querries depend much on the amount of availible RAM
> to PostgreSQL, the server will only run the databases. What amount is
> RAM is usefull (I meen, does Postgres use the RAM, if availible, up to 2
> GB)?
>
> I'm can chose for a Dual Athlon MP on a Tyan Thunder K7 motherbord, but
> does PostgreSQL use the 2 processors?
>
> Regards,
>
> Jean Huveneers
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

On my own experience I will tell you that if you're able to force postgres
to keep all database in memory it will be very fast, so memory only depends
on your
database size.
Each backend may run on a different processor, so the more processors u
have the more backends u can run at once
hope it helps

Attachment Content-Type Size
lamigo.vcf text/x-vcard 290 bytes

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Manuel Trujillo 2002-01-24 09:00:26 Re: Maximum Performance
Previous Message Jean Huveneers 2002-01-24 08:02:34 Maximum Performance