January 2012
Intermediate to advanced
542 pages
11h 28m
English
In this chapter, we will cover:
In this chapter, we analyze some performance issues related to the most time-consuming operation in the database—sort operations.
In the next few recipes, you will see that sorting is related not only to the order-by clause in an SQL query, but also to other type of statements, such as group by and distinct, set operations, ranking, certain kinds of joins and subqueries, as well as index creation.
In the first recipe, we will see the difference between in-memory ...
Read now
Unlock full access