Re: BitmapAnd on correlated column? - Mailing list pgsql-general

From Rob Sargent
Subject Re: BitmapAnd on correlated column?
Date
Msg-id ad559551-fa34-3c43-6ded-9720985191cb@gmail.com
Whole thread Raw
In response to BitmapAnd on correlated column?  (greigwise <greigwise@comcast.net>)
Responses Re: BitmapAnd on correlated column?
List pgsql-general
On 10/3/19 3:22 PM, greigwise wrote:
> I'm running the following query on Postgres version 10.8:
>
> SELECT  count(*) FROM test_table WHERE and id_column_1 IN (9954, 9690, 9689,
> 9688) AND
> id_column_2 IN (75328, 51448, 48060, 48065, 51803, 51449, 51802, 48064,
>
> -
> Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
>
>


Is "where and" just a typo?




pgsql-general by date:

Previous
From: greigwise
Date:
Subject: BitmapAnd on correlated column?
Next
From: greigwise
Date:
Subject: Re: BitmapAnd on correlated column?