Getting Started With PrestoDB
What is Presto? Think SQL + Big Data. If you know SQL and want to use it to interrogate huge datasets PrestoDB is the way to go. The big data means that presto is installed with a coordinator and multiple workers. SQL Queries are submitted from a client such as the Presto CLI to the coordinator. The coordinator parses, analyzes and plans the query execution, then distributes the processing to the workers....