Agoda integrates GPT into CI/CD pipeline to optimize SQL stored procedures
SQL stored procedure optimization consumed approximately 366 man-days per year at Agoda, with 320 of those days on performance test failures alone, and 90th-percentile MR approval times reaching 4.1 hours.
After integrating GPT, the team observed reduced manual review time and improved SP quality, with GPT optimization accuracy reaching around 25%.
Show all 6 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
After integrating GPT, the team observed reduced manual review time and improved SP quality, with GPT optimization accuracy reaching around 25%.
What tools did this team use?
GPT, GitLab.
What results were reported?
annual SP optimization effort: approximately 366 man-days; Annual effort on performance test failures: 320; 90th percentile MR approval time: 4.1 hours; GPT optimization accuracy: around 25% (source-reported, not independently verified).
How is this quality assurance AI workflow structured?
SP merge request triggers CI/CD test → Context preparation for GPT → GPT generates optimization recommendations → GPT outputs optimized SP and indexes → Performance comparison added to MR → Developer reviews and applies.