Re: Mystery SELECT * query

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Mystery SELECT * query
Дата
Msg-id 1386633462.75161.YahooMailNeo@web162904.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на Mystery SELECT * query  (Andrew Puschak <apuschak@gmail.com>)
Ответы Re: Mystery SELECT * query
Список pgsql-novice
Andrew Puschak <apuschak@gmail.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


В списке pgsql-novice по дате отправления:

Предыдущее
От: Andrew Puschak
Дата:
Сообщение: Mystery SELECT * query
Следующее
От: Andrew Puschak
Дата:
Сообщение: Re: Mystery SELECT * query