dollar
06-02-2005, 04:47 PM
If anybody has any websites bookmarked with some good tips on database design, please hand them over, otherwise if you can lend a hand on my following problem I would appreciate it.
I am create a web applicaiton in PHP/MySQL that is going to hold quite a large amount of data. Because of this I would like to have my database set up for the best speed possible. Any tips anbody can toss would be appreciated.
Here's the main problem I'm having with the design. I need to know the most effective way to spider information within a mysql database. Example:
A is linked to B and C, B is linked to 1, C is linked to 2, 1 is linked to Delta (kinda hard to understand I know).
Now when somebody goes's to A's page the software spiders the database and spits out something like:
A -> B -> 1 -> Delta
A -> C -> 2
Any tips?
I am create a web applicaiton in PHP/MySQL that is going to hold quite a large amount of data. Because of this I would like to have my database set up for the best speed possible. Any tips anbody can toss would be appreciated.
Here's the main problem I'm having with the design. I need to know the most effective way to spider information within a mysql database. Example:
A is linked to B and C, B is linked to 1, C is linked to 2, 1 is linked to Delta (kinda hard to understand I know).
Now when somebody goes's to A's page the software spiders the database and spits out something like:
A -> B -> 1 -> Delta
A -> C -> 2
Any tips?
