Re: Mystery SELECT * query

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Andrew Puschak <apuschak(at)gmail(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Mystery SELECT * query
Date: 2013-12-09 23:57:42
Message-ID: 1386633462.75161.YahooMailNeo@web162904.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Andrew Puschak <apuschak(at)gmail(dot)com> wrote:

> I've inherited a web service on a Windows server that connects to
> a Postgres database. There is a "SELECT * FROM" query below that
> runs a long time and appears to happen whenever there is a web
> service update. I'd like to eliminate or limit it but I have to
> find it first.

The first thing I would look at is whether the software stack on
your web server includes some sort of table cache which is being
invalidated by each update.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Puschak 2013-12-10 00:08:27 Re: Mystery SELECT * query
Previous Message Andrew Puschak 2013-12-09 21:07:16 Mystery SELECT * query