You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Kurt Laninga <st...@gmail.com> on 2013/11/07 17:59:06 UTC

Persisting an in-memory Dataset

Is there a way to persist a Dataset that is in memory to a TDB-backed
Dataset, and then load it back into memory again?

Right now I'm looping through the models and copying them, but I was
wondering if there is an easier way.