Abstract: With the increasing demand for computility, managing distributed computility resources is crucial for improving service quality and performance of the cross-region computility infrastructure. In order to ensure timely and accurate scheduling of computing tasks on such infrastructure, a distributed computility status storage and query system is needed to achieve millisecond-level performance in terms of multidimensional sort query and multidimensional range query for computility status. Thus, we propose CMS, a computility resource status management and storage framework, which leverages specialized multidimensional indexes to support millisecond-level resource status reporting and querying, as well as sort and range queries. In addition, we developed BCQL and a set of querying algorithms to enhance throughput and reduce query latency. Experimental results show that the average query latency of the multidimensional sorting queries and range queries of the CMS system is 2.499 ms and 2.014 ms, respectively. While, the latency of those queries in Redis-based framework reach 25.66 ms and 25.13 ms, which are 10\(\times \) higher than the CMS.
Loading