mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 18:25:17 -05:00
Add idea on auto-cluster:
< automatically access the heap data too. > automatically access the heap data too. A third idea would be to > store heap rows in hashed groups.
This commit is contained in:
parent
f4127feacf
commit
aafbf33d96
1 changed files with 3 additions and 2 deletions
5
doc/TODO
5
doc/TODO
|
|
@ -5,7 +5,7 @@ TODO list for PostgreSQL
|
|||
Bracketed items "[]" have more detail.
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
Last updated: Tue Nov 2 09:49:20 EST 2004
|
||||
Last updated: Wed Nov 3 14:27:54 EST 2004
|
||||
|
||||
The most recent version of this document can be viewed at the PostgreSQL web
|
||||
site, http://www.PostgreSQL.org.
|
||||
|
|
@ -380,7 +380,8 @@ Commands
|
|||
during periods of low usage. It might also require tables to be only
|
||||
paritally filled for easier reorganization. Another idea would
|
||||
be to create a merged heap/index data file so an index lookup would
|
||||
automatically access the heap data too.
|
||||
automatically access the heap data too. A third idea would be to
|
||||
store heap rows in hashed groups.
|
||||
|
||||
o Add default clustering to system tables
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue