You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presto is a distributed SQL query engine for big data.
4
+
-[Github](https://github.com/prestodb/presto)
5
+
-[Homepage](https://prestodb.io)
6
+
7
+
The benchmarks are based on Presto version `0.287`.
8
+
9
+
We assume that a Presto cluster is already running. For more information, visit [Getting Started](https://prestodb.io/getting-started/).
10
+
11
+
----------
12
+
## Steps
13
+
14
+
1. Download parquet file and upload it to S3 Bucket ex. s3://your-bucket/clickbench-parquet/hits/hits.parquet.
15
+
2. Create a new schema for the dataset and create hits table in this new schema using the create.sql file. Add the following to the end of the file to use the parquet file on S3.
0 commit comments