|
|
|
|
|
by cauchyk
956 days ago
|
|
To get higher throughput we would need one goroutine to pull from the replication slot while the other is pushing to the target. The idea is to keep the Postgres connection useful and reading the slot while also pushing to the target asynchronously. |
|