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

Sebastian Schaffert resolved MARMOTTA-166.
------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.1-incubating)
                   3.0-incubating
    
> KiWiStore ValueFactory performs badly in multi-threaded, high-load imports
> --------------------------------------------------------------------------
>
>                 Key: MARMOTTA-166
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-166
>             Project: Marmotta
>          Issue Type: Bug
>          Components: Triple Store
>            Reporter: Sebastian Schaffert
>            Assignee: Sebastian Schaffert
>            Priority: Minor
>             Fix For: 3.0-incubating
>
>
> The KiWiStore currently uses a single dedicated database connection for 
> implementing the value factory. On highly parallel systems with parallel 
> imports, this can be the single bottleneck, because the value factory 
> potentially needs to check the database for every node that is created.
> To improve the performance, we could instead use a pool of value factories, 
> each having their own database connection.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to