Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

enhance the performance of cluster table in code

Former Member
0 Kudos

hi all ,

i am using a cluster table BSET in my selection . it is giving a performance issue . is there any ways of enhancing the performance other than key field use.

Thanks in advance

7 REPLIES 7

Former Member
0 Kudos

Nope.

Rob

Former Member
0 Kudos

Hello,

Try using package in select query.

Regards,

Neelambari

0 Kudos

>

> Try using package in select query.

How would that help??

0 Kudos

will package increase the performance.

i am not getting any dump issues related to time out. only it is taking more time.

is there any need of package.

0 Kudos

what do you select from BSET? and how do you select? probably if you copy your code here we could help more...

0 Kudos

PACKAGE SIZE might help if you had memory problems, but since it is used in a SELECT/ENDSELECT construct it will tend to be slower.

Rob

Former Member
0 Kudos

use of cursor helped