Cassandra Routing Keys in the DataStax C# Driver
I recently read an article by a DataStax solution architect stating that to get the best insert performance using unlogged BatchStatements, all statements in the batch should belong to the same partition so that the coordinator node doesn't have to re-route statements for partitions it doesn't own. There is a problem with this advice however (as [...]