Sargable

From Wikipedia, the free encyclopedia

In relational databases, a condition (or predicate) in a query is said to be sargable if the DBMS engine can take advantage of an index to speed up the execution of the query (using index seeks, not covering indexes). The term is derived from a contraction of Search ARGument.

[edit] References

[edit] See also

Query optimizer