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: support data compression in Broadcast / Passthrough exchange operator; optimize process about choosing Broadcast Join; #41968

Merged
merged 38 commits into from
Mar 21, 2023

Commits on Mar 7, 2023

  1. 1

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2521a89 View commit details
    Browse the repository at this point in the history
  2. 2

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    33bdbc1 View commit details
    Browse the repository at this point in the history
  3. 3

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    2d8c81f View commit details
    Browse the repository at this point in the history
  4. Revert "2"

    This reverts commit 33bdbc1.
    solotzg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b6889a3 View commit details
    Browse the repository at this point in the history
  5. 4

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b2ea880 View commit details
    Browse the repository at this point in the history
  6. 5

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8330a56 View commit details
    Browse the repository at this point in the history
  7. 6

    solotzg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e40ad67 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. ut

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2b9d353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    780224d View commit details
    Browse the repository at this point in the history
  3. 7

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    50d3a42 View commit details
    Browse the repository at this point in the history
  4. 8

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    66ff966 View commit details
    Browse the repository at this point in the history
  5. 9

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5190a5e View commit details
    Browse the repository at this point in the history
  6. 10

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4ff16f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d051c1f View commit details
    Browse the repository at this point in the history
  8. 11

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7e4e2c9 View commit details
    Browse the repository at this point in the history
  9. comment

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6aa00ab View commit details
    Browse the repository at this point in the history
  10. 12

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    eadfaf5 View commit details
    Browse the repository at this point in the history
  11. 13

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a23d8c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. add session var BroadcastJoinCostModelVersion;

    refine process about get mpp store count
    
    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    16c6ed3 View commit details
    Browse the repository at this point in the history
  2. add more ut

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e4921c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. check bcj for more join type

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    cfe3654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c153b65 View commit details
    Browse the repository at this point in the history
  3. update bazel file

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    20132e6 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a03307b View commit details
    Browse the repository at this point in the history
  5. add more tests about mppStoreCnt

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    220d11a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. add more fail point tests

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    af9d977 View commit details
    Browse the repository at this point in the history
  2. bcj is there is one tiflash node

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f92579e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. 15

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1ed2a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85c9e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. more ut

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fa6d626 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    588d68d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    78f8bb7 View commit details
    Browse the repository at this point in the history
  2. 17

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    55e71b9 View commit details
    Browse the repository at this point in the history
  3. 18

    solotzg committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    959dce0 View commit details
    Browse the repository at this point in the history
  4. fix behavior of tpch q4

    solotzg committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ea2c9b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1495a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. rename to tidb_prefer_broadcast_join_by_exchange_data_size

    Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
    solotzg committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3ab47aa View commit details
    Browse the repository at this point in the history