How to tell if a query will scale well?

前端 未结 5 1075
轮回少年
轮回少年 2021-02-09 01:09

What are some of the methods/techniques experienced SQL developers use to determine if a particular SQL query will scale well as load increases, rows in associated tables increa

5条回答
  •  南旧
    南旧 (楼主)
    2021-02-09 01:56

    I strongly recommend reading some reference material on this. This (hyperlink below) is probably a pretty good book to look into. Make sure to look under "Selectivity", among other topics.

    SQL Tuning - Dan Tow

提交回复
热议问题