# Amazon Redshift vs Trino

| Attribute | Amazon Redshift | Trino |
|---|---|---|
| **Vioscale score** | 55 (73% (medium)) | 52.1 (54% (medium)) |
| activity.commits_last_30d | - | 100 |
| adoption.dependent_repos | - | 468 |
| adoption.github_stars | - | 13,183 |
| deployment.options | `{"cloud":true}` | `{"cloud":true,"on_prem":true,"self_hosted":true}` |
| description.long | A cloud-based data warehouse available in provisioned and serverless deployment models, supporting SQL analytics across data warehouses and data lakes. Redshift integrates with SageMaker for AI workloads and connects to S3 and third-party data sources via zero-ETL integrations. | An open-source SQL query engine built for fast, distributed analytics over large-scale datasets stored in multiple systems. It enables users to query data in place without copying, supporting interactive analytics workloads from single queries to high-volume applications. |
| features.capabilities | `{"in_db_ml":true,"deployment":"managed","sql_dialect":"vendor","architecture":"separated","data_sharing":true,"compute_model":"clusters","license_class":"proprietary","table_formats":"Iceberg, Parquet","semi_structured":"functional","federation_query":true,"streaming_ingest":true,"concurrency_scaling":"automatic"}` | `{"deployment":"self","sql_dialect":"ansi","architecture":"coupled_mpp","compute_model":"clusters","license_class":"permissive","federation_query":true}` |
| integrations.count | 7 | 18 |
| integrations.list | `[{"name":"Amazon S3"},{"name":"Amazon SageMaker"},{"name":"Amazon Bedrock"},{"name":"Apache Iceberg"},{"name":"Apache Parquet"},{"name":"Streaming services"},{"name":"Operational databases"}]` | `[{"name":"Grafana"},{"name":"Apache Airflow"},{"name":"Apache DolphinScheduler"},{"name":"Coginiti"},{"name":"Cube"},{"name":"DBeaver"},{"name":"dbt"},{"name":"DbVisualizer"},{"name":"Emacs"},{"name":"Tableau"},{"name":"Power BI"},{"name":"Superset"},{"name":"R"},{"name":"Hadoop"},{"name":"S3"},{"name":"Cassandra"},{"name":"MySQL"},{"name":"Elasticsearch"}]` |
| language.primary | - | Java |
| license.spdx | - | Apache-2.0 |
| market.availability | `{"hqCountry":"US","primaryMarkets":[],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` | `{"primaryMarkets":[],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` |
| platform.support | `{"cli":true,"web":true}` | `{"cli":true}` |
| pricing | `{"type":"hybrid","plans":[{"free":false,"name":"Provisioned On-Demand","features":["Flexible scaling","Pause and resume","Node type selection","Elastic Resize"],"commitment":"monthly","components":[{"kind":"fixed","amount":0.543,"period":"hour","currency":"USD"}],"description":"Hourly billing for provisioned clusters with no long-term commitments; can pause/resume to avoid charges","contactSales":false},{"free":false,"name":"Provisioned Reserved Instances","features":["Significant discounts over on-demand","Steady-state workloads","Cost predictability"],"commitment":"annual","description":"Discounted pricing for reserved capacity with annual or multi-year commitment","contactSales":false},{"free":false,"name":"Serverless","features":["Automatic capacity scaling","No idle charges","Seconds-based billing","Automatic shutdown"],"components":[{"per":{"qty":1,"unit":"hour"},"kind":"metered","amount":1.5,"currency":"USD"}],"description":"Per-second billing with automatic scaling; no compute charges during idle periods","contactSales":false},{"free":false,"name":"Serverless Reservations","features":["Up to 45% savings on Serverless compute","Cross-account sharing","AWS payer account management"],"commitment":"annual","description":"Discounted Serverless rates; shareable across AWS accounts at the payer account level","contactSales":false}],"addOns":[{"name":"Redshift Managed Storage (RMS)"},{"name":"Concurrency Scaling"},{"name":"Redshift Spectrum"},{"name":"Redshift ML"}],"summary":"Provisioned from $0.543/hour on-demand or discounted reserved rates; Serverless from $1.50/hour per-second billing. Free $300 credit for 90 days on new Serverless accounts.","currency":"USD","freeTier":true,"sourceUrl":"https://aws.amazon.com/redshift/pricing/","retrievedAt":"2026-08-14T15:27:34.606Z","freeTrialDays":90,"startingPrice":{"amount":0.543,"period":"month","currency":"USD"},"billingPeriods":["month","hour","second"]}` | `{"type":"open_source","freeTier":true,"sourceUrl":"https://trino.io","retrievedAt":"2026-08-14T15:22:01.158Z"}` |
| pricing.free_tier | yes | yes |
| pricing.model | freemium | open_source |
| pricing.price_level | low | free |
| pricing.transparent | yes | yes |
| release.cadence_days | - | 45 |
| release.history | - | `[{"url":"https://github.com/trinodb/trino/releases/tag/483","date":"2026-07-18T01:28:57Z","type":"stable","version":"483"},{"url":"https://github.com/trinodb/trino/releases/tag/482","date":"2026-06-25T19:22:28Z","type":"stable","version":"482"},{"url":"https://github.com/trinodb/trino/releases/tag/481","date":"2026-05-12T01:03:57Z","type":"stable","version":"481"},{"url":"https://github.com/trinodb/trino/releases/tag/480","date":"2026-03-24T23:06:31Z","type":"stable","version":"480"},{"url":"https://github.com/trinodb/trino/releases/tag/479","date":"2025-12-15T03:19:30Z","type":"stable","version":"479"},{"url":"https://github.com/trinodb/trino/releases/tag/478","date":"2025-10-29T18:42:57Z","type":"stable","version":"478"},{"url":"https://github.com/trinodb/trino/releases/tag/477","date":"2025-09-25T00:32:51Z","type":"stable","version":"477"}]` |
| reliability.status_page | yes | - |
| security.disclosure_policy | yes | - |
| security.fedramp | yes | - |
| security.gdpr | yes | - |
| security.hipaa | yes | - |
| security.pci | yes | - |
| security.scorecard | - | 5.6 |
| security.vulnerabilities | - | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=maven&package_name=io.trino%3Atrino-jdbc&per_page=100","last_12m":0,"max_severity":null}` |

## Capabilities (Data Warehouse Software)

| Capability | Amazon Redshift | Trino |
|---|:--:|:--:|
| **Deployment** |  |  |
| Deployment | Managed cloud | Self-hosted |
| **Architecture** |  |  |
| Architecture | Separated storage/compute | Coupled MPP |
| Compute model | Clusters | Clusters |
| **Query** |  |  |
| SQL dialect | Vendor-specific | ANSI SQL |
| Federation / lakehouse query-in-place | ✓ | ✓ |
| **Interoperability** |  |  |
| Table-format support | Iceberg, Parquet | - |
| **Scale** |  |  |
| Concurrency scaling | Automatic | - |
| **Ingestion** |  |  |
| Streaming ingest | ✓ | - |
| **Data model** |  |  |
| Semi-structured (JSON/VARIANT) | Functional | - |
| **Analytics** |  |  |
| ML / in-DB functions | ✓ | - |
| **Sharing** |  |  |
| Data sharing / marketplace | ✓ | - |
| **Licensing** |  |  |
| Licence class | Proprietary | Permissive OSS |

*Source: Vioscale. Generated 2026-09-01T17:17:03.002Z. "-" = undocumented, not absent.*
