From: | Brendan Duddridge <brendan(at)clickspace(dot)com> |
---|---|
To: | PostgreSQL-general General <pgsql-general(at)postgresql(dot)org> |
Subject: | page is uninitialized? |
Date: | 2006-04-19 08:16:03 |
Message-ID: | 0ECA8658-AE4C-4DDC-956E-3A36DE351906@clickspace.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I was doing a vacuum analyze verbose on my database today and I
noticed the following message printed out:
WARNING: relation "category_product" page 128979 is uninitialized
--- fixing
WARNING: relation "category_product" page 128980 is uninitialized
--- fixing
WARNING: relation "category_product" page 128981 is uninitialized
--- fixing
WARNING: relation "category_product" page 128982 is uninitialized
--- fixing
Could that be due to updates occurring at the same time as vacuuming?
There was a heavy process running
at the time that was updating the category_product table.
Thanks,
____________________________________________________________________
Brendan Duddridge | CTO | 403-277-5591 x24 | brendan(at)clickspace(dot)com
ClickSpace Interactive Inc.
Suite L100, 239 - 10th Ave. SE
Calgary, AB T2G 0V9
From | Date | Subject | |
---|---|---|---|
Next Message | Brendan Duddridge | 2006-04-19 08:23:17 | Re: page is uninitialized? |
Previous Message | Achilleus Mantzios | 2006-04-19 08:03:34 | Re: Thoughts on a Isolation/Security problem |