Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
434 views

How are Cassandra's 0.7 Secondary Indexes stored?

We have been using Cassandra 0.6 and now have Column Families with millions of keys. We are interested in using the new Secondary Index feature available in the 0.7 but couldn't find any ...
3
votes
2answers
132 views

Suggest: Non RDBMS database for a noob

For a new application based on Erlang, Python, we are thinking of trying out a non-RDBMS database(just for the sake of it). Some of the databases I've researched are Mongodb, CouchDB, Cassandra, ...
2
votes
2answers
118 views

Replace relational DB (SQL Server) with rules-based/declarative implementation?

I have started working on a project in the financial services industry that is based (mainly) on SQL Server (2000), ColdFusion (8), and some Access/.NET applications. This project started as some ...
1
vote
2answers
117 views

Nonrelational Databases for C++

I was thinking of starting a project that very clearly needs a persistent store. I was about to reluctantly decide on a RDBMS, when I came across an article which briefly mentions CouchDB. Seems some ...
0
votes
1answer
158 views

Solution to store huge amount of Network Monitoring data

I am using RRD DB for storing Network monitoring data and getting 5 million data points per day which will increase in future to 10 million and more... And also using RRDTool graph that gives a ...