April 2018
Intermediate to advanced
508 pages
15h 22m
English
Starting from PostgreSQL 10, the amcheck module is available. The amcheck module provides functions that allow you to verify the logical consistency of the structure of indexes. If the structure appears to be valid, no error is raised. You can find it at https://www.postgresql.org/docs/10/static/amcheck.html.
With this module, you can check the following:
Let's ...
Read now
Unlock full access