2007 Sep 07 9:09 AM
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
2007 Sep 07 9:14 AM
2007 Sep 07 9:40 AM
????????????????????????????????????????????????????????
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
2007 Sep 07 7:31 PM
I am not getting your question can you please ask clearly what you want or else close this thread.
Rashit
2007 Sep 10 7:50 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |