I see that many people recommend not storing mp3 files as blobs. I did not get a clear explanation of why that is.
I have low traffic websites (10 hits a minute). So far I have stored image files in database tables as blobs. The only look up that I do on the image tables is based on a single primary key. The image rendering has not been terribly fast, but OK.
I now have a need to store music files. If I used the same mechanism as the images, it would be simpler. But I need to understand the implications of doing that.
I would appreciate some advice.