|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Oct 1213:33:14 EDT 2000 |
| 3 | +Last updated:Thu Oct 1214:59:00 EDT 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
257 | 257 | * Gather more accurate dispersion statistics using indexes
|
258 | 258 | * Improve statistics storage in pg_class [performance]
|
259 | 259 | * Improve VACUUM speed with indexes [vacuum]
|
| 260 | +* Reduce VACUUM lock time by moving tuples with read lock, then write |
| 261 | + lock and truncate table [vacuum] |
260 | 262 | * -BSD/OS does not support locale because there is no LC_MESSAGES (Bruce)
|
261 | 263 | * Add connection pooling [pool]
|
262 | 264 |
|
|