I have a two tables.
TABLE 1 has id(PRIMARY)|RANK|WEBSITE |ADDRESS
This is filled with a million websites.
TABLE 2 has id(PRIMARY)|tag1|tag2|tag3 ......|tag30
I am generating the tags by scraping for the meta tags and other attributes.
I have no problems populating the database for the first few thousand websites. After that, I am not able to populate it. I guess it timed out.
How should I proceed to populate the entire database?
EDIT:
I am getting the data by scraping the urls of the websites dynamically