[
https://issues.apache.org/jira/browse/JENA-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742893#comment-13742893
]
Hudson commented on JENA-516:
-----------------------------
SUCCESS: Integrated in Jena_Development_Test #847 (See
[https://builds.apache.org/job/Jena_Development_Test/847/])
JENA-516
Clean up Graph Store Protocol PUT and POST with streaming transactions.
Structure upload better - this not streaming due to limitations of HTTP;
the graph name can come after the data in the multi-part body. (andy: rev
1514974)
* /jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/FusekiLib.java
*
/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java
*
/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_REST.java
*
/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_REST_RW.java
*
/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Update.java
*
/jena/trunk/jena-fuseki/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Upload.java
> Fuseki should use dataset transactions where available, not parse to an
> intermediate datastructure
> --------------------------------------------------------------------------------------------------
>
> Key: JENA-516
> URL: https://issues.apache.org/jira/browse/JENA-516
> Project: Apache Jena
> Issue Type: Improvement
> Components: Fuseki
> Affects Versions: Fuseki 0.2.7
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Fix For: Fuseki 0.2.8
>
>
> Fuseki should detect when an update operation is on a real transactional
> dataset and avoid parsing the data into a RAM as a validation step.
> This is especially the case for Graph Store Protocol operations.
--
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