From: | Andrew Sukow <creoe(at)shaw(dot)ca> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Index Issues & ReIndex |
Date: | 2004-08-13 23:02:21 |
Message-ID: | 2a1a6e92a1e895.2a1e8952a1a6e9@shaw.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Greetings,
We're running a system with tables that range from 300,000 to 60 Million records. Our indexes seem to be having issues. Let me please describe the symptoms.
1. Big Int Indexes point to the wrong result
2. Duplicate quries run minutes apart return different result sets but then stablize to one result.
3. Vacuum verbose shows nothing and fixes nothing (haven't done vacuum full cause the tables can be huge around 60 Million records)
4. Analyze fixes nothing
5. REINDEX fixes the issue sometimes and removes the specific result we were looking for others. IE: Makes the issue go away OR deletes the row.
6. REINDEX fix lasts until we insert more rows at which time the error will show up again.
7. ONLY Indexes are affected.
8. Running version Postgres 7.4.3, 300 gigs of storage space outstanding
Thanks for any input on what you think the issue may be,
Andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Verite | 2004-08-13 23:13:46 | Re: Autoincremental value |
Previous Message | Gaetano Mendola | 2004-08-13 23:00:05 | Re: psql wishlist: value completion |