thank you very much Dieter.
i almost got your point.It means that its not possible to update a table that has its rows or indexes spread across multiple AMP's.
Every table has it's rows spread across all AMPs. But a NUSI indexes only the rows which are located on the same AMP, so a modification of an index value can be done AMP local, too.
To update a USI there has to be some communication between the AMP with the original data row and the AMP with the index row, that's not allowed/possible with MLoad.
This is the same reason why an update on the primary index columns is not allowed in MLoad, a new PI value results in a new rowhash, which results in a new AMP were that row has to be stored (equal to delete/insert that row)
Now its very clear to me .
Thank you very much for your help.
If possible, please let me know if there are any materials
that i can go through to get familiar with this kind of stuff.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.