Drakkon
Diamond Member
Attempting to build up a database of data with specialized information and one key field will be for meta data. In the long run want searches to be optimized so people just search for a term and will bring up all images with that term.
So if data is in a mysql database - what are the best methods to deal with the data? I know i could create a relational table that could store 1 entry per row for each meta tag or similarly relate it back to comma separate values for each meta tag. Are there any advantages to using one way over the other?
So if data is in a mysql database - what are the best methods to deal with the data? I know i could create a relational table that could store 1 entry per row for each meta tag or similarly relate it back to comma separate values for each meta tag. Are there any advantages to using one way over the other?