Tom Dalton

Results 14 comments of Tom Dalton

@hmottestad I would say that is accurate. These two essentially equivalent queries run in 23 hours and 4 seconds respectively. ``` prefix rdf: prefix rdfs: prefix owl: select ?parent ?child...

@abrokenjester I see that you originally committed the `NativeSailSource` implementation back in 2016. As someone not super familiar with the inner workings of the stores, would you be able to...

The locking mechanism appears to block until the outer transaction with `IsolationLevels.NONE` finishes. If I wrap the inner transaction in a CompletableFuture and do a `get()` (a blocking call that...

Interesting. Aren't any statement writes/deletes with NONE effectively committed? The documentation below makes it a little unclear with the `may not`. Why is it that the MemoryStore does not have...