Skip to content
  • Jared Hancock's avatar
    5a85c123
    orm: Optimize join construction · 5a85c123
    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.
    5a85c123
    orm: Optimize join construction
    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.
Loading