bigdata: RWStore.properties

ファイル RWStore.properties, 1.7 KB (登録者: wu, 12 年 前)
行番号 
1#
2# Note: These options are applied when the journal and the triple store are
3# first created.
4
5##
6## Journal options.
7##
8
9# The backing file.
10com.bigdata.journal.AbstractJournal.file=/data2/bigdata.jnl
11
12# The persistence engine.  Use 'Disk' for the WORM or 'DiskRW' for the RWStore.
13com.bigdata.journal.AbstractJournal.bufferMode=DiskRW
14
15com.bigdata.btree.writeRetentionQueue.capacity=4000
16com.bigdata.btree.BTree.branchingFactor=128
17
18# Bump up the branching factor for the statement indices on the default kb.
19com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=400
20# Bump up the branching factor for the lexicon indices on the default kb.
21com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=1024
22
23# 200M initial extent.
24com.bigdata.journal.AbstractJournal.initialExtent=209715200
25com.bigdata.journal.AbstractJournal.maximumExtent=209715200
26
27##
28## Setup for QUADS mode without the full text index.
29##
30com.bigdata.rdf.sail.truthMaintenance=false
31com.bigdata.rdf.store.AbstractTripleStore.quads=false
32com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false
33com.bigdata.rdf.store.AbstractTripleStore.textIndex=false
34com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms
35#com.bigdata.rdf.store.AbstractTripleStore.inlineDateTimes=true
36
37com.bigdata.rdf.sail.BigdataSail.bufferCapacity=100000
38com.bigdata.btree.BTree.branchingFactor=256
39com.bigdata.rdf.store.AbstractTripleStore.bloomFilter=false
40com.bigdata.rdf.store.AbstractTripleStore.termidBitsToReverse=0
41com.bigdata.rdf.store.AbstractTripleStore.quads=false
42com.bigdata.rdf.store.AbstractTripleStore.forceOnCommit=no
43com.bigdata.rdf.store.AbstractTripleStore.vocabularyClass=com.bigdata.rdf.vocab.NoVocabulary