diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-07-28 14:34:32 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-07-28 14:34:32 -0400 |
commit | e09d7a1262c659578065eaf7edafe606d2c8ebf2 (patch) | |
tree | a20bedfb3536af659716e32d756a9103954ab732 /src/backend/parser/parse_expr.c | |
parent | 70a437aa45b6dcacc2ad894f95ef5bb46b26035f (diff) | |
download | postgresql-e09d7a1262c659578065eaf7edafe606d2c8ebf2.tar.gz postgresql-e09d7a1262c659578065eaf7edafe606d2c8ebf2.zip |
Improve speed of hash index build.
In the initial data sort, if the bucket numbers are the same then
next sort on the hash value. Because index pages are kept in
hash value order, this gains a little speed by allowing the
eventual tuple insertions to be done sequentially, avoiding repeated
data movement within PageAddItem. This seems to be good for overall
speedup of 5%-9%, depending on the incoming data.
Simon Riggs, reviewed by Amit Kapila
Discussion: https://postgr.es/m/CANbhV-FG-1ZNMBuwhUF7AxxJz3u5137dYL-o6hchK1V_dMw86g@mail.gmail.com
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions