Skip to content
  • Nils VAN ZUIJLEN's avatar
    Refactor Event.to_come to speed it up · f838738c
    Nils VAN ZUIJLEN authored
    Use 4 simple SQL requests instead of a big one
    
    Decreases complexity on SQL side by not JOINing the three inscription
    sources in one request.
    
    Previous function ran in 40 to 50 seconds
    The new one runs in ~70 milliseconds
    f838738c