TI and Parallel Interaction
Posted: Fri Jun 03, 2011 5:11 pm
Given IBM's best practice note on PI on TI's:
(2) Does the caveat about metadata updates apply to MDX subset/view creation code? My guess/hope is that only true dimension changes/additions block ops.
(3) Functionally speaking, can Rules prevent Parallel Interaction from working?
Thanks again folks.
-- John
(1) Is it appropriate to expect to be able to do a full export of a rules-heavy cube with asciioutput to a file AND not have the TI operation block read or writes to the same cube? I have had no luck getting TM1 not to block with even with the simpliest of TI export code (i.e. a using a static source view).Parallel Interaction allows for simultaneous execution of TI processes reading and/or writing to the same cube – none of the data loading processes blocking the others – without needing to use Batch Update Start / Batch Update Wait Finish. Remember that TI’s having meta data updates will result in blocking actions.
(2) Does the caveat about metadata updates apply to MDX subset/view creation code? My guess/hope is that only true dimension changes/additions block ops.
(3) Functionally speaking, can Rules prevent Parallel Interaction from working?
Thanks again folks.
-- John