[
https://issues.apache.org/jira/browse/CLEREZZA-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599925#comment-13599925
]
Minto van der Sluis commented on CLEREZZA-736:
----------------------------------------------
Rupert, If I understand you correctly it is only about replacing
graphNameIndex = new
ModelGraph(dataset.getNamedModel(value.toString()),true);
with
graphNameIndex = new ModelGraph(dataset.getDefaultModel(),true);
In this case there is no special named graph containing the index. Then there
also is no need to have that name configurable.
Is there any other information stored in this default model? Is there any risk
of interference?
> Create a scalable Jena TDB based TcProvider to support up to 100,000+ named
> graphs
> ----------------------------------------------------------------------------------
>
> Key: CLEREZZA-736
> URL: https://issues.apache.org/jira/browse/CLEREZZA-736
> Project: Clerezza
> Issue Type: Bug
> Components: storage
> Reporter: Minto van der Sluis
> Attachments: Performance test report.pdf,
> ScalableTdbSingleDatasetTcProvider.patch
>
>
> The current SingleTdbSingleDatasetTcProvider supports multiple named graphs.
> The current implementation however is not very scalable. See attached
> performance report.
--
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