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

performanec issue

Former Member
0 Likes
681

Hi All

How the performance will be affected when we select the data into an Internal table and a standard table.

Regards

Srini

Hi All

How the performance will be affected when we select the data into an Internal table and a standard table.

Regards

Srini

4 REPLIES 4
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
659

Hi,

What do you mean by Standard table?.

Regards,

Sesh

Read only

Former Member
0 Likes
659

????????????????????????????????????????????????????????

What do you mean ???

If you use select * into itab from db_tab ....

Then the performance is not effected.

Performance is affected by the select an by the operations you are doing later with the itab.

Siegfried

Read only

0 Likes
659

I am not getting your question can you please ask clearly what you want or else close this thread.

Rashit

Read only

Former Member
0 Likes
659

Hi

the data will be selected into an internal table

not into the standard table

internal tables are the temp buffer area where we will retrive the data from data base tables and put in internal tables for useing that data in some sitvations

the performance won't be there when your storing the data into internal table

the performance will come only when your retriving data from data base table

suppose if there 1000000 records and your retriving data from database and storing in internal table

at that time the performance problem will occur in select query

so performance won't be there when storing the data in imnternal table

reward if usefull