| From: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
|---|---|
| To: | Hornyak Laszlo <kocka(at)tigrasoft(dot)hu> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: postgres 6.2 vacuum |
| Date: | 2003-09-22 16:16:19 |
| Message-ID: | 20030922091548.P3494@megazone.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin pgsql-hackers |
On Mon, 22 Sep 2003, Hornyak Laszlo wrote:
> Hi all!
>
> We have a database on postgreSQL 6.2 and it is extremely slow, so we
> started vacuum on it. I know it locks the tables, so clients can not use
> it until the process is finished, but it is extremely slow on a 1.800.000
> record table and we don't know how to make it faster. Can anybody help me?
>
> It seems it is writing an index file, but it grows very slowly.
You might be better off dropping indexes, vacuuming and then recreating
the indexes.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jouneau Luc | 2003-09-22 16:20:50 | Re: libpq problem |
| Previous Message | Kris Kiger | 2003-09-22 16:14:55 | libpq problem |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-09-22 16:16:59 | Re: missing pg_clog files ? |
| Previous Message | Hornyak Laszlo | 2003-09-22 16:07:01 | postgres 6.2 vacuum |