Sarg
Translation of "sarg" into Russian
sarg
NounUK
/sɑːɡ/
US
/sɑrɡ/
sarg
sargs pl
Technical term (initialism of "search argument") used in database contexts.
индексируемый предикат
SQL-термин: булевое условие, которое может быть использовано индексом Eliminating functions on the indexed column turned the filter into a sarg, drastically speeding up the query.
Удаление функций на индексированном столбце превратило фильтр в индексируемый предикат, что значительно ускорило запрос.
Additional translations
sarg
Заимствование, используется в русскоязычной среде без перевода sarg
Adjectivesarg
Used attributively in phrases such as "sarg condition" to qualify another noun.
О предикате, который может использовать индекс
Keeping the predicates sarg helps the database avoid full table scans.
Сохранение предикатов индексируемыми помогает базе данных избежать полного сканирования таблицы.
Additional translations
sarg
Заимствованное прилагательное, употребляется без перевода Definitions
sarg
NounA boolean expression in an SQL query that can be satisfied by searching an index (Search ARGument).
Eliminating functions on the indexed column turned the filter into a sarg, drastically speeding up the query.
sarg
AdjectiveRelating to or characteristic of a search argument in SQL that can be optimized via an index.
Keeping the predicates sarg helps the database avoid full table scans.