Dayflt / Backend

Dayfly - Backend repo
0 stars 0 forks source link

How to store video in database #7

Open harloxx opened 3 years ago

harloxx commented 3 years ago

Storing videos and images directly in database is not a viable solution. Storing the files as Binary files in the database increases the load on the database server drastically and with the increasing data it'll slow down the processing as well. Therefore we store videos in Google cloud bucket and save that file path in DB