Micro Strategy

  Home  Data Warehouse  Micro Strategy


“Micro Strategy job interview preparation guide. Number of Micro Strategy frequently asked questions(FAQs) asked in many Micro Strategy interviews”



23 Micro Strategy Questions And Answers

21⟩ How to do performance tuning on reports?

For performance tuning there some areas where you need to look and work accordingly.

like

1) is there sufficient space so that MSTR can create temporary tables.

2)proper filtering condition.

3)proper joining between required tables.

4) VLDB property

5)optimization (manual, logical and global)

its better if go go in the same order....

 190 views

23⟩ In Microstrategy, what are Logical Views used for?

Logical view is just a table(logical table) but it is

create in deskop by writing our own SQL as per Our

requirement based on the physical tabes what we import from

our database.Once if it is create itacts as a physicaltable

as other phisical tables.

 187 views