Re: When to REINDEX a serial key?

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: When to REINDEX a serial key?
Дата
Msg-id CAApHDvq9e0-EuR9955CXbXCu8mNa8cuEyRRXLCJLfZKrtyHf6Q@mail.gmail.com
обсуждение исходный текст
Ответ на When to REINDEX a serial key?  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: When to REINDEX a serial key?  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general
On Tue, 6 Jul 2021 at 21:35, Ron <ronljohnsonjr@gmail.com> wrote:
> The legacy RDBMS which I used to manage has a tool for analyzing (not in the Postgresql meaning of the word) an
index,and displaying a histogram of how many layers deep various parts of an index are.  Using that histogram, you can
tellwhether or not an index needs to be rebuilt. 
>
> How does one get the same effect in Postgresql?

There are a few suggestions in
https://wiki.postgresql.org/wiki/Show_database_bloat

David



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

Предыдущее
От: Ron
Дата:
Сообщение: When to REINDEX a serial key?
Следующее
От: Sudheer H R
Дата:
Сообщение: Question about how to handle numeric (decimal) data types while using libpq