I just read an article that claims that storing images on the filesystem is better
I wonder what are the advantages and disadvantages of storing text in files (except the whole security issue which i dont have a problem with because the text will be public)
I would assume that its still better to store the text in the database.
(the text is just a description of an image or some directions that other people should follow)
what mvds said, plus there are a few more factors to think about:
If performance is not the all dominating factor, IMHO db storage is to be preferred for text content. On the other hand, if the text is already “compiled” into a word/pdf/libre office/… document, a lot of the advantages of db storage is lost and file storage may be more desirable