I've been working on a system for the web based delivery and management of academic course materials. The system itself is perl/cgi.pm based and stores the course materials in a MySQL database. The course materials are, for the most part, text with a bit of embedded markup. The system takes the course materials and generates HTML for output. Any non-text element such as an embedded graphic or sound is stored outside of the database in the file system. I am currently in the process of writing a new version of the system to use mod_perl to enhance performance and to clean up a rather messy database design. I've been toying with the idea of storing images and sounds in the database rather than the file system. My problem is that I'm really not sure this is a good idea? Does anybody have any experience with this kind of setup? If so, are there any issues (performance, security, etc.) I should be aware of before I begin?
----
Coyote
In reply to Is it a good idea to store images in a RDBMS? by Coyote
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |