Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
Update RWStore.properties branchingFactor to match 0.3.40 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
toban committed Jul 9, 2020
1 parent 5ef7b3f commit 661faff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wdqs/0.3.40/RWStore.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ com.bigdata.journal.AbstractJournal.initialExtent=209715200
com.bigdata.journal.AbstractJournal.maximumExtent=209715200
# Bump up the branching factor for the lexicon indices on the default kb.
com.bigdata.namespace.wdq.lex.com.bigdata.btree.BTree.branchingFactor=400
com.bigdata.namespace.wdq.lex.ID2TERM.com.bigdata.btree.BTree.branchingFactor=800
com.bigdata.namespace.wdq.lex.TERM2ID.com.bigdata.btree.BTree.branchingFactor=128
com.bigdata.namespace.wdq.lex.ID2TERM.com.bigdata.btree.BTree.branchingFactor=600
com.bigdata.namespace.wdq.lex.TERM2ID.com.bigdata.btree.BTree.branchingFactor=330
# Bump up the branching factor for the statement indices on the default kb.
com.bigdata.namespace.wdq.spo.com.bigdata.btree.BTree.branchingFactor=1024
com.bigdata.namespace.wdq.spo.OSP.com.bigdata.btree.BTree.branchingFactor=64
com.bigdata.namespace.wdq.spo.SPO.com.bigdata.btree.BTree.branchingFactor=600
com.bigdata.namespace.wdq.spo.OSP.com.bigdata.btree.BTree.branchingFactor=900
com.bigdata.namespace.wdq.spo.SPO.com.bigdata.btree.BTree.branchingFactor=900
# larger statement buffer capacity for bulk loading.
com.bigdata.rdf.sail.bufferCapacity=100000
# Override the #of write cache buffers to improve bulk load performance. Requires enough native heap!
Expand Down

0 comments on commit 661faff

Please sign in to comment.