Hyperledger Blockchain Scalability for State DB and Chain (Transaction Log) -


this scalability question hyperledger fabric.

understand hyperledger fabric leverages couch db maintain current state.

questions:

  1. is there ha (a/a and/or a/p) configuration state db? how avoid spof?

  2. the chain transaction log. how big can transaction log get? 100gb? without affecting speed of append


Comments

Popular posts from this blog

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -

c - Why does alarm() cause fgets() to stop waiting? -