I'm setting up a database for a site that distributes essays. It contains id, number, date, author, grade and title. Should I include all the essays in the database aswell or should i save them as external .txt files on the server and just add the URL to the db?
Each essay (.txt) is about 10k and there are about 500 essays.
Thanks!
Each essay (.txt) is about 10k and there are about 500 essays.
Thanks!