| From: | Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx> |
|---|---|
| To: | Carolina Hurtado Londoño <carohurtado(at)yahoo(dot)com> |
| Cc: | pgsql-es-ayuda-owner(at)postgresql(dot)org, pgsql-bugs(at)postgreslq(dot)org, pgsql-es-ayuda(at)postgresql(dot)org |
| Subject: | Re: postgresql |
| Date: | 2005-04-25 16:16:21 |
| Message-ID: | m3br8296i2.fsf@conexa.fciencias.unam.mx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
Carolina Hurtado Londoño <carohurtado(at)yahoo(dot)com> writes:
> Hi: I'm working on a project where I need to know how Postgresql determines
> which "Access Plan" to use when executing specific Select-SQL sentences;
> whether Postgresql decides to use a specific Index or not and how
> Postgresql determines if the index has to be used; and how Postgresql
> parsers a Select-SQL sentence depending on the order of the WHERE clauses.
> Where can I find specific information about this?. Thank you very much for
> your help.
Carolina, if you don't understand spanish you posted to the wrong
list, otherwise keep reading ...
Carolina, antes que nada, esta lista
(pgsql-es-ayuda-owner(at)postgresql(dot)org) es en español y no en
inglés. Segundo, no es buena idea crosspostear.
Ahora, con respecto a tu pregunta puedes ver la documentación oficial
en
http://www.postgresql.org/docs/8.0/static/index.html
En particular podrías estar interesada en:
http://www.postgresql.org/docs/8.0/static/planner-optimizer.html
La otra fuente de información que puedes usar es el código fuente de
Postgres, ahi vienen todas las respuestas.
Saludos,
Manuel.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2005-04-25 16:36:20 | Re: Problema al guardar cadena (Resuelto) |
| Previous Message | Carlos Alberto Mÿffffffffffe1rquez Rey | 2005-04-25 15:37:06 | Problema al guardar cadena (Resuelto) |