From: | "David Siebert" <david(at)eclipsecat(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Yet another indexing issue. |
Date: | 2002-03-22 18:49:46 |
Message-ID: | OJEIJALIHAIBMMBFLCOBGECDEEAA.david@eclipsecat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-sql |
Thank you. I found the error. It was the order of the fields in the index.
I do not rember seeing that the order made a difference in the indexing. It
is logical now that I think of it.
I for the life of me could not find where in PgAdminII I could set the order
of the fields in when creating an index so I did it by hand.
Thanks again.
-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Pirtea Calin
Sent: Friday, March 22, 2002 9:38 AM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Yet another indexing issue.
> > Where would one find set enable_seqscan=off; in the docs?
>
> To be honest I'm not sure where it's mentioned. It's a big tool that
> lets you make some gross changes to the optimizer's planning (sets the
> cost of sequence scan very very high).
>
I found this in Admin.pdf
3.4.1. Planner and Optimizer Tuning
page 37/38
ENABLE_SEQSCAN (boolean)
Enables or disables the query planner's use of sequential scan plan
types. It's not possible to
suppress sequential scans entirely, but turning this variable off
discourages the planner from using
one if there is any other method available. The default is on. This is
mostly useful to debug the
query planner.
--
Best regards,
Aplication Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin(at)rdsor(dot)ro
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Luc Lachance | 2002-03-22 18:54:47 | Re: OR problems |
Previous Message | Bruce Momjian | 2002-03-22 18:48:36 | Re: Small question |
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Martinez | 2002-03-23 16:04:21 | false No rows returned error |
Previous Message | Dmitry Tkach | 2002-03-22 17:07:54 | Re: A general database question! |