Hacker News new | ask | show | jobs
by SahAssar 918 days ago
Can I ask what your use-case is for logical replication on something like neon?
1 comments

So I can run something like Supabase or WalEx which subscribe to WAL changes.
Ah, gothca. I've mostly used triggers and LISTEN/NOTIFY for those things, so haven't tried the WAL methods.
There’s significant limitations with the trigger approach.
Just an FYI: neon just released logical replication.