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
We are using the Golang module for connecting with Pinot in our internal applications. So far, the JSON-based communication does not pose a bottleneck for smaller result sets (order of magnitude: 10^3).
However, for moderate result sets (order of magnitude: 10^4-10^5), the JSON-based communication starts to be inefficient.
To mitigate this, it would be convenient to implement a gRPC communication in this module, since Pinot has gRPC communication implemented internally and few other systems (i.e. PrestoDB) use this for fast fetching of the result sets.
The text was updated successfully, but these errors were encountered:
Issue type: feature request
Pinot version: 0.8.0
Description:
We are using the Golang module for connecting with Pinot in our internal applications. So far, the JSON-based communication does not pose a bottleneck for smaller result sets (order of magnitude: 10^3).
However, for moderate result sets (order of magnitude: 10^4-10^5), the JSON-based communication starts to be inefficient.
To mitigate this, it would be convenient to implement a gRPC communication in this module, since Pinot has gRPC communication implemented internally and few other systems (i.e. PrestoDB) use this for fast fetching of the result sets.
The text was updated successfully, but these errors were encountered: