|
|
Subscribe / Log in / New account

PostgreSQL: the good, the bad, and the ugly

PostgreSQL: the good, the bad, and the ugly

Posted May 21, 2015 22:12 UTC (Thu) by tomik (guest, #93004)
In reply to: PostgreSQL: the good, the bad, and the ugly by Lennie
Parent article: PostgreSQL: the good, the bad, and the ugly

Yes, it started as a large patch touching a lot of PostgreSQL code. But that's probably the only way to implement stuff like this - it requires a lot of additional features (Logical Decoding is one of them) - you have to find all the missing bits first. The intention was always to merge the "shared" parts into the core, and implement logical replication (e.g. BDR) on top of that, as an extension.


to post comments

PostgreSQL: the good, the bad, and the ugly

Posted May 21, 2015 22:56 UTC (Thu) by Lennie (subscriber, #49641) [Link] (1 responses)

So no plan in the very long run to just have the whole of BDR be part of core if the other PostgreSQL will have it ?

PostgreSQL: the good, the bad, and the ugly

Posted May 21, 2015 22:59 UTC (Thu) by andresfreund (subscriber, #69562) [Link]

The plan is to integrate as much as possible, it just takes a lot of effort and time.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds