Slide 16
Slide 16 text
Presto Connector Data Model
• Connector: Driver for a data source.
• Example: HDFS, AWS S3, Cassandra, MySQL, SQL Server, Kafka
• Catalog: Contains schemas from a data source
specified by the connector
• Schemas: Namespace to organize tables.
• Tables: Set of unordered rows organized into columns
with types.
16