NoSQL and meteorological data
Posted
by christian studer
on Stack Overflow
See other posts from Stack Overflow
or by christian studer
Published on 2010-04-09T07:58:44Z
Indexed on
2010/04/09
8:03 UTC
Read the original article
Hit count: 314
So there's this new cool thing, these NoSQL-databases. And so there's my data: Rows of rows of rows of meteorological data: Values, representing certain measurements at a certain station (Identified by a WMO number, not coordinates), at a certain time.
Not every station measures every parameter, not every parameter is measured all the time.
I store this data (30 years worth of hourly values, resulting in ~1 billion values) currently in MySQL. The continous growth and the forseeable addition of even more data give me a little headache.
Reading about the document based NoSQL systems which seem to scale rather easily, I was wondering if NoSQL is a viable data storage concept for meteorological data too. Do you have any experience with this?
© Stack Overflow or respective owner