| From: | Josh Berkus <josh(at)agliodbs(dot)com> |
|---|---|
| To: | Alex Turner <armtuk(at)gmail(dot)com> |
| Cc: | Bill Chandler <billybobc1210(at)yahoo(dot)com>, pgsql-perform <pgsql-performance(at)postgresql(dot)org> |
| Subject: | Re: Index bloat problem? |
| Date: | 2005-04-21 17:50:29 |
| Message-ID: | 200504211050.29365.josh@agliodbs.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Browne | 2005-04-21 17:51:18 | Re: How can an index be larger than a table |
| Previous Message | Chris Browne | 2005-04-21 17:47:24 | Re: Index bloat problem? |