-
Notifications
You must be signed in to change notification settings - Fork 322
Update 08_mtk_command_options.mdx #6987
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
base: develop
Are you sure you want to change the base?
Conversation
|
@gvasquezvargas, can we get this reviewed by an engineer on the MTK team? |
| Truncate the data from the table before importing new data. Use this option with the `-dataOnly` option. | ||
|
|
||
| !!!note | ||
| If -truncLoad is spcified, all indexes and constraints are dropped before data laod and recreated afterward. Hence if data load is failed, indexes and constraints might be lacking. Manual operation might be necessary, depending on the situation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| If -truncLoad is spcified, all indexes and constraints are dropped before data laod and recreated afterward. Hence if data load is failed, indexes and constraints might be lacking. Manual operation might be necessary, depending on the situation. | |
| If `-truncLoad` is specified, all indexes and constraints are dropped before data load and recreated afterward. Hence, if the data load fails, it may be due to a lack of indexes and constraints. Manual intervention might be necessary, depending on the situation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zahid75 do you mind taking a look at this suggestion from an external contributor (which I rephrased above) and letting us know if its accurate so we can merge it? Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Greetings. Sorry to bother you again.
Could you please confirm if there is any progress here?
Kind Regards,
Yuki Tei
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @yuki-tei ! I have pinged the MTK team, but they are heads-down with a release, so they have asked me to give them a couple of days.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gvasquezvargas , Thanks a lot for take a look and sorry for bothering. I understand that. I would wait for your further discussion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gvasquezvargas Have added @salman-hameed-code for review who has more insight into truncLoad specific behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gvasquezvargas I am not sure what does it mean "Hence, if the data load fails, it may be due to a lack of indexes and constraints"
b60ee82 to
c9eab4f
Compare
|
Note for on call: the release the SME is working on will be released mid next week, so we can start pinging him again a few days after that. |
Hi team,
Greetings.
What Changed?
We got to know that only -trunLoad will drop/recreate indexes/constraints, user should know this before using it.
Kind Regards,
Yuki Tei