Performance Analysis in PostgreSQL
I am using PostgreSQL wit开发者_JAVA技巧h c++ and I am trying to analyse the performance of different queries. I tried using EXPLAIN ANALYZE but I can't figure out how to print the result on screen. How can I do so?
The psql
command-line tool will run queries and display the results.
精彩评论