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

Prevent slow field lookups when JSON fields are present. #39872

Merged
merged 2 commits into from
Mar 12, 2019

Commits on Mar 11, 2019

  1. Prevent slow lookups for non-existent fields.

    We now track the maximum depth of any JSON field, which allows the JSON field
    lookup to be short-circuited as soon as that depth is reached. This helps
    prevent slow lookups when the user is searching over a very deep field that is
    not in the mappings.
    jtibshirani committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    22a8d53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90bec95 View commit details
    Browse the repository at this point in the history