im using logical replication in postgres but SELEC...
# ask-community-for-troubleshooting
d
im using logical replication in postgres but SELECT slot_name, confirmed_flush_lsn, pg_current_wal_lsn(), (pg_current_wal_lsn() - confirmed_flush_lsn) AS lsn_distance FROM pg_replication_slots; lsn_distance is keep on increasing why is that ?
a
Hey @Dharshan Viswanathan, please post on our forum if you need troubleshooting assistance 🙏🏻
d
thanks