en

Sarg

ru

Перевод слова "sarg" на Русский язык

sarg
Существительное
raiting
UK
/sɑːɡ/
US
/sɑrɡ/
sarg
sargs множ.
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.
Удаление функций на индексированном столбце превратило фильтр в индексируемый предикат, что значительно ускорило запрос.
Дополнительные переводы
sarg
Заимствование, используется в русскоязычной среде без перевода
sarg
Прилагательное
raiting
sarg
Used attributively in phrases such as "sarg condition" to qualify another noun.
О предикате, который может использовать индекс
Keeping the predicates sarg helps the database avoid full table scans.
Сохранение предикатов индексируемыми помогает базе данных избежать полного сканирования таблицы.
Дополнительные переводы
sarg
Заимствованное прилагательное, употребляется без перевода

Опеределения

sarg
Существительное
raiting
A 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
Прилагательное
raiting
Relating 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.