Hi! I'm analysing my stored procedure run with IBExpert, and I can't figure out what can cause rdb$procedure_parameters non index reads.
facts : - procedure do not read rdb$procedure_parameters directly - procedure creates and alters procedures, view, triggers (via execute statement in autonomous transaction) It looks like, that firebird inner engine does something wrong, and do not user index (missing index or wrong select?). Any idea? Thank You!