Community

Fancy SQL Monday: Finding broken keys

(Josh Berkus) One of the things which frequently happens with PostgreSQL database corruption is that indexes become corrupted so that index entries no longer match the underlying table. For regular indexes, this can be fixed with a REINDEX or pg_repack.

Read More - Register for Free Membership