From: | Amir Becher <abecher(at)yahoo(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Error Using CLUSTER |
Date: | 2005-06-13 16:44:30 |
Message-ID: | 20050613164430.12977.qmail@web51406.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I started using CLUSTER a few weeks ago and it worked
(no errors) and the performance of the database
improved. However, When I ran CLUSTER again, I got the
following error:
ERROR: cannot create pg_temp_2558977013: File exists
Here is more information that may or may not be
relevant:
1. I am running PostgreSQL 7.3.1.
2. The table has a little more than 16 million records
3. I am pretty sure I am not running out of disk
space: The size of the partition is 126 gigabytes and
only 28 gigabytes are used.
4. The table has 5 columns: (int, date, date, float
date)
5. There is one index on the table: (int, date, date).
Is my database corrupt? Will CLUSTER corrupt my tables
if it doesn't finish successfully?
Thanks.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Hortschitz, Stefan | 2005-06-13 19:58:37 | failed insert into serial-type row |
Previous Message | Amrit Angsusingh | 2005-06-13 15:27:33 | Re: Blob error after backup and restore |