Open shawnzhu opened 4 years ago
When I run ANALYZE against a Db2 table, I got:
ANALYZE
Query 20200904_150042_00043_qdavr failed: This connector does not support analyze
See details about ANALYZE: https://prestosql.io/docs/current/sql/analyze.html
This could be fun to support table stats from the table SYSCAT.TABLES, SYSSTAT.TABLES and sysibmadm.admintabinfo
SYSCAT.TABLES
SYSSTAT.TABLES
sysibmadm.admintabinfo
When I run
ANALYZE
against a Db2 table, I got:See details about ANALYZE: https://prestosql.io/docs/current/sql/analyze.html