Bruce Momjian <[EMAIL PROTECTED]> writes: > OK, which part of is "demonstrably false"? I think the old "should > generally be preferred" is too vague. No one has come up with a case > where hash has shown to be faster, and a lot of cases where it is slower.
The only thing I recall being lots worse is initial index build. I have not tested it much, but I would expect that hash holds up better in the presence of many equal keys than btree does... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster