Archive for December 13th, 2008
postgresql explain
December 13th, 2008 by Jeanne BoyarskyI had an opportunity to do some tuning on postgresql and was pleasantly surprised at how smoothly it went. The first thing I did was try to run an “explain” on the query under discussion. (Explain is a tabular or graphical view of the detailed steps the database uses to execute your query. By knowing [...]
Categories: JDBC.
Tags: Database, JDBC, postgresql
Comments: none
