53 N Vaptzarov Boulevard, 4th Floor
Sofia, Sofiya-Grad 1407

This tutorial has two targets. First: how do you improve the performance of a production system by attacking inefficient SQL; secondly: how do you design a system so that you can get data into and out of it efficiently. For most people, the design has already happened, nevertheless you need to be aware that the two targets overlap significantly - as you struggle to address a particularly inefficient piece of SQL, you need to be aware that there are structural features of the database that may help you find a cost effective solution despite the problems imposed by the SQL itself.

The course will focus on the SQL - falling back to structural issues as an aid to improving the mechanical efficiency of the SQL solution - and will spend some time explaining the pros and cons of various structural options as they become relevant to the SQL.

The course will cover methods of reviewing data distribution patterns, use of indexes, use of views (stored and inline), analytic functions, subquery factoring, as well as statistics, hints, and a brief review of execution plans

Official Website: http://cli.gs/ey80tY

Added by paula.bartis on September 3, 2009

Interested 1