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

INDEX OR BUFFER

Former Member
0 Likes
659

Hi all,

please tell me when is it efficient to use INDEX and will we use BUFFERING?

Anirban Bhattacharjee

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
590

Anirban,

both are for diffrent purpose.you can use both while creating a custome table.

just refer this thread answered by me.

and for table index:

Amit.

2 REPLIES 2
Read only

Former Member
0 Likes
591

Anirban,

both are for diffrent purpose.you can use both while creating a custome table.

just refer this thread answered by me.

and for table index:

Amit.

Read only

Former Member
0 Likes
590

hi ,

Buffering should be used for tables that are being used more frequently, so in that case you can use buffering.But indexing should be used when you dont have the option of using the primary keys for searching into a large table.

Hope this would be sufficent ,

regards

Varghese