Skip to content

Update planCacheSetFilter.txt #2553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/command/planCacheSetFilter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Set Filter on Query Shape Consisting of Predicate Only
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The following example creates an index filter on the ``orders``
collection such that for queries that consists only of an equality
collection such that for queries that consist only of an equality
match on the ``status`` field without any projection and sort, the
query optimizer evaluates only the two specified indexes and the
collection scan for the winning plan:
Expand Down