是否可以在Doctrine中使用EXPLAIN sql命令?如果没有,我如何使用Doctrine测试/优化sql代码?
答案 0 :(得分:0)
你没有说你正在使用哪个版本,所以我不能具体回答,但这里有一些链接:
Doctrine - How to print out the real sql, not just the prepared statement?
Doctrine - how to get the SQL INSERT query, in the postSave() event?
How to debug MySQL/Doctrine2 Queries?
http://www.chrisshennan.com/2009/12/07/raw-sql-from-doctrine-query-object-revised/#.T7ARLOs6E0E
(您的回答是上述链接之一,如果没有,请发表评论)