Skip to content

Conversation

@freemandealer
Copy link
Contributor

@freemandealer freemandealer commented Jul 15, 2024

Add BE config enable_stream_load_commit_txn_on_be default false

When to enable commit on be?
Bypassing FE during commit is good for load performance, especially when doing frequent streamloading.

When to disable commit on be?
The current implementation of the bypass will mess up the statistics, thus the query plan optimizer. So disable it when you encountering any troubles. Such problem will be fixed in future work.

When to enable commit on be?
Bypassing FE during commit is good for load performance, especially when
doing freqent streamloading.

When to disable commit on be?
The current implementation of bypass will mess up the statistics, thus
the query plan optimizer. So disable it when you encoutering any
troubles. Such problem will be fixed in future work.

Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@freemandealer freemandealer changed the title [fix](cloud) provide a conf to enable/disable streamload commit on be (pick 37848) [fix](cloud) provide a conf to enable/disable streamload commit on be (pick #37848) Jul 15, 2024
@gavinchou gavinchou changed the title [fix](cloud) provide a conf to enable/disable streamload commit on be (pick #37848) [fix](cloud) provide a conf to enable/disable streamload commit on be (#37848) Jul 15, 2024
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@gavinchou
Copy link
Contributor

Pick #37848

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants