I am thinking of building a search engine and was wondering how many records mysql could hold.
Users will submit there site by adding the following info to the database.
field 1: url
field 2: title
field 3: keywords
is there any other way of doing this, i.e by allowing users just to submit there url and short description. This gets stored in mysql but when a user does a search it searches through the websites meta tags any ideas?