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?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
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.
Thank you 🙏🏻
Thank you sir for the insight 👍🏻 . Im using arangodb btw