Pql support is being deprecated but is the pql result format is going to be supported for sql queries? pql format seems to be more efficient for group by/aggregate queries.
m
Mayank
12/16/2021, 10:12 PM
The endpoint will be deprecated. Are you referring to ordering groups per aggregation? If so, that is not SQL behavior, and hence won't be supported.
a
Ashish
12/16/2021, 10:14 PM
I meant the AggregationResults field BrokerResponse struct to hold the results instead of ResultTable
m
Mayank
12/16/2021, 10:15 PM
We haven't seen any performance regression in large deployments that made that switch.