Query Optimisation
http://stackoverflow.com/questions/1395275/which-is-better-bookmark-key-lookup-or-index-scan
Key (Bookmark) lookup versus index seek.
Seeing a Key Lookup should not scare you. Is the normal operator used in Nested Loops, and Nested Loops is the run-of-the-mill join operator. If you want to improve a...
[read more]
Submit a review:
Login required.