You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: