I've read the php manual on joining tables, but I just don't get it. I was hoping a few examples might help.
My first question is: is it better or faster to join 3 tables or to make one big database
This what I have:
1 database with item quantities info
1 database with item description info
1 database with item pricing info
all 3 databases have a common itemnumber
each database has 39,000 items with between 10 and 20 fields
So does anyone have any ideas?
Thank you, Airric