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

performance point while fetching from bsad table

Former Member
0 Likes
470

i am using Bsad table for fetching data but the problem is that i am not using the full index of that table in where condition. could anyone please suggest me any alternate way to enhance my performance while fetching data from BSAD table

2 REPLIES 2
Read only

Former Member
0 Likes
435

Hi

Post your code where you do the select on BSAD table.

The solution depends on how you need to read that tables, anyway you should use the company and vendor code if you want good performance.

Max

Read only

Former Member
0 Likes
435

San,

As max told please post your query for more clarity , but a suggestion is

do select all available records with where class fields in index then filter out that in program then will be faster .

Or if more programs can use then create a new index .

Regards

R. Ramvelu