S
S
semki0962020-02-18 12:33:00
Database
semki096, 2020-02-18 12:33:00

Which base is suitable for fast operations with JSON?

I need a base for fast json operations. The point is this. There is an array of objects. An object is added to this array every second. All this must be stored in json (You do not need to store timestamps). Will MYSQL work? Or can you advise something better for JSON?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Robur, 2020-02-18
@semki096

for json, Mongo is the best.
But I would think about what kind of data you have - if you just add and add + - the same records and then you need to search for them, for example, then elasticsearch is better. And if you are doing something else, then something else is better.
The main thing is not the data format for storage, but operations on them. You can also store it in a text file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question