| Share this post! | Vote this!  | 
 | 
Performance tuning focuses on writing efficient SQL, allocating 
computer resources and analyzing wait events and contention in the 
system. The design approach to a database is critical to ensuring the 
best performance from a database, here are the steps when designing a 
database:
- Design the application correctly
 - Tune the application SQL code
 - Tune memory
 - Tune I/O
 - Tune contention and other issues
 




0 comments:
Post a Comment