Search for collections in RM using the OSLC query API takes way too long time. Only occures in 6.0.3
Hello,
I want to fetch all the collections from the RM Project area using the OSLC API so i use the query below:
server:port/rm/views?oslc.query=true&projectURL=https://server:port/rm/process/project-areas/_JBhVkUUPEeeZq6lhcP1E1w&oslc.prefix=rdf=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>&oslc.select=*&oslc.where=rdf:type=<http://open-services.net/ns/rm#RequirementCollection>
in Jazz version 6.0.2 it was working fine. Now in jazz version 6.0.3 it takes way too long (about 10 minutes to get a reponse). I currently have 3000 requirements and only 6 of them are modules. However the response is 200 OK with the correct results. I was wondering if this is a bug. I am not using any interim fixes.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
The query with the filter runs significantly slower than that without in my RDNG 6.0.3 iFix005 environment as well, although not as bad as you observed. For a project containing 600+ requirements, it takes less than a second to return all the requirements without any filters. But it takes 6-8 seconds to return the 9 Modules when using the same filter. I suggest you contact Support and get it investigated further.