You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: