I am new to spark , trying to understand , how is spark advantageous when using it through spark-Cassandra connector on Cassandra cluster.
- How does write (example savetocassandra) to Cassandra works through spark-Cassandra connector (spark SQL queries , does it involve coordinator node still?
- How does read to Cassandra works through spark-Cassandra connector (spark SQL queries) , does it involve coordinator node still?
- what makes spark overcome the load of Cassandra , during high range read scans on the cluster?
- How does a high range scan cql read query gets executed on Cassandra cluster through spark-Cassandra connector?
- using IN clause through spark-Cassandra connector on Cassandra cluster is advantage?