What are massively parallel processing (MPP) platforms? What advantage does they have?
meda Changed status to publish 15/07/2022
MPP is alternate platform for Mapreduce ( a component of Hadoop platform) that enables us for distributed data processing.
And below are some of the differences between MPP and Mapreduce:
- MPP runs parallel computing tasks on costly, custom hardware, whereas MapReduce runs them on inexpensive commodity servers.
- Massively parallel processing(MPP) jobs are quicker and easier to use than standard MapReduce jobs.
- MPP jobs can be queried using SQL but MapReduce jobs can not queried using SQL.
meda Changed status to publish 08/07/2022