public inbox for [email protected]
help / color / mirror / Atom feedFrom: Heikki Linnakangas <[email protected]>
To: Tomas Vondra <[email protected]>
To: PostgreSQL Hackers <[email protected]>
Subject: Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys)
Date: Fri, 24 Feb 2023 23:07:33 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
I had a quick look at just the preliminary cleanup patches:
> 0001-BRIN-bloom-cleanup-20230218.patch
Looks good to me
> 0002-BRIN-minmax-multi-cleanup-20230218.patch
Looks good, although it would feel more natural to me to do it the other
way round, and define 'matches' as 'bool matches', and use DatumGetBool.
Not new with this patch, but I find the 'matches' and 'matching'
variables a bit strange. Wouldn't it be simpler to have just one variable?
> 0003-Introduce-bloom_filter_size-20230218.patch
Looks good
> 0004-Add-minmax-multi-inequality-tests-20230218.patch
Looks good
> +SELECT i/5 + mod(911 * i + 483, 25),
> + i/10 + mod(751 * i + 221, 41)
Peculiar formulas. Was there a particular reason for these values?
- Heikki
view thread (11+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: BRIN indexes vs. SK_SEARCHARRAY (and preprocessing scan keys)
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox