Search papers, labs, and topics across Lattice.
This paper investigates automated throughput tuning for Hyperledger Fabric by framing it as a noisy black-box optimization problem suitable for Bayesian optimization (BO). They implement a Caliper-in-the-loop pipeline to deploy, benchmark, and optimize Fabric configurations based on observed throughput. Evaluating 16 BO with dimensionality reduction (DR) variants across a 317-dimensional search space, DYCORS-PCA achieved a 12% TPS improvement over the initial configuration.
Bayesian optimization can automatically tune Hyperledger Fabric configurations to achieve double-digit throughput improvements, but the impact of measurement noise on interpreting gains cannot be ignored.
Hyperledger Fabric performance depends on many interacting configuration parameters, making manual tuning difficult. We study automated throughput tuning by treating benchmarking as a noisy black-box optimization problem and applying Bayesian optimization (BO) with dimensionality reduction (DR). We implement an end-to-end Caliper-in-the-loop pipeline that deploys candidate configurations, benchmarks them, and updates the optimizer from observed throughput. The search space, derived from Fabric configuration files, has 317 dimensions. In a cloud testbed, we evaluate 16 BO+DR variants and a random-search baseline. The best method, DYCORS-PCA, achieves a 12% TPS improvement relative to the first evaluated configuration, while MPI-REMBO achieves 9%. These results suggest that BO with DR is a practical approach for high-dimensional Hyperledger Fabric tuning, while also highlighting the role of measurement noise in interpreting gains.