Hi All,
We're executing load tests on our testing environment. We notice that during the high peak, simple operations like write or query records take longer to execute (2-4 sec).
The CPU memory utilization of the instance is very high too.
The records are light weighted and not heavy to take this long.
Any ideas as to what might be the cause of this slowness and how to debug this?
Regards,
Sakshee
Discussion posts and replies are publicly visible
That is expected. See, when Appian initiates a node in a process, the internal implementation is not started immediately, but added to a queue. So the actual duration is typically an order a magnitudes lower that the number you see in the process.