Обсуждение: RE: [GENERAL] INDEXes and UNIQUES and PRIMARY KEYS

Поиск
Список
Период
Сортировка

RE: [GENERAL] INDEXes and UNIQUES and PRIMARY KEYS

От
"Jackson, DeJuan"
Дата:
> If I have a UNIQUE or PRIMARY KEY clause on my class, does that create a
> btree or hash index?
btree

> I guess if I have a UNIQUE constraint or PRIMARY KEY at class creation,
> I don't have to create an index explicitely via CREATE INDEX ?
correct

    -DEJ