File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/indices.sgml,v 1.75 2008/09/23 09: 20:34 heikki Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/indices.sgml,v 1.76 2009/02/07 20:05:44 momjian Exp $ -->
22
33<chapter id="indexes">
44 <title id="indexes-title">Indexes</title>
@@ -190,13 +190,10 @@ CREATE INDEX <replaceable>name</replaceable> ON <replaceable>table</replaceable>
190190
191191 <note>
192192 <para>
193- Testing has shown <productname>PostgreSQL</productname>'s hash
194- indexes to perform no better than B-tree indexes, and the
195- index size and build time for hash indexes is much worse.
196- Furthermore, hash index operations are not presently WAL-logged,
193+ Hash index operations are not presently WAL-logged,
197194 so hash indexes might need to be rebuilt with <command>REINDEX</>
198195 after a database crash.
199- For these reasons , hash index use is presently discouraged.
196+ For this reason , hash index use is presently discouraged.
200197 </para>
201198 </note>
202199
You can’t perform that action at this time.
0 commit comments