What is PostgreSQL explain telling me exactly?

前端 未结 7 816
青春惊慌失措
青春惊慌失措 2020-12-07 08:14

MySQL\'s explain output is pretty straightforward. PostgreSQL\'s is a little more complicated. I haven\'t been able to find a good resource that explains it either.

7条回答
  •  爱一瞬间的悲伤
    2020-12-07 08:43

    PostgreSQL's official documentation provides an interesting, thorough explanation on how to understand explain's output.

提交回复
热议问题