Alternate or Optimization for with hold cursor

From: sangeetha <tune2sangee(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Alternate or Optimization for with hold cursor
Date: 2016-05-12 08:57:30
Message-ID: 1463043450094-5903211.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Currently , I am using "With hold" cursor. In our case , the With hold cursor
is used to fetch the next record of the given primary key . The performance
is very slow for large data set. Can you provide me some alternative ways
like having own copy of table , or optimization for With hold cursor?

Thanks and Regards,
S.Sangeetha

--
View this message in context: http://postgresql.nabble.com/Alternate-or-Optimization-for-with-hold-cursor-tp5903211.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rakesh Kumar 2016-05-12 11:25:05 Re: Alternate or Optimization for with hold cursor
Previous Message Sridhar N Bamandlapally 2016-05-12 08:57:22 Re: [HACKERS] NULL concatenation