Re: Takes too long to fetch the data from database

From: "Rajesh Kumar Mallah" <mallah(dot)rajesh(at)gmail(dot)com>
To: "soni de" <soni(dot)de(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Takes too long to fetch the data from database
Date: 2006-04-10 15:58:30
Message-ID: a97c77030604100858h4ef89e92sa6ecdd0aca735edb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

what is the query ?
use LIMIT or a restricting where clause.

regds
mallah.

On 4/10/06, soni de <soni(dot)de(at)gmail(dot)com> wrote:
>
> Hello,
>
> I have difficulty in fetching the records from the database.
> Database table contains more than 1 GB data.
> For fetching the records it is taking more the 1 hour and that's why it is
> slowing down the performance.
> please provide some help regarding improving the performance and how do I
> run query so that records will be fetched in a less time.
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2006-04-10 16:08:48 Re: Restore performance?
Previous Message Jesper Krogh 2006-04-10 15:54:47 Re: Restore performance?