|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Jan 17 22:15:15 EST 2001 |
| 3 | +Last updated:Wed Jan 17 22:15:46 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
290 | 290 | * Gather more accurate dispersion statistics using indexes
|
291 | 291 | * Improve statistics storage in pg_class [performance]
|
292 | 292 | * VACUUM
|
293 |
| -* Improve speed with indexes (perhapscreate new index instead) [vacuum] |
| 293 | +* Improve speed with indexes (perhapsrecreate index instead) [vacuum] |
294 | 294 | * Reduce lock time by moving tuples with read lock, then write
|
295 | 295 | lock and truncate table [vacuum]
|
296 | 296 | * -Redesign ANALYZE in VACUUM so it can be run separately without locks
|
|