ABSTRACT

For optimizing the performance of data engine of report, we support optimization of Expression structure which can be push-down onto database as possible as we can, but not just be calculated on local. Cause now we support filter, sort and top-N actions in Expression structure, we discuss Set Expression respond to sort or top-N action and Tuple Expression (AND, OR, NOT) respond to filter action push-down in this paper.