This seems to be caused by a huge crossjoin. Were you using native crossjoins or not? <br><br>Let us know if you can reproduce this on foodmart.<br><br>And yes, we have created in the last few weeks a team dedicated to performance testing and they should pick these regressions in the future.<br>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 6, 2012 at 12:21 PM, Paul Stoellberger <span dir="ltr">&lt;<a href="mailto:p.stoellberger@gmail.com" target="_blank">p.stoellberger@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Over the past few weeks I got more and more user complaints how the query execution time is getting worse in the last mondrian versions.<br>


Queries that took 10 seconds in 3.3 are now up to 5 minutes in 3.4. / TRUNK-SNAPSHOT. (see example below)<br>
It seems like one reason (doubt its the only one) is an increase of sql queries executed.<br>
<br>
Are you aware of that?<br>
Is there anything in the test suite that checks for a significant performance increase like that?<br>
<br>
Do you know what could be causing this increase in SQL queries?<br>
<br>
We are trying to come up with a foodmart test case, but its quite hard to come up with a good example to test it properly.<br>
<br>
Dejan (not sure if he is on that list) provided me with an example:<br>
<br>
select NON EMPTY Crossjoin([tvrtka.tvrtke].[SVI KORISNICI].Children, {[Measures].[Priljev], [Measures].[Odljev]}) ON COLUMNS, NON EMPTY Crossjoin(Order([period].[SVI PERIODI].Children,[period].CurrentMember.Name,DESC), Crossjoin([transakcija.transakcije].[SVE TRANSAKCIJE].Children, [sudionik.sudionici].[SVI SUDIONICI].Children)) ON ROWS from [likvidnost1]<br>


<br>
Doesn&#39;t look that complicated, so I&#39;m not sure whats causing this.<br>
<br>
-Paul<br>
<br>
<br>
_______________________________________________<br>
Mondrian mailing list<br>
<a href="mailto:Mondrian@pentaho.org">Mondrian@pentaho.org</a><br>
<a href="http://lists.pentaho.org/mailman/listinfo/mondrian" target="_blank">http://lists.pentaho.org/mailman/listinfo/mondrian</a><br>
</blockquote></div><br></div>