Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2005
Query Performance
Query Tuning
Analyzing a Query
 Bookmark Lookup Showplan Operator
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
SQL Server 2005 Books Online (November 2008)
Bookmark Lookup Showplan Operator

Updated: 12 December 2006

The Bookmark Lookup operator uses a bookmark (row ID or clustering key) to look up the corresponding row in the table or clustered index. The Argument column contains the bookmark label used to look up the row in the table or clustered index. The Argument column also contains the name of the table or clustered index in which the row is looked up. If the WITH PREFETCH clause appears in the Argument column, the query processor has determined that it is optimal to use asynchronous prefetching (read-ahead) when looking up bookmarks in the table or clustered index.

Bookmark Lookup is not used in SQL Server 2005. Instead, Clustered Index Seek and RID Lookup provide bookmark lookup functionality. In SQL Server 2005 Service Pack 2, the Key Lookup operator also provides this functionality.

Bookmark lookup operator icon Graphical execution plan icon

Release History

12 December 2006

New content:
  • Added sentence about Key Lookup operator.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker