Posts

Showing posts from May, 2021

What is db2expln in DB2 ?

Image
It is used for DB2 query tuning & once you've identified a slow running query causing a bottleneck - use this process to analyse the access path. Syntax :: db2expln -d dbname -g -f  <filename>  -t  For more details ::  Reference