October 2012
Intermediate to advanced
936 pages
23h 23m
English
Now that we have discussed performance from the system and database perspective, it is time to turn our attention to performance from the application code perspective. This chapter focuses on tuning and optimizing the application code and SQL statements, as well as ensuring the application interacts with the DBMS appropriately and efficiently. Poorly constructed and formulated application code accounts for the majority of relational database performance problems—as many as 80 percent of performance problems can be traced back to the application.
Poorly constructed and formulated application code accounts for most relational database performance problems.
Application design ...