Class StoreParams

java.lang.Object
org.apache.jena.tdb1.setup.StoreParams
All Implemented Interfaces:
BlockParams, IndexParams, StoreParamsDynamic

public class StoreParams extends Object implements IndexParams, StoreParamsDynamic
System parameters for a TDB database instance.

Some parameters can be changed from run to run and some parameters can only be changed at the point the database is created.

Getting parameters settings wrong can destroy a database. Alternating the block size is not encouraged and should only be done if necessary. It can silently destroy a database if set to a different value than that used to create the database. The default value of 8 kilobytes is good for almost use.

See Also: