2012 Jul 08 7:13 AM
hai experts ,
can any one tell me how to improve performance of a query(with out accelerator) with some examples...
thanks and regards,
Ravi kiran
banglore
2012 Jul 09 3:12 PM
Hi Ravi,
You can improve the performance by configuring the settings for the Read Mode, Cache Mode, and
Optimization Mode of the query in the Query properties. Please the check the below document. It has clear explanation.
Regards
Sai
2012 Jul 09 10:14 AM
Hi Ravi,
You can use
1.for all entries clause in your SQL statement
2.Join Statement with two or more tables but preferred to use joins upto 3 tables.
3.Can use optimization technique-parallel processing + Job Schedulling if you have huge data.
4.And simple do's and donts you can get through web.
Example for the above you can get on help.sap,saptechnical,sdn.sap...
Thanks
Uday Kulkarni
2012 Jul 09 3:12 PM
Hi Ravi,
You can improve the performance by configuring the settings for the Read Mode, Cache Mode, and
Optimization Mode of the query in the Query properties. Please the check the below document. It has clear explanation.
Regards
Sai
2012 Jul 09 4:00 PM
which document...i could not found any document in u rmessage.....but any way thnks a lot for reply......
2012 Jul 09 4:08 PM
Hi Ravi,
I'm sorry..
Forgot to post the link.. Here it is
http://sap-press.de/download/dateien/1049/sappress_bw_performance_optimization_guide_080.pdf
Regards
Sai
2012 Jul 09 4:52 PM
Hi Ravi,
Following are the few steps which will improve the query performance:
-Using Aggregates.
-Reduce the use of Exceptions, Cell Definitions.
-Avoiding usage of 'Exclude' option in selections as it takes more time for the query.
-Minimize the code in Customer Exits.
Regards,
Harish.
2012 Jul 09 4:58 PM