Skip to content
Snippets Groups Projects
  1. Jan 10, 2014
  2. Jan 09, 2014
  3. Jan 08, 2014
  4. Jan 07, 2014
  5. Jan 06, 2014
  6. Jan 03, 2014
  7. Jan 02, 2014
    • Jared Hancock's avatar
      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
Loading