Having two tables one that holds articles and another that holds custom fields for those articles with a relation of one article to many custom fields.
How efficient is it to do a join for each field in order to get the whole data in one go?
Or is there a better way of doing this that would allow the custom fields to be used in where clause?
I am considering this or altering the table schema to accommodate the custom fields.