Re: Some frustrations with admin tasks on PGSQL database

From: "Phoenix Kiula" <phoenix(dot)kiula(at)gmail(dot)com>
To: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, "Phoenix Kiula" <phoenix(dot)kiula(at)gmail(dot)com>, "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Some frustrations with admin tasks on PGSQL database
Date: 2007-08-17 13:50:42
Message-ID: e373d31e0708170650s6e19528dp9f9d08dd0d4a595d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 17/08/07, Martijn van Oosterhout <kleptog(at)svana(dot)org> wrote:
> On Fri, Aug 17, 2007 at 07:49:08PM +0800, Phoenix Kiula wrote:
> > However, I am a little frustrated by the amount of time PGSQL takes to
> > complete tasks. Just to accommodate these tasks, my conf file has the
> > following:
> >
> > autovacuum = off
> > wal_buffers=64
> > checkpoint_segments=1000
> > checkpoint_timeout=900
> > fsync = off
> > maintenance_work_mem = 128MB
>
> I note you did not give either the shared_buffers setting or the
> work_mem setting, both of which would have a major impact on your
> problem.

Oh, sorry, here are the rest of them:

max_connections = 250
shared_buffers = 60000
effective_cache_size = 60000
work_mem = 60000
max_fsm_relations = 1500
max_fsm_pages = 80000
sort_mem = 16348
temp_buffers = 4096
authentication_timeout = 10s
ssl = off

Are these too low?

>
> How big is the actual table itself (in bytes).
>

Where should I find this?

I tried "/usr/lib/pgsql/data" and "/var/lib/pgsql/data" but there is
no folder that seems to show the data files.

TIA!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Naz Gassiep 2007-08-17 13:51:52 Accessing pg_timezone_names system view
Previous Message Tom Lane 2007-08-17 13:46:18 Re: Vacuum problem