How to increase the performance of a Database?

后端 未结 10 2267
我在风中等你
我在风中等你 2021-02-14 15:15

I have designed databases several times in my company. To increase the performance of the database, I look for Normalisation and Indexing only.

If you were asked to incr

10条回答
  •  南方客
    南方客 (楼主)
    2021-02-14 16:05

    To your toolkit of normalisation and indexing, with extremely large tables you may also want to consider the pros and cons of partioning the tables. But you've got the key ones there already.

提交回复
热议问题