Re: Oddity with NOT IN - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Oddity with NOT IN
Date
Msg-id CAFj8pRCQSKsXP0uGyFK4M_Y+0cSfF4cZ_vi5qW9FSHdKTL+x3w@mail.gmail.com
Whole thread Raw
In response to Re: Oddity with NOT IN  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers


2016-08-06 20:01 GMT+02:00 Jim Nasby <Jim.Nasby@bluetreble.com>:
On 8/6/16 12:03 PM, Pavel Stehule wrote:
    It would be very useful if we had some way to warn users about stuff
    like this. Emitting a NOTICE comes to mind.


This can be valid query

Right, but in my experience it's an extremely uncommon pattern and much more likely to be a mistake (that ends up being very time consuming to debug). That's why I think something like a NOTICE or even a WARNING would be useful. The only thing I don't like about that idea is if you ever did actually want this behavior you'd have to do something to squash the ereport. Though, that's a problem we already have in some places, so perhaps not worth worrying about.

I worked for company where they generated sets of SQL queries as result of transformation from multidimensional query language. Some similar queries are possible there.

I don't thing so using NOTICE or WARNING for any valid query is good idea.

I like the idea of some special extension than can block or raises warning for some strange plans like this or with Cartesian product ...

Regards

Pavel
 

--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)   mobile: 512-569-9461

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Oddity with NOT IN
Next
From: Andrew Gierth
Date:
Subject: Re: Oddity with NOT IN