Re: Is my database now too big?

Поиск
Список
Период
Сортировка
От Darren Reed
Тема Re: Is my database now too big?
Дата
Msg-id 1191744007.14918.1214548241@webmail.messagingengine.com
обсуждение исходный текст
Ответ на Re: Is my database now too big?  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Is my database now too big?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-admin
On Sat, 06 Oct 2007 23:05:23 -0700, "Joshua D. Drake"
<jd@commandprompt.com> said:
> Darren Reed wrote:
> > I'm starting to wonder if my database has finally grown too big for my
> > computer.
> >
> > But, rather than peform badly, I see a number of "bad things" happen:
> >
> > * pg_dump fails to run, causing an "out of memory" error (I don't
> > understand
> >   why this happens, but it does);
> >
> > * restarting postgres across a reboot results in tables disappearing
> >   without any error messages being given out (this is *really
> >   disturbing*.)
>
> Are you vacuuming?

No.  I'm just using the standard config

If you're implying I should?

The problems I've come across have become evident with as little work as
this:
- run "initdb"
- start postgres
- run "psql" to import the dumped data
- run for a short period of time (less than an hour)
- shutdown postgres
- reboot
- postgres starts
- the large tables are now missing

With the above, I wouldn't have thought there is enough time to do
vacuums,
which seem to take quite a while on large tables.  The activity is a
mixture
of inserts and updates (from triggers and plsql functions.)

Darren

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Is my database now too big?
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Is my database now too big?