/plushcap/analysis/datastax/datastax-c-driver-cassandra-251-released

C# Driver for Cassandra 2.5.1 Released

What's this blog post about?

The latest version of the C# Driver for Apache Cassandra introduces support for manual paging and a more user-friendly routing API. It also adds lightweight transaction support to the Mapper and Linq components. Automatic fetching of limited rows in SELECT queries is now possible, with the option to retrieve the next page based on previous state. The PagingState property should be used carefully as it can expose vulnerabilities. Manual paging can be done using ExecutePaged() for Linq and FetchPage() for Mapper. The driver now makes it easier to handle routing keys, with examples provided for different types of statements. Lightweight transactions are supported in Linq and the Mapper. Version 2.5.1 is available on Nuget, with contributions from the community appreciated.

Company
DataStax

Date published
March 23, 2015

Author(s)
Jorge Bay Gondra

Word count
458

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.