This project will be used to get information and analyse query plans resulting of MDX requests.
This project is deployed on this adress using Vercel.
First, install the dependencies:
yarn install:ci
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
./app/submit-query
Submit a query and get a query plan, or submit directly a query plan
./app/summary
Get general information and statistics about the query plan
./app/timeline
See the retrievals organized in the timeline
./app/nodes
Get different timings about the slowest nodes of the query plan
./app/passes
Get the timings of the different passes of the query plan
Thibault MULLER
Alexandre CORREIA
Timothée VARGENAU