2010 Sep 24 11:08 PM
Hi SDnites,
I have to write a query on a table which has huge volume of data and also we do not have all the keys which will help me in better searching. We have thought of creating a secondary index on the table but agin that is negated as it will put extra burden on database. Please suggest the alternative options which are good in this scenario.
Abhi
2010 Sep 24 11:32 PM
but agin that is negated as it will put extra burden on database
Why do you say that? If you create a good/specific index, what's the burden? Certainly it's not a storage limitation?
2010 Sep 24 11:32 PM
but agin that is negated as it will put extra burden on database
Why do you say that? If you create a good/specific index, what's the burden? Certainly it's not a storage limitation?
2010 Sep 26 2:02 PM
Hi,
If you can have some of the keys, you can atleast create some local buffering with those in the ABAP Program. This will help you to reduce the number of accesses to the Database. And also, this will keep the number of the Data Access to be minimal. You can also take into account of using some of the Performance Improving factors like Field Symbols.
Hope this will help.
Thanks,
Samantak.