-
https://github.com/trinodb/trino/actions/runs/9965297128/job/27535676350?pr=22696
-
## Feature request
The time series generation function Sequence(start, stop, step) available in Trino/Presto does not exist in StarRocks, and there is a desire to have it added.
for example …
-
We've seen some [articles](https://aws.amazon.com/blogs/storage/improving-amazon-s3-throughput-for-the-aws-cli-and-boto3-with-the-aws-common-runtime/) stating that AWS CRT is improving S3 throughput d…
-
This is a follow up to #20 , originated in https://github.com/trinodb/s3-proxy/pull/36#discussion_r1617224604
While we may not yet want to support non-S3-like endpoints for the underlying storage, …
-
From a security perspective a materialized view is just a table, and should be treated as such. The only time we should be checking if the definer has permissions to run the view attached to the quer…
-
Connector: PostgresSQL
_/etc/trino/access-control/rules.json_
```json5
{
"catalogs": [
{
"group": "admin",
"catalog": ".*",
"allow": "all"
},
],
"functio…
-
Table functions were added to trino from 388 onwards and `SystemAccessControl` methods were updated to accommodate this change later. Therefore, to make the table function work with the Trino-Rangerpl…
-
Trino implemented a variant of TopNRowNumber node + operator called TopNRanking - which improves Q67 performance signficantly. In my local testing with TPCDS SF 1000, I saw a performance improvement i…
-
We are trying to complete the Alluxio caching support roll out now that Trino 438 is out. Following is the proposed sequence of tasks with status and mention of contributors and others helping.
Ini…
-
### Describe the feature
Following issues preventing us from using the default dbt merge macro:
- Need to alias columns on WHEN not matched clause: https://github.com/trinodb/trino/issues/14014
-…