From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Speed up "brin" regression test a little bit. |
Date: | 2017-02-07 21:34:55 |
Message-ID: | E1cbDPb-0005K1-3D@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/242066cc8e587ccbe5e1cf38c4f085f080dcd5e0
Modified Files
--------------
src/test/regress/expected/brin.out | 42 ++++++++++++++------------------------
src/test/regress/sql/brin.sql | 42 ++++++++++++++------------------------
2 files changed, 30 insertions(+), 54 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2017-02-07 22:13:51 | pgsql: Revise the way the element allocator for a simplehash is specifi |
Previous Message | Robert Haas | 2017-02-07 21:21:22 | pgsql: Avoid redefining simplehash_allocate/simplehash_free. |