See this answered question:
What database should I use to save live-streams?
Bulk data is not meant to be stored in a database. Typically in your database, you would store a path reference to the file instead of the actual file, then use that reference to retrieve it later.