I found that the query response for query with aggregate is much shorter than that without aggregate. This indicates that the data transmission between the query servers and the result merges is the performance bottleneck in query evaluation.
We may want to reduce the data transmission overhead by using compression and/or kryo Serializer.
I found that the query response for query with aggregate is much shorter than that without aggregate. This indicates that the data transmission between the query servers and the result merges is the performance bottleneck in query evaluation.
We may want to reduce the data transmission overhead by using compression and/or kryo Serializer.