FROM
generates the data setWHERE
filters the generated data setGROUP BY
aggregates the filtered data setHAVING
filters the aggregated data setSELECT
transforms the filters aggregated data setORDER BY
sorts the transformed data setLIMIT .. OFFSET
frames the sorted data set
Sunday, 28 May 2017
Subscribe to:
Post Comments (Atom)
Spark Memory Management
Spark’s performance advantage over MapReduce is due to Spark’s In-Memory Persistence and Memory Management Rather than writing to disk ...
-
Abinitio on unix to sqlserver on windows conn requirements This article details the steps required to connect from...
-
Yarn Vs Zookeeper (in brief) YARN is the resource manager in Hadoop-2 architecture. It is similar to Mesos, as a role: Given a cl...
-
Partitioning: An Anecdote for performance Partitioning are of two types in hive, 1. Dynamic and Static partitioning Whe...
No comments:
Post a Comment