Archive for the tag "postgresql"
clone a postgresql database for testing cleanly
March 28th, 2010 by Jeanne BoyarskyI’m looking at writing integration tests for the back end of JavaRanch‘s JForum install. A few “pesky” requirements/constraints Multiple developers all over the word have their own local test databases filled with data in different states. The tests must work for everyone. Ideally they won’t leave data floating around either. The tests must use PostgreSQL. [...]
Posted: 28 March, 2010 in JavaRanch, JDBC.
Tags: Database, JDBC, jforum, postgresql
Comments: 4
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 [...]
Posted: 13 December, 2008 in JDBC.
Tags: Database, JDBC, postgresql
Comments: -
