Skip to content
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

split insert batch #1831

Merged
merged 6 commits into from
Apr 20, 2022
Merged

split insert batch #1831

merged 6 commits into from
Apr 20, 2022

Conversation

zhijian-pro
Copy link
Contributor

@zhijian-pro zhijian-pro commented Apr 19, 2022

Close #1820 #1819 #1816

@zhijian-pro zhijian-pro marked this pull request as ready for review April 19, 2022 09:42
pkg/meta/sql.go Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2022

Codecov Report

Merging #1831 (bbeaa4a) into main (aca81b9) will decrease coverage by 0.25%.
The diff coverage is 64.55%.

@@            Coverage Diff             @@
##             main    #1831      +/-   ##
==========================================
- Coverage   61.89%   61.63%   -0.26%     
==========================================
  Files         135      135              
  Lines       23027    23028       +1     
==========================================
- Hits        14253    14194      -59     
- Misses       7177     7232      +55     
- Partials     1597     1602       +5     
Impacted Files Coverage Δ
pkg/meta/sql.go 66.07% <64.55%> (-0.78%) ⬇️
pkg/chunk/utils_unix.go 73.33% <0.00%> (-20.00%) ⬇️
pkg/fuse/context.go 56.75% <0.00%> (-10.82%) ⬇️
pkg/vfs/reader.go 80.29% <0.00%> (-4.38%) ⬇️
pkg/chunk/cached_store.go 76.59% <0.00%> (-2.93%) ⬇️
pkg/meta/base.go 71.18% <0.00%> (-0.51%) ⬇️
pkg/meta/redis.go 73.04% <0.00%> (+0.16%) ⬆️
cmd/main.go 51.19% <0.00%> (+0.89%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aca81b9...bbeaa4a. Read the comment docs.

@zhijian-pro zhijian-pro requested a review from davies April 20, 2022 11:28
@davies davies merged commit c392e31 into main Apr 20, 2022
@davies davies deleted the split_beans branch April 20, 2022 13:41
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.

bad connection when load 4M empty files meta to mysql.
3 participants