Cassandra Routing Keys in the DataStax C# Driver

By |2018-05-30T23:14:17+00:00October 29th, 2014|Categories: Development|Tags: , , , , |

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 [...]

Comments Off on Cassandra Routing Keys in the DataStax C# Driver

Software Complexity: A look at .NET and Node.js

By |2018-05-30T23:19:32+00:00July 15th, 2014|Categories: Development|Tags: , , , , |

Software complexity is killing software development as we know it. I’ve held this opinion for at least the last decade, and I thought it would make a good first post for the Cyanic Automation developer blog. If we look at how most major development environments evolve over time, it is clear that each new version brings [...]

Comments Off on Software Complexity: A look at .NET and Node.js
Go to Top