File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
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 17:50:14 EST 2007
5
+ Last updated: Tue Jan 30 22:07:21 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.
@@ -1033,7 +1033,8 @@ Vacuum
1033
1033
* Improve speed with indexes
1034
1034
1035
1035
For large table adjustments during VACUUM FULL, it is faster to
1036
- reindex rather than update the index.
1036
+ reindex rather than update the index. Also, index updates can
1037
+ bloat the index.
1037
1038
1038
1039
* Reduce lock time during VACUUM FULL by moving tuples with read lock,
1039
1040
then write lock and truncate table
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 17:50:14 EST 2007
11
+ Last updated: Tue Jan 30 22:07:21 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 > .
@@ -929,7 +929,8 @@ <h1><a name="section_15">Vacuum</a></h1>
929
929
< ul >
930
930
< li > Improve speed with indexes
931
931
< p > For large table adjustments during VACUUM FULL, it is faster to
932
- reindex rather than update the index.
932
+ reindex rather than update the index. Also, index updates can
933
+ bloat the index.
933
934
</ p >
934
935
</ li > < li > Reduce lock time during VACUUM FULL by moving tuples with read lock,
935
936
then write lock and truncate table
You can’t perform that action at this time.
0 commit comments