If I have a UNIQUE or PRIMARY KEY clause on my class, does that create a btree or hash index? 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 ?
- RE: [GENERAL] INDEXes and UNIQUES and PRIMARY KEYS Chris Bitmead
- RE: [GENERAL] INDEXes and UNIQUES and PRIMARY KEYS Jackson, DeJuan