Is it feasible to use BLOB for BD images?

Asked

Viewed 40 times

0

I’m designing a database and I’m wondering if I should store profile images in a field blob in the table or store the image physically in a Storage and create a field text that contains the image URL for download.

Which of the two would be better and why? As far as I know the blob need to be processed by the application would that be an answer to the non-use of it?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.