2011-09-29Queries Without Table Access
The previous installment demonstrated how to use an index to cluster table rows together. The examples showed that even “anywhere” LIKE expressions can be tuned when the column is put into the index to avoid the table access.
Todays installment extends this concept and shows queries that don’t need to access the table at all. It’s about the so-called index-only scan, or, less descriptive, covering index.
Stay connected:
RSS Feed
Like on Facebook
Follow me on Twitter
Share at Google+
share and subscribe
RSS FeedFlattr this! Follow me on TwitterShare at Google+Like on Facebook