-
Notifications
You must be signed in to change notification settings - Fork 82
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
Using Sync Command Facing Timeout Issue & batch_size is not Working. #126
Comments
@kamrankhatti Thanks for identifying this issue I am facing this issue, Process command & sync commands behaves differently. I am able to write translation file which perfectly translate data from MSSQL SERVER to MongoDB via "process command"without much issue's there are some but we able to fix them. But, we have requirement to deal with differential records (delta) as well. For that we are using Sync command to translate data but it has some issue which we need to fix. There are some timeout error other thing which IO observe is that its not migrating data in chunks instead its processing whole record at once which making issue's for us. @hammady do you recommend any work around to work with or how I can deal this issue |
If the process command was updated to work in batches after I merged the sync feature, I should be able to port this feature as well. @anlek please confirm. |
@hammady That will be great help man |
One more thing I found in I have noticed it does not @hammady had you tested |
Embedded tables are not supported by sync. I believe it is mentioned
somewhere.
…On Wed, Dec 14, 2016 at 3:19 PM Kamran Khatti ***@***.***> wrote:
One more thing I found in sync it also ignores all embedded tables, each
time you run sync command it brings all data for embedded tables.
*Sync does not work for embedded tables*.
@hammady <https://github.com/hammady> had you tested sync for embedded
tables?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#126 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA0PJ8mKEbgeNb5_7if9ocsuWm7h1Vhoks5rH97MgaJpZM4LHx6Z>
.
|
Hi -
When I run
process
command data migration works perfectly, but when I usesync
commandbatch_size 10000
does not work (facing weird issue batch_size works for embedded tables but not for others) hence it causesTinyTds::Error: Adaptive Server connection timed out
error in some tables which has bunch of records.Also the migration process is very slow when we use
sync
as compare toprocess
command, I think this same fix #38 should implement forsync
as well. Need @hammady consideration over it.Thanks
Kamran
The text was updated successfully, but these errors were encountered: