> 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
> 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