L
L
Lexxtor2020-10-24 00:07:41
MongoDB
Lexxtor, 2020-10-24 00:07:41

Can MongoDB be used instead of MySql for normal tasks?

Well, for example, for a blog site or a forum, can MongoDB be used without MySql?
Does MongoDB have indexes on individual JSON fields as in MySql on columns?
So does MongoDB override the core functionality of MySql?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2020-10-24
@saboteur_kiev

So does MongoDB override the core functionality of MySql?

The main function of mysql and all other relational databases is the relation.
That is, work with multiple tables and relationships between these tables. All these joins
If you don't need it, you can come up with your own data storage logic and store it either in mongo or in a csv file

M
Max, 2020-10-24
@7workers

can

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question