-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

PostgreSQL 10 High Performance
By :

A guide to the major changes in each PostgreSQL version starting with 7.4 is available at the feature matrix page: http://www.postgresql.org/about/featurematrix.
Since many performance-related changes are more internal, you won't necessarily see them there. The details are only in the release notes, the latest version of which you can read athttp://www.postgresql.org/docs/current/static/release.html.
This section will help you guide through features and settings that aren't available in older versions (or are removed from newer versions) of PostgreSQL in a more compact form, targeted specifically at performance-related ones. You will need to think first why digression is more important.
One habit some database deployments adopt, which is counterproductive with PostgreSQL, is that the version of the software used should be frozen forever once the system is validated as working. This is a particularly troublesome viewpoint...