Forum OpenACS Q&A: Response to obtaining the output from PostgreSQL EXPLAIN

Collapse
Posted by David Walker on
Another inelegant solution might be to exec plsql -c "explain select
* from several_gb_database" and read the query plan that way.