[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-983) Improve compatibility of the MassIndexer with MySQL

Sanne Grinovero (JIRA) noreply at atlassian.com
Thu Nov 24 09:06:19 EST 2011


Improve compatibility of the MassIndexer with MySQL
---------------------------------------------------

                 Key: HSEARCH-983
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-983
             Project: Hibernate Search
          Issue Type: Improvement
    Affects Versions: 4.0.0.CR2, 3.4.1.Final
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 3.4.2, 4.0.0.Final


The JDBC drivers of MySQL have some limitations in how they use scrollable results, which affects the functionality of our MassIndexer strategy.

See http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-implementation-notes.html
especially the documented "feature" around 

{code}
setFetchSize(Integer.MIN_VALUE);{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list