What is the difference of Presto on Hive and trino...
# ingestion
s
What is the difference of Presto on Hive and trino? How do I choose ?
d
The trino connector uses sqlalchemy to get the metadata while the presto-on-hive connector is getting the metadata from the Hive Metadata server which is a much faster way to get the metadata.