public inbox for [email protected]
help / color / mirror / Atom feedFrom: Lillian Berry <[email protected]>
To: Tom Lane <[email protected]>
To: Andrei Lepikhov <[email protected]>
Cc: [email protected]
Cc: [email protected]
Subject: [Solved] Slow queries on simple index
Date: Sat, 17 Jan 2026 23:06:39 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
> I bet it's a datatype mismatch issue.
It was indeed!
I changed the query to `select * from members where hid = ($1)::char(6)` and this completely got rid of the slow queries.
Thanks all!
Kindly,
Lillian
view thread (10+ 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], [email protected], [email protected]
Subject: Re: [Solved] Slow queries on simple index
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