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

Cluster table

Former Member
0 Likes
495

HI All,

Is it a good practice to use cluster table in our program, performance wise?

Thanks a ton in advance..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

no it is not good for performance

4 REPLIES 4
Read only

Former Member
0 Likes
480

no it is not good for performance

Read only

Former Member
0 Likes
479

Hi,

You can use Cluster tables in your programs, but you need to have all necessary key fields in your where condition, otherwise it will lead to performance issues.

Thanks,

Sriram POnna.

Read only

Former Member
0 Likes
479

Hi

if you using cluster table with all the key field in where condition than it's fine, otherwise you will face the performance issue with cluster table.

With Regards

Nikunj shah

Read only

0 Likes
479

Thanks to all