indexing: how much is enough

M

Mark Kubicki

I have inherited a *.mdb with many tables and many relationships between
them. I've also noticed that there are not a lot of indexed fields.

As a newbie-ish, I suspect that any field that is related to another field
in different table ought to be indexed.

Is this a sound approach?

thanks in advance,
mark
 
J

John W. Vinson

I have inherited a *.mdb with many tables and many relationships between
them. I've also noticed that there are not a lot of indexed fields.

As a newbie-ish, I suspect that any field that is related to another field
in different table ought to be indexed.

Is this a sound approach?

thanks in advance,
mark

A relationship defined in the Relationships window with referential integrity
enforced *will* automatically create indexes on the joining fields. You don't
need to (and indeed shouldn't) create duplicate indexes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top