Re: Are indexes blown?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Are indexes blown?
Дата
Msg-id 20080218162036.GD977@crankycanuck.ca
обсуждение исходный текст
Ответ на Re: Are indexes blown?  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
Список pgsql-general
On Sat, Feb 16, 2008 at 12:38:04PM +0800, Phoenix Kiula wrote:

> My hosting provider tells me that the Postgresql server is taking up a
> lot of memory but I've been running the same db with the same config
> for over 2 years. Yes we have been growing but what happened in the
> last 3 days to warrant a sudden spike in memory consumption??!!

Maybe your database has just grown big enough that it no longer all fits in
memory, and your disk hardware is flakey?  Or maybe the disk is flakey?  Or
maybe the data itself is now different enough that the planner is changing
what it's doing?  There are lots of explanations.

But I have to agree with someone upthread: you have to stop the crashes and
clean the system up before you try to debug this stuff.  Your problem is
likely there.

A

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

Предыдущее
От: "Christopher Browne"
Дата:
Сообщение: Re: the feasibility of sending email from stored procedure in Postgres
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Are indexes blown?