question

cassandra avatar image
cassandra asked Erick Ramirez answered

How many parallel workflows can we process with the configured datastore?

Hello Team,
I'm new to Cassandra I want to know about

  1. How many parallel workflows we can process with the configured datastore in Cassandra ?
  2. How many days Cassandra will be stored our data in pod ?
  3. Cassandra data store retention and durability ?
cassandra
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered

Your questions don't make sense to me. I'm not sure what "parallel workflows" and "configured datastore" mean.

If you're referring to number of transactions-per-second a cluster can handle, it depends on a lot of factors which include (but not limited to):

  • application use case
  • access patterns
  • hardware configuration
  • network bandwidth and IO
  • data model
  • cluster load
  • etc

You can only figure out how much your cluster can handle by testing it.

Also, how much data can be stored on the nodes and how long depends on your cluster's hardware configuration. Again, you can only figure that out by performing tests. Cheers!

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.