Documentation bug at: current/sql-vacuum.html, Notes

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Documentation bug at: current/sql-vacuum.html, Notes
Дата
Msg-id 292046F0-7FA9-4AAE-A632-79EAD3D1280F@thebuild.com
обсуждение исходный текст
Ответы Re: Documentation bug at: current/sql-vacuum.html, Notes  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-bugs
Isn't this backwards?

> If index cleanup is not performed regularly, performance may suffer, because as the table is modified indexes will
accumulatedead tuples and the table itself will accumulate dead line pointers that cannot be removed until index
cleanupis completed. 

Indexes have line pointers, tables have tuples, so it should read:

> If index cleanup is not performed regularly, performance may suffer, because as the table is modified indexes will
accumulatedead line pointers and the table itself will accumulate dead tuples that cannot be removed until index
cleanupis completed. 


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #18036: Query planner chooses sub-optimal query path given enough IN tuples.
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: Documentation bug at: current/sql-vacuum.html, Notes