Re: Less-silly selectivity for JSONB matching operators

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexey Bashtanov <bashtanov(at)imap(dot)cc>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Less-silly selectivity for JSONB matching operators
Date: 2020-03-31 17:53:37
Message-ID: 18337.1585677217@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Renamed "matchsel" to "matchingsel" etc, added DEFAULT_MATCHING_SEL,
rebased over commit 911e70207. Since that commit already created
new versions of the relevant contrib modules, I think we can just
redefine what those versions contain, rather than making yet-newer
versions. (Of course, that assumes we're going to include this in
v13.)

regards, tom lane

Attachment Content-Type Size
0001-better-jsonb-selectivity-2.patch text/x-diff 16.7 KB
0002-better-contrib-selectivity-2.patch text/x-diff 7.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-03-31 17:58:24 Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Previous Message Fujii Masao 2020-03-31 17:43:10 Re: Planning counters in pg_stat_statements (using pgss_store)