Optimization of Merge Policy in AsterixDB Big Data Management System.

Jie Zhang,Zhiyuan Li,Yidou You,Runge Huang,Jin Liu,Xu Chen
DOI: https://doi.org/10.1109/iiki.2016.29
2016-01-01
Abstract:AsterixDB Big Data Management System is one of the non-relational databases, developed and researched by researcher in UC Irvine, UC Riverside, and UC San Diego. One of the basic storage structures of AsterixDB is a log structured merge tree, and the log structured merge tree cannot get away from merging operations. When we research in this project closely, we found that a better merge policy helps improve the CURD performance of log structured merge tree in a great level. The existing merging policies show a lot of drawbacks when data size gets bigger and bigger. Our method aims at optimizing merge policy utilizing a new scheduler - Level Scheduler which was proposed in [6]. Experiments show that our merge algorithm is much more efficient.
What problem does this paper attempt to address?