January 2012
Intermediate to advanced
542 pages
11h 28m
English
In this chapter, we will cover:
In this chapter we will look at optimizations related to both queries and DML operations.
The first two recipes will show some features that can speed up a query; the following four recipes are focused on different techniques useful to load data in the database, from external sources and from other tables inside the database.
We will also focus on the overhead introduced by indexes and triggers. We have seen in past recipes that using indexes can speed up our queries, resulting ...
Read now
Unlock full access