Very bad performance with interaction and exchange contract
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 04:44 PM
Hi,
We are facing performance issues with HOPEX V3.
When creating an interaction on a diagram, the first input window appears after about 2 minutes.
Our repository contains 60000 interactions and 2300 exchange contracts.
We are not facing this behaviour in the same environment but in a blanck repository (in this case, the window appears after 1 second).
We have opened a case but no solution because this behaviour is not reproducible in a standard environment.
The database instance is configured for good performances according to the installation guide.
However, the RDBMS diagnostic tool indicates poor performance.
The technical infrastructure has been verified and nothing seems abnormal apart from many disk accesses.
Has someone ever encountered this behaviour ?
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
22-09-2020 10:00 AM
Hello,
The problem has been solved with the HF01 on CP4.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2020 09:22 PM
Hello,
In addition to the very good recommendations above i would also recommend you consult our Online V3 Doc available here:
https://community.mega.com/t5/custom/page/page-id/hopex-documentation
and consult the "Optimizing Repository Access Performance":
Im not sure if you are already utilizing our RDBMS cache (Options > Installation > Advanced > RDBMS Cache) but if not you should read about that as well and consider the pros and cons of potentially implementing it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2020 02:30 PM - edited 08-06-2020 02:33 PM
Hi,
With my experience with HOPEX, V2R1 and V3 are very good when it comes to end user's experience with performance. The questions is, does it happen all the times or it happens at a particular time e.g. Monday morning etc?
However, there can be multiple causes of this behaviour and I would start by checking few things – screenshots are attached:
- In most of the case, the root cause could be the delay in response time (network issue), so check the response time between HOPEX server and Database server with the help of HRPing utility (hrping.exe -W -l 5000 -n 50 -y <RDBMS Server name or IP>) – check “RDBMS Installation Guide”
- Check the hardware resources on the HOPEX server and Database server e.g. Logical processor, RAM and Disk utilization. All these three can be the main contributors in the performance issues.
- Check the logs at the time when there are performance issues to see if there is anything particular, as it normally shows SQL errors in logs when there are performance issues.
- I personally have found that HOPEX V2R1/V3 runs better with SQL server 2017 and 2017
- Run the database shrink utility on the database
- Run the HOPEX stored procedures
I would really look into the point 1 and 2 as these are most common causes of performance issues.
