Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    4d281128
    Improve advanced search performance · 4d281128
    Jared Hancock authored
    Use a union query to avoid using DISTINCT and lots and lots of joins in the
    from clause.
    
    Initial tests seem to indicate about a 80% faster (~500ms down from ~800ms)
    on querying about 9k tickets).
    4d281128
    History
    Improve advanced search performance
    Jared Hancock authored
    Use a union query to avoid using DISTINCT and lots and lots of joins in the
    from clause.
    
    Initial tests seem to indicate about a 80% faster (~500ms down from ~800ms)
    on querying about 9k tickets).