Re: Simple IN vs IN values performace

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Oleksandr Voytsekhovskyy <av(at)uniweb(dot)ua>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Simple IN vs IN values performace
Date: 2021-02-22 22:36:46
Message-ID: CAHOFxGoWo3rBEMf1VP+z-QzbSqSEWXX8+O6WDJo1mgiUiURZqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Wouldn't using “= any(array)” change how the query is planned? Or is the
concern just parsing the values?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2021-02-22 22:43:05 Re: fdatasync performance problem with large number of DB files
Previous Message David G. Johnston 2021-02-22 22:25:49 Re: Migrate database to different versions