Is this a simple change?
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.
- Re: [openejb-dev] FindByPrimaryKey executes two Queries Matt Hogstrom
- Re: [openejb-dev] FindByPrimaryKey executes two Queries Gianny Damour
- Re: [openejb-dev] FindByPrimaryKey executes two Que... Matt Hogstrom
- Re: [openejb-dev] FindByPrimaryKey executes two... Gianny Damour
- Re: [openejb-dev] FindByPrimaryKey executes two... David Jencks
- Re: [openejb-dev] FindByPrimaryKey executes... Matt Hogstrom
