Subject | English | Russian |
comp., MS | clustered index | кластеризованный индекс (A B-tree-based index in which the logical order of the key values determines the physical order of the corresponding rows in a table • Кластеризованный индекс – это индекс, для которого совпадают физический порядок следования записей в таблице и логический порядок индекса. В таблице может существовать только один кластеризованный индекс. — A clustered index is an index in which the physical order of rows in the table matches the logical order defined by the index. A table can have only one clustered index.) |
d.b.. | clustered index for the primary key | кластеризованный индекс первичного ключа (to create a clustered index for the primary key — создать кластеризованный индекс первичного ключа |
d.b.. | composite non-clustered index | составной некластеризованный индекс (Alex_Odeychuk) |
d.b.. | leverage the clustered index | использовать кластеризованный индекс (Alex_Odeychuk) |
d.b.. | non-clustered index | некластеризованный индекс (Alex_Odeychuk) |
d.b.. | unique clustered index | уникальный кластеризованный индекс (Alex_Odeychuk) |