Open larandvit opened 4 years ago
Metadata only queries against hidden columns would be nice too!
Right now, the hidden columns get tacked onto the rows output from the file which always requires reading the entire file. It would be nice if there were hidden tables that could be used to query this metadata only information. This might be another issue though.
Hello,
Optimization should be done when data is retrieved from S3 storage filtering the contents of objects. See SelectObjectContent document on operation filters of an S3 object.
The original discussion in slack: https://prestosql.slack.com/archives/CGB0QHWSW/p1597251503363200.
The samples of queries where optimization are not applied.
Thanks.