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?
So without thinking I’d tell you to use one Storage same, but since they are profile images I don’t know if it’s so obvious.
– Jorge B.
It is wrong to write byte of images in the database? and Insert image into database
– rray