Why does Grails GORM latency increase only under concurrent request load?
In a Grails 4.x application, a service method marked with @Transactional performs a simple read‑then‑write operation on a domain class using GORM. The method is invoked via a controller endpoint that is accessed by a load generator simulating multiple concurrent users. When the endpoint is called with a single request, response times remain within expected b