cancel
Showing results for 
Search instead for 
Did you mean: 

performance issue

former_member190284
Participant
0 Kudos

Hi Team,

I am working on the scenario in which performance is coming as a major hurdle

consider the flow..>

vingard..>pi..> abc

vinguard is a ticketing tool, in which first the user create the ticket, which than goes to abc system through Pi

the same ticket can change its staus to assigned/WIP/hold.

Issue is that frequecny of tickets is high, morover stust like crete should reach first to ABC system rather than assigned/WIP/Hold ie. status should reach abc in the same sequence as it's being cretaed by vingard.

for solution, I have used QOS as EOIO . its working fine but the size of messages are small and the frequency is very high thereby causing performance issue

can anyone help me out in improving performance in SAP PI

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

What is the Sender Adapter Type you are using?

Instead of creating a Generic EOIO Queue - You can create a Dynamic EOIO Queue with Adapter Modules where the Queue Name is the Ticket#. This way each Ticket has a separate Queue.

Regards

Bhavesh

nitindeshpande
Active Contributor
0 Kudos

Hello,

You can additionally refer to the below blog from me for managing the queues performance. This blog suggests you the exact tables which is directly related to the performance.

Regards,

Nitin

Former Member