N
Ngan Bui
Can someone give me a quick overview of when to index a
field and which field to index?
I read that indexing too much could slow the db leading to
corruption...but having enough indexes will speed up
searches and such.
By default, anything that has ID;key;code;num in the field
name is indexed. Most of my primary keys and foreign keys
ends in "ID" so they get indexed automatically.
When would I index a field? I don't have alot of search
forms. Is it ok to just have the primary key be indexed
on all of my tables?
field and which field to index?
I read that indexing too much could slow the db leading to
corruption...but having enough indexes will speed up
searches and such.
By default, anything that has ID;key;code;num in the field
name is indexed. Most of my primary keys and foreign keys
ends in "ID" so they get indexed automatically.
When would I index a field? I don't have alot of search
forms. Is it ok to just have the primary key be indexed
on all of my tables?