-
I have a rest catalog and a query like:
```sql
SELECT * FROM mycat.public.comments where media IN (SELECT id FROM mycat.public.media)
```
or
```sql
SELECT * FROM mycat.public.comments where m…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
(This is a repost of [a question on SO](https://stackoverflow.com/questions/78844640/curious-trino-retry-behaviour).)
**Short version**
After retrying, queries hang on status FINISHING for five …
-
SQL:
```sql
-- Table c1000 has 1000 columns
-- Table c10 has 10 columns
SELECT * FROM c1000 t1 WHERE (SELECT COUNT(*) FROM c10 t2 WHERE t1.col0 = t2.col0) > 2;
```
Stacktrace:
```
com.google.common.u…
-
I am trying to understand a performance degradation that has happened on upgrading from Trino 419 to Trino 463. Querying hive tables with zstd compressed data in s3 seem to run significantly slower in…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
Suport trino strpos(string, substring, instance) function
Returns the position of the N-th instance o…
-
TL;DR - Which timeout setting do I need to change from default to stop this PAGE_TRANSPORT_TIMEOUT and does it need to go in coordinator, worker, or both?
I'm experiment with Trino and DBeaver and I'…
-
Getting the error message "Value is missing" when an SQL update attempts to set a NULLABLE column to NULL.
```
trino:public> update test set updated_by=null where id='f75afcdb-6545-4675-b341-4fdf17…
-
I am finalizing migration from Trino 419 to Trino 464 and running into the issues of getting a large list of tables, closer to 200k in a single schema. My timeouts are set to 300s. Trino 419 is capabl…
-
I would like to connect Rill to [Trino](https://trino.io/), a distributed SQL query engine, for data analysis. Currently, Trino is not available as a connector. Rill is a fantastic product, and integr…