Re: Inlining of functions (doing LIKE on an array)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Yep, agreed. A simple lexical macro-like approach to test "if it works" could be a simple approach to see if inlining a piece of sql would not break the main query?

Laurent Hasson
Sent from my BlackBerry Passport

  Original Message
From: Tom Lane
Sent: Saturday, November 12, 2016 14:59
To: ldh@xxxxxxxxxxxxxxxxxx
Cc: Marc Mamin; pgsql-performance@xxxxxxxxxxxxxx
Subject: Re:  Inlining of functions (doing LIKE on an array)


"ldh@xxxxxxxxxxxxxxxxxx" <ldh@xxxxxxxxxxxxxxxxxx> writes:
> I wish there were a way to force inlining, or some other mechanism as the performance difference is large here. I'll be using the inlining approach when possible, but the SQL Function approach is simpler and will likely be more suitable for some developers.

I'm not sure that there's any fundamental reason why we don't inline SQL
functions containing sub-selects.  It may just be not having wanted to put
any effort into the case way-back-when.  Inlining happens too late to
allow a resulting WHERE EXISTS to get mutated into a semijoin, but in this
example that couldn't happen anyway, so it's not much of an objection.

                        regards, tom lane


-- 
Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance




[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux