InterviewSolution
| 1. |
What Is Performance Tuning? How Many Types Are There? |
|
Answer» Performance tuning is done for improving the SYSTEM performance: Hardware Tuning: OPTIMIZING, adding or REPLACING hardware components of the system and changes done in the INFRASTRUCTURE level to improve system performance is called hardware tuning. Software Tuning: IDENTIFYING the software level bottlenecks by profiling the code, database etc. Fine tuning or modifying the software to fix the bottlenecks is called software tuning. Performance tuning is done for improving the system performance: Hardware Tuning: Optimizing, adding or replacing hardware components of the system and changes done in the infrastructure level to improve system performance is called hardware tuning. Software Tuning: Identifying the software level bottlenecks by profiling the code, database etc. Fine tuning or modifying the software to fix the bottlenecks is called software tuning. |
|