Why is media not stored in the database #1418
Unanswered
ronsplinter
asked this question in
Ideas
Replies: 1 comment
-
In the core project we have decided not to store media in the database as it is an easy performance killer. Databases are optimized for storing relational data (at least the databases we provide packages for) and they are just not as good at storing big binary files. With this in mind we provide two options, either store media together with the web application and let it be handled by the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a reason why the media is not stored in the database? I know that I can create a new implementation of the IStorage interface to store the data somewhere else but I would like to store it in the same database. I would like to built it as a contribution to the project. Are you open for this?
Beta Was this translation helpful? Give feedback.
All reactions