Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise autocomplete query #38080

Merged
merged 10 commits into from
Jan 26, 2024
Merged

Optimise autocomplete query #38080

merged 10 commits into from
Jan 26, 2024

Commits on Jan 24, 2024

  1. Filter for active tables only

    romeovs authored and piranha committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    65daf4c View commit details
    Browse the repository at this point in the history
  2. Switch to more efficient inner-join

    romeovs authored and piranha committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    dc83b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac0e2b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    732c888 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e28535 View commit details
    Browse the repository at this point in the history
  6. ok, checking for active fields breaks tests

    and I can't find the reason - but it has no major impacts on performance after adding an index, at least on stats
    piranha committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    13c31ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fde4b11 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. explain caching setup

    piranha committed Jan 25, 2024
    1 Configuration menu
    Copy the full SHA
    fdbfe60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddcba4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6512c94 View commit details
    Browse the repository at this point in the history