What are the core capabilities of Expetune DB?
Expetune DB analyzes static and dynamic SQL statements to identify performance bottlenecks. It gathers Explain data without executing the SQL, analyzes access paths, and highlights inefficient SQL code.
How does Expetune DB improve database performance?
Expetune DB identifies inefficient SQL statements, analyzes access paths to DB2 data, and provides recommendations for optimization. It helps reduce CPU consumption and improve application response times.
Can Expetune DB analyze both static and dynamic SQL?
Expetune DB can analyze both static SQL embedded within application programs and dynamic SQL submitted at runtime. This comprehensive analysis helps identify performance issues across the entire application landscape.
Does Expetune DB require SQL execution to gather Explain data?
Expetune DB gathers Explain data without requiring the actual execution of SQL statements. This allows for performance analysis in a non-production environment without impacting production systems.