Skip to main content
18-Opal
May 19, 2024
Question

Service Delay in Just Outputting the input data as Output

  • May 19, 2024
  • 1 reply
  • 753 views

Hi,

 

I have a service, for example, GetDataTableEntries, which gets the data from the DataTable, which has around 5000 Entries.

 

I have another service, holdData, which has an input of infotable, which gets the data from GetDataTableEntries. GetDataTableEntries ---> holdData.

 

When a button is pressed, holdData just outputs the Input data as Ouptut. However, it takes around 25 to 40 Seconds, but why?

 

Thanks,

1 reply

Rocko
19-Tanzanite
May 21, 2024

Impossible to say without the code.

Might be also related to your system memory.