我想要比较Post.all和SELECT * FROM posts (或其他语句)的执行时间,如何才能得到Post.all的执行时间?
Post.all
SELECT * FROM posts
https://stackoverflow.com/questions/3522250
相似问题