0 Replies Latest reply on Aug 27, 2004 2:28 PM by pilhuhn

    Difference fetch-size and page-size?

    pilhuhn

      The DTD says

      <!--
      Specifies the number of entities to read in one round-trip to
      the underlying datastore.
      -->
      <!ELEMENT fetch-size (#PCDATA)>
      


      and


      <!--
      Specifies the number of entities that will be read in a single
      read-ahead load query.
      -->
      <!ELEMENT page-size (#PCDATA)>
      


      Do I interpret it correctly that page-size is only for read-ahead and overrided fetch-size?

      Now that the defaults section in standardjbosscmp-jdbc.xml always defines a read-ahead with a page-size of 200 (?), what is fetch-size then?