-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Detect migrating batch size #7353
Detect migrating batch size #7353
Conversation
Does a batch size of 100 work by default for sqlite? |
@zeripath it works for me but not @mrsdizzie |
I left comment on #7348 about the size |
9a374af
to
2db9303
Compare
Codecov Report
@@ Coverage Diff @@
## master #7353 +/- ##
==========================================
- Coverage 41.24% 41.23% -0.02%
==========================================
Files 467 467
Lines 63295 63336 +41
==========================================
+ Hits 26108 26117 +9
- Misses 33770 33803 +33
+ Partials 3417 3416 -1
Continue to review full report at Codecov.
|
This looks good thanks! Was able to migrate all Gitea with Sqlite |
I guess this needs to be 1.9 |
Yes should be in 1.9 since the batch processing is |
* Make migrating batch size as configurable * detect different table batch insert size and remove config item * remove unrelated changes
should fix #7348