mySQL - Should I denormalise?

后端 未结 6 1852
傲寒
傲寒 2021-01-14 07:56

Overview (Sorry its vague - I think if I went into more detail it would just over complicate things)

I have three tables, table one contain

6条回答
  •  不要未来只要你来
    2021-01-14 08:34

    The only time you really want to denormalize is if its required to get the performance you want

    This was already asked several times. See here

提交回复
热议问题