Date: 2014-10-24
Time: 09:30–10:20
Room: Renacimiento I
Level: Intermediate
The BDR project works on delivering asynchronous multimaster replication to postgres. We've recently released the first public version after integrating many preliminary features into postgresql 9.3 and 9.4.
We'll discuss: * What scenarios are good for asynchronous multimaster? * In which cases won't it work? * What methods exist to avoid and resolve conflicts? * Performance! * What's the relationship with core postgres? * The Future