git_fdw icon indicating copy to clipboard operation
git_fdw copied to clipboard

Slow queries on large repos

Open davidfetter opened this issue 6 years ago • 0 comments

If I comment out the "diff" parts of git_iterateForeignScan, queries on the PostgreSQL repository go from 3+ minutes to ~2 seconds. Is there some way not to call those diff routines unless they're actually involved in a query?

davidfetter avatar Jul 29 '19 20:07 davidfetter