pluto
pluto copied to clipboard
Improve the performance of join operation
At now, join operation is implemented very simply to reuse the implementation of windowing operation. However, we assumed that we would receive a lots of queries containing join operation because of the characteristics of micro stream. Therefore, this could be a bottleneck. In that case, we should improve the performance of join operation.