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
Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.
Specifically, remember lookup_type_cache() results instead of retrievingthem once per comparison. Under CLOBBER_CACHE_ALWAYS, this reducedsrc/test/subscription/t/001_rep_changes.pl elapsed time by an order ofmagnitude, which reduced check-world elapsed time by 9%.Discussion:https://postgr.es/m/20200406085420.GC162712@rfd.leadboat.com