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
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