Which NoSQL db to use with C?
Posted
by systemsfault
on Stack Overflow
See other posts from Stack Overflow
or by systemsfault
Published on 2010-01-26T14:33:38Z
Indexed on
2010/05/30
22:32 UTC
Read the original article
Hit count: 150
Hello all,
I'm working on an application that I'm going to write with C and i am considering to use a nosql db for storing timeseries data with at most 8 or 9 fields. But in every 5 minutes there will huge write operations such as 2-10 million rows and then there will be reads(but performance is not as crucial in read as in the write operation).
I'm considering to use a NoSQL db here in order to store the data but couldn't decide on which one to use. Couchdb seems to have a stable driver called pillowtalk for C; but Mongo's driver doesn't look as promising as pillowtalk. I'm also open to other suggestions.
What is your recommendation?
© Stack Overflow or respective owner