Y
Hacker News
new
|
ask
|
show
|
jobs
by
porsager
787 days ago
I was expecting to see
https://github.com/dimitri/pgcopydb
when clicking this. How is this different?
3 comments
saisrirampur
787 days ago
OP here. pgcopydb is also a great tool. It does pg_dump|pg_restore. It cannot multi-thread (parallelize) single table data migration
link
lmz
787 days ago
seems like it can parallelize to an extent:
https://pgcopydb.readthedocs.io/en/latest/concurrency.html#s...
link
fyrn_
787 days ago
It only uses pg_dump and pg_restore for transfer of the schema, the actual data transfer is a custom mechanism.
link
joevandyk
787 days ago
does pgcopydb support copying a single table in multiple threads?
link
fyrn_
786 days ago
https://pgcopydb.readthedocs.io/en/latest/concurrency.html#s...
link
digger495
787 days ago
Because this is advertising :)
link