Unverified Commit 6ecc11ae authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Use libpq Single Row Mode when fetching catalogs. (#584)

Catalog queries may return a very large number of rows when the source
database contain a very large number of objects (tables, indexes, etc). To
best cope with that use Single Row Mode to fetch one row at a time in-memory
before inserting it to our internal SQLite catalogs.
parent 7b140817
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