Adaptive Scalability Optimization for Blockchain-Powered Academic Credential Repositories Using Intelligent Caching and Metadata-Aware Sharding
Abstract
Academic credential verification remains difficult for institutions because manual checks are slow, fragmented, and vulnerable to fraud. Blockchain can improve trust by anchoring credential proofs, but repeated verification requests and growing off-chain repositories can still create performance bottlenecks. This study presents an adaptive blockchain-powered academic credential repository that combines off-chain MySQL storage, Solidity-based hash anchoring, Redis verification caching, and metadata-aware sharding. Full academic records are not stored on-chain or in Redis; only credential hashes, verification responses, and related metadata are used for trust validation and performance optimization. A CodeIgniter 4 prototype was evaluated using synthetic academic credential records and controlled workloads of 1,000, 5,000, and 10,000 verification requests under fresh, mixed, and repeated access patterns. The results show that Redis caching substantially reduced repeated blockchain queries, especially under mixed and repeated workloads, while metadata-aware sharding improved repository organization and supported more targeted credential retrieval. Sepolia testnet validation confirmed smart-contract feasibility, including issuance, verification, revocation, gas use, confirmation time, and event evidence, but was treated separately from scalability testing. The findings indicate that combining blockchain trust anchoring with cache-aware verification and metadata-based repository partitioning can improve the scalability of academic credential repositories, provided that cache consistency, revocation handling, and deployment limitations are carefully managed.
Community
0 commentsNo discussion yet
Be the first to share a question or observation.