Recruiter, software, contract, business, systems, developer, analyst, hardware, technical interview questions, staffing agency

Scenario 1

What would you do to tune a Microstrategy Report which is returning millions of rows?

You can tune the report on two levels.

Database: Within the database, indexes, partitions, keys and hints can help the generated SQL query be more efficient.

Microstrategy: Look into setting up some object prompts for attributes, metrics and filters. Try using required filters so you never bring back 550 million rows.

Leave a Reply