|
|
|
|
|
by kbenson
3676 days ago
|
|
There are a few cases where it makes sense to store files in the database, but the constraints are fairly specific. The one time I did it to god effect was when all the files were fairly small (<40k), and one of the defining features of the system needed to be it's resilience. We were able to fold the file storage into the normal master/slave replication setup we were doing, which was a big reduction in complexity, compared to a separate replicating file store. |
|
Often folks doing this try to re-invent a content management system like FileNet in the DB.