I have been building a dynamic Content Management application using PHP, JavaScript and a little AJAX. I used the MySQL medium blob data type for storing files. I see my website loading slowly. Is this because of the blob data type?
Asked
Active
Viewed 211 times
2
-
what are u storing inside the blob? – user3808887 Aug 22 '17 at 03:27
-
Even mysql support blob data type, i think you should not store file in database. – Mankeomorakort Aug 22 '17 at 03:34
-
Please provide more details, so we can help you more. – clabe45 Aug 22 '17 at 03:41
-
I use my SQL blob data type to store images and pdf documents – Anvith REDDY Cholleti Aug 22 '17 at 16:51
1 Answers
0
You can find already described answer on this below:-
User has already describe the concept in good way, please read this.
What is difference between storing data in a blob, vs. storing a pointer to a file?

Deepak Dholiyan
- 1,774
- 1
- 20
- 35