From: | "Marcus Andree S(dot) Magalhaes" <marcus(dot)magalhaes(at)vlinfo(dot)com(dot)br> |
---|---|
To: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | disabling seq scans |
Date: | 2004-04-01 20:27:22 |
Message-ID: | 64670.200.174.148.100.1080851242.squirrel@webmail.webnow.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Hi, guys,
We're experiencing a little problem with one of our queries.
It isn't using an index specially created for it. When we
disable seq scans with psql, we can ensure the query finishes
much faster than without using index, as it should be.
So, whats the best procedure in this case, but when have a
JDBC based client? Do we mess around with planner
settings even when all other queries are using the best
index for them?
Is it safe (but some may find ugly) to issue a command to
disable seq scanning from the java side?
Since we're using the pooled connection classes that comes
with the JDBC3 driver, once a connection is got from the pool,
do we need to explicitly set seq scanning to true? This is
assuming the later option is the more recommended one...
TIA
From | Date | Subject | |
---|---|---|---|
Next Message | Sean Shanny | 2004-04-01 20:36:24 | Re: disabling seq scans |
Previous Message | Rajat Katyal | 2004-04-01 13:19:55 | JDBC driver returning the numeric dataype size as -1 |