The Index Advisor That Checks Your Replicas Before Recommending a DROP
There is a class of PostgreSQL incident that is entirely self-inflicted: dropping an index from the primary that turns out to be critical on a replica. The index shows zero scans on the primary because transactional workloads never use it. But the an...
postgresdba.hashnode.dev3 min read