Bài viết
Chia sẻ kiến thức của bạn.
How to Use Chunk Size Larger Than 1MiB for DAGs?
I am looking to utilize a chunk size larger than 1MiB for DAGs. Would I need to organize 1MiB chunks into DAGs of the desired size, then group those DAGs into a superDAG? While I understand the network's transfer limit on mebibyte chunks, is there a method to achieve this? Any insights or guidance on this matter would be greatly appreciated.
- IPFS
- Libp2p
- IPLD
Câu trả lời
1Yes, you can achieve that by maintaining a chunk size of 1MiB. By creating a block that references all the individual chunks, you can establish a root block. Subsequently, these root blocks can be linked together as needed.
Bạn có biết câu trả lời không?
Hãy đăng nhập và chia sẻ nó.
The InterPlanetary File System (IPFS) is a protocol, hypermedia and file sharing peer-to-peer network for storing and sharing data in a distributed file system.