🌴 You won't want to miss Trino Fest this summer!
🤩 Click here to learn more about the event, speaker proposals, sponsorship opportunities, and to register: https://t.co/L5JwPw8RAe
@trinodb#trinodb#TrinoFest#BigData#Analytics#OpenSource
Kickstarted a while ago by @victorcouste in the Trino podcast https://t.co/qv6YvY7a1o, https://t.co/tmFmJyvB4M is now available on dbt cloud https://t.co/MtnV6HcZQt. I'm happy to have contributed to this @starburstdata endeavour.
Today on the Trino blog, we recap the Trino Summit talk from Marc Laforet at @Shopify. He explains why and how Shopify used Trino to migrate from some old, custom, and poorly-optimized table formats to Iceberg, resulting in huge performance improvements.
https://t.co/BjBPb78oPH
@TrinoDB is 10 years old!
Trino has grown from just @mtraverso, @electrum32, Eric, and I hacking away in a corner of Facebook, and now there is a huge, worldwide, community hacking away. We never imagined how big this would become. Thank you all!
#opensource#SQL#prestodb
@jaceklaskowski SELECT gid, v, v - LAG(v, 1, 0) OVER (PARTITION BY gid ORDER BY v) AS gap
FROM (VALUES (1, 0), (1, 3), (1, 1), (2, 4), (2, 0), (2, 7)) AS t(gid, v);
Have a look at window functions https://t.co/r9T2iGl5UQ
Trino 362 is released! In this version:
* Support for LISTAGG
* Case-insensitive matching for #BigQuery views
* UUID type in #ApacheIceberg
* Support loading of S3 mappings via HTTP
See the full list: https://t.co/niUiZcPeo3
#trino#presto#prestosql#prestodb
Trino 361 is released! In this version:
* Support for OAuth2/OIDC opaque access tokens
* Aggregation pushdown for @ApachePinot
* Better performance for Parquet files with column indexes
See the full list: https://t.co/oO5H0vmone
#trino#presto#prestosql#prestodb
@daniel_abadi@starburstdata I find that having SQL federated compute engines over a myriad of databases a great leap forward for analytics. The analysts often translate to SQL questions set by the business. I wonder if anytime soon the next step forward will be to have speech to dashboard translation tools.