Tezosは並列化の恩恵を受けますか?
1 回答
- 投票
ブートストラップフェーズを並行して達成することは簡単ではありません.実際、ブートストラップ中は、次のコンテキストの計算に使用される最後のコンテキスト(元帳の状態)の可用性などに依存します.
ただし、ノードのパフォーマンスにはまだ改善の余地があり、現在取り組んでいます.
It is not trivial to achieve the bootstrap phase in parallel. Indeed, while bootstrapping, you have a dependency on the availability of the last context (ledger state) used to compute the next one, and so on.
However, there is still room for improvement on the node performances and we are working on it.
ノードをブートストラップしている間、Tezosは単一のCPUのみを使用するようです.これには理由があり、Tezosは並列化の恩恵を受けますか?