douzaipou3327 2012-08-28 05:43
浏览 43
已采纳

php explode vs columns

Ok this might be a hardcore question? I was just wondering if there was a "break-even" point for explode vs columns in a database.

For example:

Explode 100 times or get data from 100 columns which is "better/faster"?

Real world example would be a single col for last_name,first_name vs 2 cols. (I guess one would also have to think about if this data needs to be changed.)

My understanding is that explode uses the client side resources whereas pulling data from the database uses the server side.

Just wondering if there is a "rule of thumb"?

  • 写回答

3条回答 默认 最新

  • dqy006150 2012-08-28 05:49
    关注

    You should always split your data into separate columns where applicable.

    Not because of performance, but because of the rules of database normalization.

    http://en.wikipedia.org/wiki/Database_normalization

    Performance wise, its subjective. It depends on what you are doing with your data, and a lot of other factors that we couldn't guess with the limited information you have given us. But my hunch is that columns would be faster.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么