SQL Optimization: how many columns on a table?

后端 未结 13 1049
离开以前
离开以前 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 14:04

    The UserData table in SharePoint has 201 fields but is designed for a special purpose.
    Normal tables should not be this wide in my opinion.

    You could probably normalize some more. And read some posts on the web about table optimization.

    It is hard to say without knowing a little bit more.

提交回复
热议问题