Sarg
Übersetzung von "sarg" ins Russisch
sarg
SubstantivUK
/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.
Удаление функций на индексированном столбце превратило фильтр в индексируемый предикат, что значительно ускорило запрос.
Weitere Übersetzungen
sarg
Заимствование, используется в русскоязычной среде без перевода sarg
Adjektivsarg
Used attributively in phrases such as "sarg condition" to qualify another noun.
О предикате, который может использовать индекс
Keeping the predicates sarg helps the database avoid full table scans.
Сохранение предикатов индексируемыми помогает базе данных избежать полного сканирования таблицы.
Weitere Übersetzungen
sarg
Заимствованное прилагательное, употребляется без перевода Definitionen
sarg
SubstantivA 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
AdjektivRelating 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.