Design Book–Fourth(last) Section (Physical Abstraction Optimization)
Posted
by drsql
on SQL Blog
See other posts from SQL Blog
or by drsql
Published on Thu, 16 Dec 2010 01:33:42 GMT
Indexed on
2010/12/16
4:15 UTC
Read the original article
Hit count: 713
Filed under:
In this last section of the book, we will shift focus to the physical abstraction layer optimization. By this I mean the little bits and pieces of the design that is specifically there for performance and are actually part of the relational engine (read: the part of the SQL Server experience that ideally is hidden from you completely, but in 2010 reality it isn’t quite so yet. This includes all of the data structures like database, files, etc; the optimizer; some coding, etc. In my mind, this...(read more)
© SQL Blog or respective owner