Hi,<div>I am unsure as to how Mondrian deals with weighting factors. I tried to google but couldn&#39;t really find anything.</div><div>My company logs the impressions data of our services. One field is filled with a comma separated list of user interests. Basically, one impression record can have many interest data points. </div>
<div>Currently, to keep data size to a minimum, my ETL process reads the log file, inserts data into the fact table and updates the dimensional table for the interest (SCD2). The interest dimensional table looks like this:</div>
<div>id </div><div>interest1 BOOLEAN</div><div>interest2 BOOLEAN</div><div>... about 7 more ...</div><div>weighting factor</div><div><br></div><div>My end users want to see the amount of impressions by interest in the Pentaho Analyzer.</div>
<div>My question:</div><div><ul><li>Does Mondrian support weighting factors? How do I implement this in the Schema?</li><li>Is my interest dimension in a format that Mondrian can deal with? I had looked a bridge tables, but it is not feasible for us, as we get millions of records each day and a bridge table would hence be extremely big. I can only work with an impression id, we don&#39;t store data about users.</li>
</ul><div>Thanks,</div></div><div>Diethard</div><div><br></div><div><br></div><div><br></div><div><br></div>