I'm building a large news database. The articles (the news content) will be retreived by using LWP. All other news categories but "Our Company News" will be inputted through a html form in the admin section.
For the archiving of news articles, should I store the articles content in a MySQL database or just a straight out flat files setup type?. Does it matter? I'm just wondering if storing it into a MySQL database will be faster/efficient considering how large it may be in the next 2-4 years.