From: | "Dave Dutcher" <dave(at)tridecap(dot)com> |
---|---|
To: | "'Nuno Alves'" <nuno(dot)alexandre(dot)alves(at)gmail(dot)com>, <pgsql-performance(at)postgresql(dot)org> |
Subject: | Re: running benchmark test on a 50GB database |
Date: | 2006-09-20 15:43:45 |
Message-ID: | 022401c6dccb$914248f0$8300a8c0@tridecap.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
I would start by reading this web page:
http://powerpostgresql.com/PerfList
There are probably some other web pages out there with similar information,
or you can check the mailing list archives for a lot of info. If those
places don't help, then you should try to indentify what queries are slow,
post an EXPLAIN ANALYZE of the slow queries along with the relvent schema
info (i.e. table definitions and indexes).
> -----Original Message-----
> From: pgsql-performance-owner(at)postgresql(dot)org
> [mailto:pgsql-performance-owner(at)postgresql(dot)org] On Behalf Of
> Nuno Alves
> Sent: Wednesday, September 20, 2006 10:28 AM
> To: pgsql-performance(at)postgresql(dot)org
> Subject: [PERFORM] running benchmark test on a 50GB database
>
>
> Hi,
>
> I am running bechmark test in a 50 GB postgresql database.
> I have the postgresql.conf with all parameters by default.
> In this configuration the database is very, very slow.
>
> Could you please tell which is the best configuration?
>
> My system:
> Pentium D 3.0Ghz
> RAM: 1GB
> HD: 150GB SATA
>
> Thanks in advance,
> Nuno
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Mair | 2006-09-20 15:47:41 | Re: running benchmark test on a 50GB database |
Previous Message | Nuno Alves | 2006-09-20 15:28:08 | running benchmark test on a 50GB database |