Re: Querying 19million records very slowly

From: PFC <lists(at)boutiquenumerique(dot)com>
To: "Paul Ramsey" <pramsey(at)refractions(dot)net>, "Kjell Tore Fossbakk" <kjelltore(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Querying 19million records very slowly
Date: 2005-06-21 21:33:30
Message-ID: op.ssqot4d4th1vuj@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


use CURRENT_TIME which is a constant instead of now() which is not
considered constant... (I think)

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message William Yu 2005-06-21 21:53:52 Re: Trying to figure out pgbench
Previous Message Tom Lane 2005-06-21 21:20:07 Re: Limit clause not using index