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

Support --bulk-batch-size parameter #83

Closed
rdagumampan opened this issue May 3, 2020 · 1 comment
Closed

Support --bulk-batch-size parameter #83

rdagumampan opened this issue May 3, 2020 · 1 comment
Assignees
Labels

Comments

@rdagumampan
Copy link
Owner

When performing bulk imports to seed the databases, we use slice data into batches when the platform supports it. You can find this in MySqlBulkImportService.cs and SqlServerBulkImportService. This can be parameterized via CLI like this:

yuniql run -a -c <connection-string> --bulk-batch-size 1000

MySqlBulkImportService

image

SqlServerBulkImportService

image

We need to extend the CLI Option to accept this value.

image

@rdagumampan rdagumampan added first-timer-friendly Light and easy start help wanted You're welcome to work on it right away labels May 3, 2020
@rdagumampan rdagumampan added this to the v1.0 milestone May 16, 2020
@rdagumampan rdagumampan added implementing and removed help wanted You're welcome to work on it right away labels May 21, 2020
@rdagumampan rdagumampan self-assigned this May 21, 2020
@rdagumampan
Copy link
Owner Author

Done. Will be part of release v1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant