Indice en Date

From: Arturo Munive <arturomunive(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Indice en Date
Date: 2007-04-27 20:36:54
Message-ID: 46325EE6.1090600@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda pgsql-general

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
tengo un indice sobre una columna date.<br>
<br>
cuando hago una consulta ...<br>
<b>Select </b><br>
&nbsp;&nbsp;&nbsp; id<br>
<b>from </b><br>
&nbsp;&nbsp;&nbsp; ventas<br>
<b>WHERE </b><br>
&nbsp;&nbsp;&nbsp; fecha = date('12-JAN-2007')<br>
<br>
el planificador usa el indice<br>
<br>
pero cuando la restriccion es WHERE fecha &lt; date('12-JAN-2007')<br>
<br>
se efectua un barrido secuencial.<br>
<br>
ni e indice ni la tabla ni la consulta son nada complejos<br>
<br>
que me olvido o que debo hacer para que se utilize el indice cuando uso
el operador menor<br>
<br>
<pre class="moz-signature" cols="72">
</pre>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 852 bytes

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Cesar 2007-04-27 21:56:08
Previous Message Herberth Lagos 2007-04-27 19:40:41 Sistema de Fotografías

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-04-27 22:56:42 Re: Query in function not using index...
Previous Message Dan Harris 2007-04-27 20:27:51 Re: Feature Request --- was: PostgreSQL Performance Tuning