We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用多线程写入clickhouse,每次都是新建连接,写数据到block,insertrequest,block.initWriteBuffer(),block.cleanup();CKConnection.close();观察客户端内存会一直增加,然后触发fullGC,写入效率受影响,请问有什么方法解决吗?
paste your error logs here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Error logs
使用多线程写入clickhouse,每次都是新建连接,写数据到block,insertrequest,block.initWriteBuffer(),block.cleanup();CKConnection.close();观察客户端内存会一直增加,然后触发fullGC,写入效率受影响,请问有什么方法解决吗?
Steps to reproduce
Other descriptions
The text was updated successfully, but these errors were encountered: