We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FiloDB is very good at parallelism and performance, but if someone wants to increase concurrency they should have options to control number of tasks.
Please refer to the link for spark connector code on how to control the number of tasks getting created during full table scan.
https://github.com/datastax/spark-cassandra-connector/blob/master/spark-cassandra-connector/src/main/scala/com/datastax/spark/connector/rdd/partitioner/CassandraPartitionGenerator.scala
The text was updated successfully, but these errors were encountered:
Added dynamic client id with namespace + shard (#141)
0ed3a31
velvia
No branches or pull requests
FiloDB is very good at parallelism and performance, but if someone wants to increase concurrency they should have options to control number of tasks.
Please refer to the link for spark connector code on how to control the number of tasks getting created during full table scan.
https://github.com/datastax/spark-cassandra-connector/blob/master/spark-cassandra-connector/src/main/scala/com/datastax/spark/connector/rdd/partitioner/CassandraPartitionGenerator.scala
The text was updated successfully, but these errors were encountered: