0:00
In this video we are discussing join pattern overview
0:04
We know that in case of RDBMS we can join two tables. But in case of big data, in case of huge data set, joining is not a very easy thing and
0:14
it is a very costly affairs. And also here the MapReduce takes key value pair one at a time
0:21
So these are the several constraints are there. So that's why we require some separate technique to do the joining in case of big data
0:29
So, let us discuss this join pattern overview. So, what is join pattern
0:36
So in SQL, the joining of two tables can be done easily by using some commands and queries
0:42
And there will be taking some attributes as common between the tables and against that we
0:47
can do the joining. But in MapReduce task, it is complex. Why it is complex
0:52
Because it uses a single key value pair at a time. So as the joining is not simple
0:58
we need to follow some techniques to join records in our map reduce applications so different
1:07
types of join pattern types so let us discuss what are the different types are there so in
1:12
this section we shall discuss this four different joint pattern so first one is the reduce
1:17
site join next one is the replicated join composite join and condition product we shall be
1:25
discussing all this with some sample examples and practice demonstration in the next videos please watch all the videos for their
1:33
implementation and running thanks for watching this video