Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] New Memory Store - Planning

The Sail interface includes transactions, so it would not be
appropriate. However, you can utilize all the query evaluation
libraries that are used by Sail impls without needing a SailConnection.
Take a look at EvaluationStrategy. By implementing a TripleSource
and EvaluationStatistics you should be good to write a helper to
perform common optimizations. Look at the SailSourceConnection as an
example.

Regards,
James

On Tue, 2017-07-18 at 09:29 +0200, Håvard Ottestad wrote:
> What would you think about a sail wrapper for models? 
> 
> Wouldn't be thread safe or support transactions. But then you would
> get SPARQL support for free.
> 
> Håvard
> 
> 
> On Mon, Jul 17, 2017 at 8:59 PM, James Leigh <james.leigh@xxxxxxxxxxx
> m> wrote:
> > On Mon, 2017-07-17 at 16:13 +0200, Håvard Ottestad wrote:
> > > Would be so much more pleasant to make a memory store that didn’t
> > > support transactions or parallel updates.
> > 
> > 
> > What about creating a better TreeModel? And/Or adding SPARQL
> > support to
> > Models?


Back to the top