diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-05 03:37:23 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-05 03:37:23 +0000 |
commit | db70a312941d7e20d9fff6bbe7d6e9ccf59294e0 (patch) | |
tree | ee82db47b021168c44124d4aa02f1c157d1b6062 /src/backend/access/gist/gist.c | |
parent | e6e7e64345e882835017e0bbc7e14e72abf00f69 (diff) | |
download | postgresql-db70a312941d7e20d9fff6bbe7d6e9ccf59294e0.tar.gz postgresql-db70a312941d7e20d9fff6bbe7d6e9ccf59294e0.zip |
Adjust nodeBitmapIndexscan to keep the target index opened from plan
startup to end, rather than re-opening it in each MultiExecBitmapIndexScan
call. I had foolishly thought that opening/closing wouldn't be much
more expensive than a rescan call, but that was sheer brain fade.
This seems to fix about half of the performance lossage reported by
Sergey Koposov. I'm still not sure where the other half went.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions