From: | Naz Gassiep <naz(at)mira(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: todo: Hash index creation |
Date: | 2007-07-03 16:00:08 |
Message-ID: | 468A7288.5030501@mira.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Wow... not sure how I missed that. I *did* create this schema ages ago,
perhaps it wasn't there, or at the time I had no idea what the
implications were. *shrug*<br>
Regards,<br>
- Naz.<br>
<br>
<br>
Tom Lane wrote:
<blockquote cite="mid:20662(dot)1183344247(at)sss(dot)pgh(dot)pa(dot)us" type="cite">
<pre wrap="">Naz Gassiep <a class="moz-txt-link-rfc2396E" href="mailto:naz(at)mira(dot)net"><naz(at)mira(dot)net></a> writes:
</pre>
<blockquote type="cite">
<pre wrap="">As a result, when creating tables containing large blocks of text I wish
to index, I've been using HASH as an index method. Please can we state
in the manual that HASH index types are in a beta stage of development
or something similar, or perhaps remove the manual entry altogether
until HASH is at a point where it is usable in production.
</pre>
</blockquote>
<pre wrap=""><!---->
Uh, the manual already does say
Note: Testing has shown PostgreSQL's hash indexes to perform no better
than B-tree indexes, and the index size and build time for hash indexes
is much worse. Furthermore, hash index operations are not presently
WAL-logged, so hash indexes might need to be rebuilt with REINDEX after
a database crash. For these reasons, hash index use is presently
discouraged.
under 11.2 Index Types, as well as various derogatory remarks elsewhere.
regards, tom lane
</pre>
</blockquote>
</body>
</html>
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/html | 1.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-07-03 16:43:58 | Re: pgstat_drop_relation bugfix |
Previous Message | Bruce Momjian | 2007-07-03 15:49:05 | Re: what is difference between LOCAL and GLOBAL TEMP TABLES in PostgreSQL |