S
Squidling
Guest
Hi Guys - am reasonably access-experienced and have just been tasked with creating a very large database (upwards of 300k records with about 40 fields repeated on at least 4 tables)
Obviously I want to tune this up as much as possible. I've never normally bothered with primary keys or indexes but I was hoping someone could give some tips on speed in general
Specifically I'd like to know what sort of performance increase you get from indexing vs primary key and whether its worth indexing many fields.
Also any general speed-up tips very much appreciated (eg I know that removing the indexes prior to importing the data then reloading them is more efficient than just loading the table with the indexes already in place - using the DROP INDEX SQL command)
Any and all help appreciated.
Squidling
Obviously I want to tune this up as much as possible. I've never normally bothered with primary keys or indexes but I was hoping someone could give some tips on speed in general
Specifically I'd like to know what sort of performance increase you get from indexing vs primary key and whether its worth indexing many fields.
Also any general speed-up tips very much appreciated (eg I know that removing the indexes prior to importing the data then reloading them is more efficient than just loading the table with the indexes already in place - using the DROP INDEX SQL command)
Any and all help appreciated.
Squidling