Cassandra and asp.net (C#)

Posted by Sergey Osypchuk on Stack Overflow See other posts from Stack Overflow or by Sergey Osypchuk
Published on 2010-03-29T16:43:10Z Indexed on 2010/03/29 17:23 UTC
Read the original article Hit count: 651

Filed under:
|
|

I am interested to create portal on cassandra services, since I faced some performance and scale issues starting from 1 million of records. Definitely, it could be solved, but I am interested on other options.

My main issues is cost of updating all necessary indexes, to make reading fast.

First, is cassandra is good way for asp.net programmers? I mean, maybe there is some other projects, which worth to take a look

And second, can you provide any documentation samples on how to start with cassandra programming from C#?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about databases