We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf4127fe commitaafbf33Copy full SHA for aafbf33
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated:Tue Nov2 09:49:20 EST 2004
+Last updated:Wed Nov3 14:27:54 EST 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web
11
site, http://www.PostgreSQL.org.
@@ -380,7 +380,8 @@ Commands
380
during periods of low usage. It might also require tables to be only
381
paritally filled for easier reorganization. Another idea would
382
be to create a merged heap/index data file so an index lookup would
383
- automatically access the heap data too.
+ automatically access the heap data too. A third idea would be to
384
+ store heap rows in hashed groups.
385
386
o Add default clustering to system tables
387