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

fix: Improve perf random logo search #1397

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    4998bc6 View commit details
    Browse the repository at this point in the history
  2. fix: improve performance of random logo search

    We now use TABLESAMPLE to fetch 20% of rows randomly. The performances
    are much better than previously.
    raphael0202 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    58ac06e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f65d10 View commit details
    Browse the repository at this point in the history