Need Advice: Is this a good use case for a 'NoSQL' Database? If so, which one?

前端 未结 4 1395
梦毁少年i
梦毁少年i 2021-02-04 13:19

I have recently been researching NoSql options. My scenario is as follows:

We collect and store data from custom hardware at remote locations around the world. We record

4条回答
  •  被撕碎了的回忆
    2021-02-04 13:57

    FWIW: After a year and a half of working and scaling the EAV schema in MySQL we got the point where our choices were:

    1. Move the DB to an expensive bare metal set up.
    2. Re-investigate NoSQL solutions.

    We have ended up choosing Cassandra and using a schema heavily influenced by the OpenTSDB project.

    Cassandra is a very strong choice for storing Time Series data and has met our requirements nicely.

提交回复
热议问题