-
Notifications
You must be signed in to change notification settings - Fork 41
pchalamet edited this page Apr 26, 2013
·
8 revisions
Facts in faq.
The api supports only CQL 3.0. All operations supported by CQL 3.0 is also supported by cassandra-sharp. Async operations and efficient connection usage are supported.
cassandra-sharp supports the following features:
- .NET 4.0 + compatible
- TPL integration (compatible with C# 5 async)
- async operations
- streaming support with IEnumerable<>
- extensible rowset mapping
- robust connection handling (connection can be recovered)
Well, maybe. I do not feel the need to have this right now. There is almost no gain in compressing CQL query and data can be compressed other way. But contributions are welcomed anyway.
Yes it will but in future version (probable 2.2). Meanwhile, I prefer to focus on core only.
Specify a timeout when using AsFuture(). You will get an OperationCanceledException if the query last longer than expected.
Use cqlplus DbCopy operation.