PrestoDB translator (prestodb)
Also see common JDBC translators information.
The PrestoDB translator, known by the type name prestodb, exposes querying functionality to Presto data sources - which includes both PrestoDB and PrestoSQL.
Because PrestoDB exposes a relational model, Teiid can use it as it does other RDBMS sources, such as Oracle, Db2, and so forth. For information about configuring PrestoDB, see the Presto documentation.
Tip
|
In SQL JOIN operations, PrestoDB does not support multiple ORDER BY columns well.
If errors occur during JOIN operations that involve more than one ORDER BY column,
set the translator property supportsOrderBy to disable the use of the ORDER BY clause.
|
Note
|
Some versions of Presto generate errors when you include null values in subqueries. |
Tip
|
Older PrestoDB versions do not support transactions. To overcome issues caused by this limitation, define the data source as non-transactional. |
Note
|
By default, every catalog in PrestoDB has an If you want to configure multiple Presto catalogs, set one of the following import options to filter the schemas and tables in the source:
|