*: remove the transaction kv count limit#11141
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11141 +/- ##
=========================================
Coverage 81.456% 81.456%
=========================================
Files 429 429
Lines 92839 92839
=========================================
Hits 75623 75623
Misses 11813 11813
Partials 5403 5403 |
27ccb4d to
3cd6fb5
Compare
There was a problem hiding this comment.
If this test is not used any more, please remove it directly.
There was a problem hiding this comment.
This PR is still WIP, plz wait.
AndreMouche
left a comment
There was a problem hiding this comment.
Any performance test?
Some tests are being done, but not specifically for performance. I think this pr will not improve performance. We will do some profiling. However, these two days have been suspended because of the talent plan. @AndreMouche |
|
Maybe use some kind of |
3cd6fb5 to
2480c73
Compare
|
@jackysp any update? do we need to continue processing this PR? |
|
Yes, it is still WIP. I'm doing some tests for it, but the results may not be suitable to report to Github. |
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
2480c73 to
f51bcc0
Compare
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
|
/run-all-tests |
|
LGTM |
|
/run-all-tests |
|
@jackysp merge failed. |
|
The unit test failed with the same reason as #11693. |
|
/run-unit-test |
1 similar comment
|
/run-unit-test |
Signed-off-by: Shuaipeng Yu jackysp@gmail.com
What problem does this PR solve?
It is extremely easy to reach the transaction kv count limit for TiDB. Which make the user have to modify their applications.
What is changed and how it works?
Remove the transaction kv count limit, though keep the transaction size limit.
Check List
Tests
Code changes