- Trino
- sql query engine
- for Data Analytics
- query large data sets from one or more disparate data sources
- open source
- Starburst Galaxy - A managed Trino Environment.
- Catalog - some sort of the Database which user queries into
- Connector - Configured in each catalog. Read/Write access to a data source.
- Connectors behave differently depending on the underlying data source.
- Object storage (hive, iceberg) vs SQL DB (mysql)
- Catalog contains one or more schema. - similar to postgres
- Schema contains one or more tables.
- Table contains one or more columns.
- Each column has a specific data type.
- Each row in a table represents a dataset or record.
- Connector - Configured in each catalog. Read/Write access to a data source.
- Querying
- Basic
select * from "catalog.schema.table" where "column" like "%example%"
- Basic
- Datagrip Client
- https://www.youtube.com/watch?v=SnvSBYhRZLg
Last active
September 24, 2024 04:27
-
-
Save bangonkali/d59821205d932d8b43fb12bdcc4d0506 to your computer and use it in GitHub Desktop.
Trino Engineering Notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment