MySQL Question

Status
Not open for further replies.

Nikolas741

Beta member
Messages
3
Need some input.

I have a relatively small database with a lot of columns. Trying to decide between Foreign Keys or simply using Join with Where clauses and just store the information in separate unassociated tables other than a key term.

What are some good pointers?
 
It really depends on what the tables look like and what you're going for. :wooha:

If you know what you're doing - just deciding between the two - and have time, code both up, run some timing tests on them and make your decision based on that. :cool:
 
Status
Not open for further replies.
Back
Top Bottom