Re: Index bloat problem?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Index bloat problem?
Дата
Msg-id 200504211050.29365.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Index bloat problem?  (Alex Turner <armtuk@gmail.com>)
Список pgsql-performance
Alex,

> REINDEX DATABASE blah
>
> supposed to rebuild all indices in the database, or must you specify
> each table individualy? (I'm asking because I just tried it and it
> only did system tables)

"DATABASE

 Recreate all system indexes of a specified database. Indexes on user tables
are not processed. Also, indexes on shared system catalogs are skipped except
in stand-alone mode (see below). "

http://www.postgresql.org/docs/8.0/static/sql-reindex.html

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Alex Turner
Дата:
Сообщение: Re: Index bloat problem?
Следующее
От: Chris Browne
Дата:
Сообщение: Re: How can an index be larger than a table