Bitcoin Forum
June 14, 2024, 09:57:16 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Grid: Parallel processing to handle commercial-scale transactions and possibilit  (Read 256 times)
GridBlockchain (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 08, 2017, 09:56:08 AM
Last edit: November 12, 2017, 08:13:53 AM by GridBlockchain
 #1

Grid: Parallel processing to handle commercial-scale
transactions and possibilities for scaling


One of the biggest obstacles for Blockchains serving the real business world is its low transaction speed. This situation has been seen in centralised computing systems in the past where certain transactions may take minutes or hours to solve with powerful microprocessors. This limits the possibility of what computing services can serve. Fortunately, computer scientists have been using an efficient approach to improve computing performance: parallel processing.

Grid uses parallel processing for independent transactions

  • Grid analyzes the static state of transactions and assesses the impacted data range of each transaction. As illustrated in the Figure, transactions without read/ write conflicts can then be categorised in different groups, each not affecting the output of each transaction.
  • During the process of Block formation, nodes assign transactions to different groups based on mutex of the transactions. Transactions within a group will adopt sequential processing, while all groups will be processed simultaneously.
  • For special transactions whose impacted data range changes while other transactions are being processed, nodes will prioritize transactions that can be processed in parallel. With sufficient transaction fees, these special transactions in a non-parallel group will be processed in sequence. Otherwise nodes can reject to process these transactions.

Parallel processing can be fairly explained by Amdahl’s law.

The law shows that the execution of the whole task increases with the improvement of the resources in the system and that regardless of the magnitude of the improvement, the theoretical speedup is always limited by the part of the task that cannot benefit from the improvement.

Most of the transactions between accounts are mutex, thus can be processed in parallel. However, existing Blockchain technologies process data in sequence, leaving a large amount of computing resources wasted. Take EVM as one example, it adopts sequential processing for all the data and demand gas fees, resulting in low processing efficiency.

Grid enables scalable performance as computational power increases

Optimizing data processing speed itself is not the ultimate goal. The significance of parallel processing is the potential for scalability.

We have all seen the heated debate on the scalability of Ethereum. The difficulty lies in the fact that one node on Ethereum can only process transactions in sequence. Thus the whole processing speed of Ethereum is limited by the slowest node.

Cosmos provides a straightforward solution — — “if your transaction speed slows in one zone because too many people are using it, you simply add another zone to the hub and direct half the users over that zone, thereby doubling your transaction speed”. However, the efficiency of processing transactions per unit is still limited even when more computing power was added.

Grid introduces cloud computing in processing transactions. The Grid Kernel enables each node to operate on a cluster of computers. This means when more computational power joins the Grid eco-system, it not only enhances system security but also grows transaction speed proportionally. As illustrated in the figure, Grid groups transactions without read/write conflict into different categories, and then process different groups of transactions simultaneously.

Scaling, however, is a multidimensional subject. It is worth thinking about how scaling can be best achieved through an incentive mechanism and consensus mechanism. Grid’s token design and consensus is likely to provide an interesting exploration in the field. And this will be the next topic for this series articles.
Colorblind
Member
**
Offline Offline

Activity: 392
Merit: 41

This text is irrelevant


View Profile
November 08, 2017, 09:58:15 AM
 #2

I wonder how many coins with name "grid" was released for the past few years?

On the serious note, what can you say about Ethereum Plasma? You planning to compete?
polystyrenefussy
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
November 09, 2017, 12:10:57 PM
 #3

Where can I find ur wp?
GridBlockchain (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 09, 2017, 12:30:02 PM
 #4

Where can I find ur wp?
you can go to our website to download the white paper
GridBlockchain (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 10, 2017, 02:21:32 AM
 #5

I wonder how many coins with name "grid" was released for the past few years?

On the serious note, what can you say about Ethereum Plasma? You planning to compete?

plasma is offchain Grid is onchain, we are so different
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!