>
> * Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
>
> This is difficult because you must upgrade to an exclusive table lock
> to replace the existing index file. CREATE INDEX CONCURRENTLY does not
> have this complication. This would allow index compaction without
> downtime.
PostgreSQL TODO List
====================
-Last updated: Tue Jan 30 22:07:21 EST 2007
+Last updated: Tue Jan 30 22:17:43 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
This is difficult because it requires datatype-specific knowledge.
+* Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
+
+ This is difficult because you must upgrade to an exclusive table lock
+ to replace the existing index file. CREATE INDEX CONCURRENTLY does not
+ have this complication. This would allow index compaction without
+ downtime.
+
* Inheritance
-Last updated: Tue Jan 30 22:07:21 EST 2007
+Last updated: Tue Jan 30 22:17:43 EST 2007
The most recent version of this document can be viewed at
Consider compressing indexes by storing key values duplicated in
several rows as a single index entry
This is difficult because it requires datatype-specific knowledge.
+
+
Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
+
This is difficult because you must upgrade to an exclusive table lock
+ to replace the existing index file. CREATE INDEX CONCURRENTLY does not
+ have this complication. This would allow index compaction without
+ downtime.
Inheritance