Azure ADX query/memory consumption limits using kql via Java SDK not working
I am trying to query 1m entries from an ADX cluster via Java SDK. Since the entries are a lot I am performing it via paginated queries of size 50k. 50k entries for my table correspond to 70MB which as you can already tell I am getting the ‘Query result set has exceeded the internal data size limit 67108864 (E_QUERY_RESULT_SET_TOO_LARGE).’ error.