Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

pyrfc response time increase at each iteration

vincenzocappelluti
Participant
0 Kudos
146

Hi,

I have a Python script that reads an SAP ECC table via the pyrfc library. Everything works perfectly but I have a problem with the response time for large tables that require dozens of iterations.
For example for some tables the response time of "connection.call" goes from 10 seconds for the first iterations to 25 for the last iterations.

Read from 1 to 11000 records in 0:00:09.484373 seconds.

Read from 11001 to 22000 records in 0:00:08.478956 seconds.

Read from 22001 to 33000 in 0:00:08.250036 seconds.

...

Read from 3817001 to 3828000 in 0:00:23.078129 seconds.

Read from 3828001 to 3839000 in 0:00:23.668007 seconds.

Can anyone explain why?

0 REPLIES 0