Re: Duplicate rows during pg_dump

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Duplicate rows during pg_dump
Дата
Msg-id 562D79DF.9070905@BlueTreble.com
обсуждение исходный текст
Ответ на Re: Duplicate rows during pg_dump  (Marc Mamin <M.Mamin@intershop.de>)
Ответы Re: Duplicate rows during pg_dump
Re: Duplicate rows during pg_dump
Список pgsql-general
On 10/24/15 3:15 PM, Marc Mamin wrote:
>>> Any suggestions for what to look for next? Is it table corruption?
> Most likely is the index corrupt, not the table.
> You should check for further duplicates, fix them and as Adrian writes,
> build a new index an then drop the corrupt one.
>
> I've seen this a few times before, and if I recall well it was always after some plate got full.
> Is AWS getting out of space:)

You should report this to the RDS team, because an out of space
condition shouldn't leave multiple values in the index. I suspect
they've made a modification somewhere that is causing this. It could be
a base Postgres bug, but I'd think we'd have caught such a bug by now...
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com


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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: partial JOIN (was: ID column naming convention)
Следующее
От: David Blomstrom
Дата:
Сообщение: Re: Recursive Arrays 101