Date: 2016-11-03
Time: 15:40–16:30
Room: Alfa 2
Level: Beginner
Some applications require to work across multiple datastores, and thus some designs exist to answer this problem. An usual choice is to use Distributed Transactions, that is : a transaction which involves more than one datastore (a filesystem, a PostgreSQL server, or any other datastore you can think about).
In this talk, you will hear about the interesting features such a system should provide and how PostgreSQL can be part of it.