Re: poor performance of db?

From: Chris Mair <list(at)1006(dot)org>
To: SpaceBallOne <space_ball_one(at)hotmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: poor performance of db?
Date: 2005-01-24 10:38:47
Message-ID: 1106563126.7157.51.camel@dell
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> I then re-wrote the page to use a single select query to call all the
> information needed by PHP to draw the screen. That managed to shave it
> down to 3.5 seconds... but this so far is as fast as I can get the
> page to load. Have tried vacuuming and creating indexes but to no
> avail. (increasing shared mem buffers yet to be done)

If you call this select statement directly from psql instead of through
the PHP thing, does timing change?

(just to make sure, time is actually spent in the query and not
somewhere else)

PS: use \timing in psql to see timing information

Bye, Chris.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2005-01-24 14:01:49 Re: How to boost performance of ilike queries ?
Previous Message Russell Smith 2005-01-24 09:58:54 Re: How to boost performance of ilike queries ?