Re: select query takes 13 seconds to run with index

From: Justin <justin(at)emproshunts(dot)com>
To: Gregory Williamson <Gregory(dot)Williamson(at)digitalglobe(dot)com>
Cc: mark <markkicks(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: select query takes 13 seconds to run with index
Date: 2008-05-27 00:13:54
Message-ID: 483B5242.7080703@emproshunts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-performance


>
> >
> > How many users are attached to the server at any given time. how
> many inserts, deletes
> > selects are being done on the server. Its number TPS on the server.
>
> On Windoze I don't know; on *NIX variants the utility "top" can show
> useful information on load and active processes; iostat or vmstat can
> give detailed looks over time (use period of between 1 and 5 seconds
> maybe and discard the first row as nonsense); they show disk i/o and
> context switching, etc.
>
> HTH,
>
> Greg Williamson
> Senior DBA
> DigitalGlobe
>
>
There are several tools to do this process explorer which has to be down
loaded, and performance monitor. The problem with performance monitor
is posgresql keeps spawning new exe which makes reading the result real
a pain.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-05-27 00:36:10 Re: select query takes 13 seconds to run with index
Previous Message David Wilson 2008-05-27 00:09:30 Re: select query takes 13 seconds to run with index

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2008-05-27 00:36:10 Re: select query takes 13 seconds to run with index
Previous Message David Wilson 2008-05-27 00:09:30 Re: select query takes 13 seconds to run with index