diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-07 16:34:11 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-07 16:34:37 -0500 |
commit | 242066cc8e587ccbe5e1cf38c4f085f080dcd5e0 (patch) | |
tree | ce90f82b50f8ef716a5cf92e9c8af9678c3a1899 /src/backend/access/gist | |
parent | ac8eb972f268c787bfe7579b1747c3866fced5a9 (diff) | |
download | postgresql-242066cc8e587ccbe5e1cf38c4f085f080dcd5e0.tar.gz postgresql-242066cc8e587ccbe5e1cf38c4f085f080dcd5e0.zip |
Speed up "brin" regression test a little bit.
In the large DO block, collect row TIDs into array variables instead of
creating and dropping a pile of temporary tables. In a normal build,
this reduces the brin test script's runtime from about 1.1 sec to 0.4 sec
on my workstation. That's not all that exciting perhaps, but in a
CLOBBER_CACHE_ALWAYS test build, the runtime drops from 20 min to 17 min,
which is a little more useful. In combination with some other changes
I plan to propose, this will help provide a noticeable reduction in
cycle time for CLOBBER_CACHE_ALWAYS buildfarm critters.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions