Unverified Commit 242fa273 authored by Gokhan Gulbiz's avatar Gokhan Gulbiz Committed by GitHub
Browse files

Move table size queries into pgcopydb catalogs (#684)

Instead of storing the table size in the source database, store it in our internal catalogs in the SQLite database. This allows better compatibility with read-only source databases.

At the moment this removes the possibility for the user to provide their own table size data in order to avoid the `pg_table_size()` query which is known to be a long running query in some platforms. A later improvement could be done to enable external table size input again.
parent f9f382d0
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