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

statistics: support tracking column cmsketch #35135

Merged
merged 29 commits into from
Jun 17, 2022

Commits on Jun 2, 2022

  1. support tracking column cmsketch

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    891b61f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. fix test

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    12d4941 View commit details
    Browse the repository at this point in the history
  2. make loaded atomic

    Signed-off-by: yisaer <[email protected]>
    
    make loaded atomic
    
    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    be6d2ab View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. fix

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ccaf3a0 View commit details
    Browse the repository at this point in the history
  2. allow column init cmsketch

    Signed-off-by: yisaer <[email protected]>
    
    add size metrics
    
    Signed-off-by: yisaer <[email protected]>
    
    Revert "add size metrics"
    
    This reverts commit 05b06a3f4f3ad98ae3f6ca389db2fc8ccc193dc4.
    Yisaer committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7cefc59 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. add testcase

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    f448110 View commit details
    Browse the repository at this point in the history
  2. remove useless code

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    2030048 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1651163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c69e9af View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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

Commits on Jun 14, 2022

  1. revise loaded

    Signed-off-by: yisaer <[email protected]>
    
    add comment
    
    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e25e725 View commit details
    Browse the repository at this point in the history
  2. Revert "revise loaded"

    This reverts commit e25e725.
    Yisaer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f7b08af View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    8d60457 View commit details
    Browse the repository at this point in the history
  2. use new load status

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b5643b3 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    806eaad View commit details
    Browse the repository at this point in the history
  4. fix test

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6c8c1f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. address the comment

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    514e17c View commit details
    Browse the repository at this point in the history
  2. planner: improve the generation for record the test cases (pingcap#35369

    )
    
    close pingcap#35368
    
    address the comment
    
    Signed-off-by: yisaer <[email protected]>
    
    address the comment
    
    Signed-off-by: yisaer <[email protected]>
    Reminiscent authored and Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1e9463e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5298ddb View commit details
    Browse the repository at this point in the history
  4. fix fmt

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e3ee8ff View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/support_column_cmsketch' into su…

    …pport_column_cmsketch
    Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e4b5725 View commit details
    Browse the repository at this point in the history
  6. address the comment

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    c2ebdcf View commit details
    Browse the repository at this point in the history
  7. address the comment

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    532e2df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff9a72b View commit details
    Browse the repository at this point in the history
  9. fix fmt

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9f39aa6 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/support_column_cmsketch' into su…

    …pport_column_cmsketch
    Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1b8a804 View commit details
    Browse the repository at this point in the history
  11. fix test

    Signed-off-by: yisaer <[email protected]>
    Yisaer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    7bf2426 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff4158d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed536b2 View commit details
    Browse the repository at this point in the history