Rule or TI, conditional feed?
Posted: Mon Nov 14, 2011 3:31 am
Hi all got something to ask about feeding.
Within same cube,
We got,
Active version: we use rule DB, stet rule for the non-active version
and Non-active version: we use TI to DB
We then use conditional feeder to feed only active version
Note: condition of version whether active or non-active, only to be changed approx. once a month.
we can accept the slowness once a month when condition change, if it will be quicker during when the conditions stay same.
Question:
1) Is this combination the best for the performance?
2) Rule vs TI : regards feeding same data
What if, we use rule for version, rule without version specification.
With number of non-active version never gonna change, will TI or rule be indifferent for the non-active version?
What make feeders slower than rules except the change of number in cells?
3) Conditional vs. non-conditional feeders
Assume we use TI for non-active version, does conditional feeders enhance performance?
(apart from the slowness of refeeding when change condition, i mean will conditional feeder help while condition not changed?)
In case the format of conditional feeders must be considered too
our conditional feeders currently are like:
[]=> DB(
IF(version=active, 'Source cube', '')
, dim1, dim2, dim3);
Thank you so much
Within same cube,
We got,
Active version: we use rule DB, stet rule for the non-active version
and Non-active version: we use TI to DB
We then use conditional feeder to feed only active version
Note: condition of version whether active or non-active, only to be changed approx. once a month.
we can accept the slowness once a month when condition change, if it will be quicker during when the conditions stay same.
Question:
1) Is this combination the best for the performance?
2) Rule vs TI : regards feeding same data
What if, we use rule for version, rule without version specification.
With number of non-active version never gonna change, will TI or rule be indifferent for the non-active version?
What make feeders slower than rules except the change of number in cells?
3) Conditional vs. non-conditional feeders
Assume we use TI for non-active version, does conditional feeders enhance performance?
(apart from the slowness of refeeding when change condition, i mean will conditional feeder help while condition not changed?)
In case the format of conditional feeders must be considered too
our conditional feeders currently are like:
[]=> DB(
IF(version=active, 'Source cube', '')
, dim1, dim2, dim3);
Thank you so much