The derby.language.logQueryPlan property, when set to true, tells Derby to write the query plan information into the derby.log file for all executed queries.
This information can help you debug problems within a system.
derby.language.logQueryPlan=true
False.
This property is static; if you change it while Derby is running, the change does not take effect until you reboot.