|
|
|
|
|
by mslot
3735 days ago
|
|
(Marco from Citus Data) It seems at least theoretically possible. Since the Citus master executes distributed queries by sending regular SQL queries to the Citus workers, you could already use BDR servers as workers and replicate the data between pairs of workers in different data centers and copy over the metadata on the master manually. However, some distributed joins and data loading features wouldn't work. For all features to work, and to replicate the master, you would have to compile Citus against BDR, which probably requires a few code changes. |
|