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_min_duration_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 commands that take longer than 10 seconds to run.

Delete Expired Rate Sheets - Deleting rate sheets/decks that have expired will improve performance as there will be fewer records to process.


MongoDB Logo MongoDB