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

planner: stream agg should not be pushed to double read (#12443) #12690

Merged
merged 3 commits into from
Oct 28, 2019

Commits on Oct 14, 2019

  1. planner: stream agg should not be pushed to double read (pingcap#12443)

    For the following two reason, we should not push stream agg down to double read
    - The aggregate will lost the handle information
    - There's no sort operator. The second read is ordered with pk, not by index.
    winoros committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    252287a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    8d44596 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    b657667 View commit details
    Browse the repository at this point in the history