Permalink
3 comments
on commit
sign in to comment.
Browse files
Improve the performance of quoting table names on PG
This caused a pretty major performance regression for 4.2, as this is a hotspot for query construction. We're still slightly slower than 4.1, but it's much less significant.
- Loading branch information...
Showing
with
15 additions
and 4 deletions.
This comment has been minimized.
sgrif repliedNov 17, 2014
/cc @senny
This comment has been minimized.
senny repliedNov 17, 2014
@sgrif thanks for fixing this😰 do you think we should annotate the relevant parts with a comment to make sure code authors are aware that these are hotspots?
This comment has been minimized.
sgrif repliedNov 17, 2014
If you think we should, we certainly can. I skipped it because none of the code stood out as terribly less ideomatic.