Re: PostrgeSQL vs oracle doing 1 million sqrts am I doing it wrong?
Josh Berkus <josh@agliodbs.com>
From: Josh Berkus <josh@agliodbs.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, James Cloos <cloos@jhcloos.com>
Cc: pgsql-hackers@postgresql.org, Shaun Thomas <sthomas@optionshouse.com>,
Mark Kirkwood <mark.kirkwood@catalyst.net.nz>,
testman1316 <danilo.ramirez@hmhco.com>
Date: 2014-08-08T00:13:51Z
Lists: pgsql-hackers
On 08/07/2014 04:48 PM, Tom Lane wrote: > plpgsql is not efficient at all about coercions performed as a side > effect of assignments; if memory serves, it always handles them by > converting to text and back. So basically the added cost here came > from float8out() and float4in(). There has been some talk of trying > to do such coercions via SQL casts, but nothing's been done for fear > of compatibility problems. Yeah, that's a weeks-long project for someone. And would require a lot of tests ... -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com