[CT-2018] Performance Bottleneck in BaseRelation.get_relation() #6842
Labels
adapter_caching
Issues related to the adapter's relation cache
enhancement
New feature or request
performance
stale
Issues that have gone stale
A profile of @boxysean's "really big project" showed that 60% of the time of a
dbt build
run is spent in BaseRelation.get_relation(). Let's look at how we can improve the performance of this function in a way with substantial end-user impact.The text was updated successfully, but these errors were encountered: