We're seeing some poor performance of MDX queries that are being run in TM1 via Cognos BI. These queries are run as part of a prompt page generation for a Report Studio report. We have noticed that i's not the MDX that's creating the view that's taking a long time, but that there is a large gap (30s) between some of the executed MDX expressions. Does anyone know why this gap exists, and how we can run the MDX concurrently?
Code: Select all
35404 DEBUG 14/01/2013 12:22:15 TM1.MdxViewCreate SELECT DESCENDANTS([caps_rp_m].[Total Amount], 2147483645, SELF_AND_BEFORE) PROPERTIES MEMBER_NAME, MEMBER_ORDINAL, CHILDREN_CARDINALITY, DESCRIPTION, PARENT_UNIQUE_NAME ON AXIS(0), {} ON AXIS(1) FROM [fsr_rp_agg]
35404 DEBUG 14/01/2013 12:22:15 TM1.MdxViewCreate View is created.
35404 DEBUG 14/01/2013 12:22:15 TM1.MdxViewCreate SELECT DESCENDANTS([caps_rp_m].[Total Variance], 2147483645, SELF_AND_BEFORE) PROPERTIES MEMBER_NAME, MEMBER_ORDINAL, CHILDREN_CARDINALITY, DESCRIPTION, PARENT_UNIQUE_NAME ON AXIS(0), {} ON AXIS(1) FROM [fsr_rp_agg]
35404 DEBUG 14/01/2013 12:22:15 TM1.MdxViewCreate View is created.
35404 DEBUG 14/01/2013 12:22:46 TM1.MdxViewCreate SELECT DESCENDANTS([caps_rp_m].[Total Amount], 2147483645, SELF_AND_BEFORE) PROPERTIES MEMBER_NAME, MEMBER_ORDINAL, CHILDREN_CARDINALITY, DESCRIPTION, PARENT_UNIQUE_NAME ON AXIS(0), {} ON AXIS(1) FROM [fsr_rp_agg]
35404 DEBUG 14/01/2013 12:22:46 TM1.MdxViewCreate View is created.