DCAIMay 4

Caliper-in-the-Loop: Black-Box Optimization for Hyperledger Fabric Performance Tuning

arXiv:2605.026901.6
Predicted impact top 90% in DC · last 90 daysOriginality Synthesis-oriented
AI Analysis

For Hyperledger Fabric users and administrators, this work provides a practical approach to high-dimensional configuration tuning, though the gains are modest and noise-dependent.

The paper tackles automated throughput tuning for Hyperledger Fabric by treating benchmarking as a noisy black-box optimization problem. The best method, DYCORS-PCA, achieves a 12% TPS improvement over the first evaluated configuration.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes