bio4j / bio4j-titan

Titan-specific bio4j implementation
https://github.com/bio4j/bio4j
6 stars 2 forks source link

properties and Titan import metrics #59

Closed eparejatobes closed 9 years ago

eparejatobes commented 9 years ago

@pablopareja for enabling db-level caching:

cache.db-cache = true
cache.db-cache-size = 0.3
cache.db-cache-time = 0

For cache.tx-dirty-size, if you have numbers on the approx number of vertices that are modified per tx, that's what we need to put there. And cache.tx-cache-size for how many vertices are modified per tx (this includes those for which you add edges from/to)

pablopareja commented 9 years ago

OK so then in the case of ImportUniProtVertices the value cache.tx-dirty-size would be zero right?

eparejatobes commented 9 years ago

mmm I guess so