Ravi

Results 1 comments of Ravi

The query_chunk_size is not on the Postgres cursor. So SQL Alchemy keeps on pulling the data until it can. https://github.com/toluaina/pgsync/blob/95116702c4b314d8b97696ef857cfe116241e236/pgsync/base.py#L867 You can add a new env variable to control it...