Re: Takes too long to fetch the data from database

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Takes too long to fetch the data from database
Дата
Msg-id 443AA1D4.9010308@commandprompt.com
обсуждение исходный текст
Ответ на Re: Takes too long to fetch the data from database  ("Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>)
Ответы Re: Takes too long to fetch the data from database
Список pgsql-performance
Rajesh Kumar Mallah wrote:
>
> what is the query ?
> use LIMIT or a restricting where clause.

You could also use a cursor.

Joshua D. Drake
>
>
> regds
> mallah.
>
> On 4/10/06, *soni de* < soni.de@gmail.com <mailto:soni.de@gmail.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.
>
>


--

             === The PostgreSQL Company: Command Prompt, Inc. ===
       Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
       Providing the most comprehensive  PostgreSQL solutions since 1997
                      http://www.commandprompt.com/



В списке pgsql-performance по дате отправления:

Предыдущее
От: PFC
Дата:
Сообщение: Re: Better index stategy for many fields with few values
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: Restore performance?