Skip to content

Files

Latest commit

 

History

History
21 lines (15 loc) · 980 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 980 Bytes

prestodb-sql-cookbook

About: PrestoDB SQL Cookbook

Examples of using the full ANSI-SQL capabilities of PrestoDB for examples from: real-life, "SQL Cookbook", "The Essence of SQL". Especially the use of more sophisticated Window Functions, Map Reduce, Filters. Best if can demo the specific strengths of PrestoDB (e.g Parallel Execution of Query)

Pre-reqs

  • Assumes latest PrestoDB installed

Getting Started

  • Load the schema and test data into PrestoDB

Practice Schema (for "SQL Cookbook" + "The Essence of SQL")

Others to be ported

Equivalent Window Function support: PrestoDB, MySQL, PostgreSQL