I would like to write some plain text that is of indefinite length, and may eventually reach 10,000+ words. At any point others can see the progress of the text, page by page. The text need not be editable once it has been written.
Would I be better off storing each page (~100-200 words) in MySQL rows, or each page as a plain text file?