Images : Path vs Database
Hello. I understand that it's possible to store image data in a database such as MySQL, for example, however from everything that i've learned about it-- i would be inclinded to choose the Folder-path option for image storage, instead of using a Database for images.
I noticed that the default image storage option is to use a database. My next question assumes that you have extrapolated the same idea as i, in that by having a radio-button checked by default, chances are that is the choice that the developer is either expecting you to make, or that he or she wishes you to select. So-- I'm curious if there is a particular reason for encouraging users to store images in a database vs a path?
Those of you who use the Database for storing images:
Do you find that it is a convenient way to manage your wiki images? have you experienced any performance degradation? is there anything in particular about using a database to store image data which you think is worthy of discussion?
Those of you who are using a folder-- the "normal" method for uploading / storing images:
did you deselect "store in database" for any particular reason? do you have horror stories of database-image-storage, or did you simply do it because it "seemed the right choice"?
i ask because i'd like to try the database method, but i'd like to hear some feedback on the issue. in fact, if i find that this is a viable option for image storage, i may decide to implement it into some of my own dynamic sites (hand-coded stuff where i find it challenging to manage the offering of "image uploads" for a custom gallery, for example)
thanks!