Does anyone know a trick I could use to get the TD PE to not use an existing join index? Dropping the index is not an option for me.
In one case, I have been able to write a view over a table and include a column that's not in the JI - that worked fine. Solutions like that would be very handy.
In this particular case, tho, all of the columns in the table are also in the JI, so that won't work here.
The SQL is being generated out of Microstrategy, so I don't have 100% flexibility in structuring it, but I do have the luxury of being able to create views on top of the table.
BTW - i'm on v2r5
Thanks in advance!!
ps - i'm a newbie here. I searched and didn't find this question, but I apologize if it's been asked and answered.
In one case, I have been able to write a view over a table and include a column that's not in the JI - that worked fine. Solutions like that would be very handy.
In this particular case, tho, all of the columns in the table are also in the JI, so that won't work here.
The SQL is being generated out of Microstrategy, so I don't have 100% flexibility in structuring it, but I do have the luxury of being able to create views on top of the table.
BTW - i'm on v2r5
Thanks in advance!!
ps - i'm a newbie here. I searched and didn't find this question, but I apologize if it's been asked and answered.