> 	o -During index creation, pre-sort the tuples to improve build speed
This commit is contained in:
Bruce Momjian 2008-03-17 01:46:42 +00:00
parent ff213239c5
commit a7c58abeb1
2 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed Mar 12 21:56:41 EDT 2008
Last updated: Sun Mar 16 21:46:33 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1199,9 +1199,7 @@ Indexes
of the key itself
o Add WAL logging for crash recovery
o Allow multi-column hash indexes
o During index creation, pre-sort the tuples to improve build speed
http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php
o -During index creation, pre-sort the tuples to improve build speed

View File

@ -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: Wed Mar 12 21:56:41 EDT 2008
Last updated: Sun Mar 16 21:46:33 EDT 2008
</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>.
@ -1048,9 +1048,7 @@ first. There is also a developer's wiki at<br/>
of the key itself
</li><li>Add WAL logging for crash recovery
</li><li>Allow multi-column hash indexes
</li><li>During index creation, pre-sort the tuples to improve build speed
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php</a>
</p>
</li><li>-<em>During index creation, pre-sort the tuples to improve build speed</em>
</li></ul>
<h1><a name="section_13">Fsync</a></h1>