BitShares Forum

Main => General Discussion => Topic started by: Akado on February 11, 2016, 02:35:19 am

Title: BigChainDB - scalable, 1M writes, petabytes of capacity, priv and open chains
Post by: Akado on February 11, 2016, 02:35:19 am
https://www.bigchaindb.com/

Does anyone know this? Just found it. It seems it can do 1M transactions vs ours 100k  :P

docs
https://bigchaindb.readthedocs.org/en/develop/

whitepaper
https://www.bigchaindb.com/whitepaper/bigchaindb-whitepaper.pdf



BigchainDB fills a gap in the decentralization ecosystem: a decentralized database, at scale. It points to performance of 1 million writes per second throughput, storing petabytes of data, and sub-second latency.

The BigchainDB design starts with a distributed database (DB), and through a set of innovations adds blockchain characteristics: decentralized control, immutability, and creation & movement of digital assets. BigchainDB inherits characteristics of modern distributed databases: linear scaling in throughput and capacity with the number of nodes, a full-featured NoSQL query language, efficient querying, and permissioning. Being built on an existing distributed DB, it also inherits enterprise-hardened code for most of its codebase.

Scalable capacity means that legally binding con- tracts and certificates may be stored directly on the blockchain database. The permissioning system enables configurations ranging from private enterprise blockchain databases to open, public blockchain databases. BigchainDB is complementary to decentralized processing platforms like Ethereum, and decentralized file systems like InterPlanetary File System (IPFS).

This paper describes technology perspectives that led to the BigchainDB design: traditional blockchains, distributed databases, and a case study of the domain name system (DNS). We introduce a concept called blockchain pipelining, which is key to scalability when adding blockchainlike characteristics to the distributed DB. We present a thorough description of BigchainDB, a detailed analysis of latency, and experimental results. The paper concludes with a description of use cases.
Title: Re: BigChainDB - scalable, 1M writes, petabytes of capacity, priv and open chains
Post by: cube on February 11, 2016, 02:45:08 am
Theirs is 1M writes per second while we are talking about transaction-per-second (includes network and operation) here.

Interesting article. Thanks for sharing.
Title: Re: BigChainDB - scalable, 1M writes, petabytes of capacity, priv and open chains
Post by: sittingduck on February 11, 2016, 03:26:17 am
Interesting.  It would be nice to see apples to apples comparison.
Title: Re: BigChainDB - scalable, 1M writes, petabytes of capacity, priv and open chains
Post by: bytemaster on February 11, 2016, 02:06:24 pm
BigChainDB is an impressive solution and certainly has a place in the market. But let's think about things from a purely information-theory point of view.

BCDB scales by adding nodes. This means the nodes are not processing the SAME information, instead each node is processing a subset of the information. 

I can reach 1 million transactions per second with Graphene through having 10 chains each operating on an independent set of data.  It could probably even all run on one computer.

There is inherently sequential business logic that cannot take advantage of BCDB's parallelism approach.