File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Tue Jan 30 22:07:21 EST 2007
5
+ Last updated: Tue Jan 30 22:17:43 EST 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -909,6 +909,13 @@ Indexes
909
909
910
910
This is difficult because it requires datatype-specific knowledge.
911
911
912
+ * Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
913
+
914
+ This is difficult because you must upgrade to an exclusive table lock
915
+ to replace the existing index file. CREATE INDEX CONCURRENTLY does not
916
+ have this complication. This would allow index compaction without
917
+ downtime.
918
+
912
919
913
920
* Inheritance
914
921
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Tue Jan 30 22:07:21 EST 2007
11
+ Last updated: Tue Jan 30 22:17:43 EST 2007
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -820,6 +820,12 @@ <h1><a name="section_12">Indexes</a></h1>
820
820
</ li > < li > Consider compressing indexes by storing key values duplicated in
821
821
several rows as a single index entry
822
822
< p > This is difficult because it requires datatype-specific knowledge.
823
+ </ p >
824
+ </ li > < li > Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
825
+ < p > This is difficult because you must upgrade to an exclusive table lock
826
+ to replace the existing index file. CREATE INDEX CONCURRENTLY does not
827
+ have this complication. This would allow index compaction without
828
+ downtime.
823
829
</ p >
824
830
</ li > < li > Inheritance
825
831
< ul >
You can’t perform that action at this time.
0 commit comments