Hi, Can you please property subscribe to the mailing list so that the community can receive email notifications for your messages? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
Ramesh wrote > I am unable to understand the motivation for a compute grid. Is it > primarily for providing a clustered computing environment along with > in-memory processing? In other words is there not a lot of overlap between > the two grids? Yes, Compute Grid is for high performant parallel processing and distributed execution. Please refer to the documentation [1] and examples [2] for more details. Note that Compute Grid is highly integrated with Data Grid. For example, you can route closures to the node where particular data is stored, avoiding transferring large data objects across the network [3]. I'm not sure I understand what you mean by "overlap between the two grids". Can you please clarify? [1] https://apacheignite.readme.io/docs/compute-grid [2] https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples/computegrid [3] https://apacheignite.readme.io/docs/collocate-compute-and-data -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Data-Grid-versus-Compute-Grid-tp6097p6122.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
