You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/11/20 20:08:14 UTC

[3/6] jena git commit: For reference : the cfg file for default settings.

For reference : the cfg file for default settings.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/8b549879
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/8b549879
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/8b549879

Branch: refs/heads/master
Commit: 8b549879f8f6f870eb7174e93f7da5b336cf39f4
Parents: 02015dc
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Nov 11 15:38:13 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Nov 11 15:38:13 2014 +0000

----------------------------------------------------------------------
 jena-tdb/tdb-default.cfg | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/8b549879/jena-tdb/tdb-default.cfg
----------------------------------------------------------------------
diff --git a/jena-tdb/tdb-default.cfg b/jena-tdb/tdb-default.cfg
new file mode 100644
index 0000000..dbfa54a
--- /dev/null
+++ b/jena-tdb/tdb-default.cfg
@@ -0,0 +1,20 @@
+{ 
+  "tdb.file_mode" : "mapped" ,
+  "tdb.block_size" : 8192 ,
+  "tdb.block_read_cache_size" : 10000 ,
+  "tdb.block_write_cache_size" : 2000 ,
+  "tdb.node2nodeid_cache_size" : 100000 ,
+  "tdb.nodeid2node_cache_size" : 500000 ,
+  "tdb.node_miss_cache_size" : 100 ,
+  "tdb.index_node2id" : "node2id" ,
+  "tdb.index_id2node" : "nodes" ,
+  "tdb.triple_index_primary" : "SPO" ,
+  "tdb.triple_indexes" : [ "SPO" , "POS" , "OSP" ] ,
+  "tdb.quad_index_primary" : "GSPO" ,
+  "tdb.quad_indexes" : [ "GSPO" , "GPOS" , "GOSP" , "POSG" , "OSPG" , "SPOG" ] ,
+  "tdb.prefix_index_primary" : "GPU" ,
+  "tdb.prefix_indexes" : [ "GPU" ] ,
+  "tdb.file_prefix_index" : "prefixIdx" ,
+  "tdb.file_prefix_nodeid" : "prefix2id" ,
+  "tdb.file_prefix_id2node" : "prefixes"
+}