Hi
One of my mysql tables is relatively small and mostly unchanging and is queried fairly intensively as a look up table for other much larger tables. It looks up id's for variations in spelling of a limited set of words. Is it worthwhile to store this small table to an array in php and access it from there, in order to save database queries? As I said, the table is pretty small containing only a couple of hundred or so rows and two columns.
Cheers in advance.
One of my mysql tables is relatively small and mostly unchanging and is queried fairly intensively as a look up table for other much larger tables. It looks up id's for variations in spelling of a limited set of words. Is it worthwhile to store this small table to an array in php and access it from there, in order to save database queries? As I said, the table is pretty small containing only a couple of hundred or so rows and two columns.
Cheers in advance.