SQL Optimization: how many columns on a table?

后端 未结 13 1067
离开以前
离开以前 2021-01-01 13:43

The current project that I\'m working on have table with 126 columns and the least that i saw is at least 50 columns. Should a table hold less columns per table or separate

13条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-01 13:57

    Usually excess columns points to improper normalization, but it is hard to judge without having some more details about your requirements.

提交回复
热议问题