Hello Community,
I am facing a performance issue with an API‑triggered Process Model that writes data to a MySQL database using the Write to Data Store Entity smart service.
"Successful"
Discussion posts and replies are publicly visible
is this a batch call from the calling system and limited to 25 rows/hit? How many times this hit is being made per hour/ per day ? Why there is a need that only when all the inserts are made then give a response.. design should be messages received... responding back with affirmation... validation/processing should not be handled during the API call processing. if the row count is going to be more.