diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-09-14 17:11:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-09-14 17:11:51 +0000 |
commit | 7f75537cd7019de0e8c4ec4f56788eae1905ba38 (patch) | |
tree | 6055c5ab55aa255743191a91ccaecf68f9a120f8 /doc/src | |
parent | 9256b84e6130d1399644be3cc3d805ee089f5661 (diff) | |
download | postgresql-7f75537cd7019de0e8c4ec4f56788eae1905ba38.tar.gz postgresql-7f75537cd7019de0e8c4ec4f56788eae1905ba38.zip |
Update TODO items:
< o Store disk pages with no alignment/padding?
>
> This involves having the user-specified order of columns
> be different from the physical order. SELECT * would
> need to reorder the physical values to match the
> user-specified ordering.
>
> o Store disk pages with no alignment/padding?
>
> This necessitates adding CPU-required padding when moving
> rows from disk to memory.
>
>
> http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php
>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index c77f2737c13..d720028d3e2 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Tue Sep 12 17:02:34 EDT 2006 +Last updated: Thu Sep 14 13:11:44 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -1217,9 +1217,19 @@ first. </p> </li><li>Consider ways of storing rows more compactly on disk <ul> - <li>Store disk pages with no alignment/padding? - </li><li>Reorder physical storage order to reduce padding? + <li>Reorder physical storage order to reduce padding? +<p> This involves having the user-specified order of columns + be different from the physical order. SELECT * would + need to reorder the physical values to match the + user-specified ordering. +</p> + </li><li>Store disk pages with no alignment/padding? +<p> This necessitates adding CPU-required padding when moving + rows from disk to memory. +</p> </li><li>Support a smaller header for short variable-length fields? +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php</a> +</p> </li><li>Reduce the row header size? </li></ul> </li></ul> |