0 Replies Latest reply on Jun 2, 2003 5:43 AM by peixubin

    Must optimize JDBCLoadEntityCommand

      1.In class JDBCLoadEntityCommand, the generated sql is too longer.if there are 300 entity instance pool,the length will be 3000 charactors.
      2.the generated sql is not optimized in oracle8. the oracle dbms 's optimizer goal is "table access full".
      if the table hava 1000000 records,Load Entity will be take time.