[
https://issues.apache.org/jira/browse/JENA-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818898#comment-15818898
]
ASF GitHub Bot commented on JENA-1274:
--------------------------------------
GitHub user ajs6f opened a pull request:
https://github.com/apache/jena/pull/204
One writable graph per thread/transaction dataset
A pass at:
https://issues.apache.org/jira/browse/JENA-1274
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/jena ThreadPerGraphDataset
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/204.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #204
----
commit eb252e96c51830eb3f786395c784f7020b82c0a6
Author: ajs6f <[email protected]>
Date: 2017-01-07T20:33:01Z
Trialing a per-graph writer dataset
commit 24bcf7940296b0535483d67f1fec93eb6592dbd0
Author: ajs6f <[email protected]>
Date: 2017-01-07T20:44:06Z
Adding correct license headers
commit ecdbd4c934dec40cb841b48ef6b1c67041ba7d99
Author: ajs6f <[email protected]>
Date: 2017-01-07T21:18:10Z
Integrate tests into ARQ test suite
commit c532719ce631abfa4f373a142d5c39a1207defc8
Author: ajs6f <[email protected]>
Date: 2017-01-07T21:24:08Z
Use constants in tests
commit 3ff7999b70dcada96e9f10033318dfea86773c2e
Author: ajs6f <[email protected]>
Date: 2017-01-07T21:42:13Z
Provide an assembler for WPG dataset
commit 64de6d3dfd7a71ac2d3183f3c8ef7c902c298670
Author: ajs6f <[email protected]>
Date: 2017-01-07T23:29:37Z
Parallelize assembler for WPG datasets
commit af7365565e4ea188e4d7bb9adb79698b110a7b00
Author: ajs6f <[email protected]>
Date: 2017-01-08T02:14:30Z
Cleaner layout for assembler
commit 38facad6a5db32e3758d417edd8a92d140fc7af8
Author: ajs6f <[email protected]>
Date: 2017-01-08T12:00:10Z
Correcting license headers
commit 29d5c64a284c1bbe2cc3ba1a67b7b59a3e0d2fd9
Author: ajs6f <[email protected]>
Date: 2017-01-08T14:22:47Z
Remove timeout
commit e309095cfb8a42e54289f5fbb7bd206beeccd213
Author: ajs6f <[email protected]>
Date: 2017-01-08T16:56:09Z
More tests, renaming central type more accurately
commit 78522e2d884a4b6e06228b5748825edec8e254cf
Author: ajs6f <[email protected]>
Date: 2017-01-08T18:09:30Z
More tests
commit f4b2b84e5071fa793131ee5c42b75cc4be85f27f
Author: ajs6f <[email protected]>
Date: 2017-01-08T19:02:37Z
Remove polling and extra flagging from tests, add read-committed isolation
level test
commit aa703b908ce6e095b4e6c8138923547f780aa6a9
Author: ajs6f <[email protected]>
Date: 2017-01-11T16:42:34Z
Better wording in test message
----
> Support a writer-per-graph in-memory dataset
> --------------------------------------------
>
> Key: JENA-1274
> URL: https://issues.apache.org/jira/browse/JENA-1274
> Project: Apache Jena
> Issue Type: Improvement
> Components: ARQ, Jena
> Reporter: A. Soroka
> Assignee: A. Soroka
> Priority: Minor
> Labels: ldp, multithreading, named_graphs
>
> Without too much work we could support a writer-per-graph in-memory dataset.
> The target use case here is LDP-style interaction or other RESTful
> architectures, where it is normal for updates to occur centered on one
> resource.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)