G
G
Gip2019-04-26 03:18:03
Oracle
Gip, 2019-04-26 03:18:03

What will be faster mongoDB or Oracle in my case?

Good afternoon!
I have a file containing >10GB of JSON objects that I need to update daily. Of course, I don’t even think about parsing JSONs into a relational model, I’m going to write to the database as it is in the id=>JSON-object format. The search will be carried out only by ID.
The question is, what is preferable in this case, to keep this business in an Oracle table or to raise MongoDB, which seems to be better suited for this (I just never worked closely with it)? Maybe there is some other option?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Smithson, 2019-04-26
@Giperoglif

Well, if you are firmly convinced that the format of the table will never, ever change, then NoSQL in this case will be faster for reading and writing. So yes, MongoDB or Redis.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question