Performance Tuning

DTH
There is a newer version of this page. You can find it here.

This is a first-release of the documentation. Additional detail will be added as the project matures.

log_statement - This feature in Postgres will log each query/command and its run-time. This can be very useful to identify slow-running queries. Logging "all" commands can be too much load on the server. We recommend logging only command that take longer than 10 seconds to run.


MongoDB Logo MongoDB