Why Performance and Tuning is important [message #108997] |
Mon, 21 February 2005 01:42 |
Mustafa
Messages: 6 Registered: June 2002
|
Junior Member |
|
|
Hello everyone,
I need a document which explains why we emphysis so much on Performance and Tuning in details and some technical aspects of Oracle Parformance and Tuning.
I need them fast.
Regards
|
|
|
Re: Why Performance and Tuning is important [message #109897 is a reply to message #108997] |
Tue, 01 March 2005 14:43 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
Some of the reasons:
1. The speed of computing might be wasting valuable human time (users waiting for response);
2. Enable your system to keep-up with the speed business is conducted; and
3. Optimize hardware usage to save money (companies are spending millions on hardware).
For more info, see chapter 1 (Performance Tuning Overview) of the Oracle Database Performance Tuning Guide.
Best regards.
Frank
|
|
|
|
Re: Why Performance and Tuning is important [message #109900 is a reply to message #108997] |
Tue, 01 March 2005 14:53 |
pgongloo
Messages: 8 Registered: February 2005
|
Junior Member |
|
|
Performance Tuning is as important as High Availability of the system for some businesses. For example, for a brokerage or internet business' like Fidelity, Amazon.com or eBay.com, inability to do service user requests results in lost revenue. Not having a performant system for a few days during holiday season, would mean serious trouble. For this reason, not only they need to pay attention to HA but also, for SLAs during peak processing time.
Performance Tuning is also important, since throwing more CPU and memory doesn't solve underlying problems (for e.g., bad applicaiton design, or SQL). Getting to the root cause is important in these cases...
|
|
|
|