How to store articles or other large texts in a database

前端 未结 4 457
别跟我提以往
别跟我提以往 2020-12-22 17:19

I am currently in the process of designing myself a database driven website. The main reason is for learning purposes but I wont lie, there is a small amount of vanity incl

4条回答
  •  一生所求
    2020-12-22 17:44

    Depending on how you have arranged and installed everything, it can be hard to access outside files from remote clients that can access the DB just fine -- so why not save all of the XML into one TEXT field instead? You can refactor things to optimize that later if the DB engine can't handle that load well, but that's the easiest way to get started.

提交回复
热议问题