Answer the question
In order to leave comments, you need to log in
Is it reasonable to store timestamped data in MongoDB?
There is data, time => price, updated every second, and they need to be stored somewhere, and issued on request to build a chart. Of course, there are specialized databases of temporary data, but some are still raw and complex, others are simply complex. So the question is - is MongoDB suitable for my purposes, it seems a fairly popular and understandable base?
Or maybe it's better to store in mysql (it's more suitable for me since the application is on Laravel) and cache, for example, old data in redis?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question