S
S
SoloMidPlzD2016-03-20 00:49:16
MySQL
SoloMidPlzD, 2016-03-20 00:49:16

MySQL many-to-many => nosql?

I want to know how nosql is used, for many to many relation, for example in mysql
user
articles
user_likes_articles
While on the user page you can see a list of articles with his likes. Likes for every 1000+
Update: write how such functionality is implemented on nosql, and it's worth it.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dimonchik, 2016-03-20
@dimonchik2013

there are no tables in NoSQL, many to many, of course, can be implemented there, but it’s not for this,
but there is also Neo4j , for example, there many to many just right

A
AleksDesker, 2016-03-20
@AleksDesker

Do you know that no there means non relational? The question of how to create a connection in an incoherent database makes you wonder if the approach as a whole has been chosen correctly?

S
sim3x, 2016-03-20
@sim3x

Counting likes by id in the index is very fast

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question