There will be no difference between an EXPLAIN and actually running the query.
If you want to see the actual resource usage (CPU/IO/spool/etc.) you must check DBQL, especially dbc.QryLogStepsV (if it's enabled) which shows actual vs. estimated row counts & runtime.
There will be no difference between an EXPLAIN and actually running the query.
If you want to see the actual resource usage (CPU/IO/spool/etc.) you must check DBQL, especially dbc.QryLogStepsV (if it's enabled) which shows actual vs. estimated row counts & runtime.