[
https://issues.apache.org/jira/browse/MARMOTTA-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13869631#comment-13869631
]
ASF subversion and git services commented on MARMOTTA-421:
----------------------------------------------------------
Commit d8374a31a48489baa34c01c3f73bba8be8abc6cf in branch refs/heads/develop
from [~wastl]
[ https://git-wip-us.apache.org/repos/asf?p=marmotta.git;h=d8374a3 ]
MARMOTTA-421: store users in system configuration instead of triplestore
> UserService startup slow for big datasets
> -----------------------------------------
>
> Key: MARMOTTA-421
> URL: https://issues.apache.org/jira/browse/MARMOTTA-421
> Project: Marmotta
> Issue Type: Bug
> Components: Platform
> Reporter: Sebastian Schaffert
> Assignee: Sebastian Schaffert
>
> When starting up the system with a big dataset, the check if a user exists
> takes much too long because it looks for all occurrences of subject,
> predicate, object and context to see if a resource is used.
> The solution is probably to not store user-related information in the
> triplestore at all and just use valueFactory.createUri() to create the user
> information.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)