I've been testing FBK and found that there are two queiries being executed. First a SELECT is done against the PK for the bean and that is followed by a SELECT for the columns of the bean. Performance can be improved by executing the second query only and getting the PK and all the coluns in one shot. Can we make the defulat for FBK and EJBQL queries to get all the data straight away as the default.

Is this a simple change?

Reply via email to