trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.15k stars 2.93k forks source link

Push down aggregation with TopN into JDBC connectors #5265

Open findepi opened 3 years ago

findepi commented 3 years ago

Depends on https://github.com/prestosql/presto/issues/4769 Relates to https://github.com/prestosql/presto/issues/5261

findepi commented 3 years ago

See https://github.com/prestosql/presto/pull/5264 how this can be tested.