DEV Community

hud26
hud26

Posted on

Data modelling

Hello everyone, hope you guys have a wonderful day. Have a few questions, how to do a data modelling for NoSQL? Should i learn SQL first? How to deal with joining data in NoSQL?

Top comments (3)

Collapse
 
sfiquet profile image
Sylvie Fiquet • Edited

For performance, it helps if you know about relational database design and normalisation. I read a book about NoSql (I can't remember the title, I think it was about MongoDB by one of their developers), it was all about starting from a proper normalised design and denormalising for faster performance.

Collapse
 
hud26 profile image
hud26

Thank you 🙏🏻

Collapse
 
hud26 profile image
hud26

Thank you sir for the insight 👍🏻 . Im using arangodb btw