November 2015
Beginner
464 pages
9h 46m
English
High performance in PostgreSQL can be achieved by having optimal execution plans and proper indexes. Execution plans depend on the statistics gathered from the tables; fortunately, in postgres, one can control the behavior of the statistic collection.
For a developer, it is important to get good performance. When handling foreign keys, there are two recommendations to increase the performance, which are as follows:
Read now
Unlock full access