During this talk, you will see how the performance problems on the queries could affect an API in different aspects. Some of them are connected with the harmful use of the join operations, but others imply that you wrote the query without the assistance of any framework.
You will see a short scenario with a microservice that executes different queries to insert/update or obtain the information from other tables with performance issues. This scenario will help you to learn how to create some test on the layer that access the database and include some library like QuickPerf to analyze and detect problems in the performance.