Re: FUNC_MAX_ARGS benchmarks
lockhart@fourpalms.org
From: Thomas Lockhart <lockhart@fourpalms.org>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Neil Conway <nconway@klamath.dyndns.org>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2002-08-02T05:06:59Z
Lists: pgsql-hackers
> > With FUNC_MAX_ARGS=16:
> > (average = 28.6 seconds)
> > With FUNC_MAX_ARGS=32:
> > (average = 29.15 seconds)
That is almost a 2 percent cost. Shall we challenge someone to get us
back 2 percent from somewhere before the 7.3 release? Optimizing a hot
spot might do it...
- Thomas