I’ve got query plan logging enabled in Derby, but, for some reason, I only see query plans for my selects seemingly at random.
Make sure you're fully retrieving all the rows from the result set. I think I remember that query plan logging only occurs at the completion of execution, after all the rows have been fully fetched.
thanks, bryan
