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 queries search for a chain of OR strings #3250

Merged
merged 4 commits into from
Mar 5, 2019
Merged

Commits on Mar 2, 2019

  1. Optimise queries search for a chain of OR strings

    James Stone committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    d973a7c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Optimizing a bit

    First make a sort based on column id. This will allow us to only pass through the
    array of conditions once.
    Comparing column indecies before making dynamic casts.
    Early out if column has search index.
    jedelbo committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    1011e96 View commit details
    Browse the repository at this point in the history
  2. Remove an unnecessary cast

    James Stone committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e4d5139 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Further optimise for few conditions

    James Stone committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    24cfb23 View commit details
    Browse the repository at this point in the history