You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Waddle (JIRA)" <ji...@apache.org> on 2010/10/26 17:28:20 UTC

[jira] Updated: (SOLR-2199) DIH JdbcDataSource - Support multiple resultsets

     [ https://issues.apache.org/jira/browse/SOLR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Waddle updated SOLR-2199:
------------------------------

    Attachment: SOLR-2199.patch

Patch to support multiple result sets in JdbcDataSource

> DIH JdbcDataSource - Support multiple resultsets
> ------------------------------------------------
>
>                 Key: SOLR-2199
>                 URL: https://issues.apache.org/jira/browse/SOLR-2199
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4.1
>            Reporter: Mark Waddle
>         Attachments: SOLR-2199.patch
>
>
> Database servers can return multiple result sets from a single statement. This can be beneficial for indexing because it reduces the number of connections and statements being executed against a database, therefore reducing overhead. The JDBC Statement object supports reading multiple ResultSets. Support should be added to the JdbcDataSource to take advantage of this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org