0 votes
in Apache Spark by
What makes Spark good at low latency workloads like graph processing and Machine Learning?

1 Answer

0 votes
by
Apache Spark stores data in-memory for faster processing and building machine learning models. Machine Learning algorithms require multiple iterations and different conceptual steps to create an optimal model. Graph algorithms traverse through all the nodes and edges to generate a graph. These low latency workloads that need multiple iterations can lead to increased performance.

Related questions

0 votes
asked Aug 25, 2022 in Apache Spark by sharadyadav1986
0 votes
asked Aug 25, 2022 in Apache Spark by sharadyadav1986
...