-
Notifications
You must be signed in to change notification settings - Fork 753
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
bug: COPY INTO
CPU load takes a long time to rise
#8574
Comments
Ping @Xuanwo for the first-glance troubleshooting. Many |
Yes. I'm guessing they are plenty of |
Is it concurrent? The log will last for one minute, the speed is not fast, and there is not much network traffic during this period. |
Most of the time is consumed on parsing CSV content. We will improve it at #8486. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I found the root cause of this issue. This call requires all files to be |
Search before asking
Version
v0.8.89-nightly
What's Wrong?
The s3 path /100000-100/* only has 100 files.
At the beginning of the command execution, I observed a very low cpu load:
It took about 60 seconds for the CPU load to rise:
i checked info logs during the period of low CPU load.
got alot of this
How to Reproduce?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: