Ok, so I construct the database like this:
[company list]
- {company id} - {company name in text}
[kw list]
- {kw id} - {word/phriase in text}
[log]
- {kw id, instead of kw list from text} - {company id, instead of company in text} - {various data} - {various data}
Now say I want to pull a list of phrases that the company is associated with in the database in the log. Would this be faster than my previous set up?
i.e. this time i'm doing a : search log for ID etc etc join the tables, or something?
