1. Introduction If you are into distributed database research, especially one that is setup using Foreign Data Wrapper (FDW) + partitioned foreign tables, you probably have heard that there are many potential issues associated with this setup. Atomic commit, atomic visibility and global deadlock detection are one of the most popular issues that one can… Read more The post Distributed Database With PostgreSQL – Atomic Commit Problems first appeared on Highgo Software Inc.. The post Distrib...