Sliding window aggregation, which extracts summaries from data streams, is a core operation in streaming analysis. However, real-world data streams often involve out-of-order data and exhibit burst data characteristics, which pose performance challenges to these sliding window algorithms. To address this challenging issue, a new study by TSYS School computer scientist Yi Zhou and colleagues Jianjun Li, Yuhui Deng, Jiande Huang and Qifen Yang of Jinan University, along with Geyong Min of the University of Exeter, proposes Gecko - a novel sliding window aggregation algorithm that supports bulk cache eviction. According to the study, set to appear in a future issue of IEEE Transactions on Knowledge and Data Engineering, Gecko leverages a granular-based eviction strategy for various bulk sizes, enabling efficient bulk eviction while maintaining the performance close to that of in-order stream algorithms for single evictions. For large data bulks, Gecko performs coarse-grained eviction at the chunk level, followed by fine-grained eviction using leftward binary tree aggregation (LTA) as a complementary method. Moreover, Gecko partitions data based on chunks to prevent the impacts of out-of-order data on other chunks, thereby enabling efficient handling of out-of-order data streams. Extensive experiments conducted by Zhou et al. to evaluate the performance of Gecko demonstrate its superior performance over other solutions. In real-world data scenarios, Gecko performs 1.7 to 3.5 times better than the state-of-the-art algorithm while also demonstrating the best latency performance among all compared schemes.
The long-awaited journal review being conducted by the Australian Business Deans Council (ABDC) has been released and there are a number of news items that relate to faculty in the Turner College. One of these is the ABDC's decision to now include Compensation and Benefits Review in its journal rankings. This is big news for the Turner College as its editor, Phil Bryant , is a professor of management in the Turner College. The ABDC is proposing that the journal enter its system for the first time as a C-rated journal. Acting Turner College Dean Tesa Leonce sits on the journal's editorial board, while Turner College management professor Mark James has guest-edited an issue of the journal. Published by SAGE, Compensation & Benefits Review is the leading journal for senior executives and professionals who design, implement, evaluate and communicate compensation and benefits policies and programs. The journal supports compensation and benefits specialists and academic ex...

Comments
Post a Comment