Uploaded image for project: 'OJB'
  1. OJB
  2. OJB-91

Query performance slowdown (about 20%) between 1.0.3 and 1.0.4

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.4
    • 1.0.5
    • None
    • None

    Description

      The query performance slowdown in 1.0.4 compared with 1.0.3. It was caused by a column check in RowReaderImpl. For each row of a result set OJB checks for a specific column named "OJB_CLAZZ" used to specify the real class name of the associated object instance when "table per subclass"-inheritance was used.
      This check should only happen when "table per subclass"-inheritance was used, else the jdbc-driver will throw an exception on each object materialization.

      Attachments

        Activity

          People

            arminw Armin Waibel
            arminw Armin Waibel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: