When is using MySQL BLOB recommended?

后端 未结 5 1662
萌比男神i
萌比男神i 2020-11-30 07:58

I\'m coding an application that will be uploading and deleting many files, i usually just move the files to a folder in the server naming them with the row unique id

5条回答
  •  伪装坚强ぢ
    2020-11-30 08:28

    Are you bound to using MySQL? If not, try an ODBMS or PostgreSQL to store files, or you could store just the paths for the files. See this for instance.

提交回复
热议问题