[Feature][Stream Load] Add "show stream load" to show stream load record#5488
[Feature][Stream Load] Add "show stream load" to show stream load record#5488yangzhg merged 1 commit intoapache:masterfrom
Conversation
5e53d96 to
97817e1
Compare
|
@weizuo93 Hi, Thanks for your contribution. |
@kangkaisen Our goal is to store the stream load meta in FE. The reason why the stream load meta is stored on BE first is to send the meta to FE in bulk to avoid calling RPC every time the stream load finished. After a certain period of time, stream load meta will be removed from BE. |
|
@weizuo93 |
@kangkaisen As far as I know, there is no info about stream load in |
|
@weizuo93 You are right. I am wrong. This PR could go ahead. (But store some load job meta in FE and store some load job meta in BE, which seems not very good) |
@kangkaisen |
|
@weizuo93 Ok, Thanks for your explain. which is OK for me |
32232d9 to
d039ef2
Compare
|
|
OK, thank you. |
60c2b98 to
7cbb927
Compare
cbb9e4b to
bc970e8
Compare
Co-authored-by: weizuo <weizuo@xiaomi.com>
Proposed changes
Add the sql of
show stream loadto show the result of recent stream load jobs.Types of changes
What types of changes does your code introduce to Doris?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.