MapReduce in Cache [Deprecated]
NCache's MapReduce feature allows developers to effectively handle substantial amounts of unstructured data by utilizing parallel computing throughout all nodes in an NCache cluster. This approach concurrently distributes and processes input data, guaranteeing scalability irrespective of the size of the cluster.
Note
This feature is only available in the NCache Enterprise.
This section will provide a complete guide on working of MapReduce, how to implement its interface with NCache and use it.
In This Section
MapReduce Working and Components
Explains in conceptual detail the working of MapReduce in NCache.
Implement MapReduce Interface
Explains, with samples, how to implement the required interfaces for MapReduce.
Using MapReduce in Cache
Explains the steps to execute the MapReduce task.