partition across multiple blockchains

+1 vote

How I will partition across multiple blockchains for huge data in blockchain. and how can I handle those data from two blockchain. How I will perform all the opertions if I am partitioning the block chain

asked Jan 22, 2017 by sidhatha

1 Answer

0 votes
 
Best answer
Each blockchain can be accessed via the API on one of its nodes. Perhaps you can clarify the question?
answered Jan 23, 2017 by MultiChain
selected Jan 30, 2017 by sidhatha
in my multi chain I have huge numbers of data. Can I partition those data into two chain
You can't partition the data once it's in an existing blockchain, but you can start two new chains, and then repost the data to the new chains.
...