What are your most common sql optimizations?

后端 未结 17 1610
谎友^
谎友^ 2020-12-12 14:51

What are your most common SQL optimization that you used?

17条回答
  •  借酒劲吻你
    2020-12-12 14:56

    Lowering transaction isolation levels to get around table locks for user queries. Not all the time, but for gui's showing general information it works great.

提交回复
热议问题