Class NativeStore

java.lang.Object
All Implemented Interfaces:
FederatedServiceResolverClient, NotifyingSail, Sail

public class NativeStore extends AbstractNotifyingSail implements FederatedServiceResolverClient
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.

The NativeStore is designed for datasets between 100,000 and 100 million triples. On most operating systems, if there is sufficient physical memory, the NativeStore will act like the MemoryStore, because the read/write commands will be cached by the OS. This technique allows the NativeStore to operate quite well for millions of triples.

Author:
Arjohn Kampman, jeen