Which of the following is not a feature of a Hyperledger Fabric ledger?
Rich Query Language capability is available with CouchDB. What DB is used? The ledger system in Hyperledger fabric uses levelDB. By definition, LevelDB allows concurrent writers to safely insert data into the database by providing internal synchronization State database options include LevelDB and CouchDB. LevelDB is the default key-value state database embedded in the peer process. CouchDB is an optional alternative external state database. (Binary data)
https://hyperledger-fabric.readthedocs.io/en/release-1.3/fabric_model.html
Currently there are no comments in this discussion, be the first to comment!