Tags: pingcap/tiflash
Tags
{"author":"huangjunshen@pingcap.com","meta":{"ops_req":{"applicant":"…
…huangjunshen@pingcap.com","release_id":"30069","change_id":"61925"}}}
metrics: improve getGCSafePointWithRetry metrics (#10807) (#10812) close #10808 ### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ```commit-message ``` ### Check List Tests <!-- At least one of them must be included. --> - [ ] Unit test - [ ] Integration test - [ ] Manual test (add detailed scripts or steps below) - [ ] No code Side effects - [ ] Performance regression: Consumes more CPU - [ ] Performance regression: Consumes more Memory - [ ] Breaking backward compatibility Documentation - [ ] Affects user behaviors - [ ] Contains syntax changes - [ ] Contains variable changes - [ ] Contains experimental features - [ ] Changes MySQL compatibility ### Release note <!-- bugfix or new feature needs a release note --> ```release-note None ``` Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
{"author":"huangjunshen@pingcap.com","meta":{"ops_req":{"applicant":"…
…huangjunshen@pingcap.com","release_id":"30066","change_id":"61841"}}}
{"author":"huangjunshen@pingcap.com","meta":{"ops_req":{"applicant":"…
…huangjunshen@pingcap.com","release_id":"30066","change_id":"61833"}}}
Support null-eq join (#10788) ref #10787 Support null-eq join in TiFlash by plumbing join metadata from DAG/planner into join execution, handling nullable null-eq keys correctly in hash join, refining row-filter/null-key handling for outer/full join paths, disabling incompatible runtime-filter paths, and adding targeted test coverage. This branch also keeps the existing json_object pushdown changes already present on the branch. Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
PreviousNext