DB Query Profiling
Objectives:
- SWE's and SRE's can easily monitor health of DB queries from the perspective of services talking to the database
- SWEs can drill down to sepecific queries to optimize performance
View list of supported databases here.
Example Questions:
- "Are we making redundant queries?"
- "Is there a class of queries that are really slow?"
- "What are all the services that talk to the database?"
Interactive Tutorial:
60 Sec Walkthrough:
Copyright © 2020 Pixie Labs