LSM tree-based key-value stores face significant I/O bandwidth consumption and performance bottlenecks due to frequent data rewrites and migrations during compaction. To address this issue, near-data processing technology has emerged as a promising solution and is gaining increasing attention. Near-data processing reduces the data transfer distance between storage and processing resources by placing computational resources closer to storage devices or integrating them into memory, thereby effectively alleviating performance bottlenecks. However, existing multi-near-data processing (NDP) key-value stores still face synchronization problems, leading to long wait times and underutilization of resources. To address these issues, TSYS School computer scientist Yi Zhou and his colleagues from Anhui University, Zhongguancun Laboratory and Auburn University propose an asynchronous parallel compaction for multi-NDP-enabled key-value store named A+Store. In A+Store, to optimize data layout, they implement an MLSM-tree on each NDP device, an asynchronous execution queue for dynamic task management, and an independent metadata management method. This asynchronous mechanism allows each NDP device to update its metadata immediately after completing a compaction task rather than waiting for other devices, thereby eliminating synchronization waiting time among NDP devices. Additionally, as each NDP stores SSTables within specific key ranges, the device can perform sub-compaction tasks in parallel according to its key range, significantly enhancing the execution speed of tasks within each NDP device. This approach can improve the system’s parallel processing capability and resource utilization, addressing the bottlenecks in existing multi-NDP key-value stores in applications with the requirements of large-scale data processing and low latency. To evaluate the performance of A+Store, the study, which appears in the latest issue of the Journal of Systems Architecture, compares A+Store to state-of-the-art key-value stores. Zhou and his colleagues also develop a tested toolkit using the real-world dataset OpenAlex, and study the performance of A+Store under realistic workloads. Experimental results show that A+Store demonstrates superior performance across all tests.
Officials in the Turner College's Butler Center for Research and Economic Development recently put the finishing touches on an extensive report on trends in educational programs and occupations in the Columbus area. The report also includes data on business and technology trends. According to Fady Mansour , Director of the Butler Center, there are several key takeaways from the report regarding 10 occupational gaps that currently exist in the Columbus area. First, software development occupation exhibits the biggest labor shortage, with the report adding that the TSYS School has a bachelor's degree program in information technology along with a new AI track for the bachelor's degree in computer science, both of which can qualify students for this occupation. Other educational programs are in demand, such as computer programming and cloud computing. Second, there is a gap of 30 employees per year in general and operations management. This gap could be addressed by the Turn...

Comments
Post a Comment