-
Jared Hancock authored
This caches the explosion of the foreign key constraints, which eliminates the need to unnecessarily explode the foreign key constraint again and again while building queries. This represents about a 15% speed increase building large queries.
Jared Hancock authoredThis caches the explosion of the foreign key constraints, which eliminates the need to unnecessarily explode the foreign key constraint again and again while building queries. This represents about a 15% speed increase building large queries.
Loading