DIMNM performance in PAfE
Posted: Tue May 10, 2022 8:33 am
Has anyone else experienced issues with Perspectives functions in PAfE? We have a fairly large function dimension and it takes ~ 10 seconds for a single retrieve. My alternative REST API query is much faster.
Existing IBM query:
http://server:port/api/v1/Dimensions%28%27dimension%27%29/DefaultHierarchy/Members?$filter=Element/Index%20eq%20201 - 12.36secs
My proposal:
http://server:port/api/v1/Dimensions('dimension')/Hierarchies('dimension')/Elements?$filter=Index eq 201&$select=Name - 308ms
Raised a case with IBM, but they have rejected that it warrants a fix, and have suggested I raise an idea/ enhancement instead:
https://ibm-data-and-ai.ideas.ibm.com/ideas/PAOC-I-935
If you also experience similar performance issues with any of the Perspectives functions I'd like to hear about it. Also, please add your votes to my idea above.
Thanks,
Dan
Existing IBM query:
http://server:port/api/v1/Dimensions%28%27dimension%27%29/DefaultHierarchy/Members?$filter=Element/Index%20eq%20201 - 12.36secs
My proposal:
http://server:port/api/v1/Dimensions('dimension')/Hierarchies('dimension')/Elements?$filter=Index eq 201&$select=Name - 308ms
Raised a case with IBM, but they have rejected that it warrants a fix, and have suggested I raise an idea/ enhancement instead:
https://ibm-data-and-ai.ideas.ibm.com/ideas/PAOC-I-935
If you also experience similar performance issues with any of the Perspectives functions I'd like to hear about it. Also, please add your votes to my idea above.
Thanks,
Dan