I am trying to retrieve 98k rows in free form dw control. The dw is being shared with a grid dw.
It takes around 40 seconds to retrieve the data. Once the data has been retrieved. When i click on the grid dw, we are doing selectrow(0, false) and selectrow(row, true). In both the cases of selectrow() powerbuilder seems to hang for 2 seconds. What might be causing this? On a smaller result set it's very quick and instant.
Also, the memory peeks to nearly 550 MB during the retrieval. Could that be the cause?
Below's my current environment.
OS - Windows 10, Windows Server 2012
DB - SQL Server 2016.
Powerbuilder 12.5.2
EDIT:
Below is the trace information.