Uh oh!
There was an error while loading. Please reload this page.
[Feature] Limit frequency of query and load in system level - #7474
[Feature] Limit frequency of query and load in system level#7474MorningLight5 wants to merge 4 commits into
Conversation
Good idea, Impala’s AdmissionController does a similar thing, Introduction is here https://shimo.im/docs/6qxjctpyDHJgPwtw In #7198, I have counted the real memory consumption of each Query, which may be implemented based on your PR later |
morningman
commented
Dec 23, 2021
Hi @tianhui5 , thanks for your contribution. |
MorningLight5
commented
Jan 4, 2022
Thanks for remind me. I've add relative doc and unit test, please review this PR |
Nice work. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
morningman
commented
Jan 10, 2022
There are two main issues
|
MorningLight5
commented
Jan 29, 2022
Yes, that seems to have too much RPC. I have rewrote the feature with statistic sychronize based on bdbje. Because I think it's fine to use bdbje to store some temperory statistics, and there is too much work to develop a middleware myself. Please review this patch, thanks for your time! |
morningman
commented
Feb 13, 2022
Hi @tianhui5 Although we had some private discussions about this feature, we eventually needed a complete design and usage document to help all developers and users understand how this feature works and how to use it. It is recommended that the final design be fully described in the issue #7129 (and the previous design be marked as Deprecated). Also, I suggest a separate user document describing the functionality from a usage perspective, including the followings:
In the previous Doris development, we also had a lot of features that were difficult to maintain due to lack of documentation, and I hope to be able to improve the process in this area in future projects. Thanks! |
Done. |
MorningLight5
commented
Feb 18, 2022
We're closing this PR because it hasn't been updated in a while. |

Proposed changes
Fix#7129
Types of changes
Checklist