Unverified Commit 93865d01 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Implement support for Large Objects (#20)

* pgcopydb copy blobs

New command to support copying large objects from the source to the target
database instances, in a streaming fashion: we avoid spilling the large
object data to disk altogether.

* Integrate an auxiliary process in the main table-data part.

Now the large objects are automatically copied over from the source to the
target database. The concurrency is limited to 1 by the way the code is
written at the moment.
parent 21ce1f54
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment