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...
-
Partitioning: An Anecdote for performance Partitioning are of two types in hive, 1. Dynamic and Static partitioning Whe...
-
To begin with I just want to suggest couple of approaches to implement SCD Type 2 Dimension in Hive. - Do everything in RDBMS and just s...
No comments:
Post a Comment