[
https://issues.apache.org/jira/browse/RYA-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16113809#comment-16113809
]
ASF GitHub Bot commented on RYA-307:
------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-rya/pull/181
> MongoDB Bulk Load methods should use Secondary Indexer Bulk Loading
> -------------------------------------------------------------------
>
> Key: RYA-307
> URL: https://issues.apache.org/jira/browse/RYA-307
> Project: Rya
> Issue Type: Improvement
> Components: dao
> Reporter: Aaron Mihalik
> Assignee: Eric White
>
> The MongoDB secondary indexers *really* slow down inserts via the bulk load
> methods for the DAO. The DAO should use the bulk load methods on the
> secondary indexers. Here is where the call is made in the DAO [1]
> [1]
> https://github.com/apache/incubator-rya/blob/master/dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRyaDAO.java#L158
> Some version of a BatchWriter should be created for Mongo that is used in the
> DAO and any secondary indexers.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)