Re: Windows query weird result

Поиск
Список
Период
Сортировка
От Igor Neyman
Тема Re: Windows query weird result
Дата
Msg-id A76B25F2823E954C9E45E32FA49D70EC13C6FFCB@mail.corp.perceptron.com
обсуждение исходный текст
Ответ на Re: Windows query weird result  (Igor Neyman <ineyman@perceptron.com>)
Ответы Re: Windows query weird result
Список pgsql-general

> -----Original Message-----
> From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-
> owner@postgresql.org] On Behalf Of Igor Neyman
> Sent: Tuesday, April 30, 2013 9:30 AM
> To: Lutz Fischer; pgsql-general@postgresql.org
> Cc: Aaron Abreu
> Subject: Re: [GENERAL] Windows query weird result
>
> > >
> >
> > Seems like REINDEX INDEX rescored; did the trick.
> > Any idea how to find out whether a index is corrupted?
> >
> > --
> > Lutz Fischer
> > lfischer@staffmail.ed.ac.uk
> > +44 131 6517057
> >
> >
> > The University of Edinburgh is a charitable body, registered in
> > Scotland, with registration number SC005336.
>
> The only way I know is to execute SELECT on the table that will cause
> full index scan.
>
> Regards,
> Igor Neyman
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To
> make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

As a side not, one more thing.
Since you mentioned that corruption happened in Windows environment,
I'd suggest that Postgres data directory should be excluded from being scanned by whatever anti-virus software you have
runningon that system (I suspect there is one).  Scanning PG data directory by anti-virus software could reduce
performanceand also in "severe" cases - corruption. 

Regards,
Igor Neyman


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

Предыдущее
От: Igor Neyman
Дата:
Сообщение: Re: Windows query weird result
Следующее
От: "Gauthier, Dave"
Дата:
Сообщение: case not sensitive to null condition ?