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

Use SQLite to store our internal copy of the source catalogs. (#569)

This allows to implement an in-memory array with the capabilities to
spill-to-disk and also hash-table like lookup operations, and with good
multi-process concurrency handling.

Using SQLite internally will allow reducing the memory usage of pgcopydb and
make it possible to address databases with more than a million of tables
defined.
parent c0b8b459
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