Is NoSQL ideal to store stats?
Posted
by Ivan
on Stack Overflow
See other posts from Stack Overflow
or by Ivan
Published on 2010-03-24T19:02:30Z
Indexed on
2010/03/24
19:03 UTC
Read the original article
Hit count: 235
nosql
|statistics
I'm not terribly familiar with NoSQL systems, but I remember reading a while back that they are ideal to handle statistical data.
Since I'm about to start writing code that will record data like "how many users were registered on each day", I was thinking I could use this as an opportunity to learn more about NoSQL if it fits the bill.
If NoSQL is indeed ideal for this, could you provide me with some information as to why? And which specific systems are best suited for this particular need?
Thanks!
© Stack Overflow or respective owner