2 Comments

Nice write up Ben! What's the difference between SparkSQL & Trino?

Expand full comment

Do you mean Spark itself? Spark is a general engine as is Trino. Spark is also a general-purpose cluster-computing framework. Core Spark does not support SQL – for SQL support you install the Spark SQL module which adds structured data processing capabilities. Check out Ahana's article(I clearly should write an article because this one is so short). https://ahana.io/learn/comparisons/spark-sql-vs-presto/.

Expand full comment