• Alex Kalderimis's avatar
    Add lookahead optimisations for merge requests · 50fc2822
    Alex Kalderimis authored
    This uses lookahead to preload associations we know we are going to
    need.
    
    To ensure this works, the keyset connection is updated to support
    pre-loaded associations This enables results sets that are already in
    memory to be efficiently handled without making extra unnecessary
    queries.
    50fc2822
connection.rb 7.76 KB