超要約:グローバルオーダリング(順番決め)をブッ飛ばして爆速コンセンサスを実現!🚀
✨ギャル的キラキラポイント✨
● グローバルオーダリング(世界の順番決め)をバイバイ👋!並列処理で爆速処理を実現しちゃう! ● オブジェクト(モノ)ごとに処理するから、色んなコトが同時にできちゃうの💖 ● 既存のMulti-BFTプロトコルより、なんと9倍以上のスループットUPだって!😳
詳細解説
続きは「らくらく論文」アプリで
Multi-Byzantine Fault Tolerant (Multi-BFT) consensus, which runs multiple BFT instances in parallel, has recently emerged as a promising approach to overcome the leader bottleneck in classical BFT protocols. However, existing designs rely on a global ordering layer to serialize blocks across instances, an intuitive yet costly mechanism that constrains scalability, amplifies failure propagation, and complicates deployment. In this paper, we challenge this conventional wisdom. We present HYDRA, the first Multi-BFT consensus framework that eliminates global ordering altogether. HYDRA introduces an object-centric execution model that partitions transactions by their accessed objects, enabling concurrent yet deterministic execution across instances. To ensure consistency, HYDRA combines lightweight lock-based coordination with a deadlock resolution mechanism, achieving both scalability and correctness. We implement HYDRA and evaluate it on up to 128 replicas in both LAN and WAN environments. Experimental results show HYDRA outperforms several state-of-the-art Multi-BFT protocols in the presence of a straggler. These results demonstrate strong consistency and high performance by removing global ordering, opening a new direction toward scalable Multi-BFT consensus design.