Re: FUNC_MAX_ARGS benchmarks
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Thomas Lockhart <lockhart@fourpalms.org>, Neil Conway <nconway@klamath.dyndns.org>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2002-08-03T04:05:40Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: > I wasn't terribly concerned because this wasn't a 2% on normal workload > test, it was a 2% bang on function calls as fast as you can test. No, it was a 2% hit on rather slow functions with only one call made per query issued by the client. This is not much of a stress test. A more impressive comparison would be select 2+2+2+2+2+2+ ... (iterate 10000 times or so) and see how much that slows down. regards, tom lane