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

*:add the indexlookup runtime stats infomation #20145

Merged
merged 60 commits into from
Oct 23, 2020

Commits on Sep 21, 2020

  1. init

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    5cc8eb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

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

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    ace03a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. add the rpcstats

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    bc84c72 View commit details
    Browse the repository at this point in the history
  2. update rpc_count

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    fc2c1c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92814d7 View commit details
    Browse the repository at this point in the history
  4. merge master

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    bcf3a18 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. remove useless line

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    c4ae392 View commit details
    Browse the repository at this point in the history
  2. add atomic var

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    7aa952f View commit details
    Browse the repository at this point in the history
  3. atomic to indexscan and tablescann

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    9cfcfca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f281543 View commit details
    Browse the repository at this point in the history
  5. remove useless line

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    2866a11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a1b422 View commit details
    Browse the repository at this point in the history
  7. add Clone() and Merge()

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    3321426 View commit details
    Browse the repository at this point in the history
  8. backup

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    9999e2c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. add no table worker situation

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    b5e787d View commit details
    Browse the repository at this point in the history
  2. make check_dev ok

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    42266c8 View commit details
    Browse the repository at this point in the history
  3. remove race

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    547ee31 View commit details
    Browse the repository at this point in the history
  4. use rpcruntimestat instead of map

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    e816b47 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    3157af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    824ab36 View commit details
    Browse the repository at this point in the history
  3. remove useless time

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    e3e5a07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb1e284 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. update the index_task_time

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    50d1e27 View commit details
    Browse the repository at this point in the history
  2. use atomic.Load to get the atomic var

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    04c12ab View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. fix the update cop_task bug

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    80fda6c View commit details
    Browse the repository at this point in the history
  2. fix the code

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    27eb3b1 View commit details
    Browse the repository at this point in the history
  3. remove the record rpc func

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    bc1bca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    b495edf View commit details
    Browse the repository at this point in the history
  2. change the index runtime stat and add the unit test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    3834e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c066dc View commit details
    Browse the repository at this point in the history
  4. fix the unit test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    4a207f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    962fc50 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. check w.idxlookup.stat nil

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    c30ae72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ad208 View commit details
    Browse the repository at this point in the history
  3. seprate the cop_task into index and table

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    6b429ca View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. update the unit test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    1c91722 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. update the indexrangescan and unit test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3be7071 View commit details
    Browse the repository at this point in the history
  2. add the indexRangeScan baseExecutor

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    2c7a88e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec4df1a View commit details
    Browse the repository at this point in the history
  4. update

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    80b9090 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    f6bedd5 View commit details
    Browse the repository at this point in the history
  2. add test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    a3b9087 View commit details
    Browse the repository at this point in the history
  3. test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    30b800b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68901fe View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Adjust the output information of the execution info

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    1d84475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf8d096 View commit details
    Browse the repository at this point in the history
  3. adjust unit test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    296951a View commit details
    Browse the repository at this point in the history
  4. adjust unit test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    ae4cea5 View commit details
    Browse the repository at this point in the history
  5. adjust unit test

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    6828017 View commit details
    Browse the repository at this point in the history
  6. adjust indexScan location

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    9bda0a0 View commit details
    Browse the repository at this point in the history
  7. adjust plan index to last one

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b2d2c2a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. add the getTableRootPlanID func

    Signed-off-by: jyz0309 <45495947@qq.com>
    jyz0309 committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1ed4ddd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    f5bcd80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dec20c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    8743ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0766a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc1743b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f29005f View commit details
    Browse the repository at this point in the history