forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3030f18
committed
Add URL for:
* Improve speed with indexes For large table adjustments during VACUUM FULL, it is faster to cluster or reindex rather than update the index. Also, index updates can bloat the index.>http://archives.postgresql.org/pgsql-hackers/2007-08/msg00307.php1 parentab2ff36 commit3030f18
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
1283 | 1283 |
| |
1284 | 1284 |
| |
1285 | 1285 |
| |
| 1286 | + | |
1286 | 1287 |
| |
1287 | 1288 |
| |
1288 | 1289 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1121 | 1121 |
| |
1122 | 1122 |
| |
1123 | 1123 |
| |
| 1124 | + | |
1124 | 1125 |
| |
1125 | 1126 |
| |
1126 | 1127 |
| |
|
0 commit comments
Comments
(0)