Reputation: 41
A couple of questions on channel:
besides partition does the channel have the characteristic of hierarchy - meaning, if I have 3 channels can I arrange them into a hierarchy structure, channel a contains channel b and channel b contains c?
sort of related to above question; what is the best practice to manage all channels under one peer/user,such as, CRUD? In my mind this concept of channel seems to be a great idea but could possibly become out of control quickly - the impact on scalability, performance, storage and data segregation of the network. Is there any details around the roadmap of how to manage the channel in both the micro and macro sense?
Upvotes: 0
Views: 198
Reputation: 2297
These are Hyperledger Fabric questions, as Composer does not manage channels (you deploy a Composer business network archive TO an existing channel).
Channels are essentially separate ledgers. They allow you to manage a single Fabric, that supports multiple ledgers across different subsets of your peers.
Upvotes: 1