-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize locatePartition()
function and improve the write performance on partitioned table
#16667
Labels
Comments
|
Expression accepts We need to refactor the all write path code to use |
This was referenced Sep 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Development Task
Here is a flamegraph captured during
load data
into a partitioned table.As we can see, the write operation is heavy and the
locatePartition
function is not optimized.The text was updated successfully, but these errors were encountered: