davidgovea
Results
31
comments of
davidgovea
I think that this new option might resolve this issue: * https://github.com/duckdb/postgres_scanner/pull/195 `SET pg_use_ctid_scan=false;` --- FWIW we have been using this workaround in prod for a while: `SET pg_pages_per_task=9876543;` //...