I need to set up a database that will record temporal series data (sensors). A friend of mine has recommended me to use a NoSQL database instead of using Oracle (for instance).
There're also some articles that recommend the same approach: see Andrew Oliver's article.
Why is not convenient to record a temporal series in Oracle (or any other relational database)? Could you please help me in giving an example?