I am setting up a script that will grab certain terms from a couple websites and put them into my database, lets say flickr image titles, so one row would be
0 (index), apple (title of flickr image), date (date when I grabbed the image), flickr.com (website where the image was grabbed)
I am wondering what kind of filed types do I need in the mysql table?
the only one I know is the date will get the DATETIME but not sure about the others, do I even need an index?
Indexes choice depends on what kind of queries you’ll use more frequently.