I am trying to optimize backend queries but I’m having trouble knowing exactly how many read requests a specific query is making each time it is executed.
Is there some sort of a tool that I can use to see exactly how many read requests a specific query is making?
Example:
Ideally, I would press a button to preview a query and would get a response that’s something along the lines of:
This query made 5 read requests and 0 write request.
Does something like that exists?