I have a table with products that contains 2 fields.
1)id of the product int-7digits
2)name of the product
The name of the product can only be 27 different values like banana,apple etc
Now im wondering what is the best approach for my web-server resources. I mean i should use 1,2,3,... values or string values?
~Edit my table will be about 1million rows and steadily increasing over time.
product name??