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

support Sort operator auto spill when query memory usage exceed threshold #7900

Merged
merged 18 commits into from
Aug 11, 2023

Commits on Aug 11, 2023

  1. support sort auto spill

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7dfd890 View commit details
    Browse the repository at this point in the history
  2. save work

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d5a511d View commit details
    Browse the repository at this point in the history
  3. save work

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2540da1 View commit details
    Browse the repository at this point in the history
  4. save work

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fe93f37 View commit details
    Browse the repository at this point in the history
  5. save work

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    100ecd9 View commit details
    Browse the repository at this point in the history
  6. add ut

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    618e039 View commit details
    Browse the repository at this point in the history
  7. rename operatorspillcontexts to mpptaskoperatorspillcontexts

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8467c5d View commit details
    Browse the repository at this point in the history
  8. save work

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2ea7ce1 View commit details
    Browse the repository at this point in the history
  9. address comments and add more tests

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cca4f97 View commit details
    Browse the repository at this point in the history
  10. refine

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ee21d5f View commit details
    Browse the repository at this point in the history
  11. address comments

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b447751 View commit details
    Browse the repository at this point in the history
  12. format

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    97f7b67 View commit details
    Browse the repository at this point in the history
  13. Update dbms/src/Core/TaskOperatorSpillContexts.h

    Co-authored-by: SeaRise <hhssearise@foxmail.com>
    windtalker and SeaRise committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d9e96df View commit details
    Browse the repository at this point in the history
  14. add more log

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d49d68c View commit details
    Browse the repository at this point in the history
  15. refine

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    89bb012 View commit details
    Browse the repository at this point in the history
  16. fix bug

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7e1b93c View commit details
    Browse the repository at this point in the history
  17. add more ut

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4aadbfd View commit details
    Browse the repository at this point in the history
  18. format code

    Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
    windtalker committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7496e48 View commit details
    Browse the repository at this point in the history