Hello Kushal,
As you know Maximo and MIF performance depends of multiple factors. I find following document very useful when I need to look for different ways to improve it.
https://www.ibm.com/support/pages/maximo-76-performance-best-practice-guideJust some thoughts on the provided information:
- 17 assets are sent in one payload - I believe it means that they will be update sequentially, one after another
- I would probably break them down to 1 call per record so they can be processes in parallel - Obviously you would need to create multiple sessions
- 1 JVM can support on average 50-100 concurrent users (depend on the sizing and what is done by each session)
How long does it take to process an update of 1 record via front-end? Maybe there are some issues with DB?
Regards,
Alexey
------------------------------
Alexey Potanin
------------------------------