Application Development and Automation 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: 
Read only

Related to Optimization

Former Member
0 Likes
741

Hi all Professional,

I'm using cluster table in my program. I want to know that, what all are the optimization technique for fast performance with "SELECT" query (apart from WHERE clause).

Thanks

Devinder

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
714

Hi,

Selet only the required fields and not *.

Also avoid using " into CORRESPONDING FIELDS OF TABLE ... "

Regards,

Srini.

Hi all Professional,

I'm using cluster table in my program. I want to know that, what all are the optimization technique for fast performance with "SELECT" query (apart from WHERE clause).

Thanks

Devinder

5 REPLIES 5
Read only

Former Member
0 Likes
715

Hi,

Selet only the required fields and not *.

Also avoid using " into CORRESPONDING FIELDS OF TABLE ... "

Regards,

Srini.

Read only

0 Likes
714

Hi Srini,

I've already used that filelds which is usable.

Secondly, Just do let me know, Can I create Secondary Index on that Particular Cluster Table. If Yes, Then How can I create a Secondary Index.

& Is this much helpful for optimization.

Thanks

Devinder

Read only

Read only

0 Likes
714

Hi,

Ashok,

No, Im not using Joins..

Srini,

How can we create Secondary on standard table?

Thanks

Read only

Former Member
0 Likes
714

If you are using join, try to fix that

Regards

Ashok Advani