Re: Huge Data - Mailing list pgsql-general

From Sezai YILMAZ
Subject Re: Huge Data
Date
Msg-id 400547E1.40908@pro-g.com.tr
Whole thread Raw
In response to Re: Huge Data  (Shridhar Daithankar <shridhar_daithankar@myrealbox.com>)
List pgsql-general
Shridhar Daithankar wrote:

>On Wednesday 14 January 2004 18:22, Matthew Lunnon wrote:
>
>
>>  select logid, agentid, logbody from log where logid=3000000;
>>
>>  this query also returns after about 120 seconds. The table log has about
>>  7 million records, and logid is the primary key of log table. What about
>>  that? Why is it too slow?
>>
>>
>
>How about
>
>select logid, agentid, logbody from log where logid='3000000';
>
>
Oh my god. It is unbelievable. The result is great. Thanks for all guys
who helped me.

-sezai

pgsql-general by date:

Previous
From: Franco Bruno Borghesi
Date:
Subject: Re: Huge Data
Next
From: "Nick Barr"
Date:
Subject: Re: Using regular expressions in LIKE