I am thinking about creating an online journal that will hold large amounts of text. I am looking at purchasing one of go-daddys packages that comes with a database of 200mb. So are there any rules of thumb when it comes to storing large amounts of text in a database?
Or would it be better if I stored the data in text files and then request the specific file when it is needed?
Basically, you sum up the total maximim size of each data row then multiply that by the number of rows expected.
This script will give you a pretty good idea of the row size.
This link will give you more info
http://www.simple-talk.com/sql/database-administration/estimating-disk-space-requirements-for-databases/